Your IP : 18.218.123.194


Current Path : /home/church/
Upload File :
Current File : /home/church/church_advancingblackentrepreneurship.1618617602.sql

-- MySQL dump 10.13  Distrib 5.6.41-84.1, for Linux (x86_64)
--
-- Host: localhost    Database: church_advancingblackentrepreneurship
-- ------------------------------------------------------
-- Server version	5.6.41-84.1

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_atbdp_review`
--

DROP TABLE IF EXISTS `wp_atbdp_review`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_atbdp_review` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `name` varchar(50) COLLATE utf8mb4_bin NOT NULL,
  `email` varchar(50) COLLATE utf8mb4_bin NOT NULL,
  `content` longtext COLLATE utf8mb4_bin NOT NULL,
  `rating` float NOT NULL,
  `by_guest` tinyint(1) DEFAULT NULL,
  `by_user_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `user` (`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_atbdp_review`
--

LOCK TABLES `wp_atbdp_review` WRITE;
/*!40000 ALTER TABLE `wp_atbdp_review` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_atbdp_review` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
INSERT INTO `wp_commentmeta` VALUES (1,11,'_wp_trash_meta_status','0'),(2,11,'_wp_trash_meta_time','1617838081'),(3,10,'_wp_trash_meta_status','0'),(4,10,'_wp_trash_meta_time','1617838081'),(5,9,'_wp_trash_meta_status','0'),(6,9,'_wp_trash_meta_time','1617838081'),(7,8,'_wp_trash_meta_status','0'),(8,8,'_wp_trash_meta_time','1617838081'),(9,7,'_wp_trash_meta_status','0'),(10,7,'_wp_trash_meta_time','1617838081'),(11,6,'_wp_trash_meta_status','0'),(12,6,'_wp_trash_meta_time','1617838081'),(13,5,'_wp_trash_meta_status','0'),(14,5,'_wp_trash_meta_time','1617838081'),(15,4,'_wp_trash_meta_status','0'),(16,4,'_wp_trash_meta_time','1617838081'),(17,3,'_wp_trash_meta_status','0'),(18,3,'_wp_trash_meta_time','1617838081'),(19,2,'_wp_trash_meta_status','0'),(20,2,'_wp_trash_meta_time','1617838081'),(21,1,'_wp_trash_meta_status','0'),(22,1,'_wp_trash_meta_time','1617838081');
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,172,'erotik','nicksbaby2215@yahoo.com','https://filmkovasi.org/','45.130.60.163','2021-02-16 04:59:54','2021-02-16 04:59:54','I love it when people come together and share opinions. Great blog, stick with it. Roxi Thadeus Zebe',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2,172,'erotik','najosmit@yandex.com','https://filmkovasi.org/','193.8.56.68','2021-02-16 05:48:27','2021-02-16 05:48:27','I am so grateful for your blog article. Really looking forward to read more. Emmalee Heinrick Geier',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(3,172,'erotik','rtaxmanng@yahoo.com','https://filmkovasi.org/','2.56.101.236','2021-02-16 07:05:00','2021-02-16 07:05:00','Greetings! Very helpful advice within this article! It is the little changes which will make the most significant changes. Thanks for sharing! Olva Reider Lavena',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(4,172,'erotik','nathalicolton@cox.net','https://filmkovasi.org/','45.137.43.116','2021-02-16 10:26:20','2021-02-16 10:26:20','With Trader, users can send cryptocurrencies to each other without depending on an intermediary, such as a bank, institution or broker? Darell Gabe Winnie',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(5,172,'erotik','rlyle739@rogers.com','https://filmkovasi.org/','193.8.231.60','2021-02-16 11:45:21','2021-02-16 11:45:21','Hello there. I discovered your site by means of Google even as searching for a similar topic, your site got here up. It looks great. I have bookmarked it in my google bookmarks to visit then. Kirsteni Marius Ishmael',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6,172,'diziler','mstele313@yahoo.com','https://filmkovasi.org/','185.205.194.37','2021-02-16 14:46:51','2021-02-16 14:46:51','There is clearly a bunch to identify about this. I assume you made various nice points in features also. Jesse Vail Ferrand',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(7,172,'erotik','sir.becker@comcast.net','https://filmkovasi.org/','45.134.184.10','2021-03-01 18:28:44','2021-03-01 18:28:44','Give your readers the opportunity to subscribe to your blog and your RSS feed. When people can have good content delivered hot and fresh, you increase your value to them ten fold. Keep the subscribe button in an easy to find place and deliver good content regularly to dissuade readers from discontinuing. Cyb Waiter Abagael',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(8,172,'escort bayan','nygfan22002@gmail.com','https://filmmakinesi.pw/','45.140.14.166','2021-03-01 19:38:43','2021-03-01 19:38:43','Awesome post. I am a regular visitor of your site and appreciate you taking the time to maintain the nice site. I will be a frequent visitor for a long time. Alverta Dirk Britton',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(9,172,'erotik','misterx@gmail.com','https://filmkovasi.org/','104.227.173.110','2021-03-02 01:34:06','2021-03-02 01:34:06','Hi! I simply would like to give you a huge thumbs up for the excellent info you have got here on this post. I will be coming back to your blog for more soon. Lilly Bard Forrester',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(10,172,'real live sex cam','mijgib_2000@yahoo.com','https://filmmakinesi.pw/','192.186.151.3','2021-03-05 02:27:27','2021-03-05 02:27:27','No, you are not the only one Dana! I continually remind myself that He who created time can use that creation to work out his plans to give me a hope and a future. I need to daily turn over my schedule to one who has the vision of my eternity always before him. Stay the course my friend! Daria Mattias Rexanna',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(11,172,'live xxx webcam','radiocrank@yahoo.com','https://www.filmmodu.org/','45.134.184.10','2021-03-06 05:36:05','2021-03-06 05:36:05','I really enjoy the blog. Much thanks again. Really Great. Laurice Bearnard Landes Bill Matias Nonna',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_connections`
--

DROP TABLE IF EXISTS `wp_connections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_connections` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `ts` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `date_added` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `ordo` int(11) NOT NULL DEFAULT '0',
  `entry_type` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `visibility` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `slug` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `family_name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `honorific_prefix` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `first_name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `middle_name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `honorific_suffix` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `organization` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `department` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `contact_first_name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `contact_last_name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `addresses` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `phone_numbers` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `im` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `social` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `links` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `dates` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `birthday` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `anniversary` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `bio` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `notes` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `options` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `added_by` bigint(20) NOT NULL,
  `edited_by` bigint(20) NOT NULL,
  `owner` bigint(20) NOT NULL,
  `user` bigint(20) NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  FULLTEXT KEY `search` (`family_name`,`first_name`,`middle_name`,`last_name`,`title`,`organization`,`department`,`contact_first_name`,`contact_last_name`,`bio`,`notes`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_connections`
--

LOCK TABLES `wp_connections` WRITE;
/*!40000 ALTER TABLE `wp_connections` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_connections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_connections_address`
--

DROP TABLE IF EXISTS `wp_connections_address`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_connections_address` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `entry_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `order` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `preferred` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `type` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `line_1` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `line_2` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `line_3` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `line_4` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `district` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `county` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `city` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `state` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `zipcode` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `country` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `latitude` decimal(15,12) DEFAULT NULL,
  `longitude` decimal(15,12) DEFAULT NULL,
  `visibility` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`,`entry_id`),
  FULLTEXT KEY `search` (`line_1`,`line_2`,`line_3`,`city`,`state`,`zipcode`,`country`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_connections_address`
--

LOCK TABLES `wp_connections_address` WRITE;
/*!40000 ALTER TABLE `wp_connections_address` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_connections_address` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_connections_date`
--

DROP TABLE IF EXISTS `wp_connections_date`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_connections_date` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `entry_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `order` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `preferred` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `type` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` date NOT NULL DEFAULT '0000-00-00',
  `visibility` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`,`entry_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_connections_date`
--

LOCK TABLES `wp_connections_date` WRITE;
/*!40000 ALTER TABLE `wp_connections_date` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_connections_date` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_connections_email`
--

DROP TABLE IF EXISTS `wp_connections_email`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_connections_email` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `entry_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `order` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `preferred` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `type` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `address` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `visibility` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`,`entry_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_connections_email`
--

LOCK TABLES `wp_connections_email` WRITE;
/*!40000 ALTER TABLE `wp_connections_email` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_connections_email` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_connections_link`
--

DROP TABLE IF EXISTS `wp_connections_link`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_connections_link` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `entry_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `order` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `preferred` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `type` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `url` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `target` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `follow` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `image` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `logo` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `visibility` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`,`entry_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_connections_link`
--

LOCK TABLES `wp_connections_link` WRITE;
/*!40000 ALTER TABLE `wp_connections_link` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_connections_link` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_connections_messenger`
--

DROP TABLE IF EXISTS `wp_connections_messenger`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_connections_messenger` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `entry_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `order` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `preferred` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `type` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `uid` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `visibility` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`,`entry_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_connections_messenger`
--

LOCK TABLES `wp_connections_messenger` WRITE;
/*!40000 ALTER TABLE `wp_connections_messenger` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_connections_messenger` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_connections_meta`
--

DROP TABLE IF EXISTS `wp_connections_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_connections_meta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `entry_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `entry_id` (`entry_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_connections_meta`
--

LOCK TABLES `wp_connections_meta` WRITE;
/*!40000 ALTER TABLE `wp_connections_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_connections_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_connections_phone`
--

DROP TABLE IF EXISTS `wp_connections_phone`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_connections_phone` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `entry_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `order` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `preferred` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `type` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `number` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `visibility` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`,`entry_id`),
  FULLTEXT KEY `search` (`number`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_connections_phone`
--

LOCK TABLES `wp_connections_phone` WRITE;
/*!40000 ALTER TABLE `wp_connections_phone` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_connections_phone` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_connections_social`
--

DROP TABLE IF EXISTS `wp_connections_social`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_connections_social` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `entry_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `order` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `preferred` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `type` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `url` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `visibility` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`,`entry_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_connections_social`
--

LOCK TABLES `wp_connections_social` WRITE;
/*!40000 ALTER TABLE `wp_connections_social` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_connections_social` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_connections_term_meta`
--

DROP TABLE IF EXISTS `wp_connections_term_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_connections_term_meta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_connections_term_meta`
--

LOCK TABLES `wp_connections_term_meta` WRITE;
/*!40000 ALTER TABLE `wp_connections_term_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_connections_term_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_connections_term_relationships`
--

DROP TABLE IF EXISTS `wp_connections_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_connections_term_relationships` (
  `entry_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`entry_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_connections_term_relationships`
--

LOCK TABLES `wp_connections_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_connections_term_relationships` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_connections_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_connections_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_connections_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_connections_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_connections_term_taxonomy`
--

LOCK TABLES `wp_connections_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_connections_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_connections_term_taxonomy` VALUES (1,1,'category','',0,0);
/*!40000 ALTER TABLE `wp_connections_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_connections_terms`
--

DROP TABLE IF EXISTS `wp_connections_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_connections_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_connections_terms`
--

LOCK TABLES `wp_connections_terms` WRITE;
/*!40000 ALTER TABLE `wp_connections_terms` DISABLE KEYS */;
INSERT INTO `wp_connections_terms` VALUES (1,'Uncategorized','uncategorized',0);
/*!40000 ALTER TABLE `wp_connections_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_action_meta`
--

DROP TABLE IF EXISTS `wp_nf3_action_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_action_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext,
  `meta_key` longtext,
  `meta_value` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=399 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_action_meta`
--

LOCK TABLES `wp_nf3_action_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_action_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_action_meta` VALUES (1,1,'objectType','Action','objectType','Action'),(2,1,'objectDomain','actions','objectDomain','actions'),(3,1,'editActive','','editActive',''),(4,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(5,1,'payment_gateways','','payment_gateways',''),(6,1,'payment_total','','payment_total',''),(7,1,'tag','','tag',''),(8,1,'to','{wp:admin_email}','to','{wp:admin_email}'),(9,1,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(10,1,'email_message','{fields_table}','email_message','{fields_table}'),(11,1,'from_name','','from_name',''),(12,1,'from_address','','from_address',''),(13,1,'reply_to','','reply_to',''),(14,1,'email_format','html','email_format','html'),(15,1,'cc','','cc',''),(16,1,'bcc','','bcc',''),(17,1,'attach_csv','','attach_csv',''),(18,1,'redirect_url','','redirect_url',''),(19,1,'email_message_plain','','email_message_plain',''),(20,2,'to','{field:email}','to','{field:email}'),(21,2,'subject','This is an email action.','subject','This is an email action.'),(22,2,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),(23,2,'objectType','Action','objectType','Action'),(24,2,'objectDomain','actions','objectDomain','actions'),(25,2,'editActive','','editActive',''),(26,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(27,2,'payment_gateways','','payment_gateways',''),(28,2,'payment_total','','payment_total',''),(29,2,'tag','','tag',''),(30,2,'email_subject','Submission Confirmation ','email_subject','Submission Confirmation '),(31,2,'email_message','<p>{all_fields_table}<br></p>','email_message','<p>{all_fields_table}<br></p>'),(32,2,'from_name','','from_name',''),(33,2,'from_address','','from_address',''),(34,2,'reply_to','blackentrepreneurshipfund@gmail.com','reply_to','blackentrepreneurshipfund@gmail.com'),(35,2,'email_format','html','email_format','html'),(36,2,'cc','','cc',''),(37,2,'bcc','','bcc',''),(38,2,'attach_csv','','attach_csv',''),(39,2,'email_message_plain','','email_message_plain',''),(40,3,'objectType','Action','objectType','Action'),(41,3,'objectDomain','actions','objectDomain','actions'),(42,3,'editActive','','editActive',''),(43,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(44,3,'payment_gateways','','payment_gateways',''),(45,3,'payment_total','','payment_total',''),(46,3,'tag','','tag',''),(47,3,'to','blackentrepreneurshipfund@gmail.com','to','blackentrepreneurshipfund@gmail.com'),(48,3,'email_subject','New message from {field:name}','email_subject','New message from {field:name}'),(49,3,'email_message','<p>{all_fields_table}<br></p><p>-{field:name} ( {field:email} )</p>','email_message','<p>{all_fields_table}<br></p><p>-{field:name} ( {field:email} )</p>'),(50,3,'from_name','','from_name',''),(51,3,'from_address','','from_address',''),(52,3,'reply_to','blackentrepreneurshipfund@gmail.com','reply_to','blackentrepreneurshipfund@gmail.com'),(53,3,'email_format','html','email_format','html'),(54,3,'cc','','cc',''),(55,3,'bcc','','bcc',''),(56,3,'attach_csv','0','attach_csv','0'),(57,3,'email_message_plain','','email_message_plain',''),(58,4,'message','Thank you {field:name} for filling out my form!','message','Thank you {field:name} for filling out my form!'),(59,4,'objectType','Action','objectType','Action'),(60,4,'objectDomain','actions','objectDomain','actions'),(61,4,'editActive','','editActive',''),(62,4,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(63,4,'payment_gateways','','payment_gateways',''),(64,4,'payment_total','','payment_total',''),(65,4,'tag','','tag',''),(66,4,'to','{wp:admin_email}','to','{wp:admin_email}'),(67,4,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(68,4,'email_message','{fields_table}','email_message','{fields_table}'),(69,4,'from_name','','from_name',''),(70,4,'from_address','','from_address',''),(71,4,'reply_to','','reply_to',''),(72,4,'email_format','html','email_format','html'),(73,4,'cc','','cc',''),(74,4,'bcc','','bcc',''),(75,4,'attach_csv','','attach_csv',''),(76,4,'redirect_url','','redirect_url',''),(77,4,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(78,4,'email_message_plain','','email_message_plain',''),(79,1,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),(80,1,'submitter_email','','submitter_email',''),(81,1,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(82,1,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(83,1,'set_subs_to_expire','0','set_subs_to_expire','0'),(84,1,'subs_expire_time','90','subs_expire_time','90'),(85,1,'drawerDisabled','','drawerDisabled',''),(86,2,'drawerDisabled','','drawerDisabled',''),(87,3,'drawerDisabled','','drawerDisabled',''),(88,5,'title','','title',''),(89,5,'key','','key',''),(90,5,'type','save','type','save'),(91,5,'active','1','active','1'),(92,5,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(93,5,'label','Store Submission','label','Store Submission'),(94,5,'objectType','Action','objectType','Action'),(95,5,'objectDomain','actions','objectDomain','actions'),(96,5,'editActive','','editActive',''),(97,5,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(98,5,'payment_gateways','','payment_gateways',''),(99,5,'payment_total','','payment_total',''),(100,5,'tag','','tag',''),(101,5,'to','{wp:admin_email}','to','{wp:admin_email}'),(102,5,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(103,5,'email_message','{fields_table}','email_message','{fields_table}'),(104,5,'from_name','','from_name',''),(105,5,'from_address','','from_address',''),(106,5,'reply_to','','reply_to',''),(107,5,'email_format','html','email_format','html'),(108,5,'cc','','cc',''),(109,5,'bcc','','bcc',''),(110,5,'attach_csv','','attach_csv',''),(111,5,'redirect_url','','redirect_url',''),(112,5,'email_message_plain','','email_message_plain',''),(113,5,'parent_id','2','parent_id','2'),(114,6,'title','','title',''),(115,6,'key','','key',''),(116,6,'type','email','type','email'),(117,6,'active','1','active','1'),(118,6,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(119,6,'label','Email Confirmation','label','Email Confirmation'),(120,6,'to','{field:email}','to','{field:email}'),(121,6,'subject','This is an email action.','subject','This is an email action.'),(122,6,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),(123,6,'objectType','Action','objectType','Action'),(124,6,'objectDomain','actions','objectDomain','actions'),(125,6,'editActive','','editActive',''),(126,6,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(127,6,'payment_gateways','','payment_gateways',''),(128,6,'payment_total','','payment_total',''),(129,6,'tag','','tag',''),(130,6,'email_subject','Submission Confirmation ','email_subject','Submission Confirmation '),(131,6,'email_message','<p>{all_fields_table}<br></p>','email_message','<p>{all_fields_table}<br></p>'),(132,6,'from_name','','from_name',''),(133,6,'from_address','','from_address',''),(134,6,'reply_to','blackentrepreneurshipfund@gmail.com','reply_to','blackentrepreneurshipfund@gmail.com'),(135,6,'email_format','html','email_format','html'),(136,6,'cc','','cc',''),(137,6,'bcc','','bcc',''),(138,6,'attach_csv','','attach_csv',''),(139,6,'email_message_plain','','email_message_plain',''),(140,6,'parent_id','2','parent_id','2'),(141,7,'title','','title',''),(142,7,'key','','key',''),(143,7,'type','email','type','email'),(144,7,'active','1','active','1'),(145,7,'created_at','2016-08-24 16:47:39','created_at','2016-08-24 16:47:39'),(146,7,'objectType','Action','objectType','Action'),(147,7,'objectDomain','actions','objectDomain','actions'),(148,7,'editActive','','editActive',''),(149,7,'label','Email Notification','label','Email Notification'),(150,7,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(151,7,'payment_gateways','','payment_gateways',''),(152,7,'payment_total','','payment_total',''),(153,7,'tag','','tag',''),(154,7,'to','blackentrepreneurshipfund@gmail.com','to','blackentrepreneurshipfund@gmail.com'),(155,7,'email_subject','New message from {field:first_and_last_name_1606705554334}','email_subject','New message from {field:first_and_last_name_1606705554334}'),(156,7,'email_message','<p>{all_fields_table}</p><p>-{field:first_and_last_name_1606705554334} ( {field:email} )</p>','email_message','<p>{all_fields_table}</p><p>-{field:first_and_last_name_1606705554334} ( {field:email} )</p>'),(157,7,'from_name','','from_name',''),(158,7,'from_address','','from_address',''),(159,7,'reply_to','{field:email}','reply_to','{field:email}'),(160,7,'email_format','html','email_format','html'),(161,7,'cc','','cc',''),(162,7,'bcc','','bcc',''),(163,7,'attach_csv','0','attach_csv','0'),(164,7,'email_message_plain','','email_message_plain',''),(165,7,'parent_id','2','parent_id','2'),(166,8,'title','','title',''),(167,8,'key','','key',''),(168,8,'type','successmessage','type','successmessage'),(169,8,'active','1','active','1'),(170,8,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(171,8,'label','Success Message','label','Success Message'),(172,8,'message','Thank you {field:first_and_last_name_1606705554334} for filling out my form!','message','Thank you {field:first_and_last_name_1606705554334} for filling out my form!'),(173,8,'objectType','Action','objectType','Action'),(174,8,'objectDomain','actions','objectDomain','actions'),(175,8,'editActive','','editActive',''),(176,8,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(177,8,'payment_gateways','','payment_gateways',''),(178,8,'payment_total','','payment_total',''),(179,8,'tag','','tag',''),(180,8,'to','{wp:admin_email}','to','{wp:admin_email}'),(181,8,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(182,8,'email_message','{fields_table}','email_message','{fields_table}'),(183,8,'from_name','','from_name',''),(184,8,'from_address','','from_address',''),(185,8,'reply_to','','reply_to',''),(186,8,'email_format','html','email_format','html'),(187,8,'cc','','cc',''),(188,8,'bcc','','bcc',''),(189,8,'attach_csv','','attach_csv',''),(190,8,'redirect_url','','redirect_url',''),(191,8,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(192,8,'email_message_plain','','email_message_plain',''),(193,8,'parent_id','2','parent_id','2'),(194,5,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),(195,5,'submitter_email','','submitter_email',''),(196,5,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(197,5,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(198,5,'set_subs_to_expire','0','set_subs_to_expire','0'),(199,5,'subs_expire_time','90','subs_expire_time','90'),(200,6,'drawerDisabled','','drawerDisabled',''),(201,7,'drawerDisabled','','drawerDisabled',''),(202,9,'title','','title',''),(203,9,'key','','key',''),(204,9,'type','save','type','save'),(205,9,'active','1','active','1'),(206,9,'created_at','2018-04-16 19:55:48','created_at','2018-04-16 19:55:48'),(207,9,'label','Store Submission','label','Store Submission'),(208,9,'objectType','Action','objectType','Action'),(209,9,'objectDomain','actions','objectDomain','actions'),(210,9,'editActive','','editActive',''),(211,9,'order','3','order','3'),(212,9,'payment_gateways','','payment_gateways',''),(213,9,'payment_total','0','payment_total','0'),(214,9,'tag','','tag',''),(215,9,'to','{wp:admin_email}','to','{wp:admin_email}'),(216,9,'reply_to','','reply_to',''),(217,9,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(218,9,'email_message','{fields_table}','email_message','{fields_table}'),(219,9,'email_message_plain','','email_message_plain',''),(220,9,'from_name','','from_name',''),(221,9,'from_address','','from_address',''),(222,9,'email_format','html','email_format','html'),(223,9,'cc','','cc',''),(224,9,'bcc','','bcc',''),(225,9,'redirect_url','','redirect_url',''),(226,9,'parent_id','3','parent_id','3'),(227,9,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),(228,9,'submitter_email','email_1603306309086','submitter_email','email_1603306309086'),(229,9,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(230,9,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(231,9,'set_subs_to_expire','0','set_subs_to_expire','0'),(232,9,'subs_expire_time','90','subs_expire_time','90'),(233,10,'title','','title',''),(234,10,'key','','key',''),(235,10,'type','successmessage','type','successmessage'),(236,10,'active','1','active','1'),(237,10,'created_at','2018-04-16 19:55:48','created_at','2018-04-16 19:55:48'),(238,10,'label','Success Message','label','Success Message'),(239,10,'objectType','Action','objectType','Action'),(240,10,'objectDomain','actions','objectDomain','actions'),(241,10,'editActive','','editActive',''),(242,10,'message','Your form has been successfully submitted.','message','Your form has been successfully submitted.'),(243,10,'order','1','order','1'),(244,10,'payment_gateways','','payment_gateways',''),(245,10,'payment_total','0','payment_total','0'),(246,10,'tag','','tag',''),(247,10,'to','{wp:admin_email}','to','{wp:admin_email}'),(248,10,'reply_to','','reply_to',''),(249,10,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(250,10,'email_message','{fields_table}','email_message','{fields_table}'),(251,10,'email_message_plain','','email_message_plain',''),(252,10,'from_name','','from_name',''),(253,10,'from_address','','from_address',''),(254,10,'email_format','html','email_format','html'),(255,10,'cc','','cc',''),(256,10,'bcc','','bcc',''),(257,10,'redirect_url','','redirect_url',''),(258,10,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),(259,10,'parent_id','3','parent_id','3'),(260,11,'title','','title',''),(261,11,'key','','key',''),(262,11,'type','email','type','email'),(263,11,'active','1','active','1'),(264,11,'created_at','2018-04-16 19:55:48','created_at','2018-04-16 19:55:48'),(265,11,'label','Admin Email','label','Admin Email'),(266,11,'objectType','Action','objectType','Action'),(267,11,'objectDomain','actions','objectDomain','actions'),(268,11,'editActive','','editActive',''),(269,11,'order','2','order','2'),(270,11,'payment_gateways','','payment_gateways',''),(271,11,'payment_total','0','payment_total','0'),(272,11,'tag','','tag',''),(273,11,'to','blackentrepreneurshipfund@gmail.com','to','blackentrepreneurshipfund@gmail.com'),(274,11,'reply_to','{field:email_1603306309086}','reply_to','{field:email_1603306309086}'),(275,11,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(276,11,'email_message','{fields_table}','email_message','{fields_table}'),(277,11,'email_message_plain','','email_message_plain',''),(278,11,'from_name','','from_name',''),(279,11,'from_address','','from_address',''),(280,11,'email_format','html','email_format','html'),(281,11,'cc','','cc',''),(282,11,'bcc','','bcc',''),(283,11,'parent_id','3','parent_id','3'),(284,11,'drawerDisabled','','drawerDisabled',''),(285,12,'title','','title',''),(286,12,'key','','key',''),(287,12,'type','save','type','save'),(288,12,'active','1','active','1'),(289,12,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(290,12,'label','Store Submission','label','Store Submission'),(291,12,'objectType','Action','objectType','Action'),(292,12,'objectDomain','actions','objectDomain','actions'),(293,12,'editActive','','editActive',''),(294,12,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(295,12,'payment_gateways','','payment_gateways',''),(296,12,'payment_total','','payment_total',''),(297,12,'tag','','tag',''),(298,12,'to','{wp:admin_email}','to','{wp:admin_email}'),(299,12,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(300,12,'email_message','{fields_table}','email_message','{fields_table}'),(301,12,'from_name','','from_name',''),(302,12,'from_address','','from_address',''),(303,12,'reply_to','','reply_to',''),(304,12,'email_format','html','email_format','html'),(305,12,'cc','','cc',''),(306,12,'bcc','','bcc',''),(307,12,'attach_csv','','attach_csv',''),(308,12,'redirect_url','','redirect_url',''),(309,12,'email_message_plain','','email_message_plain',''),(310,12,'parent_id','4','parent_id','4'),(311,13,'title','','title',''),(312,13,'key','','key',''),(313,13,'type','email','type','email'),(314,13,'active','1','active','1'),(315,13,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(316,13,'label','Email Confirmation','label','Email Confirmation'),(317,13,'to','{field:email}','to','{field:email}'),(318,13,'subject','This is an email action.','subject','This is an email action.'),(319,13,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),(320,13,'objectType','Action','objectType','Action'),(321,13,'objectDomain','actions','objectDomain','actions'),(322,13,'editActive','','editActive',''),(323,13,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(324,13,'payment_gateways','','payment_gateways',''),(325,13,'payment_total','','payment_total',''),(326,13,'tag','','tag',''),(327,13,'email_subject','Submission Confirmation ','email_subject','Submission Confirmation '),(328,13,'email_message','<p>{all_fields_table}<br></p>','email_message','<p>{all_fields_table}<br></p>'),(329,13,'from_name','','from_name',''),(330,13,'from_address','','from_address',''),(331,13,'reply_to','','reply_to',''),(332,13,'email_format','html','email_format','html'),(333,13,'cc','','cc',''),(334,13,'bcc','','bcc',''),(335,13,'attach_csv','','attach_csv',''),(336,13,'email_message_plain','','email_message_plain',''),(337,13,'parent_id','4','parent_id','4'),(338,14,'title','','title',''),(339,14,'key','','key',''),(340,14,'type','email','type','email'),(341,14,'active','1','active','1'),(342,14,'created_at','2016-08-24 16:47:39','created_at','2016-08-24 16:47:39'),(343,14,'objectType','Action','objectType','Action'),(344,14,'objectDomain','actions','objectDomain','actions'),(345,14,'editActive','','editActive',''),(346,14,'label','Email Notification','label','Email Notification'),(347,14,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(348,14,'payment_gateways','','payment_gateways',''),(349,14,'payment_total','','payment_total',''),(350,14,'tag','','tag',''),(351,14,'to','blackentrepreneurshipfund@gmail.com','to','blackentrepreneurshipfund@gmail.com'),(352,14,'email_subject','New message from {field:name}','email_subject','New message from {field:name}'),(353,14,'email_message','<p></p><p>{all_fields_table}<br></p>','email_message','<p></p><p>{all_fields_table}<br></p>'),(354,14,'from_name','','from_name',''),(355,14,'from_address','','from_address',''),(356,14,'reply_to','{field:email}','reply_to','{field:email}'),(357,14,'email_format','html','email_format','html'),(358,14,'cc','','cc',''),(359,14,'bcc','','bcc',''),(360,14,'attach_csv','0','attach_csv','0'),(361,14,'email_message_plain','','email_message_plain',''),(362,14,'parent_id','4','parent_id','4'),(363,15,'title','','title',''),(364,15,'key','','key',''),(365,15,'type','successmessage','type','successmessage'),(366,15,'active','1','active','1'),(367,15,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(368,15,'label','Success Message','label','Success Message'),(369,15,'message','Thank you {field:name} for filling out my form!','message','Thank you {field:name} for filling out my form!'),(370,15,'objectType','Action','objectType','Action'),(371,15,'objectDomain','actions','objectDomain','actions'),(372,15,'editActive','','editActive',''),(373,15,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(374,15,'payment_gateways','','payment_gateways',''),(375,15,'payment_total','','payment_total',''),(376,15,'tag','','tag',''),(377,15,'to','{wp:admin_email}','to','{wp:admin_email}'),(378,15,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(379,15,'email_message','{fields_table}','email_message','{fields_table}'),(380,15,'from_name','','from_name',''),(381,15,'from_address','','from_address',''),(382,15,'reply_to','','reply_to',''),(383,15,'email_format','html','email_format','html'),(384,15,'cc','','cc',''),(385,15,'bcc','','bcc',''),(386,15,'attach_csv','','attach_csv',''),(387,15,'redirect_url','','redirect_url',''),(388,15,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(389,15,'email_message_plain','','email_message_plain',''),(390,15,'parent_id','4','parent_id','4'),(391,12,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),(392,12,'submitter_email','','submitter_email',''),(393,12,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(394,12,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(395,12,'set_subs_to_expire','0','set_subs_to_expire','0'),(396,12,'subs_expire_time','90','subs_expire_time','90'),(397,13,'drawerDisabled','','drawerDisabled',''),(398,14,'drawerDisabled','','drawerDisabled','');
/*!40000 ALTER TABLE `wp_nf3_action_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_actions`
--

DROP TABLE IF EXISTS `wp_nf3_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_actions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` longtext,
  `key` longtext,
  `type` longtext,
  `active` tinyint(1) DEFAULT '1',
  `parent_id` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `label` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_actions`
--

LOCK TABLES `wp_nf3_actions` WRITE;
/*!40000 ALTER TABLE `wp_nf3_actions` DISABLE KEYS */;
INSERT INTO `wp_nf3_actions` VALUES (1,'','','save',1,1,'2020-11-02 19:42:54','2020-11-02 19:42:54','Store Submission'),(2,'','','email',1,1,'2020-11-02 19:42:54','2020-11-02 19:42:54','Email Confirmation'),(3,'','','email',1,1,'2020-11-02 19:42:54','2020-11-02 19:42:54','Email Notification'),(4,'','','successmessage',1,1,'2020-11-02 19:42:54','2020-11-02 19:42:54','Success Message'),(5,'','','save',1,2,'2016-08-24 21:39:20',NULL,'Store Submission'),(6,'','','email',1,2,'2016-08-24 21:39:20',NULL,'Email Confirmation'),(7,'','','email',1,2,'2016-08-24 21:47:39',NULL,'Email Notification'),(8,'','','successmessage',1,2,'2016-08-24 21:39:20',NULL,'Success Message'),(9,'','','save',1,3,'2018-04-17 00:55:48',NULL,'Store Submission'),(10,'','','successmessage',1,3,'2018-04-17 00:55:48',NULL,'Success Message'),(11,'','','email',1,3,'2018-04-17 00:55:48',NULL,'Admin Email'),(12,'','','save',1,4,'2016-08-24 21:39:20',NULL,'Store Submission'),(13,'','','email',1,4,'2016-08-24 21:39:20',NULL,'Email Confirmation'),(14,'','','email',1,4,'2016-08-24 21:47:39',NULL,'Email Notification'),(15,'','','successmessage',1,4,'2016-08-24 21:39:20',NULL,'Success Message');
/*!40000 ALTER TABLE `wp_nf3_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_chunks`
--

DROP TABLE IF EXISTS `wp_nf3_chunks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_chunks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) DEFAULT NULL,
  `value` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_chunks`
--

LOCK TABLES `wp_nf3_chunks` WRITE;
/*!40000 ALTER TABLE `wp_nf3_chunks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_chunks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_field_meta`
--

DROP TABLE IF EXISTS `wp_nf3_field_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_field_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext,
  `meta_key` longtext,
  `meta_value` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1120 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_field_meta`
--

LOCK TABLES `wp_nf3_field_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_field_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_field_meta` VALUES (1,1,'label_pos','above','label_pos','above'),(2,1,'required','1','required','1'),(3,1,'order','1','order','1'),(4,1,'placeholder','','placeholder',''),(5,1,'default','','default',''),(6,1,'wrapper_class','','wrapper_class',''),(7,1,'element_class','','element_class',''),(8,1,'objectType','Field','objectType','Field'),(9,1,'objectDomain','fields','objectDomain','fields'),(10,1,'editActive','','editActive',''),(11,1,'container_class','','container_class',''),(12,1,'input_limit','','input_limit',''),(13,1,'input_limit_type','characters','input_limit_type','characters'),(14,1,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(15,1,'manual_key','','manual_key',''),(16,1,'disable_input','','disable_input',''),(17,1,'admin_label','','admin_label',''),(18,1,'help_text','','help_text',''),(19,1,'desc_text','','desc_text',''),(20,1,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(21,1,'mask','','mask',''),(22,1,'custom_mask','','custom_mask',''),(23,1,'wrap_styles_background-color','','wrap_styles_background-color',''),(24,1,'wrap_styles_border','','wrap_styles_border',''),(25,1,'wrap_styles_border-style','','wrap_styles_border-style',''),(26,1,'wrap_styles_border-color','','wrap_styles_border-color',''),(27,1,'wrap_styles_color','','wrap_styles_color',''),(28,1,'wrap_styles_height','','wrap_styles_height',''),(29,1,'wrap_styles_width','','wrap_styles_width',''),(30,1,'wrap_styles_font-size','','wrap_styles_font-size',''),(31,1,'wrap_styles_margin','','wrap_styles_margin',''),(32,1,'wrap_styles_padding','','wrap_styles_padding',''),(33,1,'wrap_styles_display','','wrap_styles_display',''),(34,1,'wrap_styles_float','','wrap_styles_float',''),(35,1,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(36,1,'wrap_styles_advanced','','wrap_styles_advanced',''),(37,1,'label_styles_background-color','','label_styles_background-color',''),(38,1,'label_styles_border','','label_styles_border',''),(39,1,'label_styles_border-style','','label_styles_border-style',''),(40,1,'label_styles_border-color','','label_styles_border-color',''),(41,1,'label_styles_color','','label_styles_color',''),(42,1,'label_styles_height','','label_styles_height',''),(43,1,'label_styles_width','','label_styles_width',''),(44,1,'label_styles_font-size','','label_styles_font-size',''),(45,1,'label_styles_margin','','label_styles_margin',''),(46,1,'label_styles_padding','','label_styles_padding',''),(47,1,'label_styles_display','','label_styles_display',''),(48,1,'label_styles_float','','label_styles_float',''),(49,1,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(50,1,'label_styles_advanced','','label_styles_advanced',''),(51,1,'element_styles_background-color','','element_styles_background-color',''),(52,1,'element_styles_border','','element_styles_border',''),(53,1,'element_styles_border-style','','element_styles_border-style',''),(54,1,'element_styles_border-color','','element_styles_border-color',''),(55,1,'element_styles_color','','element_styles_color',''),(56,1,'element_styles_height','','element_styles_height',''),(57,1,'element_styles_width','','element_styles_width',''),(58,1,'element_styles_font-size','','element_styles_font-size',''),(59,1,'element_styles_margin','','element_styles_margin',''),(60,1,'element_styles_padding','','element_styles_padding',''),(61,1,'element_styles_display','','element_styles_display',''),(62,1,'element_styles_float','','element_styles_float',''),(63,1,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(64,1,'element_styles_advanced','','element_styles_advanced',''),(65,1,'cellcid','c3277','cellcid','c3277'),(66,2,'label_pos','above','label_pos','above'),(67,2,'required','1','required','1'),(68,2,'order','2','order','2'),(69,2,'placeholder','','placeholder',''),(70,2,'default','','default',''),(71,2,'wrapper_class','','wrapper_class',''),(72,2,'element_class','','element_class',''),(73,2,'objectType','Field','objectType','Field'),(74,2,'objectDomain','fields','objectDomain','fields'),(75,2,'editActive','','editActive',''),(76,2,'container_class','','container_class',''),(77,2,'admin_label','','admin_label',''),(78,2,'help_text','','help_text',''),(79,2,'desc_text','','desc_text',''),(80,2,'wrap_styles_background-color','','wrap_styles_background-color',''),(81,2,'wrap_styles_border','','wrap_styles_border',''),(82,2,'wrap_styles_border-style','','wrap_styles_border-style',''),(83,2,'wrap_styles_border-color','','wrap_styles_border-color',''),(84,2,'wrap_styles_color','','wrap_styles_color',''),(85,2,'wrap_styles_height','','wrap_styles_height',''),(86,2,'wrap_styles_width','','wrap_styles_width',''),(87,2,'wrap_styles_font-size','','wrap_styles_font-size',''),(88,2,'wrap_styles_margin','','wrap_styles_margin',''),(89,2,'wrap_styles_padding','','wrap_styles_padding',''),(90,2,'wrap_styles_display','','wrap_styles_display',''),(91,2,'wrap_styles_float','','wrap_styles_float',''),(92,2,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(93,2,'wrap_styles_advanced','','wrap_styles_advanced',''),(94,2,'label_styles_background-color','','label_styles_background-color',''),(95,2,'label_styles_border','','label_styles_border',''),(96,2,'label_styles_border-style','','label_styles_border-style',''),(97,2,'label_styles_border-color','','label_styles_border-color',''),(98,2,'label_styles_color','','label_styles_color',''),(99,2,'label_styles_height','','label_styles_height',''),(100,2,'label_styles_width','','label_styles_width',''),(101,2,'label_styles_font-size','','label_styles_font-size',''),(102,2,'label_styles_margin','','label_styles_margin',''),(103,2,'label_styles_padding','','label_styles_padding',''),(104,2,'label_styles_display','','label_styles_display',''),(105,2,'label_styles_float','','label_styles_float',''),(106,2,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(107,2,'label_styles_advanced','','label_styles_advanced',''),(108,2,'element_styles_background-color','','element_styles_background-color',''),(109,2,'element_styles_border','','element_styles_border',''),(110,2,'element_styles_border-style','','element_styles_border-style',''),(111,2,'element_styles_border-color','','element_styles_border-color',''),(112,2,'element_styles_color','','element_styles_color',''),(113,2,'element_styles_height','','element_styles_height',''),(114,2,'element_styles_width','','element_styles_width',''),(115,2,'element_styles_font-size','','element_styles_font-size',''),(116,2,'element_styles_margin','','element_styles_margin',''),(117,2,'element_styles_padding','','element_styles_padding',''),(118,2,'element_styles_display','','element_styles_display',''),(119,2,'element_styles_float','','element_styles_float',''),(120,2,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(121,2,'element_styles_advanced','','element_styles_advanced',''),(122,2,'cellcid','c3281','cellcid','c3281'),(123,3,'label_pos','above','label_pos','above'),(124,3,'required','1','required','1'),(125,3,'order','3','order','3'),(126,3,'placeholder','','placeholder',''),(127,3,'default','','default',''),(128,3,'wrapper_class','','wrapper_class',''),(129,3,'element_class','','element_class',''),(130,3,'objectType','Field','objectType','Field'),(131,3,'objectDomain','fields','objectDomain','fields'),(132,3,'editActive','','editActive',''),(133,3,'container_class','','container_class',''),(134,3,'input_limit','','input_limit',''),(135,3,'input_limit_type','characters','input_limit_type','characters'),(136,3,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(137,3,'manual_key','','manual_key',''),(138,3,'disable_input','','disable_input',''),(139,3,'admin_label','','admin_label',''),(140,3,'help_text','','help_text',''),(141,3,'desc_text','','desc_text',''),(142,3,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(143,3,'textarea_rte','','textarea_rte',''),(144,3,'disable_rte_mobile','','disable_rte_mobile',''),(145,3,'textarea_media','','textarea_media',''),(146,3,'wrap_styles_background-color','','wrap_styles_background-color',''),(147,3,'wrap_styles_border','','wrap_styles_border',''),(148,3,'wrap_styles_border-style','','wrap_styles_border-style',''),(149,3,'wrap_styles_border-color','','wrap_styles_border-color',''),(150,3,'wrap_styles_color','','wrap_styles_color',''),(151,3,'wrap_styles_height','','wrap_styles_height',''),(152,3,'wrap_styles_width','','wrap_styles_width',''),(153,3,'wrap_styles_font-size','','wrap_styles_font-size',''),(154,3,'wrap_styles_margin','','wrap_styles_margin',''),(155,3,'wrap_styles_padding','','wrap_styles_padding',''),(156,3,'wrap_styles_display','','wrap_styles_display',''),(157,3,'wrap_styles_float','','wrap_styles_float',''),(158,3,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(159,3,'wrap_styles_advanced','','wrap_styles_advanced',''),(160,3,'label_styles_background-color','','label_styles_background-color',''),(161,3,'label_styles_border','','label_styles_border',''),(162,3,'label_styles_border-style','','label_styles_border-style',''),(163,3,'label_styles_border-color','','label_styles_border-color',''),(164,3,'label_styles_color','','label_styles_color',''),(165,3,'label_styles_height','','label_styles_height',''),(166,3,'label_styles_width','','label_styles_width',''),(167,3,'label_styles_font-size','','label_styles_font-size',''),(168,3,'label_styles_margin','','label_styles_margin',''),(169,3,'label_styles_padding','','label_styles_padding',''),(170,3,'label_styles_display','','label_styles_display',''),(171,3,'label_styles_float','','label_styles_float',''),(172,3,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(173,3,'label_styles_advanced','','label_styles_advanced',''),(174,3,'element_styles_background-color','','element_styles_background-color',''),(175,3,'element_styles_border','','element_styles_border',''),(176,3,'element_styles_border-style','','element_styles_border-style',''),(177,3,'element_styles_border-color','','element_styles_border-color',''),(178,3,'element_styles_color','','element_styles_color',''),(179,3,'element_styles_height','','element_styles_height',''),(180,3,'element_styles_width','','element_styles_width',''),(181,3,'element_styles_font-size','','element_styles_font-size',''),(182,3,'element_styles_margin','','element_styles_margin',''),(183,3,'element_styles_padding','','element_styles_padding',''),(184,3,'element_styles_display','','element_styles_display',''),(185,3,'element_styles_float','','element_styles_float',''),(186,3,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(187,3,'element_styles_advanced','','element_styles_advanced',''),(188,3,'cellcid','c3284','cellcid','c3284'),(189,4,'processing_label','Processing','processing_label','Processing'),(190,4,'order','5','order','5'),(191,4,'objectType','Field','objectType','Field'),(192,4,'objectDomain','fields','objectDomain','fields'),(193,4,'editActive','','editActive',''),(194,4,'container_class','','container_class',''),(195,4,'element_class','','element_class',''),(196,4,'wrap_styles_background-color','','wrap_styles_background-color',''),(197,4,'wrap_styles_border','','wrap_styles_border',''),(198,4,'wrap_styles_border-style','','wrap_styles_border-style',''),(199,4,'wrap_styles_border-color','','wrap_styles_border-color',''),(200,4,'wrap_styles_color','','wrap_styles_color',''),(201,4,'wrap_styles_height','','wrap_styles_height',''),(202,4,'wrap_styles_width','','wrap_styles_width',''),(203,4,'wrap_styles_font-size','','wrap_styles_font-size',''),(204,4,'wrap_styles_margin','','wrap_styles_margin',''),(205,4,'wrap_styles_padding','','wrap_styles_padding',''),(206,4,'wrap_styles_display','','wrap_styles_display',''),(207,4,'wrap_styles_float','','wrap_styles_float',''),(208,4,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(209,4,'wrap_styles_advanced','','wrap_styles_advanced',''),(210,4,'label_styles_background-color','','label_styles_background-color',''),(211,4,'label_styles_border','','label_styles_border',''),(212,4,'label_styles_border-style','','label_styles_border-style',''),(213,4,'label_styles_border-color','','label_styles_border-color',''),(214,4,'label_styles_color','','label_styles_color',''),(215,4,'label_styles_height','','label_styles_height',''),(216,4,'label_styles_width','','label_styles_width',''),(217,4,'label_styles_font-size','','label_styles_font-size',''),(218,4,'label_styles_margin','','label_styles_margin',''),(219,4,'label_styles_padding','','label_styles_padding',''),(220,4,'label_styles_display','','label_styles_display',''),(221,4,'label_styles_float','','label_styles_float',''),(222,4,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(223,4,'label_styles_advanced','','label_styles_advanced',''),(224,4,'element_styles_background-color','','element_styles_background-color',''),(225,4,'element_styles_border','','element_styles_border',''),(226,4,'element_styles_border-style','','element_styles_border-style',''),(227,4,'element_styles_border-color','','element_styles_border-color',''),(228,4,'element_styles_color','','element_styles_color',''),(229,4,'element_styles_height','','element_styles_height',''),(230,4,'element_styles_width','','element_styles_width',''),(231,4,'element_styles_font-size','','element_styles_font-size',''),(232,4,'element_styles_margin','','element_styles_margin',''),(233,4,'element_styles_padding','','element_styles_padding',''),(234,4,'element_styles_display','','element_styles_display',''),(235,4,'element_styles_float','','element_styles_float',''),(236,4,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(237,4,'element_styles_advanced','','element_styles_advanced',''),(238,4,'submit_element_hover_styles_background-color','','submit_element_hover_styles_background-color',''),(239,4,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(240,4,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),(241,4,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),(242,4,'submit_element_hover_styles_color','','submit_element_hover_styles_color',''),(243,4,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),(244,4,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(245,4,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(246,4,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(247,4,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(248,4,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),(249,4,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(250,4,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(251,4,'submit_element_hover_styles_advanced','','submit_element_hover_styles_advanced',''),(252,4,'cellcid','c3287','cellcid','c3287'),(253,1,'label','Name','label','Name'),(254,1,'key','name','key','name'),(255,1,'type','textbox','type','textbox'),(256,1,'created_at','2020-11-02 19:42:43','created_at','2020-11-02 19:42:43'),(257,1,'custom_name_attribute','','custom_name_attribute',''),(258,1,'personally_identifiable','','personally_identifiable',''),(259,1,'value','','value',''),(260,2,'label','Email','label','Email'),(261,2,'key','email','key','email'),(262,2,'type','email','type','email'),(263,2,'created_at','2020-11-02 19:42:47','created_at','2020-11-02 19:42:47'),(264,2,'custom_name_attribute','email','custom_name_attribute','email'),(265,2,'personally_identifiable','1','personally_identifiable','1'),(266,2,'value','','value',''),(267,3,'label','Message','label','Message'),(268,3,'key','message','key','message'),(269,3,'type','textarea','type','textarea'),(270,3,'created_at','2020-11-02 19:42:50','created_at','2020-11-02 19:42:50'),(271,3,'value','','value',''),(272,4,'label','Submit','label','Submit'),(273,4,'key','submit','key','submit'),(274,4,'type','submit','type','submit'),(275,4,'created_at','2020-11-02 19:42:51','created_at','2020-11-02 19:42:51'),(276,5,'label','First and Last Name','label','First and Last Name'),(277,5,'key','first_and_last_name_1606705554334','key','first_and_last_name_1606705554334'),(278,5,'parent_id','2','parent_id','2'),(279,5,'type','textbox','type','textbox'),(280,5,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(281,5,'label_pos','above','label_pos','above'),(282,5,'required','1','required','1'),(283,5,'order','1','order','1'),(284,5,'placeholder','','placeholder',''),(285,5,'default','','default',''),(286,5,'wrapper_class','','wrapper_class',''),(287,5,'element_class','','element_class',''),(288,5,'objectType','Field','objectType','Field'),(289,5,'objectDomain','fields','objectDomain','fields'),(290,5,'editActive','','editActive',''),(291,5,'container_class','','container_class',''),(292,5,'input_limit','','input_limit',''),(293,5,'input_limit_type','characters','input_limit_type','characters'),(294,5,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(295,5,'manual_key','','manual_key',''),(296,5,'disable_input','','disable_input',''),(297,5,'admin_label','','admin_label',''),(298,5,'help_text','','help_text',''),(299,5,'desc_text','','desc_text',''),(300,5,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(301,5,'mask','','mask',''),(302,5,'custom_mask','','custom_mask',''),(303,5,'wrap_styles_background-color','','wrap_styles_background-color',''),(304,5,'wrap_styles_border','','wrap_styles_border',''),(305,5,'wrap_styles_border-style','','wrap_styles_border-style',''),(306,5,'wrap_styles_border-color','','wrap_styles_border-color',''),(307,5,'wrap_styles_color','','wrap_styles_color',''),(308,5,'wrap_styles_height','','wrap_styles_height',''),(309,5,'wrap_styles_width','','wrap_styles_width',''),(310,5,'wrap_styles_font-size','','wrap_styles_font-size',''),(311,5,'wrap_styles_margin','','wrap_styles_margin',''),(312,5,'wrap_styles_padding','','wrap_styles_padding',''),(313,5,'wrap_styles_display','','wrap_styles_display',''),(314,5,'wrap_styles_float','','wrap_styles_float',''),(315,5,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(316,5,'wrap_styles_advanced','','wrap_styles_advanced',''),(317,5,'label_styles_background-color','','label_styles_background-color',''),(318,5,'label_styles_border','','label_styles_border',''),(319,5,'label_styles_border-style','','label_styles_border-style',''),(320,5,'label_styles_border-color','','label_styles_border-color',''),(321,5,'label_styles_color','','label_styles_color',''),(322,5,'label_styles_height','','label_styles_height',''),(323,5,'label_styles_width','','label_styles_width',''),(324,5,'label_styles_font-size','','label_styles_font-size',''),(325,5,'label_styles_margin','','label_styles_margin',''),(326,5,'label_styles_padding','','label_styles_padding',''),(327,5,'label_styles_display','','label_styles_display',''),(328,5,'label_styles_float','','label_styles_float',''),(329,5,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(330,5,'label_styles_advanced','','label_styles_advanced',''),(331,5,'element_styles_background-color','','element_styles_background-color',''),(332,5,'element_styles_border','','element_styles_border',''),(333,5,'element_styles_border-style','','element_styles_border-style',''),(334,5,'element_styles_border-color','','element_styles_border-color',''),(335,5,'element_styles_color','','element_styles_color',''),(336,5,'element_styles_height','','element_styles_height',''),(337,5,'element_styles_width','','element_styles_width',''),(338,5,'element_styles_font-size','','element_styles_font-size',''),(339,5,'element_styles_margin','','element_styles_margin',''),(340,5,'element_styles_padding','','element_styles_padding',''),(341,5,'element_styles_display','','element_styles_display',''),(342,5,'element_styles_float','','element_styles_float',''),(343,5,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(344,5,'element_styles_advanced','','element_styles_advanced',''),(345,5,'cellcid','c3277','cellcid','c3277'),(346,6,'label','Email','label','Email'),(347,6,'key','email','key','email'),(348,6,'parent_id','2','parent_id','2'),(349,6,'type','email','type','email'),(350,6,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(351,6,'label_pos','above','label_pos','above'),(352,6,'required','1','required','1'),(353,6,'order','4','order','4'),(354,6,'placeholder','','placeholder',''),(355,6,'default','','default',''),(356,6,'wrapper_class','','wrapper_class',''),(357,6,'element_class','','element_class',''),(358,6,'objectType','Field','objectType','Field'),(359,6,'objectDomain','fields','objectDomain','fields'),(360,6,'editActive','','editActive',''),(361,6,'container_class','','container_class',''),(362,6,'admin_label','','admin_label',''),(363,6,'help_text','','help_text',''),(364,6,'desc_text','','desc_text',''),(365,6,'wrap_styles_background-color','','wrap_styles_background-color',''),(366,6,'wrap_styles_border','','wrap_styles_border',''),(367,6,'wrap_styles_border-style','','wrap_styles_border-style',''),(368,6,'wrap_styles_border-color','','wrap_styles_border-color',''),(369,6,'wrap_styles_color','','wrap_styles_color',''),(370,6,'wrap_styles_height','','wrap_styles_height',''),(371,6,'wrap_styles_width','','wrap_styles_width',''),(372,6,'wrap_styles_font-size','','wrap_styles_font-size',''),(373,6,'wrap_styles_margin','','wrap_styles_margin',''),(374,6,'wrap_styles_padding','','wrap_styles_padding',''),(375,6,'wrap_styles_display','','wrap_styles_display',''),(376,6,'wrap_styles_float','','wrap_styles_float',''),(377,6,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(378,6,'wrap_styles_advanced','','wrap_styles_advanced',''),(379,6,'label_styles_background-color','','label_styles_background-color',''),(380,6,'label_styles_border','','label_styles_border',''),(381,6,'label_styles_border-style','','label_styles_border-style',''),(382,6,'label_styles_border-color','','label_styles_border-color',''),(383,6,'label_styles_color','','label_styles_color',''),(384,6,'label_styles_height','','label_styles_height',''),(385,6,'label_styles_width','','label_styles_width',''),(386,6,'label_styles_font-size','','label_styles_font-size',''),(387,6,'label_styles_margin','','label_styles_margin',''),(388,6,'label_styles_padding','','label_styles_padding',''),(389,6,'label_styles_display','','label_styles_display',''),(390,6,'label_styles_float','','label_styles_float',''),(391,6,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(392,6,'label_styles_advanced','','label_styles_advanced',''),(393,6,'element_styles_background-color','','element_styles_background-color',''),(394,6,'element_styles_border','','element_styles_border',''),(395,6,'element_styles_border-style','','element_styles_border-style',''),(396,6,'element_styles_border-color','','element_styles_border-color',''),(397,6,'element_styles_color','','element_styles_color',''),(398,6,'element_styles_height','','element_styles_height',''),(399,6,'element_styles_width','','element_styles_width',''),(400,6,'element_styles_font-size','','element_styles_font-size',''),(401,6,'element_styles_margin','','element_styles_margin',''),(402,6,'element_styles_padding','','element_styles_padding',''),(403,6,'element_styles_display','','element_styles_display',''),(404,6,'element_styles_float','','element_styles_float',''),(405,6,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(406,6,'element_styles_advanced','','element_styles_advanced',''),(407,6,'cellcid','c3281','cellcid','c3281'),(408,7,'label','Message','label','Message'),(409,7,'key','message','key','message'),(410,7,'parent_id','2','parent_id','2'),(411,7,'type','textarea','type','textarea'),(412,7,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(413,7,'label_pos','above','label_pos','above'),(414,7,'required','0','required','0'),(415,7,'order','5','order','5'),(416,7,'placeholder','','placeholder',''),(417,7,'default','','default',''),(418,7,'wrapper_class','','wrapper_class',''),(419,7,'element_class','','element_class',''),(420,7,'objectType','Field','objectType','Field'),(421,7,'objectDomain','fields','objectDomain','fields'),(422,7,'editActive','','editActive',''),(423,7,'container_class','','container_class',''),(424,7,'input_limit','','input_limit',''),(425,7,'input_limit_type','characters','input_limit_type','characters'),(426,7,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(427,7,'manual_key','','manual_key',''),(428,7,'disable_input','','disable_input',''),(429,7,'admin_label','','admin_label',''),(430,7,'help_text','','help_text',''),(431,7,'desc_text','','desc_text',''),(432,7,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(433,7,'textarea_rte','','textarea_rte',''),(434,7,'disable_rte_mobile','','disable_rte_mobile',''),(435,7,'textarea_media','','textarea_media',''),(436,7,'wrap_styles_background-color','','wrap_styles_background-color',''),(437,7,'wrap_styles_border','','wrap_styles_border',''),(438,7,'wrap_styles_border-style','','wrap_styles_border-style',''),(439,7,'wrap_styles_border-color','','wrap_styles_border-color',''),(440,7,'wrap_styles_color','','wrap_styles_color',''),(441,7,'wrap_styles_height','','wrap_styles_height',''),(442,7,'wrap_styles_width','','wrap_styles_width',''),(443,7,'wrap_styles_font-size','','wrap_styles_font-size',''),(444,7,'wrap_styles_margin','','wrap_styles_margin',''),(445,7,'wrap_styles_padding','','wrap_styles_padding',''),(446,7,'wrap_styles_display','','wrap_styles_display',''),(447,7,'wrap_styles_float','','wrap_styles_float',''),(448,7,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(449,7,'wrap_styles_advanced','','wrap_styles_advanced',''),(450,7,'label_styles_background-color','','label_styles_background-color',''),(451,7,'label_styles_border','','label_styles_border',''),(452,7,'label_styles_border-style','','label_styles_border-style',''),(453,7,'label_styles_border-color','','label_styles_border-color',''),(454,7,'label_styles_color','','label_styles_color',''),(455,7,'label_styles_height','','label_styles_height',''),(456,7,'label_styles_width','','label_styles_width',''),(457,7,'label_styles_font-size','','label_styles_font-size',''),(458,7,'label_styles_margin','','label_styles_margin',''),(459,7,'label_styles_padding','','label_styles_padding',''),(460,7,'label_styles_display','','label_styles_display',''),(461,7,'label_styles_float','','label_styles_float',''),(462,7,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(463,7,'label_styles_advanced','','label_styles_advanced',''),(464,7,'element_styles_background-color','','element_styles_background-color',''),(465,7,'element_styles_border','','element_styles_border',''),(466,7,'element_styles_border-style','','element_styles_border-style',''),(467,7,'element_styles_border-color','','element_styles_border-color',''),(468,7,'element_styles_color','','element_styles_color',''),(469,7,'element_styles_height','','element_styles_height',''),(470,7,'element_styles_width','','element_styles_width',''),(471,7,'element_styles_font-size','','element_styles_font-size',''),(472,7,'element_styles_margin','','element_styles_margin',''),(473,7,'element_styles_padding','','element_styles_padding',''),(474,7,'element_styles_display','','element_styles_display',''),(475,7,'element_styles_float','','element_styles_float',''),(476,7,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(477,7,'element_styles_advanced','','element_styles_advanced',''),(478,7,'cellcid','c3284','cellcid','c3284'),(479,8,'label','Submit','label','Submit'),(480,8,'key','submit','key','submit'),(481,8,'parent_id','2','parent_id','2'),(482,8,'type','submit','type','submit'),(483,8,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(484,8,'processing_label','Processing','processing_label','Processing'),(485,8,'order','6','order','6'),(486,8,'objectType','Field','objectType','Field'),(487,8,'objectDomain','fields','objectDomain','fields'),(488,8,'editActive','','editActive',''),(489,8,'container_class','','container_class',''),(490,8,'element_class','','element_class',''),(491,8,'wrap_styles_background-color','','wrap_styles_background-color',''),(492,8,'wrap_styles_border','','wrap_styles_border',''),(493,8,'wrap_styles_border-style','','wrap_styles_border-style',''),(494,8,'wrap_styles_border-color','','wrap_styles_border-color',''),(495,8,'wrap_styles_color','','wrap_styles_color',''),(496,8,'wrap_styles_height','','wrap_styles_height',''),(497,8,'wrap_styles_width','','wrap_styles_width',''),(498,8,'wrap_styles_font-size','','wrap_styles_font-size',''),(499,8,'wrap_styles_margin','','wrap_styles_margin',''),(500,8,'wrap_styles_padding','','wrap_styles_padding',''),(501,8,'wrap_styles_display','','wrap_styles_display',''),(502,8,'wrap_styles_float','','wrap_styles_float',''),(503,8,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(504,8,'wrap_styles_advanced','','wrap_styles_advanced',''),(505,8,'label_styles_background-color','','label_styles_background-color',''),(506,8,'label_styles_border','','label_styles_border',''),(507,8,'label_styles_border-style','','label_styles_border-style',''),(508,8,'label_styles_border-color','','label_styles_border-color',''),(509,8,'label_styles_color','','label_styles_color',''),(510,8,'label_styles_height','','label_styles_height',''),(511,8,'label_styles_width','','label_styles_width',''),(512,8,'label_styles_font-size','','label_styles_font-size',''),(513,8,'label_styles_margin','','label_styles_margin',''),(514,8,'label_styles_padding','','label_styles_padding',''),(515,8,'label_styles_display','','label_styles_display',''),(516,8,'label_styles_float','','label_styles_float',''),(517,8,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(518,8,'label_styles_advanced','','label_styles_advanced',''),(519,8,'element_styles_background-color','','element_styles_background-color',''),(520,8,'element_styles_border','','element_styles_border',''),(521,8,'element_styles_border-style','','element_styles_border-style',''),(522,8,'element_styles_border-color','','element_styles_border-color',''),(523,8,'element_styles_color','','element_styles_color',''),(524,8,'element_styles_height','','element_styles_height',''),(525,8,'element_styles_width','','element_styles_width',''),(526,8,'element_styles_font-size','','element_styles_font-size',''),(527,8,'element_styles_margin','','element_styles_margin',''),(528,8,'element_styles_padding','','element_styles_padding',''),(529,8,'element_styles_display','','element_styles_display',''),(530,8,'element_styles_float','','element_styles_float',''),(531,8,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(532,8,'element_styles_advanced','','element_styles_advanced',''),(533,8,'submit_element_hover_styles_background-color','','submit_element_hover_styles_background-color',''),(534,8,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(535,8,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),(536,8,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),(537,8,'submit_element_hover_styles_color','','submit_element_hover_styles_color',''),(538,8,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),(539,8,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(540,8,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(541,8,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(542,8,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(543,8,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),(544,8,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(545,8,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(546,8,'submit_element_hover_styles_advanced','','submit_element_hover_styles_advanced',''),(547,8,'cellcid','c3287','cellcid','c3287'),(548,5,'field_label','Name','field_label','Name'),(549,5,'field_key','name','field_key','name'),(550,5,'custom_name_attribute','','custom_name_attribute',''),(551,5,'personally_identifiable','','personally_identifiable',''),(552,5,'value','','value',''),(553,5,'drawerDisabled','','drawerDisabled',''),(554,9,'editActive','','editActive',''),(555,9,'order','2','order','2'),(556,9,'label','Business Name','label','Business Name'),(557,9,'key','business_name_1606705560395','key','business_name_1606705560395'),(558,9,'type','textbox','type','textbox'),(559,9,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(560,9,'label_pos','above','label_pos','above'),(561,9,'required','1','required','1'),(562,9,'placeholder','','placeholder',''),(563,9,'default','','default',''),(564,9,'wrapper_class','','wrapper_class',''),(565,9,'element_class','','element_class',''),(566,9,'container_class','','container_class',''),(567,9,'input_limit','','input_limit',''),(568,9,'input_limit_type','characters','input_limit_type','characters'),(569,9,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(570,9,'manual_key','','manual_key',''),(571,9,'disable_input','','disable_input',''),(572,9,'admin_label','','admin_label',''),(573,9,'help_text','','help_text',''),(574,9,'desc_text','','desc_text',''),(575,9,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(576,9,'mask','','mask',''),(577,9,'custom_mask','','custom_mask',''),(578,9,'wrap_styles_background-color','','wrap_styles_background-color',''),(579,9,'wrap_styles_border','','wrap_styles_border',''),(580,9,'wrap_styles_border-style','','wrap_styles_border-style',''),(581,9,'wrap_styles_border-color','','wrap_styles_border-color',''),(582,9,'wrap_styles_color','','wrap_styles_color',''),(583,9,'wrap_styles_height','','wrap_styles_height',''),(584,9,'wrap_styles_width','','wrap_styles_width',''),(585,9,'wrap_styles_font-size','','wrap_styles_font-size',''),(586,9,'wrap_styles_margin','','wrap_styles_margin',''),(587,9,'wrap_styles_padding','','wrap_styles_padding',''),(588,9,'wrap_styles_display','','wrap_styles_display',''),(589,9,'wrap_styles_float','','wrap_styles_float',''),(590,9,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(591,9,'wrap_styles_advanced','','wrap_styles_advanced',''),(592,9,'label_styles_background-color','','label_styles_background-color',''),(593,9,'label_styles_border','','label_styles_border',''),(594,9,'label_styles_border-style','','label_styles_border-style',''),(595,9,'label_styles_border-color','','label_styles_border-color',''),(596,9,'label_styles_color','','label_styles_color',''),(597,9,'label_styles_height','','label_styles_height',''),(598,9,'label_styles_width','','label_styles_width',''),(599,9,'label_styles_font-size','','label_styles_font-size',''),(600,9,'label_styles_margin','','label_styles_margin',''),(601,9,'label_styles_padding','','label_styles_padding',''),(602,9,'label_styles_display','','label_styles_display',''),(603,9,'label_styles_float','','label_styles_float',''),(604,9,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(605,9,'label_styles_advanced','','label_styles_advanced',''),(606,9,'element_styles_background-color','','element_styles_background-color',''),(607,9,'element_styles_border','','element_styles_border',''),(608,9,'element_styles_border-style','','element_styles_border-style',''),(609,9,'element_styles_border-color','','element_styles_border-color',''),(610,9,'element_styles_color','','element_styles_color',''),(611,9,'element_styles_height','','element_styles_height',''),(612,9,'element_styles_width','','element_styles_width',''),(613,9,'element_styles_font-size','','element_styles_font-size',''),(614,9,'element_styles_margin','','element_styles_margin',''),(615,9,'element_styles_padding','','element_styles_padding',''),(616,9,'element_styles_display','','element_styles_display',''),(617,9,'element_styles_float','','element_styles_float',''),(618,9,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(619,9,'element_styles_advanced','','element_styles_advanced',''),(620,9,'cellcid','c3277','cellcid','c3277'),(621,9,'field_label','Name','field_label','Name'),(622,9,'field_key','name','field_key','name'),(623,9,'custom_name_attribute','','custom_name_attribute',''),(624,9,'personally_identifiable','','personally_identifiable',''),(625,9,'value','','value',''),(626,9,'drawerDisabled','','drawerDisabled',''),(627,10,'editActive','','editActive',''),(628,10,'order','3','order','3'),(629,10,'label','Website','label','Website'),(630,10,'type','textbox','type','textbox'),(631,10,'key','website_1606706108071','key','website_1606706108071'),(632,10,'label_pos','default','label_pos','default'),(633,10,'required','1','required','1'),(634,10,'default','','default',''),(635,10,'placeholder','','placeholder',''),(636,10,'container_class','','container_class',''),(637,10,'element_class','','element_class',''),(638,10,'input_limit','','input_limit',''),(639,10,'input_limit_type','characters','input_limit_type','characters'),(640,10,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(641,10,'manual_key','','manual_key',''),(642,10,'admin_label','','admin_label',''),(643,10,'help_text','','help_text',''),(644,10,'mask','','mask',''),(645,10,'custom_mask','','custom_mask',''),(646,10,'custom_name_attribute','','custom_name_attribute',''),(647,10,'personally_identifiable','','personally_identifiable',''),(648,10,'value','','value',''),(649,6,'field_label','Email','field_label','Email'),(650,6,'field_key','email','field_key','email'),(651,6,'custom_name_attribute','email','custom_name_attribute','email'),(652,6,'personally_identifiable','1','personally_identifiable','1'),(653,6,'value','','value',''),(654,6,'drawerDisabled','','drawerDisabled',''),(655,7,'field_label','Message','field_label','Message'),(656,7,'field_key','message','field_key','message'),(657,7,'value','','value',''),(658,7,'drawerDisabled','','drawerDisabled',''),(659,8,'field_label','Submit','field_label','Submit'),(660,8,'field_key','submit','field_key','submit'),(661,11,'objectType','Field','objectType','Field'),(662,11,'objectDomain','fields','objectDomain','fields'),(663,11,'editActive','','editActive',''),(664,11,'order','1','order','1'),(665,11,'label','First Name','label','First Name'),(666,11,'type','firstname','type','firstname'),(667,11,'key','firstname_1523908368154','key','firstname_1523908368154'),(668,11,'label_pos','default','label_pos','default'),(669,11,'required','1','required','1'),(670,11,'default','','default',''),(671,11,'placeholder','','placeholder',''),(672,11,'container_class','one-half first','container_class','one-half first'),(673,11,'element_class','','element_class',''),(674,11,'admin_label','','admin_label',''),(675,11,'help_text','','help_text',''),(676,11,'custom_name_attribute','fname','custom_name_attribute','fname'),(677,11,'field_label','First Name','field_label','First Name'),(678,11,'field_key','firstname_1523908368154','field_key','firstname_1523908368154'),(679,11,'personally_identifiable','1','personally_identifiable','1'),(680,11,'value','','value',''),(681,11,'parent_id','3','parent_id','3'),(682,12,'objectType','Field','objectType','Field'),(683,12,'objectDomain','fields','objectDomain','fields'),(684,12,'editActive','','editActive',''),(685,12,'order','2','order','2'),(686,12,'label','Last Name','label','Last Name'),(687,12,'type','lastname','type','lastname'),(688,12,'key','lastname_1523908369534','key','lastname_1523908369534'),(689,12,'label_pos','default','label_pos','default'),(690,12,'required','1','required','1'),(691,12,'default','','default',''),(692,12,'placeholder','','placeholder',''),(693,12,'container_class','one-half second','container_class','one-half second'),(694,12,'element_class','','element_class',''),(695,12,'admin_label','','admin_label',''),(696,12,'help_text','','help_text',''),(697,12,'custom_name_attribute','lname','custom_name_attribute','lname'),(698,12,'drawerDisabled','','drawerDisabled',''),(699,12,'field_label','Last Name','field_label','Last Name'),(700,12,'field_key','lastname_1523908369534','field_key','lastname_1523908369534'),(701,12,'personally_identifiable','1','personally_identifiable','1'),(702,12,'value','','value',''),(703,12,'parent_id','3','parent_id','3'),(704,13,'objectType','Field','objectType','Field'),(705,13,'objectDomain','fields','objectDomain','fields'),(706,13,'editActive','','editActive',''),(707,13,'order','3','order','3'),(708,13,'label','Company Name','label','Company Name'),(709,13,'type','textbox','type','textbox'),(710,13,'key','company_name_1603306330466','key','company_name_1603306330466'),(711,13,'label_pos','default','label_pos','default'),(712,13,'required','1','required','1'),(713,13,'default','','default',''),(714,13,'placeholder','','placeholder',''),(715,13,'container_class','','container_class',''),(716,13,'element_class','','element_class',''),(717,13,'input_limit','','input_limit',''),(718,13,'input_limit_type','characters','input_limit_type','characters'),(719,13,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(720,13,'manual_key','','manual_key',''),(721,13,'admin_label','','admin_label',''),(722,13,'help_text','','help_text',''),(723,13,'mask','','mask',''),(724,13,'custom_mask','','custom_mask',''),(725,13,'custom_name_attribute','','custom_name_attribute',''),(726,13,'personally_identifiable','','personally_identifiable',''),(727,13,'value','','value',''),(728,13,'drawerDisabled','','drawerDisabled',''),(729,13,'parent_id','3','parent_id','3'),(730,14,'objectType','Field','objectType','Field'),(731,14,'objectDomain','fields','objectDomain','fields'),(732,14,'editActive','','editActive',''),(733,14,'order','4','order','4'),(734,14,'label','Phone','label','Phone'),(735,14,'type','phone','type','phone'),(736,14,'key','phone_1603306316916','key','phone_1603306316916'),(737,14,'label_pos','default','label_pos','default'),(738,14,'required','1','required','1'),(739,14,'default','','default',''),(740,14,'placeholder','','placeholder',''),(741,14,'container_class','','container_class',''),(742,14,'element_class','','element_class',''),(743,14,'input_limit','','input_limit',''),(744,14,'input_limit_type','characters','input_limit_type','characters'),(745,14,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(746,14,'manual_key','','manual_key',''),(747,14,'admin_label','','admin_label',''),(748,14,'help_text','','help_text',''),(749,14,'mask','','mask',''),(750,14,'custom_mask','','custom_mask',''),(751,14,'custom_name_attribute','phone','custom_name_attribute','phone'),(752,14,'personally_identifiable','1','personally_identifiable','1'),(753,14,'value','','value',''),(754,14,'parent_id','3','parent_id','3'),(755,15,'objectType','Field','objectType','Field'),(756,15,'objectDomain','fields','objectDomain','fields'),(757,15,'editActive','','editActive',''),(758,15,'order','5','order','5'),(759,15,'label','Email','label','Email'),(760,15,'type','email','type','email'),(761,15,'key','email_1603306309086','key','email_1603306309086'),(762,15,'label_pos','default','label_pos','default'),(763,15,'required','1','required','1'),(764,15,'default','','default',''),(765,15,'placeholder','','placeholder',''),(766,15,'container_class','','container_class',''),(767,15,'element_class','','element_class',''),(768,15,'admin_label','','admin_label',''),(769,15,'help_text','','help_text',''),(770,15,'custom_name_attribute','email','custom_name_attribute','email'),(771,15,'personally_identifiable','1','personally_identifiable','1'),(772,15,'value','','value',''),(773,15,'parent_id','3','parent_id','3'),(774,16,'objectType','Field','objectType','Field'),(775,16,'objectDomain','fields','objectDomain','fields'),(776,16,'editActive','','editActive',''),(777,16,'order','6','order','6'),(778,16,'label','Message','label','Message'),(779,16,'type','textarea','type','textarea'),(780,16,'key','message_1603306354147','key','message_1603306354147'),(781,16,'label_pos','default','label_pos','default'),(782,16,'required','0','required','0'),(783,16,'default','','default',''),(784,16,'placeholder','','placeholder',''),(785,16,'container_class','','container_class',''),(786,16,'element_class','','element_class',''),(787,16,'input_limit','','input_limit',''),(788,16,'input_limit_type','characters','input_limit_type','characters'),(789,16,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(790,16,'manual_key','','manual_key',''),(791,16,'admin_label','','admin_label',''),(792,16,'help_text','','help_text',''),(793,16,'textarea_rte','','textarea_rte',''),(794,16,'disable_rte_mobile','','disable_rte_mobile',''),(795,16,'textarea_media','','textarea_media',''),(796,16,'field_label','Message','field_label','Message'),(797,16,'field_key','message_1603306354147','field_key','message_1603306354147'),(798,16,'value','','value',''),(799,16,'parent_id','3','parent_id','3'),(800,17,'objectType','Field','objectType','Field'),(801,17,'objectDomain','fields','objectDomain','fields'),(802,17,'editActive','','editActive',''),(803,17,'order','7','order','7'),(804,17,'type','submit','type','submit'),(805,17,'label','Submit','label','Submit'),(806,17,'processing_label','Processing','processing_label','Processing'),(807,17,'container_class','','container_class',''),(808,17,'element_class','','element_class',''),(809,17,'key','submit_1523908548082','key','submit_1523908548082'),(810,17,'field_label','Submit','field_label','Submit'),(811,17,'field_key','submit_1523908548082','field_key','submit_1523908548082'),(812,17,'parent_id','3','parent_id','3'),(813,13,'field_label','Company Name','field_label','Company Name'),(814,13,'field_key','company_name_1603306330466','field_key','company_name_1603306330466'),(815,14,'field_label','Phone','field_label','Phone'),(816,14,'field_key','phone_1603306316916','field_key','phone_1603306316916'),(817,15,'field_label','Email','field_label','Email'),(818,15,'field_key','email_1603306309086','field_key','email_1603306309086'),(819,18,'label','Name','label','Name'),(820,18,'key','name','key','name'),(821,18,'parent_id','4','parent_id','4'),(822,18,'type','textbox','type','textbox'),(823,18,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(824,18,'label_pos','above','label_pos','above'),(825,18,'required','1','required','1'),(826,18,'order','1','order','1'),(827,18,'placeholder','','placeholder',''),(828,18,'default','','default',''),(829,18,'wrapper_class','','wrapper_class',''),(830,18,'element_class','','element_class',''),(831,18,'objectType','Field','objectType','Field'),(832,18,'objectDomain','fields','objectDomain','fields'),(833,18,'editActive','','editActive',''),(834,18,'container_class','','container_class',''),(835,18,'input_limit','','input_limit',''),(836,18,'input_limit_type','characters','input_limit_type','characters'),(837,18,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(838,18,'manual_key','','manual_key',''),(839,18,'disable_input','','disable_input',''),(840,18,'admin_label','','admin_label',''),(841,18,'help_text','','help_text',''),(842,18,'desc_text','','desc_text',''),(843,18,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(844,18,'mask','','mask',''),(845,18,'custom_mask','','custom_mask',''),(846,18,'wrap_styles_background-color','','wrap_styles_background-color',''),(847,18,'wrap_styles_border','','wrap_styles_border',''),(848,18,'wrap_styles_border-style','','wrap_styles_border-style',''),(849,18,'wrap_styles_border-color','','wrap_styles_border-color',''),(850,18,'wrap_styles_color','','wrap_styles_color',''),(851,18,'wrap_styles_height','','wrap_styles_height',''),(852,18,'wrap_styles_width','','wrap_styles_width',''),(853,18,'wrap_styles_font-size','','wrap_styles_font-size',''),(854,18,'wrap_styles_margin','','wrap_styles_margin',''),(855,18,'wrap_styles_padding','','wrap_styles_padding',''),(856,18,'wrap_styles_display','','wrap_styles_display',''),(857,18,'wrap_styles_float','','wrap_styles_float',''),(858,18,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(859,18,'wrap_styles_advanced','','wrap_styles_advanced',''),(860,18,'label_styles_background-color','','label_styles_background-color',''),(861,18,'label_styles_border','','label_styles_border',''),(862,18,'label_styles_border-style','','label_styles_border-style',''),(863,18,'label_styles_border-color','','label_styles_border-color',''),(864,18,'label_styles_color','','label_styles_color',''),(865,18,'label_styles_height','','label_styles_height',''),(866,18,'label_styles_width','','label_styles_width',''),(867,18,'label_styles_font-size','','label_styles_font-size',''),(868,18,'label_styles_margin','','label_styles_margin',''),(869,18,'label_styles_padding','','label_styles_padding',''),(870,18,'label_styles_display','','label_styles_display',''),(871,18,'label_styles_float','','label_styles_float',''),(872,18,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(873,18,'label_styles_advanced','','label_styles_advanced',''),(874,18,'element_styles_background-color','','element_styles_background-color',''),(875,18,'element_styles_border','','element_styles_border',''),(876,18,'element_styles_border-style','','element_styles_border-style',''),(877,18,'element_styles_border-color','','element_styles_border-color',''),(878,18,'element_styles_color','','element_styles_color',''),(879,18,'element_styles_height','','element_styles_height',''),(880,18,'element_styles_width','','element_styles_width',''),(881,18,'element_styles_font-size','','element_styles_font-size',''),(882,18,'element_styles_margin','','element_styles_margin',''),(883,18,'element_styles_padding','','element_styles_padding',''),(884,18,'element_styles_display','','element_styles_display',''),(885,18,'element_styles_float','','element_styles_float',''),(886,18,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(887,18,'element_styles_advanced','','element_styles_advanced',''),(888,18,'cellcid','c3277','cellcid','c3277'),(889,19,'label','Email','label','Email'),(890,19,'key','email','key','email'),(891,19,'parent_id','4','parent_id','4'),(892,19,'type','email','type','email'),(893,19,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(894,19,'label_pos','above','label_pos','above'),(895,19,'required','1','required','1'),(896,19,'order','2','order','2'),(897,19,'placeholder','','placeholder',''),(898,19,'default','','default',''),(899,19,'wrapper_class','','wrapper_class',''),(900,19,'element_class','','element_class',''),(901,19,'objectType','Field','objectType','Field'),(902,19,'objectDomain','fields','objectDomain','fields'),(903,19,'editActive','','editActive',''),(904,19,'container_class','','container_class',''),(905,19,'admin_label','','admin_label',''),(906,19,'help_text','','help_text',''),(907,19,'desc_text','','desc_text',''),(908,19,'wrap_styles_background-color','','wrap_styles_background-color',''),(909,19,'wrap_styles_border','','wrap_styles_border',''),(910,19,'wrap_styles_border-style','','wrap_styles_border-style',''),(911,19,'wrap_styles_border-color','','wrap_styles_border-color',''),(912,19,'wrap_styles_color','','wrap_styles_color',''),(913,19,'wrap_styles_height','','wrap_styles_height',''),(914,19,'wrap_styles_width','','wrap_styles_width',''),(915,19,'wrap_styles_font-size','','wrap_styles_font-size',''),(916,19,'wrap_styles_margin','','wrap_styles_margin',''),(917,19,'wrap_styles_padding','','wrap_styles_padding',''),(918,19,'wrap_styles_display','','wrap_styles_display',''),(919,19,'wrap_styles_float','','wrap_styles_float',''),(920,19,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(921,19,'wrap_styles_advanced','','wrap_styles_advanced',''),(922,19,'label_styles_background-color','','label_styles_background-color',''),(923,19,'label_styles_border','','label_styles_border',''),(924,19,'label_styles_border-style','','label_styles_border-style',''),(925,19,'label_styles_border-color','','label_styles_border-color',''),(926,19,'label_styles_color','','label_styles_color',''),(927,19,'label_styles_height','','label_styles_height',''),(928,19,'label_styles_width','','label_styles_width',''),(929,19,'label_styles_font-size','','label_styles_font-size',''),(930,19,'label_styles_margin','','label_styles_margin',''),(931,19,'label_styles_padding','','label_styles_padding',''),(932,19,'label_styles_display','','label_styles_display',''),(933,19,'label_styles_float','','label_styles_float',''),(934,19,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(935,19,'label_styles_advanced','','label_styles_advanced',''),(936,19,'element_styles_background-color','','element_styles_background-color',''),(937,19,'element_styles_border','','element_styles_border',''),(938,19,'element_styles_border-style','','element_styles_border-style',''),(939,19,'element_styles_border-color','','element_styles_border-color',''),(940,19,'element_styles_color','','element_styles_color',''),(941,19,'element_styles_height','','element_styles_height',''),(942,19,'element_styles_width','','element_styles_width',''),(943,19,'element_styles_font-size','','element_styles_font-size',''),(944,19,'element_styles_margin','','element_styles_margin',''),(945,19,'element_styles_padding','','element_styles_padding',''),(946,19,'element_styles_display','','element_styles_display',''),(947,19,'element_styles_float','','element_styles_float',''),(948,19,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(949,19,'element_styles_advanced','','element_styles_advanced',''),(950,19,'cellcid','c3281','cellcid','c3281'),(1022,21,'label','Submit','label','Submit'),(1023,21,'key','submit','key','submit'),(1024,21,'parent_id','4','parent_id','4'),(1025,21,'type','submit','type','submit'),(1026,21,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(1027,21,'processing_label','Processing','processing_label','Processing'),(1028,21,'order','5','order','5'),(1029,21,'objectType','Field','objectType','Field'),(1030,21,'objectDomain','fields','objectDomain','fields'),(1031,21,'editActive','','editActive',''),(1032,21,'container_class','','container_class',''),(1033,21,'element_class','','element_class',''),(1034,21,'wrap_styles_background-color','','wrap_styles_background-color',''),(1035,21,'wrap_styles_border','','wrap_styles_border',''),(1036,21,'wrap_styles_border-style','','wrap_styles_border-style',''),(1037,21,'wrap_styles_border-color','','wrap_styles_border-color',''),(1038,21,'wrap_styles_color','','wrap_styles_color',''),(1039,21,'wrap_styles_height','','wrap_styles_height',''),(1040,21,'wrap_styles_width','','wrap_styles_width',''),(1041,21,'wrap_styles_font-size','','wrap_styles_font-size',''),(1042,21,'wrap_styles_margin','','wrap_styles_margin',''),(1043,21,'wrap_styles_padding','','wrap_styles_padding',''),(1044,21,'wrap_styles_display','','wrap_styles_display',''),(1045,21,'wrap_styles_float','','wrap_styles_float',''),(1046,21,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(1047,21,'wrap_styles_advanced','','wrap_styles_advanced',''),(1048,21,'label_styles_background-color','','label_styles_background-color',''),(1049,21,'label_styles_border','','label_styles_border',''),(1050,21,'label_styles_border-style','','label_styles_border-style',''),(1051,21,'label_styles_border-color','','label_styles_border-color',''),(1052,21,'label_styles_color','','label_styles_color',''),(1053,21,'label_styles_height','','label_styles_height',''),(1054,21,'label_styles_width','','label_styles_width',''),(1055,21,'label_styles_font-size','','label_styles_font-size',''),(1056,21,'label_styles_margin','','label_styles_margin',''),(1057,21,'label_styles_padding','','label_styles_padding',''),(1058,21,'label_styles_display','','label_styles_display',''),(1059,21,'label_styles_float','','label_styles_float',''),(1060,21,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(1061,21,'label_styles_advanced','','label_styles_advanced',''),(1062,21,'element_styles_background-color','','element_styles_background-color',''),(1063,21,'element_styles_border','','element_styles_border',''),(1064,21,'element_styles_border-style','','element_styles_border-style',''),(1065,21,'element_styles_border-color','','element_styles_border-color',''),(1066,21,'element_styles_color','','element_styles_color',''),(1067,21,'element_styles_height','','element_styles_height',''),(1068,21,'element_styles_width','','element_styles_width',''),(1069,21,'element_styles_font-size','','element_styles_font-size',''),(1070,21,'element_styles_margin','','element_styles_margin',''),(1071,21,'element_styles_padding','','element_styles_padding',''),(1072,21,'element_styles_display','','element_styles_display',''),(1073,21,'element_styles_float','','element_styles_float',''),(1074,21,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(1075,21,'element_styles_advanced','','element_styles_advanced',''),(1076,21,'submit_element_hover_styles_background-color','','submit_element_hover_styles_background-color',''),(1077,21,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(1078,21,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),(1079,21,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),(1080,21,'submit_element_hover_styles_color','','submit_element_hover_styles_color',''),(1081,21,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),(1082,21,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(1083,21,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(1084,21,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(1085,21,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(1086,21,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),(1087,21,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(1088,21,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(1089,21,'submit_element_hover_styles_advanced','','submit_element_hover_styles_advanced',''),(1090,21,'cellcid','c3287','cellcid','c3287'),(1091,18,'idAttribute','id','idAttribute','id'),(1092,18,'field_label','Name','field_label','Name'),(1093,18,'field_key','name','field_key','name'),(1094,18,'custom_name_attribute','','custom_name_attribute',''),(1095,18,'personally_identifiable','','personally_identifiable',''),(1096,18,'value','','value',''),(1097,19,'idAttribute','id','idAttribute','id'),(1098,19,'field_label','Email','field_label','Email'),(1099,19,'field_key','email','field_key','email'),(1100,19,'custom_name_attribute','email','custom_name_attribute','email'),(1101,19,'personally_identifiable','1','personally_identifiable','1'),(1102,19,'value','','value',''),(1103,22,'editActive','','editActive',''),(1104,22,'order','3','order','3'),(1105,22,'idAttribute','id','idAttribute','id'),(1106,22,'label','Choose Your Certificate Denomination','label','Choose Your Certificate Denomination'),(1107,22,'type','listradio','type','listradio'),(1108,22,'key','choose_your_certificate_denomination_1617840156730','key','choose_your_certificate_denomination_1617840156730'),(1109,22,'label_pos','default','label_pos','default'),(1110,22,'required','','required',''),(1111,22,'options','a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:2:\"$5\";s:5:\"value\";s:4:\"usd5\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:3:\"$10\";s:5:\"value\";s:5:\"usd10\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}','options','a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:2:\"$5\";s:5:\"value\";s:4:\"usd5\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:3:\"$10\";s:5:\"value\";s:5:\"usd10\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}'),(1112,22,'container_class','','container_class',''),(1113,22,'element_class','','element_class',''),(1114,22,'admin_label','','admin_label',''),(1115,22,'help_text','','help_text',''),(1116,22,'drawerDisabled','','drawerDisabled',''),(1117,21,'idAttribute','id','idAttribute','id'),(1118,21,'field_label','Submit','field_label','Submit'),(1119,21,'field_key','submit','field_key','submit');
/*!40000 ALTER TABLE `wp_nf3_field_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_fields`
--

DROP TABLE IF EXISTS `wp_nf3_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` longtext,
  `key` longtext,
  `type` longtext,
  `parent_id` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `field_label` longtext,
  `field_key` longtext,
  `order` int(11) DEFAULT NULL,
  `required` bit(1) DEFAULT NULL,
  `default_value` longtext,
  `label_pos` varchar(15) DEFAULT NULL,
  `personally_identifiable` bit(1) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_fields`
--

LOCK TABLES `wp_nf3_fields` WRITE;
/*!40000 ALTER TABLE `wp_nf3_fields` DISABLE KEYS */;
INSERT INTO `wp_nf3_fields` VALUES (1,'Name','name','textbox',1,'2020-11-07 16:24:33','2020-11-02 19:42:43','Name','name',1,'','','above','\0'),(2,'Email','email','email',1,'2020-11-07 16:24:33','2020-11-02 19:42:47','Email','email',2,'','','above',''),(3,'Message','message','textarea',1,'2020-11-07 16:24:33','2020-11-02 19:42:50','Message','message',3,'','','above','\0'),(4,'Submit','submit','submit',1,'2020-11-07 16:24:33','2020-11-02 19:42:51','Submit','submit',5,'\0','','','\0'),(5,'First and Last Name','first_and_last_name_1606705554334','textbox',2,'2020-11-30 03:16:50',NULL,'First and Last Name','first_and_last_name_1606705554334',1,'','','above','\0'),(6,'Email','email','email',2,'2020-11-30 03:16:50',NULL,'Email','email',4,'','','above',''),(7,'Message','message','textarea',2,'2020-11-30 03:16:50',NULL,'Message','message',5,'\0','','above','\0'),(8,'Submit','submit','submit',2,'2020-11-30 03:16:50',NULL,'Submit','submit',6,'\0','','','\0'),(9,'Business Name','business_name_1606705560395','textbox',2,'2020-11-30 03:16:50',NULL,'Business Name','business_name_1606705560395',2,'','','above','\0'),(10,'Website','website_1606706108071','textbox',2,'2020-11-30 03:16:50',NULL,'Website','website_1606706108071',3,'','','default','\0'),(11,'First Name','firstname_1523908368154','firstname',3,'2021-02-03 13:24:29',NULL,'First Name','firstname_1523908368154',1,'','','default',''),(12,'Last Name','lastname_1523908369534','lastname',3,'2021-02-03 13:24:29',NULL,'Last Name','lastname_1523908369534',2,'','','default',''),(13,'Company Name','company_name_1603306330466','textbox',3,'2021-02-03 13:24:29',NULL,'Company Name','company_name_1603306330466',3,'','','default','\0'),(14,'Phone','phone_1603306316916','phone',3,'2021-02-03 13:24:29',NULL,'Phone','phone_1603306316916',4,'','','default',''),(15,'Email','email_1603306309086','email',3,'2021-02-03 13:24:29',NULL,'Email','email_1603306309086',5,'','','default',''),(16,'Message','message_1603306354147','textarea',3,'2021-02-03 13:32:52',NULL,'Message','message_1603306354147',6,'\0','','default','\0'),(17,'Submit','submit_1523908548082','submit',3,'2021-02-03 13:32:52',NULL,'Submit','submit_1523908548082',7,'\0','','','\0'),(18,'Name','name','textbox',4,'2021-04-08 00:04:37',NULL,'Name','name',1,'','','above','\0'),(19,'Email','email','email',4,'2021-04-08 00:04:37',NULL,'Email','email',2,'','','above',''),(21,'Submit','submit','submit',4,'2021-04-08 00:04:37',NULL,'Submit','submit',5,'\0','','','\0'),(22,'Choose Your Certificate Denomination','choose_your_certificate_denomination_1617840156730','listradio',4,'2021-04-08 00:04:37',NULL,'Choose Your Certificate Denomination','choose_your_certificate_denomination_1617840156730',3,'\0','','default','\0');
/*!40000 ALTER TABLE `wp_nf3_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_form_meta`
--

DROP TABLE IF EXISTS `wp_nf3_form_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_form_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext,
  `meta_key` longtext,
  `meta_value` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=380 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_form_meta`
--

LOCK TABLES `wp_nf3_form_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_form_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_form_meta` VALUES (1,1,'key','','key',''),(2,1,'created_at','2020-11-02 19:42:40','created_at','2020-11-02 19:42:40'),(3,1,'default_label_pos','above','default_label_pos','above'),(4,1,'conditions','a:0:{}','conditions','a:0:{}'),(5,1,'objectType','Form Setting','objectType','Form Setting'),(6,1,'editActive','1','editActive','1'),(7,1,'show_title','0','show_title','0'),(8,1,'clear_complete','1','clear_complete','1'),(9,1,'hide_complete','1','hide_complete','1'),(10,1,'wrapper_class','','wrapper_class',''),(11,1,'element_class','','element_class',''),(12,1,'add_submit','1','add_submit','1'),(13,1,'logged_in','','logged_in',''),(14,1,'not_logged_in_msg','','not_logged_in_msg',''),(15,1,'sub_limit_number','','sub_limit_number',''),(16,1,'sub_limit_msg','','sub_limit_msg',''),(17,1,'calculations','a:0:{}','calculations','a:0:{}'),(18,1,'formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}','formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}'),(19,1,'container_styles_background-color','','container_styles_background-color',''),(20,1,'container_styles_border','','container_styles_border',''),(21,1,'container_styles_border-style','','container_styles_border-style',''),(22,1,'container_styles_border-color','','container_styles_border-color',''),(23,1,'container_styles_color','','container_styles_color',''),(24,1,'container_styles_height','','container_styles_height',''),(25,1,'container_styles_width','','container_styles_width',''),(26,1,'container_styles_font-size','','container_styles_font-size',''),(27,1,'container_styles_margin','','container_styles_margin',''),(28,1,'container_styles_padding','','container_styles_padding',''),(29,1,'container_styles_display','','container_styles_display',''),(30,1,'container_styles_float','','container_styles_float',''),(31,1,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(32,1,'container_styles_advanced','','container_styles_advanced',''),(33,1,'title_styles_background-color','','title_styles_background-color',''),(34,1,'title_styles_border','','title_styles_border',''),(35,1,'title_styles_border-style','','title_styles_border-style',''),(36,1,'title_styles_border-color','','title_styles_border-color',''),(37,1,'title_styles_color','','title_styles_color',''),(38,1,'title_styles_height','','title_styles_height',''),(39,1,'title_styles_width','','title_styles_width',''),(40,1,'title_styles_font-size','','title_styles_font-size',''),(41,1,'title_styles_margin','','title_styles_margin',''),(42,1,'title_styles_padding','','title_styles_padding',''),(43,1,'title_styles_display','','title_styles_display',''),(44,1,'title_styles_float','','title_styles_float',''),(45,1,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(46,1,'title_styles_advanced','','title_styles_advanced',''),(47,1,'row_styles_background-color','','row_styles_background-color',''),(48,1,'row_styles_border','','row_styles_border',''),(49,1,'row_styles_border-style','','row_styles_border-style',''),(50,1,'row_styles_border-color','','row_styles_border-color',''),(51,1,'row_styles_color','','row_styles_color',''),(52,1,'row_styles_height','','row_styles_height',''),(53,1,'row_styles_width','','row_styles_width',''),(54,1,'row_styles_font-size','','row_styles_font-size',''),(55,1,'row_styles_margin','','row_styles_margin',''),(56,1,'row_styles_padding','','row_styles_padding',''),(57,1,'row_styles_display','','row_styles_display',''),(58,1,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(59,1,'row_styles_advanced','','row_styles_advanced',''),(60,1,'row-odd_styles_background-color','','row-odd_styles_background-color',''),(61,1,'row-odd_styles_border','','row-odd_styles_border',''),(62,1,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(63,1,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(64,1,'row-odd_styles_color','','row-odd_styles_color',''),(65,1,'row-odd_styles_height','','row-odd_styles_height',''),(66,1,'row-odd_styles_width','','row-odd_styles_width',''),(67,1,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(68,1,'row-odd_styles_margin','','row-odd_styles_margin',''),(69,1,'row-odd_styles_padding','','row-odd_styles_padding',''),(70,1,'row-odd_styles_display','','row-odd_styles_display',''),(71,1,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(72,1,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(73,1,'success-msg_styles_background-color','','success-msg_styles_background-color',''),(74,1,'success-msg_styles_border','','success-msg_styles_border',''),(75,1,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(76,1,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(77,1,'success-msg_styles_color','','success-msg_styles_color',''),(78,1,'success-msg_styles_height','','success-msg_styles_height',''),(79,1,'success-msg_styles_width','','success-msg_styles_width',''),(80,1,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(81,1,'success-msg_styles_margin','','success-msg_styles_margin',''),(82,1,'success-msg_styles_padding','','success-msg_styles_padding',''),(83,1,'success-msg_styles_display','','success-msg_styles_display',''),(84,1,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(85,1,'success-msg_styles_advanced','','success-msg_styles_advanced',''),(86,1,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(87,1,'error_msg_styles_border','','error_msg_styles_border',''),(88,1,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(89,1,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(90,1,'error_msg_styles_color','','error_msg_styles_color',''),(91,1,'error_msg_styles_height','','error_msg_styles_height',''),(92,1,'error_msg_styles_width','','error_msg_styles_width',''),(93,1,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(94,1,'error_msg_styles_margin','','error_msg_styles_margin',''),(95,1,'error_msg_styles_padding','','error_msg_styles_padding',''),(96,1,'error_msg_styles_display','','error_msg_styles_display',''),(97,1,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(98,1,'error_msg_styles_advanced','','error_msg_styles_advanced',''),(99,1,'allow_public_link','0','allow_public_link','0'),(100,1,'embed_form','','embed_form',''),(101,1,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(102,1,'changeDateErrorMsg','','changeDateErrorMsg',''),(103,1,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(104,1,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(105,1,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(106,1,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(107,1,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(108,1,'validateRequiredField','','validateRequiredField',''),(109,1,'honeypotHoneypotError','','honeypotHoneypotError',''),(110,1,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(111,1,'currency','','currency',''),(112,1,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(113,1,'drawerDisabled','','drawerDisabled',''),(114,1,'_seq_num','3','_seq_num','3'),(115,2,'title','Contact Me','title','Contact Me'),(116,2,'key','','key',''),(117,2,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(118,2,'default_label_pos','above','default_label_pos','above'),(119,2,'conditions','a:0:{}','conditions','a:0:{}'),(120,2,'objectType','Form Setting','objectType','Form Setting'),(121,2,'editActive','1','editActive','1'),(122,2,'show_title','0','show_title','0'),(123,2,'clear_complete','1','clear_complete','1'),(124,2,'hide_complete','1','hide_complete','1'),(125,2,'wrapper_class','','wrapper_class',''),(126,2,'element_class','','element_class',''),(127,2,'add_submit','1','add_submit','1'),(128,2,'logged_in','0','logged_in','0'),(129,2,'not_logged_in_msg','','not_logged_in_msg',''),(130,2,'sub_limit_number','','sub_limit_number',''),(131,2,'sub_limit_msg','','sub_limit_msg',''),(132,2,'calculations','a:0:{}','calculations','a:0:{}'),(133,2,'formContentData','a:6:{i:0;s:33:\"first_and_last_name_1606705554334\";i:1;s:27:\"business_name_1606705560395\";i:2;s:21:\"website_1606706108071\";i:3;s:5:\"email\";i:4;s:7:\"message\";i:5;s:6:\"submit\";}','formContentData','a:6:{i:0;s:33:\"first_and_last_name_1606705554334\";i:1;s:27:\"business_name_1606705560395\";i:2;s:21:\"website_1606706108071\";i:3;s:5:\"email\";i:4;s:7:\"message\";i:5;s:6:\"submit\";}'),(134,2,'container_styles_background-color','','container_styles_background-color',''),(135,2,'container_styles_border','','container_styles_border',''),(136,2,'container_styles_border-style','','container_styles_border-style',''),(137,2,'container_styles_border-color','','container_styles_border-color',''),(138,2,'container_styles_color','','container_styles_color',''),(139,2,'container_styles_height','','container_styles_height',''),(140,2,'container_styles_width','','container_styles_width',''),(141,2,'container_styles_font-size','','container_styles_font-size',''),(142,2,'container_styles_margin','','container_styles_margin',''),(143,2,'container_styles_padding','','container_styles_padding',''),(144,2,'container_styles_display','','container_styles_display',''),(145,2,'container_styles_float','','container_styles_float',''),(146,2,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(147,2,'container_styles_advanced','','container_styles_advanced',''),(148,2,'title_styles_background-color','','title_styles_background-color',''),(149,2,'title_styles_border','','title_styles_border',''),(150,2,'title_styles_border-style','','title_styles_border-style',''),(151,2,'title_styles_border-color','','title_styles_border-color',''),(152,2,'title_styles_color','','title_styles_color',''),(153,2,'title_styles_height','','title_styles_height',''),(154,2,'title_styles_width','','title_styles_width',''),(155,2,'title_styles_font-size','','title_styles_font-size',''),(156,2,'title_styles_margin','','title_styles_margin',''),(157,2,'title_styles_padding','','title_styles_padding',''),(158,2,'title_styles_display','','title_styles_display',''),(159,2,'title_styles_float','','title_styles_float',''),(160,2,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(161,2,'title_styles_advanced','','title_styles_advanced',''),(162,2,'row_styles_background-color','','row_styles_background-color',''),(163,2,'row_styles_border','','row_styles_border',''),(164,2,'row_styles_border-style','','row_styles_border-style',''),(165,2,'row_styles_border-color','','row_styles_border-color',''),(166,2,'row_styles_color','','row_styles_color',''),(167,2,'row_styles_height','','row_styles_height',''),(168,2,'row_styles_width','','row_styles_width',''),(169,2,'row_styles_font-size','','row_styles_font-size',''),(170,2,'row_styles_margin','','row_styles_margin',''),(171,2,'row_styles_padding','','row_styles_padding',''),(172,2,'row_styles_display','','row_styles_display',''),(173,2,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(174,2,'row_styles_advanced','','row_styles_advanced',''),(175,2,'row-odd_styles_background-color','','row-odd_styles_background-color',''),(176,2,'row-odd_styles_border','','row-odd_styles_border',''),(177,2,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(178,2,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(179,2,'row-odd_styles_color','','row-odd_styles_color',''),(180,2,'row-odd_styles_height','','row-odd_styles_height',''),(181,2,'row-odd_styles_width','','row-odd_styles_width',''),(182,2,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(183,2,'row-odd_styles_margin','','row-odd_styles_margin',''),(184,2,'row-odd_styles_padding','','row-odd_styles_padding',''),(185,2,'row-odd_styles_display','','row-odd_styles_display',''),(186,2,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(187,2,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(188,2,'success-msg_styles_background-color','','success-msg_styles_background-color',''),(189,2,'success-msg_styles_border','','success-msg_styles_border',''),(190,2,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(191,2,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(192,2,'success-msg_styles_color','','success-msg_styles_color',''),(193,2,'success-msg_styles_height','','success-msg_styles_height',''),(194,2,'success-msg_styles_width','','success-msg_styles_width',''),(195,2,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(196,2,'success-msg_styles_margin','','success-msg_styles_margin',''),(197,2,'success-msg_styles_padding','','success-msg_styles_padding',''),(198,2,'success-msg_styles_display','','success-msg_styles_display',''),(199,2,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(200,2,'success-msg_styles_advanced','','success-msg_styles_advanced',''),(201,2,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(202,2,'error_msg_styles_border','','error_msg_styles_border',''),(203,2,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(204,2,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(205,2,'error_msg_styles_color','','error_msg_styles_color',''),(206,2,'error_msg_styles_height','','error_msg_styles_height',''),(207,2,'error_msg_styles_width','','error_msg_styles_width',''),(208,2,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(209,2,'error_msg_styles_margin','','error_msg_styles_margin',''),(210,2,'error_msg_styles_padding','','error_msg_styles_padding',''),(211,2,'error_msg_styles_display','','error_msg_styles_display',''),(212,2,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(213,2,'error_msg_styles_advanced','','error_msg_styles_advanced',''),(214,2,'seq_num',NULL,'seq_num',NULL),(215,2,'allow_public_link','0','allow_public_link','0'),(216,2,'embed_form','','embed_form',''),(217,2,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(218,2,'changeDateErrorMsg','','changeDateErrorMsg',''),(219,2,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(220,2,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(221,2,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(222,2,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(223,2,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(224,2,'validateRequiredField','','validateRequiredField',''),(225,2,'honeypotHoneypotError','','honeypotHoneypotError',''),(226,2,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(227,2,'currency','','currency',''),(228,2,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(229,2,'drawerDisabled','','drawerDisabled',''),(230,3,'objectType','Form Setting','objectType','Form Setting'),(231,3,'editActive','1','editActive','1'),(232,3,'title','Enquiry','title','Enquiry'),(233,3,'created_at','2020-10-21 13:49:56','created_at','2020-10-21 13:49:56'),(234,3,'default_label_pos','above','default_label_pos','above'),(235,3,'show_title','0','show_title','0'),(236,3,'clear_complete','1','clear_complete','1'),(237,3,'hide_complete','1','hide_complete','1'),(238,3,'logged_in','0','logged_in','0'),(239,3,'wrapper_class','','wrapper_class',''),(240,3,'element_class','','element_class',''),(241,3,'key','','key',''),(242,3,'add_submit','1','add_submit','1'),(243,3,'currency','','currency',''),(244,3,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(245,3,'not_logged_in_msg','','not_logged_in_msg',''),(246,3,'sub_limit_msg','The form has reached its submission limit.','sub_limit_msg','The form has reached its submission limit.'),(247,3,'calculations','a:0:{}','calculations','a:0:{}'),(248,3,'formContentData','a:7:{i:0;s:23:\"firstname_1523908368154\";i:1;s:22:\"lastname_1523908369534\";i:2;s:26:\"company_name_1603306330466\";i:3;s:19:\"phone_1603306316916\";i:4;s:19:\"email_1603306309086\";i:5;s:21:\"message_1603306354147\";i:6;s:20:\"submit_1523908548082\";}','formContentData','a:7:{i:0;s:23:\"firstname_1523908368154\";i:1;s:22:\"lastname_1523908369534\";i:2;s:26:\"company_name_1603306330466\";i:3;s:19:\"phone_1603306316916\";i:4;s:19:\"email_1603306309086\";i:5;s:21:\"message_1603306354147\";i:6;s:20:\"submit_1523908548082\";}'),(249,3,'drawerDisabled','','drawerDisabled',''),(250,3,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(251,3,'changeDateErrorMsg','','changeDateErrorMsg',''),(252,3,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(253,3,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(254,3,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(255,3,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(256,3,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(257,3,'validateRequiredField','','validateRequiredField',''),(258,3,'honeypotHoneypotError','','honeypotHoneypotError',''),(259,3,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(260,3,'seq_num',NULL,'seq_num',NULL),(261,3,'allow_public_link','0','allow_public_link','0'),(262,3,'embed_form','','embed_form',''),(263,3,'_seq_num','3','_seq_num','3'),(264,4,'title','Contact Me','title','Contact Me'),(265,4,'key','','key',''),(266,4,'created_at','2016-08-24 16:39:20','created_at','2016-08-24 16:39:20'),(267,4,'default_label_pos','above','default_label_pos','above'),(268,4,'conditions','a:0:{}','conditions','a:0:{}'),(269,4,'objectType','Form Setting','objectType','Form Setting'),(270,4,'editActive','1','editActive','1'),(271,4,'show_title','1','show_title','1'),(272,4,'clear_complete','1','clear_complete','1'),(273,4,'hide_complete','1','hide_complete','1'),(274,4,'wrapper_class','','wrapper_class',''),(275,4,'element_class','','element_class',''),(276,4,'add_submit','1','add_submit','1'),(277,4,'logged_in','0','logged_in','0'),(278,4,'not_logged_in_msg','','not_logged_in_msg',''),(279,4,'sub_limit_number','','sub_limit_number',''),(280,4,'sub_limit_msg','','sub_limit_msg',''),(281,4,'calculations','a:0:{}','calculations','a:0:{}'),(282,4,'formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:50:\"choose_your_certificate_denomination_1617840156730\";i:3;s:6:\"submit\";}','formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:50:\"choose_your_certificate_denomination_1617840156730\";i:3;s:6:\"submit\";}'),(283,4,'container_styles_background-color','','container_styles_background-color',''),(284,4,'container_styles_border','','container_styles_border',''),(285,4,'container_styles_border-style','','container_styles_border-style',''),(286,4,'container_styles_border-color','','container_styles_border-color',''),(287,4,'container_styles_color','','container_styles_color',''),(288,4,'container_styles_height','','container_styles_height',''),(289,4,'container_styles_width','','container_styles_width',''),(290,4,'container_styles_font-size','','container_styles_font-size',''),(291,4,'container_styles_margin','','container_styles_margin',''),(292,4,'container_styles_padding','','container_styles_padding',''),(293,4,'container_styles_display','','container_styles_display',''),(294,4,'container_styles_float','','container_styles_float',''),(295,4,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(296,4,'container_styles_advanced','','container_styles_advanced',''),(297,4,'title_styles_background-color','','title_styles_background-color',''),(298,4,'title_styles_border','','title_styles_border',''),(299,4,'title_styles_border-style','','title_styles_border-style',''),(300,4,'title_styles_border-color','','title_styles_border-color',''),(301,4,'title_styles_color','','title_styles_color',''),(302,4,'title_styles_height','','title_styles_height',''),(303,4,'title_styles_width','','title_styles_width',''),(304,4,'title_styles_font-size','','title_styles_font-size',''),(305,4,'title_styles_margin','','title_styles_margin',''),(306,4,'title_styles_padding','','title_styles_padding',''),(307,4,'title_styles_display','','title_styles_display',''),(308,4,'title_styles_float','','title_styles_float',''),(309,4,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(310,4,'title_styles_advanced','','title_styles_advanced',''),(311,4,'row_styles_background-color','','row_styles_background-color',''),(312,4,'row_styles_border','','row_styles_border',''),(313,4,'row_styles_border-style','','row_styles_border-style',''),(314,4,'row_styles_border-color','','row_styles_border-color',''),(315,4,'row_styles_color','','row_styles_color',''),(316,4,'row_styles_height','','row_styles_height',''),(317,4,'row_styles_width','','row_styles_width',''),(318,4,'row_styles_font-size','','row_styles_font-size',''),(319,4,'row_styles_margin','','row_styles_margin',''),(320,4,'row_styles_padding','','row_styles_padding',''),(321,4,'row_styles_display','','row_styles_display',''),(322,4,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(323,4,'row_styles_advanced','','row_styles_advanced',''),(324,4,'row-odd_styles_background-color','','row-odd_styles_background-color',''),(325,4,'row-odd_styles_border','','row-odd_styles_border',''),(326,4,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(327,4,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(328,4,'row-odd_styles_color','','row-odd_styles_color',''),(329,4,'row-odd_styles_height','','row-odd_styles_height',''),(330,4,'row-odd_styles_width','','row-odd_styles_width',''),(331,4,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(332,4,'row-odd_styles_margin','','row-odd_styles_margin',''),(333,4,'row-odd_styles_padding','','row-odd_styles_padding',''),(334,4,'row-odd_styles_display','','row-odd_styles_display',''),(335,4,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(336,4,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(337,4,'success-msg_styles_background-color','','success-msg_styles_background-color',''),(338,4,'success-msg_styles_border','','success-msg_styles_border',''),(339,4,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(340,4,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(341,4,'success-msg_styles_color','','success-msg_styles_color',''),(342,4,'success-msg_styles_height','','success-msg_styles_height',''),(343,4,'success-msg_styles_width','','success-msg_styles_width',''),(344,4,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(345,4,'success-msg_styles_margin','','success-msg_styles_margin',''),(346,4,'success-msg_styles_padding','','success-msg_styles_padding',''),(347,4,'success-msg_styles_display','','success-msg_styles_display',''),(348,4,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(349,4,'success-msg_styles_advanced','','success-msg_styles_advanced',''),(350,4,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(351,4,'error_msg_styles_border','','error_msg_styles_border',''),(352,4,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(353,4,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(354,4,'error_msg_styles_color','','error_msg_styles_color',''),(355,4,'error_msg_styles_height','','error_msg_styles_height',''),(356,4,'error_msg_styles_width','','error_msg_styles_width',''),(357,4,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(358,4,'error_msg_styles_margin','','error_msg_styles_margin',''),(359,4,'error_msg_styles_padding','','error_msg_styles_padding',''),(360,4,'error_msg_styles_display','','error_msg_styles_display',''),(361,4,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(362,4,'error_msg_styles_advanced','','error_msg_styles_advanced',''),(363,4,'seq_num',NULL,'seq_num',NULL),(364,4,'allow_public_link','0','allow_public_link','0'),(365,4,'embed_form','','embed_form',''),(366,4,'currency','','currency',''),(367,4,'repeatable_fieldsets','','repeatable_fieldsets',''),(368,4,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(369,4,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(370,4,'changeDateErrorMsg','','changeDateErrorMsg',''),(371,4,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(372,4,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(373,4,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(374,4,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(375,4,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(376,4,'validateRequiredField','','validateRequiredField',''),(377,4,'honeypotHoneypotError','','honeypotHoneypotError',''),(378,4,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(379,4,'drawerDisabled','','drawerDisabled','');
/*!40000 ALTER TABLE `wp_nf3_form_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_forms`
--

DROP TABLE IF EXISTS `wp_nf3_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_forms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` longtext,
  `key` longtext,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `views` int(11) DEFAULT NULL,
  `subs` int(11) DEFAULT NULL,
  `form_title` longtext,
  `default_label_pos` varchar(15) DEFAULT NULL,
  `show_title` bit(1) DEFAULT NULL,
  `clear_complete` bit(1) DEFAULT NULL,
  `hide_complete` bit(1) DEFAULT NULL,
  `logged_in` bit(1) DEFAULT NULL,
  `seq_num` int(11) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_forms`
--

LOCK TABLES `wp_nf3_forms` WRITE;
/*!40000 ALTER TABLE `wp_nf3_forms` DISABLE KEYS */;
INSERT INTO `wp_nf3_forms` VALUES (1,'Contact Us',NULL,'2021-03-01 19:24:29','2020-11-02 19:42:40',NULL,NULL,'Contact Us','above','\0','','','\0',3),(2,'Business Directory Request',NULL,'2016-08-24 21:39:20',NULL,NULL,NULL,'Business Directory Request','above','\0','','','\0',NULL),(3,'Enquiry',NULL,'2021-03-01 19:23:42',NULL,NULL,NULL,'Enquiry','above','\0','','','\0',3),(4,'Certificate Purchase',NULL,'2016-08-24 21:39:20',NULL,NULL,NULL,'Certificate Purchase','above','','','','\0',NULL);
/*!40000 ALTER TABLE `wp_nf3_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_object_meta`
--

DROP TABLE IF EXISTS `wp_nf3_object_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_object_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext,
  `meta_key` longtext,
  `meta_value` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_object_meta`
--

LOCK TABLES `wp_nf3_object_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_object_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_object_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_objects`
--

DROP TABLE IF EXISTS `wp_nf3_objects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_objects` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` longtext,
  `title` longtext,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `object_title` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_objects`
--

LOCK TABLES `wp_nf3_objects` WRITE;
/*!40000 ALTER TABLE `wp_nf3_objects` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_objects` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_relationships`
--

DROP TABLE IF EXISTS `wp_nf3_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_relationships` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `child_id` int(11) NOT NULL,
  `child_type` longtext NOT NULL,
  `parent_id` int(11) NOT NULL,
  `parent_type` longtext NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_relationships`
--

LOCK TABLES `wp_nf3_relationships` WRITE;
/*!40000 ALTER TABLE `wp_nf3_relationships` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_upgrades`
--

DROP TABLE IF EXISTS `wp_nf3_upgrades`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_upgrades` (
  `id` int(11) NOT NULL,
  `cache` longtext,
  `stage` int(11) NOT NULL DEFAULT '0',
  `maintenance` bit(1) DEFAULT b'0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_upgrades`
--

LOCK TABLES `wp_nf3_upgrades` WRITE;
/*!40000 ALTER TABLE `wp_nf3_upgrades` DISABLE KEYS */;
INSERT INTO `wp_nf3_upgrades` VALUES (1,'a:7:{s:2:\"id\";i:1;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:4:{i:0;a:2:{s:8:\"settings\";a:72:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2020-11-02 19:42:43\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:64:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2020-11-02 19:42:47\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:71:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2020-11-02 19:42:50\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:68:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2020-11-02 19:42:51\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}s:2:\"id\";i:4;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:31:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-11-02 13:42:54\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";s:1:\"0\";s:16:\"subs_expire_time\";s:2:\"90\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-11-02 13:42:54\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:35:\"blackentrepreneurshipfund@gmail.com\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-11-02 13:42:54\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:35:\"blackentrepreneurshipfund@gmail.com\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:67:\"<p>{all_fields_table}<br></p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:35:\"blackentrepreneurshipfund@gmail.com\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-11-02 13:42:54\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:4;}}s:8:\"settings\";a:114:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:10:\"Contact Us\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2020-11-02 19:42:40\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";i:0;s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,'\0'),(2,'a:7:{s:2:\"id\";i:2;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:6:{i:0;a:2:{s:8:\"settings\";a:75:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:5:\"label\";s:19:\"First and Last Name\";s:3:\"key\";s:33:\"first_and_last_name_1606705554334\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:11:\"field_label\";s:4:\"Name\";s:9:\"field_key\";s:4:\"name\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:5;}i:1;a:2:{s:8:\"settings\";a:75:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:5:\"label\";s:13:\"Business Name\";s:3:\"key\";s:27:\"business_name_1606705560395\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:11:\"field_label\";s:4:\"Name\";s:9:\"field_key\";s:4:\"name\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:1:\"9\";}i:2;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:5:\"label\";s:7:\"Website\";s:4:\"type\";s:7:\"textbox\";s:3:\"key\";s:21:\"website_1606706108071\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:2:\"id\";s:2:\"10\";}i:3;a:2:{s:8:\"settings\";a:67:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:11:\"field_label\";s:5:\"Email\";s:9:\"field_key\";s:5:\"email\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:6;}i:4;a:2:{s:8:\"settings\";a:74:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";i:0;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:11:\"field_label\";s:7:\"Message\";s:9:\"field_key\";s:7:\"message\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:7;}i:5;a:2:{s:8:\"settings\";a:70:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";s:11:\"field_label\";s:6:\"Submit\";s:9:\"field_key\";s:6:\"submit\";}s:2:\"id\";i:8;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:30:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";s:1:\"0\";s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:5;}i:1;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:35:\"blackentrepreneurshipfund@gmail.com\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:6;}i:2;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:47:39\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:35:\"blackentrepreneurshipfund@gmail.com\";s:13:\"email_subject\";s:58:\"New message from {field:first_and_last_name_1606705554334}\";s:13:\"email_message\";s:92:\"<p>{all_fields_table}</p><p>-{field:first_and_last_name_1606705554334} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:7;}i:3;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:76:\"Thank you {field:first_and_last_name_1606705554334} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:8;}}s:8:\"settings\";a:115:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:26:\"Business Directory Request\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:10:\"form_title\";s:10:\"Contact Me\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"show_title\";i:0;s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:9:\"logged_in\";s:1:\"0\";s:3:\"key\";s:0:\"\";s:10:\"conditions\";a:0:{}s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:6:{i:0;s:33:\"first_and_last_name_1606705554334\";i:1;s:27:\"business_name_1606705560395\";i:2;s:21:\"website_1606706108071\";i:3;s:5:\"email\";i:4;s:7:\"message\";i:5;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,'\0'),(3,'a:7:{s:2:\"id\";i:3;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:7:{i:0;a:2:{s:8:\"settings\";a:20:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:5:\"label\";s:10:\"First Name\";s:4:\"type\";s:9:\"firstname\";s:3:\"key\";s:23:\"firstname_1523908368154\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:1:\"1\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:14:\"one-half first\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"fname\";s:11:\"field_label\";s:10:\"First Name\";s:9:\"field_key\";s:23:\"firstname_1523908368154\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:11;}i:1;a:2:{s:8:\"settings\";a:21:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:5:\"label\";s:9:\"Last Name\";s:4:\"type\";s:8:\"lastname\";s:3:\"key\";s:22:\"lastname_1523908369534\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:1:\"1\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:15:\"one-half second\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"lname\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:9:\"Last Name\";s:9:\"field_key\";s:22:\"lastname_1523908369534\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:12;}i:2;a:2:{s:8:\"settings\";a:27:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:5:\"label\";s:12:\"Company Name\";s:4:\"type\";s:7:\"textbox\";s:3:\"key\";s:26:\"company_name_1603306330466\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:1:\"1\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";s:11:\"field_label\";s:12:\"Company Name\";s:9:\"field_key\";s:26:\"company_name_1603306330466\";}s:2:\"id\";i:13;}i:3;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"4\";s:5:\"label\";s:5:\"Phone\";s:4:\"type\";s:5:\"phone\";s:3:\"key\";s:19:\"phone_1603306316916\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:1:\"1\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"phone\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";s:11:\"field_label\";s:5:\"Phone\";s:9:\"field_key\";s:19:\"phone_1603306316916\";}s:2:\"id\";i:14;}i:4;a:2:{s:8:\"settings\";a:20:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:5:\"label\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:3:\"key\";s:19:\"email_1603306309086\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:1:\"1\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";s:11:\"field_label\";s:5:\"Email\";s:9:\"field_key\";s:19:\"email_1603306309086\";}s:2:\"id\";i:15;}i:5;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"6\";s:5:\"label\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:3:\"key\";s:21:\"message_1603306354147\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";s:1:\"0\";s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:11:\"field_label\";s:7:\"Message\";s:9:\"field_key\";s:21:\"message_1603306354147\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:16;}i:6;a:2:{s:8:\"settings\";a:12:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"7\";s:4:\"type\";s:6:\"submit\";s:5:\"label\";s:6:\"Submit\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:20:\"submit_1523908548082\";s:11:\"field_label\";s:6:\"Submit\";s:9:\"field_key\";s:20:\"submit_1523908548082\";}s:2:\"id\";i:17;}}s:7:\"actions\";a:3:{i:0;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2018-04-16 19:55:48\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";s:1:\"1\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";}s:2:\"id\";i:10;}i:1;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2018-04-16 19:55:48\";s:5:\"label\";s:11:\"Admin Email\";s:5:\"order\";s:1:\"2\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:35:\"blackentrepreneurshipfund@gmail.com\";s:8:\"reply_to\";s:27:\"{field:email_1603306309086}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:11;}i:2;a:2:{s:8:\"settings\";a:30:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2018-04-16 19:55:48\";s:5:\"label\";s:16:\"Store Submission\";s:5:\"order\";s:1:\"3\";s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:15:\"submitter_email\";s:19:\"email_1603306309086\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";s:1:\"0\";s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:9;}}s:8:\"settings\";a:33:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";s:1:\"1\";s:5:\"title\";s:7:\"Enquiry\";s:10:\"created_at\";s:19:\"2020-10-21 13:49:56\";s:10:\"form_title\";s:7:\"Enquiry\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"show_title\";s:1:\"0\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:9:\"logged_in\";s:1:\"0\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:17:\"not_logged_in_msg\";s:0:\"\";s:13:\"sub_limit_msg\";s:42:\"The form has reached its submission limit.\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:7:{i:0;s:23:\"firstname_1523908368154\";i:1;s:22:\"lastname_1523908369534\";i:2;s:26:\"company_name_1603306330466\";i:3;s:19:\"phone_1603306316916\";i:4;s:19:\"email_1603306309086\";i:5;s:21:\"message_1603306354147\";i:6;s:20:\"submit_1523908548082\";}s:14:\"drawerDisabled\";s:0:\"\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,'\0'),(4,'a:7:{s:2:\"id\";i:4;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:4:{i:0;a:2:{s:8:\"settings\";a:75:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:11:\"field_label\";s:4:\"Name\";s:9:\"field_key\";s:4:\"name\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:18;}i:1;a:2:{s:8:\"settings\";a:67:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:11:\"field_label\";s:5:\"Email\";s:9:\"field_key\";s:5:\"email\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:19;}i:2;a:2:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:36:\"Choose Your Certificate Denomination\";s:4:\"type\";s:9:\"listradio\";s:3:\"key\";s:50:\"choose_your_certificate_denomination_1617840156730\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"options\";a:2:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:2:\"$5\";s:5:\"value\";s:4:\"usd5\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:3:\"$10\";s:5:\"value\";s:5:\"usd10\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"22\";}i:3;a:2:{s:8:\"settings\";a:71:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";s:11:\"field_label\";s:6:\"Submit\";s:9:\"field_key\";s:6:\"submit\";}s:2:\"id\";i:21;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:30:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";s:1:\"0\";s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:12;}i:1;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:13;}i:2;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:47:39\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:35:\"blackentrepreneurshipfund@gmail.com\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:36:\"<p></p><p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:14;}i:3;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:15;}}s:8:\"settings\";a:116:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:20:\"Certificate Purchase\";s:10:\"created_at\";s:19:\"2016-08-24 16:39:20\";s:10:\"form_title\";s:10:\"Contact Me\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:9:\"logged_in\";s:1:\"0\";s:3:\"key\";s:0:\"\";s:10:\"conditions\";a:0:{}s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:50:\"choose_your_certificate_denomination_1617840156730\";i:3;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:20:\"repeatable_fieldsets\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,'\0');
/*!40000 ALTER TABLE `wp_nf3_upgrades` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=9382 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://advancingblackentrepreneurship.com','yes'),(2,'home','https://advancingblackentrepreneurship.com','yes'),(3,'blogname','Advancing Black Entrepreneurship ','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','ekow@esselwebdesign.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:212:{s:29:\"^ninja-forms/([a-zA-Z0-9]+)/?\";s:36:\"index.php?nf_public_link=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:12:\"directory/?$\";s:30:\"index.php?post_type=at_biz_dir\";s:42:\"directory/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=at_biz_dir&feed=$matches[1]\";s:37:\"directory/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=at_biz_dir&feed=$matches[1]\";s:29:\"directory/page/([0-9]{1,})/?$\";s:48:\"index.php?post_type=at_biz_dir&paged=$matches[1]\";s:15:\"atbdp_orders/?$\";s:32:\"index.php?post_type=atbdp_orders\";s:45:\"atbdp_orders/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=atbdp_orders&feed=$matches[1]\";s:40:\"atbdp_orders/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=atbdp_orders&feed=$matches[1]\";s:32:\"atbdp_orders/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=atbdp_orders&paged=$matches[1]\";s:33:\"all-listings/page/?([0-9]{1,})/?$\";s:39:\"index.php?page_id=380&paged=$matches[1]\";s:34:\"add-listing/([^/]+)/([0-9]{1,})/?$\";s:75:\"index.php?page_id=379&atbdp_action=$matches[1]&atbdp_listing_id=$matches[2]\";s:44:\"single-category/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?page_id=381&atbdp_category=$matches[1]&paged=$matches[2]\";s:26:\"single-category/([^/]+)/?$\";s:48:\"index.php?page_id=381&atbdp_category=$matches[1]\";s:44:\"single-location/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?page_id=382&atbdp_location=$matches[1]&paged=$matches[2]\";s:26:\"single-location/([^/]+)/?$\";s:48:\"index.php?page_id=382&atbdp_location=$matches[1]\";s:39:\"single-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?page_id=383&atbdp_tag=$matches[1]&paged=$matches[2]\";s:21:\"single-tag/([^/]+)/?$\";s:43:\"index.php?page_id=383&atbdp_tag=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:60:\"at_biz_dir-location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?at_biz_dir-location=$matches[1]&feed=$matches[2]\";s:55:\"at_biz_dir-location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?at_biz_dir-location=$matches[1]&feed=$matches[2]\";s:36:\"at_biz_dir-location/([^/]+)/embed/?$\";s:52:\"index.php?at_biz_dir-location=$matches[1]&embed=true\";s:48:\"at_biz_dir-location/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?at_biz_dir-location=$matches[1]&paged=$matches[2]\";s:30:\"at_biz_dir-location/([^/]+)/?$\";s:41:\"index.php?at_biz_dir-location=$matches[1]\";s:56:\"at_biz_dir-tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?at_biz_dir-tags=$matches[1]&feed=$matches[2]\";s:51:\"at_biz_dir-tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?at_biz_dir-tags=$matches[1]&feed=$matches[2]\";s:32:\"at_biz_dir-tags/([^/]+)/embed/?$\";s:48:\"index.php?at_biz_dir-tags=$matches[1]&embed=true\";s:44:\"at_biz_dir-tags/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?at_biz_dir-tags=$matches[1]&paged=$matches[2]\";s:26:\"at_biz_dir-tags/([^/]+)/?$\";s:37:\"index.php?at_biz_dir-tags=$matches[1]\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:34:\"nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:27:\"nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:35:\"nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:42:\"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:31:\"nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:23:\"nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"nf_sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"directory/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"directory/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"directory/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"directory/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"directory/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"directory/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"directory/([^/]+)/embed/?$\";s:43:\"index.php?at_biz_dir=$matches[1]&embed=true\";s:30:\"directory/([^/]+)/trackback/?$\";s:37:\"index.php?at_biz_dir=$matches[1]&tb=1\";s:50:\"directory/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?at_biz_dir=$matches[1]&feed=$matches[2]\";s:45:\"directory/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?at_biz_dir=$matches[1]&feed=$matches[2]\";s:38:\"directory/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?at_biz_dir=$matches[1]&paged=$matches[2]\";s:45:\"directory/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?at_biz_dir=$matches[1]&cpage=$matches[2]\";s:34:\"directory/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?at_biz_dir=$matches[1]&page=$matches[2]\";s:26:\"directory/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"directory/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"directory/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"directory/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"directory/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"directory/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:60:\"atbdp_listing_types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?atbdp_listing_types=$matches[1]&feed=$matches[2]\";s:55:\"atbdp_listing_types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?atbdp_listing_types=$matches[1]&feed=$matches[2]\";s:36:\"atbdp_listing_types/([^/]+)/embed/?$\";s:52:\"index.php?atbdp_listing_types=$matches[1]&embed=true\";s:48:\"atbdp_listing_types/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?atbdp_listing_types=$matches[1]&paged=$matches[2]\";s:30:\"atbdp_listing_types/([^/]+)/?$\";s:41:\"index.php?atbdp_listing_types=$matches[1]\";s:40:\"atbdp_orders/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"atbdp_orders/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"atbdp_orders/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"atbdp_orders/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"atbdp_orders/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"atbdp_orders/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"atbdp_orders/([^/]+)/embed/?$\";s:45:\"index.php?atbdp_orders=$matches[1]&embed=true\";s:33:\"atbdp_orders/([^/]+)/trackback/?$\";s:39:\"index.php?atbdp_orders=$matches[1]&tb=1\";s:53:\"atbdp_orders/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?atbdp_orders=$matches[1]&feed=$matches[2]\";s:48:\"atbdp_orders/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?atbdp_orders=$matches[1]&feed=$matches[2]\";s:41:\"atbdp_orders/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?atbdp_orders=$matches[1]&paged=$matches[2]\";s:48:\"atbdp_orders/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?atbdp_orders=$matches[1]&cpage=$matches[2]\";s:37:\"atbdp_orders/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?atbdp_orders=$matches[1]&page=$matches[2]\";s:29:\"atbdp_orders/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"atbdp_orders/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"atbdp_orders/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"atbdp_orders/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"atbdp_orders/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"atbdp_orders/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"listing-announcement/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"listing-announcement/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"listing-announcement/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"listing-announcement/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"listing-announcement/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"listing-announcement/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"listing-announcement/([^/]+)/embed/?$\";s:53:\"index.php?listing-announcement=$matches[1]&embed=true\";s:41:\"listing-announcement/([^/]+)/trackback/?$\";s:47:\"index.php?listing-announcement=$matches[1]&tb=1\";s:49:\"listing-announcement/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?listing-announcement=$matches[1]&paged=$matches[2]\";s:56:\"listing-announcement/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?listing-announcement=$matches[1]&cpage=$matches[2]\";s:45:\"listing-announcement/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?listing-announcement=$matches[1]&page=$matches[2]\";s:37:\"listing-announcement/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"listing-announcement/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"listing-announcement/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"listing-announcement/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"listing-announcement/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"listing-announcement/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=5&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:12:{i:2;s:32:\"directorist/directorist-base.php\";i:3;s:23:\"elementor/elementor.php\";i:4;s:37:\"elementskit-lite/elementskit-lite.php\";i:5;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:6;s:52:\"fuse-social-floating-sidebar/fuse_social_sidebar.php\";i:7;s:9:\"hello.php\";i:9;s:27:\"ninja-forms/ninja-forms.php\";i:11;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:12;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:13;s:23:\"revslider/revslider.php\";i:15;s:46:\"under-construction-page/under-construction.php\";i:16;s:46:\"under-construction-page/under-construction.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:119:\"/home2/church/public_html/advancingblackentrepreneurship.com/wp-content/themes/advancingblackentrepreneurship/style.css\";i:1;s:101:\"/home2/church/public_html/advancingblackentrepreneurship.com/wp-content/themes/twentytwenty/style.css\";i:2;s:0:\"\";}','no'),(40,'template','advancingblackentrepreneurship','yes'),(41,'stylesheet','advancingblackentrepreneurship','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','49752','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:4:{s:46:\"under-construction-page/under-construction.php\";a:2:{i:0;s:3:\"UCP\";i:1;s:9:\"uninstall\";}s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:37:\"paypal-donations/paypal-donations.php\";a:2:{i:0;s:15:\"PayPalDonations\";i:1;s:9:\"uninstall\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','5','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','822','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1619832613','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'initial_db_version','48748','yes'),(96,'wp_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:90:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"manage_atbdp_options\";b:1;s:15:\"edit_at_biz_dir\";b:1;s:15:\"read_at_biz_dir\";b:1;s:17:\"delete_at_biz_dir\";b:1;s:16:\"edit_at_biz_dirs\";b:1;s:23:\"edit_others_at_biz_dirs\";b:1;s:19:\"publish_at_biz_dirs\";b:1;s:24:\"read_private_at_biz_dirs\";b:1;s:18:\"delete_at_biz_dirs\";b:1;s:26:\"delete_private_at_biz_dirs\";b:1;s:28:\"delete_published_at_biz_dirs\";b:1;s:25:\"delete_others_at_biz_dirs\";b:1;s:24:\"edit_private_at_biz_dirs\";b:1;s:26:\"edit_published_at_biz_dirs\";b:1;s:21:\"connections_view_menu\";b:1;s:26:\"connections_view_dashboard\";b:1;s:18:\"connections_manage\";b:1;s:21:\"connections_add_entry\";b:1;s:31:\"connections_add_entry_moderated\";b:1;s:22:\"connections_edit_entry\";b:1;s:32:\"connections_edit_entry_moderated\";b:1;s:24:\"connections_delete_entry\";b:1;s:23:\"connections_view_public\";b:1;s:24:\"connections_view_private\";b:1;s:25:\"connections_view_unlisted\";b:1;s:27:\"connections_edit_categories\";b:1;s:27:\"connections_change_settings\";b:1;s:27:\"connections_manage_template\";b:1;s:24:\"connections_change_roles\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:59:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:16:\"edit_at_biz_dirs\";b:1;s:23:\"edit_others_at_biz_dirs\";b:1;s:19:\"publish_at_biz_dirs\";b:1;s:24:\"read_private_at_biz_dirs\";b:1;s:18:\"delete_at_biz_dirs\";b:1;s:26:\"delete_private_at_biz_dirs\";b:1;s:28:\"delete_published_at_biz_dirs\";b:1;s:25:\"delete_others_at_biz_dirs\";b:1;s:24:\"edit_private_at_biz_dirs\";b:1;s:26:\"edit_published_at_biz_dirs\";b:1;s:21:\"connections_view_menu\";b:1;s:26:\"connections_view_dashboard\";b:1;s:18:\"connections_manage\";b:1;s:21:\"connections_add_entry\";b:1;s:31:\"connections_add_entry_moderated\";b:1;s:22:\"connections_edit_entry\";b:1;s:32:\"connections_edit_entry_moderated\";b:1;s:24:\"connections_delete_entry\";b:1;s:23:\"connections_view_public\";b:1;s:24:\"connections_view_private\";b:1;s:25:\"connections_view_unlisted\";b:1;s:27:\"connections_edit_categories\";b:1;s:27:\"connections_change_settings\";b:1;s:27:\"connections_manage_template\";b:1;s:24:\"connections_change_roles\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:30:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:16:\"edit_at_biz_dirs\";b:1;s:19:\"publish_at_biz_dirs\";b:1;s:18:\"delete_at_biz_dirs\";b:1;s:28:\"delete_published_at_biz_dirs\";b:1;s:26:\"edit_published_at_biz_dirs\";b:1;s:21:\"connections_view_menu\";b:1;s:26:\"connections_view_dashboard\";b:1;s:18:\"connections_manage\";b:1;s:21:\"connections_add_entry\";b:1;s:31:\"connections_add_entry_moderated\";b:1;s:22:\"connections_edit_entry\";b:1;s:32:\"connections_edit_entry_moderated\";b:1;s:24:\"connections_delete_entry\";b:1;s:23:\"connections_view_public\";b:1;s:24:\"connections_view_private\";b:1;s:25:\"connections_view_unlisted\";b:1;s:27:\"connections_edit_categories\";b:1;s:27:\"connections_change_settings\";b:1;s:27:\"connections_manage_template\";b:1;s:24:\"connections_change_roles\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:11:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:16:\"edit_at_biz_dirs\";b:1;s:19:\"publish_at_biz_dirs\";b:1;s:18:\"delete_at_biz_dirs\";b:1;s:28:\"delete_published_at_biz_dirs\";b:1;s:26:\"edit_published_at_biz_dirs\";b:1;s:23:\"connections_view_public\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:8:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:16:\"edit_at_biz_dirs\";b:1;s:19:\"publish_at_biz_dirs\";b:1;s:18:\"delete_at_biz_dirs\";b:1;s:28:\"delete_published_at_biz_dirs\";b:1;s:26:\"edit_published_at_biz_dirs\";b:1;s:23:\"connections_view_public\";b:1;}}s:21:\"directory_contributor\";a:2:{s:4:\"name\";s:21:\"Directory Contributor\";s:12:\"capabilities\";a:4:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:12:\"delete_posts\";b:1;s:23:\"connections_view_public\";b:1;}}}','yes'),(97,'fresh_site','0','yes'),(98,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:21:\"right-sidebar-listing\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:13:{i:1618594048;a:1:{s:35:\"directorist_hourly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:20:\"atbdp_listing_manage\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1618594216;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1618595351;a:1:{s:31:\"wpbdp_listings_expiration_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1618601934;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1618623015;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1618623016;a:3:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1618623039;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1618678151;a:1:{s:19:\"wpbdp_license_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1618861376;a:1:{s:26:\"nf_weekly_promotion_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1618882215;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1618887598;a:1:{s:22:\"nf_marketing_feed_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1620442798;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}s:7:\"version\";i:2;}','yes'),(105,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'recovery_keys','a:0:{}','yes'),(119,'theme_mods_twentytwenty','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1604372359;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(126,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"ekow@esselwebdesign.com\";s:7:\"version\";s:5:\"5.6.3\";s:9:\"timestamp\";i:1618494751;}','no'),(148,'finished_updating_comment_type','1','yes'),(153,'ucp_pointers','a:1:{s:15:\"getting_started\";a:4:{s:6:\"target\";s:29:\".ucp-main-tab li:nth-child(2)\";s:4:\"edge\";s:3:\"top\";s:5:\"align\";s:4:\"left\";s:7:\"content\";s:414:\"Watch the short <a href=\"https://www.youtube.com/watch?v=RN4XABhK7_w\" target=\"_blank\">getting started video</a> to get you up to speed with UCP in no time. If that doesn\'t answer your questions watch the longer <a href=\"https://www.youtube.com/watch?v=K3DF-NP6Fog\" target=\"_blank\">in-depth video walktrough</a>.<br>If you need the videos later, links are in the <a href=\"#\" class=\"change_tab\" data-tab=\"4\">FAQ</a>.\";}}','yes'),(154,'recently_activated','a:0:{}','yes'),(155,'ucp_meta','a:3:{s:13:\"first_version\";s:4:\"3.83\";s:13:\"first_install\";i:1604280863;s:11:\"options_ver\";s:4:\"3.88\";}','yes'),(156,'auto_update_plugins','a:11:{i:0;s:46:\"under-construction-page/under-construction.php\";i:1;s:9:\"hello.php\";i:3;s:23:\"elementor/elementor.php\";i:4;s:27:\"ninja-forms/ninja-forms.php\";i:9;s:32:\"directorist/directorist-base.php\";i:11;s:37:\"elementskit-lite/elementskit-lite.php\";i:12;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:13;s:52:\"fuse-social-floating-sidebar/fuse_social_sidebar.php\";i:18;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:19;s:23:\"revslider/revslider.php\";i:23;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}','no'),(157,'ucp_options','a:34:{s:6:\"status\";s:1:\"0\";s:11:\"license_key\";s:0:\"\";s:14:\"license_active\";b:0;s:15:\"license_expires\";s:10:\"1900-01-01\";s:12:\"license_type\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:14:\"ga_tracking_id\";s:0:\"\";s:5:\"theme\";s:11:\"cyber_chick\";s:10:\"custom_css\";s:0:\"\";s:5:\"title\";s:34:\"[site-title] is under construction\";s:11:\"description\";s:14:\"[site-tagline]\";s:8:\"heading1\";s:40:\"Sorry, we\'re doing some work on the site\";s:7:\"content\";s:89:\"Thank you for being patient. We are doing some work on the site and will be back shortly.\";s:15:\"social_facebook\";s:0:\"\";s:14:\"social_twitter\";s:0:\"\";s:13:\"social_google\";s:0:\"\";s:15:\"social_linkedin\";s:0:\"\";s:14:\"social_youtube\";s:0:\"\";s:12:\"social_vimeo\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:14:\"social_behance\";s:0:\"\";s:16:\"social_instagram\";s:0:\"\";s:13:\"social_tumblr\";s:0:\"\";s:9:\"social_vk\";s:0:\"\";s:12:\"social_email\";s:0:\"\";s:12:\"social_phone\";s:0:\"\";s:12:\"social_skype\";s:0:\"\";s:15:\"social_telegram\";s:0:\"\";s:15:\"social_whatsapp\";s:0:\"\";s:12:\"login_button\";s:1:\"1\";s:8:\"linkback\";i:0;s:17:\"whitelisted_roles\";a:1:{i:0;s:13:\"administrator\";}s:17:\"whitelisted_users\";a:0:{}}','yes'),(203,'elementor_version','3.1.4','yes'),(204,'elementor_install_history','a:10:{s:6:\"3.0.12\";i:1604345935;s:6:\"3.0.13\";i:1604888468;s:6:\"3.0.14\";i:1606362519;s:6:\"3.0.15\";i:1608568175;s:6:\"3.0.16\";i:1609991306;s:5:\"3.1.0\";i:1611672214;s:5:\"3.1.1\";i:1612149773;s:5:\"3.1.2\";i:1614743166;s:5:\"3.1.3\";i:1614824131;s:5:\"3.1.4\";i:1615390784;}','yes'),(206,'_elementor_installed_time','1604346122','yes'),(207,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:3:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:14:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:5:\"Ebook\";i:3;s:9:\"eCommerce\";i:4;s:9:\"Education\";i:5;s:6:\"Events\";i:6;s:18:\"Health and Fitness\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";}}}s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}s:9:\"templates\";a:877:{i:0;a:15:{s:2:\"id\";i:10107;s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";i:1547851373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:171;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:15:{s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:560;s:11:\"trend_index\";i:359;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:15:{s:2:\"id\";i:10158;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";i:1547852227;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:279;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:15:{s:2:\"id\";i:10190;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";i:1547885703;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:214;s:11:\"trend_index\";i:96;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:15:{s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:384;s:11:\"trend_index\";i:127;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:15:{s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:443;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:15:{s:2:\"id\";i:10256;s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";i:1547888909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:458;s:11:\"trend_index\";i:422;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:15:{s:2:\"id\";i:10267;s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";i:1547889047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:281;s:11:\"trend_index\";i:204;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:15:{s:2:\"id\";i:10307;s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";i:1547893266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:641;s:11:\"trend_index\";i:849;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:15:{s:2:\"id\";i:10318;s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";i:1547893367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:327;s:11:\"trend_index\";i:303;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:15:{s:2:\"id\";i:10339;s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";i:1547893603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:367;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:15:{s:2:\"id\";i:10352;s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";i:1547915335;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:358;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:15:{s:2:\"id\";i:10372;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";i:1547915554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:638;s:11:\"trend_index\";i:546;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:15:{s:2:\"id\";i:10382;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";i:1547916616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:242;s:11:\"trend_index\";i:155;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:15:{s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:740;s:11:\"trend_index\";i:661;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:15:{s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:291;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:15:{s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:685;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:15:{s:2:\"id\";i:10434;s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";i:1547961950;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:358;s:11:\"trend_index\";i:383;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:15:{s:2:\"id\";i:10444;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";i:1547962029;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:385;s:11:\"trend_index\";i:465;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:15:{s:2:\"id\";i:10467;s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";i:1547962277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:721;s:11:\"trend_index\";i:703;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:15:{s:2:\"id\";i:10487;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";i:1547964527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:462;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:15:{s:2:\"id\";i:10498;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";i:1547964616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:421;s:11:\"trend_index\";i:452;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:15:{s:2:\"id\";i:10519;s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";i:1547964801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:555;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:15:{s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:675;s:11:\"trend_index\";i:329;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:15:{s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:711;s:11:\"trend_index\";i:398;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:15:{s:2:\"id\";i:10569;s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";i:1547967812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:560;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:15:{s:2:\"id\";i:10590;s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";i:1547967978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:466;s:11:\"trend_index\";i:372;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:15:{s:2:\"id\";i:10600;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";i:1547968080;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:483;s:11:\"trend_index\";i:441;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:15:{s:2:\"id\";i:10622;s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";i:1547969678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:482;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:15:{s:2:\"id\";i:10633;s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";i:1547969858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:674;s:11:\"trend_index\";i:806;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:15:{s:2:\"id\";i:10644;s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";i:1547970814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:484;s:11:\"trend_index\";i:408;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:15:{s:2:\"id\";i:10654;s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";i:1547970917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:658;s:11:\"trend_index\";i:677;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:15:{s:2:\"id\";i:10664;s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";i:1547973928;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:552;s:11:\"trend_index\";i:437;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:15:{s:2:\"id\";i:10675;s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";i:1547974110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:519;s:11:\"trend_index\";i:553;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:15:{s:2:\"id\";i:9719;s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";i:1547976107;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:398;s:11:\"trend_index\";i:340;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:15:{s:2:\"id\";i:10137;s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";i:1547976342;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:700;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:15:{s:2:\"id\";i:10244;s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";i:1547976402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:623;s:11:\"trend_index\";i:666;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:15:{s:2:\"id\";i:10127;s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";i:1547984061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:700;s:11:\"trend_index\";i:605;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:15:{s:2:\"id\";i:10776;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";i:1548047055;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:694;s:11:\"trend_index\";i:653;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:15:{s:2:\"id\";i:10785;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";i:1548047593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:468;s:11:\"trend_index\";i:404;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:15:{s:2:\"id\";i:10794;s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";i:1548067619;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:379;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:15:{s:2:\"id\";i:10871;s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";i:1548074396;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:818;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:15:{s:2:\"id\";i:10936;s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";i:1548874587;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:595;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:15:{s:2:\"id\";i:10964;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";i:1550039106;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:598;s:11:\"trend_index\";i:663;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:15:{s:2:\"id\";i:10992;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";i:1550072007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:668;s:11:\"trend_index\";i:628;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:15:{s:2:\"id\";i:11005;s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";i:1550073303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:680;s:11:\"trend_index\";i:673;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:15:{s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:283;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:15:{s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:624;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:15:{s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:769;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:15:{s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:14;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:15:{s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:580;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:15:{s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:740;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:15:{s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:763;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:15:{s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:596;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:15:{s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:232;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:15:{s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:647;s:11:\"trend_index\";i:681;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:15:{s:2:\"id\";i:9611;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546965350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:605;s:11:\"trend_index\";i:576;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:15:{s:2:\"id\";i:9622;s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";i:1546965896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:607;s:11:\"trend_index\";i:620;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:15:{s:2:\"id\";i:9631;s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546968270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:736;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:15:{s:2:\"id\";i:9662;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";i:1547009087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:684;s:11:\"trend_index\";i:719;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:15:{s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:848;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:15:{s:2:\"id\";i:9690;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";i:1547011716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:431;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:15:{s:2:\"id\";i:9699;s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";i:1547015827;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:475;s:11:\"trend_index\";i:498;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:15:{s:2:\"id\";i:9571;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";i:1547726151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:622;s:11:\"trend_index\";i:691;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:15:{s:2:\"id\";i:9740;s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";i:1547822836;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:624;s:11:\"trend_index\";i:592;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:15:{s:2:\"id\";i:9762;s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";i:1547824145;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:463;s:11:\"trend_index\";i:570;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:15:{s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:377;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:15:{s:2:\"id\";i:9772;s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";i:1547824279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:760;s:11:\"trend_index\";i:844;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:15:{s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:349;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:15:{s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:384;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:70;a:15:{s:2:\"id\";i:9793;s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";i:1547831151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:670;s:11:\"trend_index\";i:697;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:15:{s:2:\"id\";i:9836;s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";i:1547835635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:502;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:15:{s:2:\"id\";i:9847;s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";i:1547836956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:792;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:15:{s:2:\"id\";i:9858;s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";i:1547837100;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:769;s:11:\"trend_index\";i:808;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:15:{s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:665;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:15:{s:2:\"id\";i:9944;s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";i:1547841939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:758;s:11:\"trend_index\";i:829;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:15:{s:2:\"id\";i:9955;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";i:1547842065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:550;s:11:\"trend_index\";i:615;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:15:{s:2:\"id\";i:9965;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";i:1547842174;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:635;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:15:{s:2:\"id\";i:9995;s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";i:1547844802;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:771;s:11:\"trend_index\";i:814;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:15:{s:2:\"id\";i:10016;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";i:1547845062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:792;s:11:\"trend_index\";i:845;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:15:{s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:633;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:15:{s:2:\"id\";i:10026;s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";i:1547845205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:616;s:11:\"trend_index\";i:600;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:15:{s:2:\"id\";i:10036;s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";i:1547845409;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:647;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:15:{s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:626;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:15:{s:2:\"id\";i:10057;s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";i:1547847938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:764;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:15:{s:2:\"id\";i:10087;s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";i:1547848301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:644;s:11:\"trend_index\";i:741;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:15:{s:2:\"id\";i:10097;s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";i:1547848411;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:689;s:11:\"trend_index\";i:689;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:15:{s:2:\"id\";i:1190;s:5:\"title\";s:26:\"Landing Page &#8211; Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";i:1490707391;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:2;s:11:\"trend_index\";i:1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:88;a:15:{s:2:\"id\";i:9816;s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";i:1547991876;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:719;s:11:\"trend_index\";i:650;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:15:{s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:635;s:11:\"trend_index\";i:108;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:90;a:15:{s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:165;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:15:{s:2:\"id\";i:9602;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1546964559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:600;s:11:\"trend_index\";i:549;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:15:{s:2:\"id\";i:225;s:5:\"title\";s:27:\"Homepage &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";i:1470829872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:1;s:11:\"trend_index\";i:2;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:93;a:15:{s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/conference-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:178;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:94;a:15:{s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:93;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:15:{s:2:\"id\";i:463;s:5:\"title\";s:22:\"Homepage &#8211; Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";i:1477388340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:4;s:11:\"trend_index\";i:4;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:96;a:15:{s:2:\"id\";i:10277;s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";i:1548055999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:729;s:11:\"trend_index\";i:776;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:15:{s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:363;s:11:\"trend_index\";i:286;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:15:{s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:251;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:15:{s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:565;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:15:{s:2:\"id\";i:181;s:5:\"title\";s:23:\"Homepage &#8211; Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";i:1470826567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:3;s:11:\"trend_index\";i:3;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:101;a:15:{s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:160;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:15:{s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:594;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:15:{s:2:\"id\";i:9903;s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";i:1547838896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:765;s:11:\"trend_index\";i:826;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:15:{s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/beauty-salon-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:206;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:15:{s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:161;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:15:{s:2:\"id\";i:10549;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";i:1547967595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:712;s:11:\"trend_index\";i:724;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:15:{s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/beauty-salon-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:551;s:11:\"trend_index\";i:107;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:15:{s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:566;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:15:{s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:253;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:15:{s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:103;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:15:{s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:603;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:15:{s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:224;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:15:{s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/beauty-salon-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:409;s:11:\"trend_index\";i:50;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:15:{s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:631;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:15:{s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:478;s:11:\"trend_index\";i:335;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:15:{s:2:\"id\";i:10529;s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";i:1548046309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:474;s:11:\"trend_index\";i:517;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:15:{s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/beauty-salon-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:407;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:15:{s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:731;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:15:{s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:472;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:15:{s:2:\"id\";i:150;s:5:\"title\";s:19:\"Product &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";i:1470829879;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:6;s:11:\"trend_index\";i:5;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:121;a:15:{s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:798;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:15:{s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:10;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:123;a:15:{s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:41;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:124;a:15:{s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/travel-blog-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:231;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:15:{s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:722;s:11:\"trend_index\";i:288;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:15:{s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-blog-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:432;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:15:{s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:713;s:11:\"trend_index\";i:401;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:128;a:15:{s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:47;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:129;a:15:{s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-blog-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:570;s:11:\"trend_index\";i:267;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:15:{s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"medical\",\"Online Service\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:752;s:11:\"trend_index\";i:454;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:131;a:15:{s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:89;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:132;a:15:{s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/dance-studio-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:381;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:15:{s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:790;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:15:{s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:62;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:135;a:15:{s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:100;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:136;a:15:{s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/dance-studio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:627;s:11:\"trend_index\";i:392;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:15:{s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/online-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:758;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:15:{s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:31;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:139;a:15:{s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:455;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:15:{s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:821;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:15:{s:2:\"id\";i:10413;s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";i:1547961774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:751;s:11:\"trend_index\";i:744;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:15:{s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/dance-studio-schedule/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:654;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:15:{s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:732;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:144;a:15:{s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:7;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:15:{s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:558;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:15:{s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:817;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:15:{s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:120;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:148;a:15:{s:2:\"id\";i:10223;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";i:1547887343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:497;s:11:\"trend_index\";i:453;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:15:{s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:704;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:15:{s:2:\"id\";i:10559;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";i:1547967711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:714;s:11:\"trend_index\";i:835;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:15:{s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:547;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:15:{s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:35;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:153;a:15:{s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/psychologist-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:617;s:11:\"trend_index\";i:460;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:15:{s:2:\"id\";i:10403;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";i:1548056371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:613;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:15:{s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:828;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:15:{s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:269;s:11:\"trend_index\";i:191;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:157;a:15:{s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:618;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:15:{s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:784;s:11:\"trend_index\";i:598;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:15:{s:2:\"id\";i:9913;s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";i:1547841430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:542;s:11:\"trend_index\";i:523;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:15:{s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:79;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:161;a:15:{s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/psychologist-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:226;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:15:{s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:519;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:15:{s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:81;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:15:{s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:648;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:15:{s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:772;s:11:\"trend_index\";i:361;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:15:{s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:56;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:167;a:15:{s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/psychologist-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:438;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:15:{s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:779;s:11:\"trend_index\";i:720;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:169;a:15:{s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:9;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:15:{s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/flooring-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:427;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:15:{s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:788;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:15:{s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:202;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:173;a:15:{s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:554;s:11:\"trend_index\";i:352;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:15:{s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:42;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:175;a:15:{s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/lp/webinar-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:770;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:15:{s:2:\"id\";i:9592;s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";i:1546963720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:663;s:11:\"trend_index\";i:527;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:15:{s:2:\"id\";i:10210;s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";i:1547886103;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:816;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:15:{s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:200;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:15:{s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:147;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:180;a:15:{s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:849;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:15:{s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/flooring-company-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:342;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:15:{s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:810;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:15:{s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:208;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:184;a:15:{s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/flooring-company-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:263;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:15:{s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:43;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:15:{s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:818;s:11:\"trend_index\";i:857;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:15:{s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:832;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:15:{s:2:\"id\";i:10047;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";i:1547847757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:522;s:11:\"trend_index\";i:500;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:15:{s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:442;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:190;a:15:{s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:348;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:15:{s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:846;s:11:\"trend_index\";i:847;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:15:{s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:13;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:15:{s:2:\"id\";i:9879;s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";i:1547838416;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:676;s:11:\"trend_index\";i:684;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:15:{s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:531;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:15:{s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/moving-company-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"moving\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:811;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:15:{s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:137;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:15:{s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:247;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:15:{s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:847;s:11:\"trend_index\";i:693;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:15:{s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:53;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:15:{s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:403;s:11:\"trend_index\";i:219;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:15:{s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:819;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:15:{s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:278;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:15:{s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:421;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:15:{s:2:\"id\";i:10297;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";i:1548056099;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:590;s:11:\"trend_index\";i:492;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:15:{s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:572;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:15:{s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:250;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:15:{s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:682;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:15:{s:2:\"id\";i:10393;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";i:1548056682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:678;s:11:\"trend_index\";i:723;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:15:{s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"interior design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:747;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:15:{s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:110;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:15:{s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:780;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:15:{s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"stylist\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:825;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:15:{s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:119;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:15:{s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:543;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:15:{s:2:\"id\";i:10579;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";i:1547967887;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:709;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:15:{s:2:\"id\";i:18449;s:5:\"title\";s:46:\"Aesthetic Clinic &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:854;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:217;a:15:{s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:254;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:15:{s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:568;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:15:{s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:15:{s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:223;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:15:{s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:629;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:15:{s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"online shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:508;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:15:{s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:645;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:15:{s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:799;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:15:{s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:15:{s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:662;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:15:{s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/barbershop-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:802;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:15:{s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/open-week-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:856;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:15:{s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:177;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:15:{s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/barbershop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:743;s:11:\"trend_index\";i:781;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:15:{s:2:\"id\";i:10180;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";i:1548045309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:686;s:11:\"trend_index\";i:803;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:15:{s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:750;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:15:{s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:69;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:15:{s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/barbershop-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:692;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:15:{s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:867;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:15:{s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:664;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:15:{s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:782;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:238;a:15:{s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:540;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:15:{s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:852;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:15:{s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:841;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:15:{s:2:\"id\";i:9731;s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";i:1547976166;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:634;s:11:\"trend_index\";i:574;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:15:{s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"Footer\",\"hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:529;s:11:\"trend_index\";i:99;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:243;a:15:{s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:15:{s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/online-course-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:129;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:245;a:15:{s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:359;s:11:\"trend_index\";i:20;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:15:{s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:714;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:247;a:15:{s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/online-course-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:573;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:248;a:15:{s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:209;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:15:{s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:764;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:15:{s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/online-course-course-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:188;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:15:{s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:15:{s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/online-course-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:474;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:15:{s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:117;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:15:{s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/lp/insurance-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:15:{s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/interior-design-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:265;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:15:{s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:667;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:15:{s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:721;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:15:{s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/interior-design-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:217;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:15:{s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:604;s:11:\"trend_index\";i:476;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:260;a:15:{s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:860;s:11:\"trend_index\";i:757;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:15:{s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/interior-design-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:290;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:15:{s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:230;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:15:{s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:15:{s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/interior-design-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:305;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:15:{s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:162;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:266;a:15:{s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:843;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:15:{s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photography-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:213;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:15:{s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:331;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:269;a:15:{s:2:\"id\";i:10005;s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";i:1547844909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:755;s:11:\"trend_index\";i:794;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:15:{s:2:\"id\";i:10424;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";i:1547961866;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:677;s:11:\"trend_index\";i:735;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:15:{s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:798;s:11:\"trend_index\";i:801;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:272;a:15:{s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/photography-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:536;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:15:{s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:390;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:15:{s:2:\"id\";i:9975;s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";i:1547842284;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:774;s:11:\"trend_index\";i:738;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:15:{s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:494;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:276;a:15:{s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/photography-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:550;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:15:{s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:175;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:278;a:15:{s:2:\"id\";i:10067;s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";i:1547848075;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:582;s:11:\"trend_index\";i:463;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:15:{s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:811;s:11:\"trend_index\";i:753;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:280;a:15:{s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photography-wildlife/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:571;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:15:{s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:257;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:282;a:15:{s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:705;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:283;a:15:{s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:588;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:284;a:15:{s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:546;s:11:\"trend_index\";i:459;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:15:{s:2:\"id\";i:10329;s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";i:1547893478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:781;s:11:\"trend_index\";i:807;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:15:{s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:774;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:15:{s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:657;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:15:{s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:106;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:15:{s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:777;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:15:{s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/photography-nature/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:534;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:291;a:15:{s:2:\"id\";i:9650;s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";i:1547007598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:745;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:15:{s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:336;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:293;a:15:{s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:833;s:11:\"trend_index\";i:796;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:15:{s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:675;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:15:{s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:101;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:15:{s:2:\"id\";i:16192;s:5:\"title\";s:30:\"Management App &#8211; Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";i:1607866881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/management-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:33:\"[\"App\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:827;s:11:\"trend_index\";i:820;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:15:{s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:834;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:15:{s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:328;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:15:{s:2:\"id\";i:15839;s:5:\"title\";s:29:\"Chiropractor &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";i:1607855449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/chiropractor-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Business\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:828;s:11:\"trend_index\";i:812;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:15:{s:2:\"id\";i:10200;s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";i:1548055635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:773;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:15:{s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/photography-pets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:537;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:15:{s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:264;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:303;a:15:{s:2:\"id\";i:15827;s:5:\"title\";s:32:\"Creative Agency &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";i:1607855280;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/creative-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:168:\"[\"Agency\",\"bootstrap\",\"Business\",\"corporate\",\"Landing Pages\",\"Marketing Campaign\",\"Marketing Landing Page\",\"Product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:364;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:304;a:15:{s:2:\"id\";i:10287;s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";i:1547994301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:602;s:11:\"trend_index\";i:751;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:15:{s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:66;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:306;a:15:{s:2:\"id\";i:12805;s:5:\"title\";s:38:\"Photography &#8211; B&#038;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/photography-bw-portraits/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:695;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:15:{s:2:\"id\";i:16120;s:5:\"title\";s:37:\"Life coach Tom &#8211; Online Service\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";i:1607865812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/life-coach-tom-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:30:\"[\"Consulting\",\"Landing Pages\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:729;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:15:{s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:221;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:309;a:15:{s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:658;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:15:{s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:80;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:15:{s:2:\"id\";i:16059;s:5:\"title\";s:34:\"Melbourne Conference &#8211; Event\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";i:1607864236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/melbourne-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:841;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:15:{s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:158;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:15:{s:2:\"id\";i:9889;s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";i:1547838722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:727;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:15:{s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:296;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:315;a:15:{s:2:\"id\";i:16073;s:5:\"title\";s:56:\"International Women&#8217;s Day Conference &#8211; Event\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";i:1607864979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/international-womens-day-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:865;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:15:{s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:293;s:11:\"trend_index\";i:318;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:15:{s:2:\"id\";i:10077;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";i:1547848197;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:540;s:11:\"trend_index\";i:511;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:15:{s:2:\"id\";i:16085;s:5:\"title\";s:29:\"Tech Conference &#8211; Event\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";i:1607865227;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/tech-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:850;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:15:{s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:440;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:15:{s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:157;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:15:{s:2:\"id\";i:16102;s:5:\"title\";s:38:\"Environmental Conference &#8211; Event\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";i:1607865473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/environmental-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:809;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:15:{s:2:\"id\";i:10362;s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";i:1548056253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:585;s:11:\"trend_index\";i:683;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:15:{s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:640;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:15:{s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:172;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:15:{s:2:\"id\";i:15931;s:5:\"title\";s:37:\"Tokyo Design Conference &#8211; Event\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";i:1607861271;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/tokyo-design-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:815;s:11:\"trend_index\";i:815;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:15:{s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:430;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:15:{s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:360;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:15:{s:2:\"id\";i:10454;s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";i:1548056896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:776;s:11:\"trend_index\";i:768;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:15:{s:2:\"id\";i:16412;s:5:\"title\";s:36:\"Photography Coupon &#8211; eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";i:1607869919;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/photography-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:52:\"[\"Coupon\",\"Ecommerce\",\"Landing Pages\",\"Photography\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:863;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:15:{s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:409;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:15:{s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:414;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:15:{s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:148;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:15:{s:2:\"id\";i:16183;s:5:\"title\";s:32:\"Luxury Homes &#8211; Real Estate\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";i:1607866726;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/lp/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:836;s:11:\"trend_index\";i:837;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:15:{s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:503;s:11:\"trend_index\";i:582;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:15:{s:2:\"id\";i:9803;s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";i:1547831298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:701;s:11:\"trend_index\";i:694;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:15:{s:2:\"id\";i:10611;s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";i:1547968868;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:725;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:15:{s:2:\"id\";i:16420;s:5:\"title\";s:36:\"Spring Sale Coupon &#8211; eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";i:1607899243;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/spring-sale-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Coupon\",\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:852;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:15:{s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:591;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:15:{s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:203;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:15:{s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:451;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:15:{s:2:\"id\";i:16427;s:5:\"title\";s:34:\"Dream Car Coupon &#8211; eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";i:1607934325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/dream-car-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:53:\"[\"Coupon\",\"Ecommerce\",\"Landing Pages\",\"Offer\",\"Sale\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:862;s:11:\"trend_index\";i:831;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:15:{s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:235;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:15:{s:2:\"id\";i:10508;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";i:1547964711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:688;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:15:{s:2:\"id\";i:16433;s:5:\"title\";s:42:\"Leshnik Mega Sale Coupon &#8211; eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";i:1607934474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/leshnik-mega-sale-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:45:\"[\"Coupon\",\"Ecommerce\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:15:{s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:270;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:15:{s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:205;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:347;a:15:{s:2:\"id\";i:15986;s:5:\"title\";s:40:\"From Freelance to Business &#8211; Ebook\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";i:1607862915;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/from-freelance-to-business-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:5:\"Ebook\";s:4:\"tags\";s:143:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"Landing Pages\",\"Marketing\",\"Product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:835;s:11:\"trend_index\";i:804;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:15:{s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:499;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:15:{s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:83;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:15:{s:2:\"id\";i:9934;s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";i:1547841787;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:681;s:11:\"trend_index\";i:728;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:15:{s:2:\"id\";i:16002;s:5:\"title\";s:30:\"Architect Manual &#8211; Ebook\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";i:1607863075;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/architect-manual-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:5:\"Ebook\";s:4:\"tags\";s:25:\"[\"Ebook\",\"Landing Pages\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:837;s:11:\"trend_index\";i:762;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:15:{s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:522;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:15:{s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:46;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:354;a:15:{s:2:\"id\";i:16014;s:5:\"title\";s:23:\"Good Life &#8211; Ebook\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";i:1607863305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/lp/good-life-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:5:\"Ebook\";s:4:\"tags\";s:25:\"[\"Ebook\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:807;s:11:\"trend_index\";i:713;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:15:{s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:26;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:15:{s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:133;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:357;a:15:{s:2:\"id\";i:9709;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";i:1547023834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:728;s:11:\"trend_index\";i:767;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:15:{s:2:\"id\";i:16242;s:5:\"title\";s:37:\"Fashion Season Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";i:1607867761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/fashion-season-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Fashion\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:813;s:11:\"trend_index\";i:730;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:15:{s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:77;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:15:{s:2:\"id\";i:9139;s:5:\"title\";s:25:\"Homepage &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";i:1532949924;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:167:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"marketing campaign\",\"marketing landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:7;s:11:\"trend_index\";i:12;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:15:{s:2:\"id\";i:9671;s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1547010259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:639;s:11:\"trend_index\";i:779;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:15:{s:2:\"id\";i:10234;s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";i:1548055049;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:746;s:11:\"trend_index\";i:759;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:15:{s:2:\"id\";i:16202;s:5:\"title\";s:39:\"Starlight Nation Festival &#8211; Event\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";i:1607867113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/starlight-nation-festival-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:842;s:11:\"trend_index\";i:855;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:364;a:15:{s:2:\"id\";i:1634;s:5:\"title\";s:33:\"Landing Page &#8211; Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";i:1494352119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:223;s:11:\"trend_index\";i:374;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:15:{s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:343;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:15:{s:2:\"id\";i:16139;s:5:\"title\";s:37:\"Financial Consultant &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";i:1607866334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/financial-consultant-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:40:\"[\"Consulting\",\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:824;s:11:\"trend_index\";i:785;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:15:{s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:242;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:368;a:15:{s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:92;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:369;a:15:{s:2:\"id\";i:15822;s:5:\"title\";s:30:\"Family Vacation &#8211; Travel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";i:1607855143;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/family-vacation-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:773;s:11:\"trend_index\";i:457;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:15:{s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:130;s:11:\"trend_index\";i:73;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:15:{s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:284;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:15:{s:2:\"id\";i:15964;s:5:\"title\";s:31:\"Law Convention &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1607862731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/law-convention-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:36:\"[\"Convention\",\"Landing Pages\",\"Law\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:846;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:15:{s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:136;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:15:{s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:128;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:375;a:15:{s:2:\"id\";i:9869;s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";i:1547837269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:766;s:11:\"trend_index\";i:742;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:15:{s:2:\"id\";i:15910;s:5:\"title\";s:38:\"Litigation Law Office &#8211; Business\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";i:1607860827;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/litigation-law-office-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:32:\"[\"Landing Pages\",\"Law\",\"Office\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:825;s:11:\"trend_index\";i:783;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:15:{s:2:\"id\";i:10539;s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";i:1548056994;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:726;s:11:\"trend_index\";i:830;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:378;a:15:{s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:548;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:15:{s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:64;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:380;a:15:{s:2:\"id\";i:16025;s:5:\"title\";s:33:\"Conoco Mobile App &#8211; Product\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";i:1607863511;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/conoco-mobile-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:788;s:11:\"trend_index\";i:636;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:381;a:15:{s:2:\"id\";i:1504;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";i:1494352112;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:174;s:11:\"trend_index\";i:327;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:15:{s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:260;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:383;a:15:{s:2:\"id\";i:15853;s:5:\"title\";s:29:\"Me Mobile App &#8211; Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";i:1607857451;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/me-mobile-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:761;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:15:{s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:21;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:385;a:15:{s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:388;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:15:{s:2:\"id\";i:15844;s:5:\"title\";s:32:\"Torel Mobile App &#8211; Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";i:1607856863;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/torel-mobile-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:822;s:11:\"trend_index\";i:827;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:15:{s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:180;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:388;a:15:{s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:116;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:15:{s:2:\"id\";i:16041;s:5:\"title\";s:31:\"Nano Mobile App &#8211; Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";i:1607863992;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:755;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:15:{s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:266;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:391;a:15:{s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:386;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:15:{s:2:\"id\";i:15890;s:5:\"title\";s:39:\"Personal Trainer &#8211; Online Service\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";i:1607860512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-trainer-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:35:\"[\"Fitness\",\"Landing Pages\",\"Sport\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:838;s:11:\"trend_index\";i:851;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:15:{s:2:\"id\";i:10147;s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";i:1548055522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:775;s:11:\"trend_index\";i:833;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:15:{s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:15:{s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:630;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:396;a:15:{s:2:\"id\";i:16233;s:5:\"title\";s:36:\"Journey Photography &#8211; Business\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";i:1607867416;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/journey-photography-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:42:\"[\"Business\",\"Landing Pages\",\"Photography\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:789;s:11:\"trend_index\";i:627;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:397;a:15:{s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:403;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:15:{s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:52;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:399;a:15:{s:2:\"id\";i:9923;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";i:1547841537;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:699;s:11:\"trend_index\";i:746;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:15:{s:2:\"id\";i:16162;s:5:\"title\";s:29:\"Private Chef &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";i:1607866578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/private-chef-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:24:\"[\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:855;s:11:\"trend_index\";i:840;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:15:{s:2:\"id\";i:1503;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";i:1494352113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:165;s:11:\"trend_index\";i:252;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:15:{s:2:\"id\";i:10117;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";i:1548066998;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:727;s:11:\"trend_index\";i:791;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:15:{s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:344;s:11:\"trend_index\";i:435;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:404;a:15:{s:2:\"id\";i:16325;s:5:\"title\";s:28:\"Quality Lens &#8211; Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";i:1607868782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/quality-lens-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:804;s:11:\"trend_index\";i:760;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:405;a:15:{s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:255;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:406;a:15:{s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:357;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:15:{s:2:\"id\";i:9826;s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";i:1547835513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:745;s:11:\"trend_index\";i:748;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:15:{s:2:\"id\";i:10478;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";i:1548056829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:595;s:11:\"trend_index\";i:569;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:15:{s:2:\"id\";i:16332;s:5:\"title\";s:31:\"Luxury Flat &#8211; Real Estate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";i:1607868929;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/luxury-flat-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:38:\"[\"flat\",\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:809;s:11:\"trend_index\";i:824;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:410;a:15:{s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:132;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:411;a:15:{s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:356;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:15:{s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1607869068;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:791;s:11:\"trend_index\";i:509;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:413;a:15:{s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:241;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:15:{s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:299;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:15:{s:2:\"id\";i:16358;s:5:\"title\";s:41:\"Sunset Valley Project &#8211; Real Estate\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";i:1607869234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/sunset-valley-project-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:15:{s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:256;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:417;a:15:{s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:716;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:15:{s:2:\"id\";i:10685;s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";i:1547974729;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:720;s:11:\"trend_index\";i:805;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:15:{s:2:\"id\";i:16379;s:5:\"title\";s:33:\"Property Page &#8211; Real Estate\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";i:1607869379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/property-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:42:\"[\"Landing Pages\",\"Property\",\"Real estate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:864;s:11:\"trend_index\";i:853;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:15:{s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:308;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:15:{s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:309;s:11:\"trend_index\";i:353;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:15:{s:2:\"id\";i:16392;s:5:\"title\";s:30:\"Open House &#8211; Real Estate\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";i:1607869551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:150:\"[\"Agent\",\"Business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"Landing Pages\",\"listing\",\"modern\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:839;s:11:\"trend_index\";i:699;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:15:{s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:86;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:424;a:15:{s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:491;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:15:{s:2:\"id\";i:15950;s:5:\"title\";s:30:\"Stylist &#8211; Online Service\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";i:1607862286;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/stylist-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:162:\"[\"cosmetics\",\"Fashion\",\"girly\",\"hairdresser\",\"Landing Pages\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"Products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:851;s:11:\"trend_index\";i:775;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:15:{s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:468;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:15:{s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:575;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:15:{s:2:\"id\";i:9985;s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";i:1547844661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:757;s:11:\"trend_index\";i:850;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:15:{s:2:\"id\";i:16253;s:5:\"title\";s:33:\"Bicycle Adventures &#8211; Travel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";i:1607867944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/bicycle-adventures-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:36:\"[\"Bicycle\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:785;s:11:\"trend_index\";i:475;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:15:{s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:467;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:15:{s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:842;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:15:{s:2:\"id\";i:16271;s:5:\"title\";s:42:\"Luxury Travel Destinations  &#8211; Travel\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";i:1607868120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/luxury-travel-destinations-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:830;s:11:\"trend_index\";i:772;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:15:{s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:617;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:15:{s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:446;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:15:{s:2:\"id\";i:16283;s:5:\"title\";s:29:\"Vacation Deals &#8211; Travel\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";i:1607868279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/vacation-deals-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:853;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:15:{s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:131;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:15:{s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:272;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:438;a:15:{s:2:\"id\";i:16299;s:5:\"title\";s:29:\"New Adventures &#8211; Travel\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";i:1607868454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/new-adventures-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:50:\"[\"Adventures\",\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:15:{s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:418;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:15:{s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:623;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:15:{s:2:\"id\";i:519;s:5:\"title\";s:24:\"Homepage &#8211; Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";i:1477388808;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:10;s:11:\"trend_index\";i:48;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:15:{s:2:\"id\";i:16312;s:5:\"title\";s:26:\"Summer Time &#8211; Travel\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1607868625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/lp/summer-time-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:829;s:11:\"trend_index\";i:836;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:15:{s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:637;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:15:{s:2:\"id\";i:487;s:5:\"title\";s:29:\"Landing Page &#8211; Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";i:1477388357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:32;s:11:\"trend_index\";i:138;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:445;a:15:{s:2:\"id\";i:15870;s:5:\"title\";s:32:\"Tel Aviv Vacation &#8211; Travel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";i:1607860195;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/tel-aviv-vacation-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:802;s:11:\"trend_index\";i:749;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:446;a:15:{s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:399;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:15:{s:2:\"id\";i:855;s:5:\"title\";s:37:\"Landing Page &#8211; Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";i:1494352061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:290;s:11:\"trend_index\";i:425;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:15:{s:2:\"id\";i:16440;s:5:\"title\";s:31:\"Marketing Webinar &#8211; Event\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";i:1607934662;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/marketing-webinar-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:37:\"[\"Event\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:794;s:11:\"trend_index\";i:838;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:15:{s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:708;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:450;a:15:{s:2:\"id\";i:9559;s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";i:1546946547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:621;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:451;a:15:{s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:609;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:15:{s:2:\"id\";i:955;s:5:\"title\";s:31:\"Landing Page &#8211; Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";i:1494352069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:202;s:11:\"trend_index\";i:370;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:15:{s:2:\"id\";i:16212;s:5:\"title\";s:33:\"Wedding Celebration &#8211; Event\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";i:1607867299;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/wedding-celebration-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:35:\"[\"Event\",\"Landing Pages\",\"Wedding\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:614;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:454;a:15:{s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:390;s:11:\"trend_index\";i:520;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:15:{s:2:\"id\";i:9373;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";i:1542811219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:506;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:15:{s:2:\"id\";i:9752;s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";i:1547823982;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:711;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:457;a:15:{s:2:\"id\";i:974;s:5:\"title\";s:28:\"Landing Page &#8211; Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";i:1494352071;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:329;s:11:\"trend_index\";i:632;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:15:{s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:156;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:15:{s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:309;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:460;a:15:{s:2:\"id\";i:11948;s:5:\"title\";s:18:\"Maintenance Mode 3\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm3.png\";s:12:\"tmpl_created\";i:1572153978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:195;s:11:\"trend_index\";i:134;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:15:{s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:445;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:462;a:15:{s:2:\"id\";i:754;s:5:\"title\";s:25:\"Services &#8211; Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";i:1485269691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:251;s:11:\"trend_index\";i:325;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:15:{s:2:\"id\";i:752;s:5:\"title\";s:24:\"Contact &#8211; Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";i:1485269737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:516;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:15:{s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:298;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:465;a:15:{s:2:\"id\";i:10169;s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";i:1547852334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:756;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:466;a:15:{s:2:\"id\";i:753;s:5:\"title\";s:22:\"About &#8211; Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";i:1485269710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:478;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:15:{s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:104;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:468;a:15:{s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"dance studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:786;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:15:{s:2:\"id\";i:751;s:5:\"title\";s:25:\"Homepage &#8211; Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";i:1485269743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:257;s:11:\"trend_index\";i:277;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:15:{s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"dance studio\",\"footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:186;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:15:{s:2:\"id\";i:2402;s:5:\"title\";s:32:\"Homepage &#8211; Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";i:1506441447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:126;s:11:\"trend_index\";i:218;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:15:{s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"dance studio\",\"header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:78;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:15:{s:2:\"id\";i:3626;s:5:\"title\";s:30:\"Snowboard Site &#8211; Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";i:1513513193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:292;s:11:\"trend_index\";i:410;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:15:{s:2:\"id\";i:9680;s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";i:1547010967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:725;s:11:\"trend_index\";i:707;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:15:{s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"footer\",\"marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:90;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:15:{s:2:\"id\";i:11966;s:5:\"title\";s:18:\"Maintenance mode 4\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm4.png\";s:12:\"tmpl_created\";i:1572154274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:490;s:11:\"trend_index\";i:389;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:477;a:15:{s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"header\",\"marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:8;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:15:{s:2:\"id\";i:3632;s:5:\"title\";s:31:\"Snowboard Site &#8211; Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";i:1513513171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:222;s:11:\"trend_index\";i:316;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:479;a:15:{s:2:\"id\";i:9783;s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";i:1547831059;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:534;s:11:\"trend_index\";i:535;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:15:{s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:300;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:481;a:15:{s:2:\"id\";i:3619;s:5:\"title\";s:31:\"Snowboard Site &#8211; Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";i:1513513137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:232;s:11:\"trend_index\";i:245;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:15:{s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:98;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:15:{s:2:\"id\";i:9425;s:5:\"title\";s:38:\"Black Friday &#8211;  80&#8217;s style\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";i:1542901234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:449;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:15:{s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:65;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:15:{s:2:\"id\";i:11973;s:5:\"title\";s:18:\"Maintenance mode 5\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm5.png\";s:12:\"tmpl_created\";i:1572154523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:418;s:11:\"trend_index\";i:319;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:15:{s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:258;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:487;a:15:{s:2:\"id\";i:11981;s:5:\"title\";s:18:\"Maintenance mode 6\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm6.png\";s:12:\"tmpl_created\";i:1572155125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:410;s:11:\"trend_index\";i:234;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:15:{s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:111;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:489;a:15:{s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:333;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:490;a:15:{s:2:\"id\";i:147;s:5:\"title\";s:20:\"Homepage &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";i:1470829868;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:5;s:11:\"trend_index\";i:34;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:491;a:15:{s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:58;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:492;a:15:{s:2:\"id\";i:777;s:5:\"title\";s:28:\"Homepage &#8211; Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";i:1485273092;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:175;s:11:\"trend_index\";i:301;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:15:{s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:212;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:494;a:15:{s:2:\"id\";i:2404;s:5:\"title\";s:24:\"Homepage &#8211; Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";i:1506441452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:164;s:11:\"trend_index\";i:271;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:15:{s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:444;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:496;a:15:{s:2:\"id\";i:492;s:5:\"title\";s:25:\"Homepage &#8211; Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";i:1477388365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:14;s:11:\"trend_index\";i:112;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:497;a:15:{s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:192;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:498;a:15:{s:2:\"id\";i:3451;s:5:\"title\";s:39:\"Homepage &#8211; Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";i:1512054116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:266;s:11:\"trend_index\";i:416;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:15:{s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:514;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:500;a:15:{s:2:\"id\";i:2152;s:5:\"title\";s:26:\"Homepage &#8211; Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";i:1499774132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:382;s:11:\"trend_index\";i:670;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:15:{s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:249;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:502;a:15:{s:2:\"id\";i:1068;s:5:\"title\";s:27:\"Homepage &#8211; Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";i:1488805928;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:249;s:11:\"trend_index\";i:526;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:15:{s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:489;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:504;a:15:{s:2:\"id\";i:2813;s:5:\"title\";s:32:\"Homepage &#8211; Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";i:1509615049;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:201;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:15:{s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:481;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:15:{s:2:\"id\";i:728;s:5:\"title\";s:33:\"Homepage &#8211; Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";i:1485269993;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:551;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:15:{s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:214;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:15:{s:2:\"id\";i:2403;s:5:\"title\";s:29:\"Homepage &#8211; Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";i:1506441428;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:313;s:11:\"trend_index\";i:655;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:15:{s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:164;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:510;a:15:{s:2:\"id\";i:1903;s:5:\"title\";s:20:\"One Page &#8211; Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";i:1496822325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:211;s:11:\"trend_index\";i:402;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:15:{s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:85;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:15:{s:2:\"id\";i:2123;s:5:\"title\";s:33:\"One Page &#8211; Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";i:1499772989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:11;s:11:\"trend_index\";i:27;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:15:{s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:174;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:15:{s:2:\"id\";i:1888;s:5:\"title\";s:32:\"One Page &#8211; Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";i:1496822319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:315;s:11:\"trend_index\";i:515;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:15:{s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:405;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:15:{s:2:\"id\";i:1891;s:5:\"title\";s:35:\"One Page &#8211; Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";i:1496822323;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:502;s:11:\"trend_index\";i:787;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:15:{s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:244;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:15:{s:2:\"id\";i:1880;s:5:\"title\";s:24:\"One Page &#8211; Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";i:1496822317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:535;s:11:\"trend_index\";i:556;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:15:{s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:483;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:15:{s:2:\"id\";i:1885;s:5:\"title\";s:29:\"One Page &#8211; Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";i:1496822321;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:235;s:11:\"trend_index\";i:311;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:521;a:15:{s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:154;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:15:{s:2:\"id\";i:2723;s:5:\"title\";s:34:\"Portfolio &#8211; Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";i:1509633883;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:218;s:11:\"trend_index\";i:289;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:15:{s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:150;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:15:{s:2:\"id\";i:2145;s:5:\"title\";s:30:\"About &#8211; Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";i:1499774125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:680;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:15:{s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:285;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:15:{s:2:\"id\";i:2155;s:5:\"title\";s:23:\"About &#8211; Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";i:1499774130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:471;s:11:\"trend_index\";i:678;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:15:{s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:107;s:11:\"trend_index\";i:88;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:15:{s:2:\"id\";i:1085;s:5:\"title\";s:21:\"About &#8211; Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";i:1488810874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:8;s:11:\"trend_index\";i:28;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:15:{s:2:\"id\";i:143;s:5:\"title\";s:22:\"About &#8211; Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";i:1470820447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:28;s:11:\"trend_index\";i:97;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;a:15:{s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:584;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:15:{s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:321;s:11:\"trend_index\";i:152;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:15:{s:2:\"id\";i:101;s:5:\"title\";s:16:\"About &#8211; CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";i:1470829785;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:54;s:11:\"trend_index\";i:196;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:533;a:15:{s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:324;s:11:\"trend_index\";i:197;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:15:{s:2:\"id\";i:140;s:5:\"title\";s:25:\"About &#8211; Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";i:1470820463;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:18;s:11:\"trend_index\";i:72;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:15:{s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:460;s:11:\"trend_index\";i:373;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:15:{s:2:\"id\";i:213;s:5:\"title\";s:26:\"About &#8211; Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";i:1470829766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:20;s:11:\"trend_index\";i:143;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:15:{s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:393;s:11:\"trend_index\";i:181;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:538;a:15:{s:2:\"id\";i:2802;s:5:\"title\";s:38:\"Portfolio &#8211; Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";i:1509615440;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:263;s:11:\"trend_index\";i:583;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:15:{s:2:\"id\";i:2828;s:5:\"title\";s:35:\"Landing Page &#8211; Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1509631636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:423;s:11:\"trend_index\";i:611;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:540;a:15:{s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:510;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:15:{s:2:\"id\";i:1461;s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";i:1494352121;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:374;s:11:\"trend_index\";i:337;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:542;a:15:{s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:71;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:15:{s:2:\"id\";i:1460;s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";i:1494352124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:426;s:11:\"trend_index\";i:586;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:15:{s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:183;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:15:{s:2:\"id\";i:1459;s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";i:1494352125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:254;s:11:\"trend_index\";i:458;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:15:{s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:82;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:15:{s:2:\"id\";i:1052;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";i:1488810873;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:47;s:11:\"trend_index\";i:168;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:548;a:15:{s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:228;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:15:{s:2:\"id\";i:1505;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";i:1494352110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:480;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:15:{s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:23;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:15:{s:2:\"id\";i:726;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";i:1485270062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:498;s:11:\"trend_index\";i:671;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:552;a:15:{s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:167;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:15:{s:2:\"id\";i:1613;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";i:1494352129;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:504;s:11:\"trend_index\";i:668;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:15:{s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:94;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:15:{s:2:\"id\";i:1612;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";i:1494352127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:581;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:15:{s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:146;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:15:{s:2:\"id\";i:1614;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";i:1494352131;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:447;s:11:\"trend_index\";i:607;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:15:{s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:70;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:15:{s:2:\"id\";i:906;s:5:\"title\";s:29:\"Landing Page &#8211;  Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";i:1494352066;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:302;s:11:\"trend_index\";i:297;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:15:{s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:176;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:15:{s:2:\"id\";i:879;s:5:\"title\";s:41:\"Landing Page &#8211; Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";i:1494352064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:305;s:11:\"trend_index\";i:456;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:15:{s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:126;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:15:{s:2:\"id\";i:926;s:5:\"title\";s:33:\"Landing Page &#8211; Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";i:1494352068;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:461;s:11:\"trend_index\";i:639;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:15:{s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:195;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:15:{s:2:\"id\";i:1032;s:5:\"title\";s:27:\"Landing Page &#8211; Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";i:1488810866;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:462;s:11:\"trend_index\";i:722;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:15:{s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:74;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:15:{s:2:\"id\";i:730;s:5:\"title\";s:24:\"Landing Page &#8211; App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";i:1485273430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:386;s:11:\"trend_index\";i:368;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:15:{s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:163;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:15:{s:2:\"id\";i:643;s:5:\"title\";s:29:\"Landing Page &#8211; Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";i:1481549290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:518;s:11:\"trend_index\";i:649;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:15:{s:2:\"id\";i:542;s:5:\"title\";s:28:\"Landing Page &#8211; Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";i:1477388484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:128;s:11:\"trend_index\";i:341;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:15:{s:2:\"id\";i:1187;s:5:\"title\";s:32:\"Landing Page &#8211; Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";i:1490707385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:165;s:16:\"popularity_index\";i:53;s:11:\"trend_index\";i:95;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:15:{s:2:\"id\";i:641;s:5:\"title\";s:28:\"Landing Page &#8211; Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";i:1481549264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:355;s:11:\"trend_index\";i:562;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:15:{s:2:\"id\";i:189;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";i:1470820715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:16;s:11:\"trend_index\";i:135;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:574;a:15:{s:2:\"id\";i:1547;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";i:1494352115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:377;s:11:\"trend_index\";i:784;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:15:{s:2:\"id\";i:1546;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";i:1494352116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:549;s:11:\"trend_index\";i:733;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:15:{s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:314;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:15:{s:2:\"id\";i:1545;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";i:1494352118;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:425;s:11:\"trend_index\";i:559;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:15:{s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:140;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:15:{s:2:\"id\";i:2714;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1509631782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:415;s:11:\"trend_index\";i:793;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:15:{s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:151;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:15:{s:2:\"id\";i:195;s:5:\"title\";s:28:\"Landing Page &#8211; Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";i:1470820765;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:72;s:11:\"trend_index\";i:280;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:582;a:15:{s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:660;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:15:{s:2:\"id\";i:197;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";i:1470825711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:162;s:11:\"trend_index\";i:400;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:584;a:15:{s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:439;s:11:\"trend_index\";i:602;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:15:{s:2:\"id\";i:1193;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1490707422;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:86;s:11:\"trend_index\";i:237;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:586;a:15:{s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:473;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:15:{s:2:\"id\";i:1415;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";i:1494352106;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:381;s:11:\"trend_index\";i:490;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:15:{s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:306;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:15:{s:2:\"id\";i:1414;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";i:1494352107;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:573;s:11:\"trend_index\";i:726;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:15:{s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:122;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:15:{s:2:\"id\";i:1413;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";i:1494352109;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:486;s:11:\"trend_index\";i:625;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:15:{s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:15:{s:2:\"id\";i:1573;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";i:1494352133;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:594;s:11:\"trend_index\";i:737;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:15:{s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:18;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:15:{s:2:\"id\";i:1572;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";i:1494352134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:632;s:11:\"trend_index\";i:739;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:15:{s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:60;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:15:{s:2:\"id\";i:1570;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";i:1494352136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:652;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:15:{s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:67;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:15:{s:2:\"id\";i:1571;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";i:1494352138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:800;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:15:{s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:49;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:15:{s:2:\"id\";i:192;s:5:\"title\";s:28:\"Landing Page &#8211; Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";i:1470820734;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:141;s:11:\"trend_index\";i:323;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:602;a:15:{s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:30;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:15:{s:2:\"id\";i:2141;s:5:\"title\";s:32:\"Contact &#8211; Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";i:1499774122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:610;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:15:{s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:16;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:15:{s:2:\"id\";i:137;s:5:\"title\";s:22:\"Contact &#8211; Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";i:1470829828;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:55;s:11:\"trend_index\";i:187;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:606;a:15:{s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:11;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:15:{s:2:\"id\";i:256;s:5:\"title\";s:26:\"Contact &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";i:1470829796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:154;s:11:\"trend_index\";i:380;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:608;a:15:{s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:15;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:15:{s:2:\"id\";i:2150;s:5:\"title\";s:25:\"Contact &#8211; Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";i:1499774127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:85;s:11:\"trend_index\";i:282;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:610;a:15:{s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:105;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:15:{s:2:\"id\";i:223;s:5:\"title\";s:21:\"Contact &#8211; Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";i:1470820471;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:157;s:11:\"trend_index\";i:365;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:612;a:15:{s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:185;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:15:{s:2:\"id\";i:24;s:5:\"title\";s:25:\"Contact &#8211; Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";i:1470248619;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:12;s:11:\"trend_index\";i:38;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:15:{s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:102;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:15:{s:2:\"id\";i:184;s:5:\"title\";s:23:\"Services &#8211; Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";i:1470829889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:26;s:11:\"trend_index\";i:57;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:15:{s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:68;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:15:{s:2:\"id\";i:625;s:5:\"title\";s:31:\"Services &#8211; Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";i:1481549196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:642;s:11:\"trend_index\";i:823;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:15:{s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:44;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:15:{s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:616;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:15:{s:2:\"id\";i:187;s:5:\"title\";s:20:\"Services &#8211; Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";i:1470829892;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:109;s:11:\"trend_index\";i:371;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:15:{s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:225;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:622;a:15:{s:2:\"id\";i:238;s:5:\"title\";s:27:\"Services &#8211; Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";i:1470829865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:25;s:11:\"trend_index\";i:84;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:15:{s:2:\"id\";i:647;s:5:\"title\";s:33:\"Services &#8211; Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";i:1481549320;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:517;s:11:\"trend_index\";i:567;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:624;a:15:{s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:450;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:15:{s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:76;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:15:{s:2:\"id\";i:2138;s:5:\"title\";s:33:\"Services &#8211; Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";i:1499774119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:456;s:11:\"trend_index\";i:554;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:15:{s:2:\"id\";i:823;s:5:\"title\";s:19:\"Pricing &#8211; App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";i:1485272966;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:524;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:15:{s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:45;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:629;a:15:{s:2:\"id\";i:824;s:5:\"title\";s:24:\"Pricing &#8211; Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";i:1485272900;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:577;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:15:{s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:593;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:15:{s:2:\"id\";i:825;s:5:\"title\";s:24:\"Product &#8211; Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";i:1485272513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:504;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:15:{s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:144;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:633;a:15:{s:2:\"id\";i:245;s:5:\"title\";s:21:\"Product &#8211; Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";i:1470829876;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:236;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:634;a:15:{s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:15:{s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:36;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:636;a:15:{s:2:\"id\";i:1075;s:5:\"title\";s:19:\"Shop &#8211; Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";i:1488810871;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:68;s:11:\"trend_index\";i:149;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:637;a:15:{s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:130;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:638;a:15:{s:2:\"id\";i:1051;s:5:\"title\";s:24:\"Blog Post &#8211; Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";i:1488810869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:17;s:11:\"trend_index\";i:51;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:639;a:15:{s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:354;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:15:{s:2:\"id\";i:1245;s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";i:1491207184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:258;s:11:\"trend_index\";i:261;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:15:{s:2:\"id\";i:1247;s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";i:1491207138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:35;s:11:\"trend_index\";i:40;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:642;a:15:{s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:679;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:15:{s:2:\"id\";i:1248;s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";i:1491207050;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:427;s:11:\"trend_index\";i:599;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:15:{s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"business\",\"footer\",\"interior design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:194;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:15:{s:2:\"id\";i:1249;s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";i:1491207380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:469;s:11:\"trend_index\";i:396;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:15:{s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"business\",\"header\",\"interior design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:59;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:15:{s:2:\"id\";i:1250;s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";i:1491207450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:82;s:11:\"trend_index\";i:87;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:648;a:15:{s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:243;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:15:{s:2:\"id\";i:1260;s:5:\"title\";s:18:\"Maintenance Mode 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";i:1491207507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:506;s:11:\"trend_index\";i:493;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:15:{s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:405;s:11:\"trend_index\";i:91;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:15:{s:2:\"id\";i:1261;s:5:\"title\";s:18:\"Maintenance Mode 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";i:1491207584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:98;s:11:\"trend_index\";i:248;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:652;a:15:{s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:378;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:15:{s:2:\"id\";i:1272;s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";i:1491207674;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:296;s:11:\"trend_index\";i:293;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:15:{s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:718;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:15:{s:2:\"id\";i:1279;s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";i:1491207756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:160;s:11:\"trend_index\";i:346;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:656;a:15:{s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:216;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:15:{s:2:\"id\";i:1745;s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";i:1494849745;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:315;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:15:{s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:338;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:15:{s:2:\"id\";i:1742;s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";i:1494849744;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:470;s:11:\"trend_index\";i:579;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:15:{s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:752;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:15:{s:2:\"id\";i:1748;s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";i:1494849742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:314;s:11:\"trend_index\";i:262;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:15:{s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:406;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:15:{s:2:\"id\";i:3963;s:5:\"title\";s:32:\"Restaurant Site &#8211; Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";i:1516284821;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:238;s:11:\"trend_index\";i:233;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:15:{s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:274;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:15:{s:2:\"id\";i:3969;s:5:\"title\";s:28:\"Restaurant Site &#8211; Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";i:1516284829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:440;s:11:\"trend_index\";i:590;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:15:{s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:32;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:15:{s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:394;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:15:{s:2:\"id\";i:3966;s:5:\"title\";s:29:\"Restaurant Site &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";i:1516284839;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:275;s:11:\"trend_index\";i:420;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:15:{s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:173;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:15:{s:2:\"id\";i:3972;s:5:\"title\";s:31:\"Restaurant Site &#8211; Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";i:1516284847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:495;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:15:{s:2:\"id\";i:2080;s:5:\"title\";s:27:\"Ski Resort &#8211; Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";i:1508161124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:501;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:15:{s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:642;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:15:{s:2:\"id\";i:2088;s:5:\"title\";s:24:\"Ski Resort &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";i:1508161129;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:487;s:11:\"trend_index\";i:638;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:15:{s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"footer\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:355;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:15:{s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"header\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:113;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:676;a:15:{s:2:\"id\";i:2085;s:5:\"title\";s:27:\"Ski Resort &#8211; Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";i:1508161134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:620;s:11:\"trend_index\";i:715;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:15:{s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:503;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:15:{s:2:\"id\";i:2462;s:5:\"title\";s:23:\"Architect &#8211; About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";i:1508243317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:364;s:11:\"trend_index\";i:387;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:15:{s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:619;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:15:{s:2:\"id\";i:2362;s:5:\"title\";s:26:\"Architect &#8211; Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";i:1508243335;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:533;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:15:{s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:439;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:682;a:15:{s:2:\"id\";i:614;s:5:\"title\";s:25:\"Architect &#8211; Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";i:1481549169;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:335;s:11:\"trend_index\";i:397;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:683;a:15:{s:2:\"id\";i:2126;s:5:\"title\";s:37:\"Construction Company &#8211; Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";i:1508325849;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:271;s:11:\"trend_index\";i:363;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:684;a:15:{s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:529;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:685;a:15:{s:2:\"id\";i:2129;s:5:\"title\";s:34:\"Construction Company &#8211; About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";i:1508325881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:317;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:15:{s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:222;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:15:{s:2:\"id\";i:2135;s:5:\"title\";s:36:\"Construction Company &#8211; Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";i:1508325922;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:370;s:11:\"trend_index\";i:532;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:15:{s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:310;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:689;a:15:{s:2:\"id\";i:2094;s:5:\"title\";s:28:\"Plants Shop &#8211; Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";i:1509621053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:326;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:690;a:15:{s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:220;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:691;a:15:{s:2:\"id\";i:2120;s:5:\"title\";s:25:\"Plants Shop &#8211; About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";i:1509631820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:376;s:11:\"trend_index\";i:585;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:15:{s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:485;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:15:{s:2:\"id\";i:3153;s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";i:1508950132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:685;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:15:{s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:169;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:15:{s:2:\"id\";i:3338;s:5:\"title\";s:31:\"Black Friday &#8211; Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";i:1511203351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:646;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:15:{s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:210;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:15:{s:2:\"id\";i:3339;s:5:\"title\";s:35:\"Black Friday &#8211; Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";i:1511203636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:561;s:11:\"trend_index\";i:690;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:15:{s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:424;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:15:{s:2:\"id\";i:3335;s:5:\"title\";s:31:\"Black Friday &#8211; Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";i:1511203246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:797;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:15:{s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:412;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:15:{s:2:\"id\";i:3340;s:5:\"title\";s:41:\"Black Friday &#8211; Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";i:1511203713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:710;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:15:{s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:428;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:15:{s:2:\"id\";i:3517;s:5:\"title\";s:27:\"Christmas &#8211; Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";i:1513877937;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:580;s:11:\"trend_index\";i:698;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:15:{s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/online-course-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:604;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:15:{s:2:\"id\";i:3734;s:5:\"title\";s:28:\"Christmas &#8211; Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";i:1514197794;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:641;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:15:{s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:513;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:15:{s:2:\"id\";i:3764;s:5:\"title\";s:33:\"Christmas &#8211; Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";i:1514198234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:566;s:11:\"trend_index\";i:587;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:15:{s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:268;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:15:{s:2:\"id\";i:3565;s:5:\"title\";s:27:\"Christmas &#8211; Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";i:1514204382;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:455;s:11:\"trend_index\";i:634;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:15:{s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:484;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:15:{s:2:\"id\";i:3862;s:5:\"title\";s:35:\"Christmas &#8211; Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";i:1514206745;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:473;s:11:\"trend_index\";i:606;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:15:{s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:712;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:15:{s:2:\"id\";i:3777;s:5:\"title\";s:39:\"Christmas &#8211; Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";i:1514205420;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:509;s:11:\"trend_index\";i:622;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:15:{s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/photography-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:656;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:715;a:15:{s:2:\"id\";i:420;s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";i:1475067229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:22;s:11:\"trend_index\";i:114;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:15:{s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:512;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:717;a:15:{s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"footer\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:295;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:718;a:15:{s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:281;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:719;a:15:{s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:643;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:720;a:15:{s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:429;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:721;a:15:{s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"footer\",\"portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:109;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:722;a:15:{s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:447;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:723;a:15:{s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:415;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:724;a:15:{s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:321;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:725;a:15:{s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:734;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:726;a:15:{s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:778;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:727;a:15:{s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:789;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:728;a:15:{s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:729;a:15:{s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:369;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:15:{s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:477;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:731;a:15:{s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:330;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:732;a:15:{s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:322;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:733;a:15:{s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:294;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:734;a:15:{s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:385;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:735;a:15:{s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:320;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:15:{s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:142;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:737;a:15:{s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:25;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:738;a:15:{s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:304;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:739;a:15:{s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:557;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:15:{s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:839;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:15:{s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:706;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:15:{s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:488;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:743;a:15:{s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:433;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:744;a:15:{s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:199;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:745;a:15:{s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:766;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:15:{s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:539;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:15:{s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:275;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:15:{s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:466;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:15:{s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:614;s:11:\"trend_index\";i:538;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:15:{s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:659;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:15:{s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:544;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:15:{s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:706;s:11:\"trend_index\";i:754;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:15:{s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:795;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:15:{s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:651;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:755;a:15:{s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:813;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:15:{s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:578;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:757;a:15:{s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:287;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:15:{s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:587;s:11:\"trend_index\";i:601;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:759;a:15:{s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:22;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:15:{s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:29;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:761;a:15:{s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:37;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:762;a:15:{s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:575;s:11:\"trend_index\";i:528;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:763;a:15:{s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:391;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:764;a:15:{s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:395;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:15:{s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:362;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:15:{s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:561;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:767;a:15:{s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:479;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:15:{s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:54;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:769;a:15:{s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:259;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:770;a:15:{s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:63;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:771;a:15:{s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:145;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:772;a:15:{s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:193;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:15:{s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:39;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:774;a:15:{s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:118;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:15:{s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:123;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:15:{s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:15:{s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:351;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:778;a:15:{s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:273;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:15:{s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:543;s:11:\"trend_index\";i:687;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:15:{s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:448;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:15:{s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:190;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:15:{s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:411;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:15:{s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:525;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:784;a:15:{s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:702;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:15:{s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:121;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:15:{s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:324;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:15:{s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:33;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:15:{s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:240;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:15:{s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:124;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:15:{s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:159;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:15:{s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:55;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:792;a:15:{s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:19;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:15:{s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:269;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:794;a:15:{s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:153;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:15:{s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:313;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:15:{s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:334;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:797;a:15:{s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:227;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:15:{s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:15:{s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:166;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:15:{s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:505;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:801;a:15:{s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:307;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:802;a:15:{s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:198;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:803;a:15:{s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:292;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:15:{s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:805;a:15:{s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:24;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:15:{s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:61;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:15:{s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:75;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:808;a:15:{s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:771;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:15:{s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:701;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:15:{s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:686;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:811;a:15:{s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:765;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:812;a:15:{s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:350;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:813;a:15:{s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:360;s:11:\"trend_index\";i:672;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:814;a:15:{s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:461;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:815;a:15:{s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:469;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:816;a:15:{s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:375;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:817;a:15:{s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:563;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:818;a:15:{s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:743;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:15:{s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:434;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:15:{s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:597;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:821;a:15:{s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:239;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:15:{s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:426;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:823;a:15:{s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:674;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:824;a:15:{s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:347;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:825;a:15:{s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:229;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:826;a:15:{s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:179;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:827;a:15:{s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:430;s:11:\"trend_index\";i:470;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:828;a:15:{s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:332;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:829;a:15:{s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:376;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:830;a:15:{s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:419;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:831;a:15:{s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:339;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:832;a:15:{s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:211;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:833;a:15:{s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:206;s:11:\"trend_index\";i:238;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:834;a:15:{s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:471;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:835;a:15:{s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:115;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:836;a:15:{s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:608;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:837;a:15:{s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:344;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:838;a:15:{s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:283;s:11:\"trend_index\";i:486;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:839;a:15:{s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:189;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:840;a:15:{s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:215;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:841;a:15:{s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:312;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:842;a:15:{s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:417;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:843;a:15:{s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:141;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:844;a:15:{s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:612;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:845;a:15:{s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:423;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:846;a:15:{s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:717;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:847;a:15:{s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:518;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:848;a:15:{s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:564;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:849;a:15:{s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:497;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:850;a:15:{s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:170;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:851;a:15:{s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:521;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:852;a:15:{s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:382;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:853;a:15:{s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:445;s:11:\"trend_index\";i:669;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:854;a:15:{s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:246;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:855;a:15:{s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:182;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:856;a:15:{s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:545;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:857;a:15:{s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:255;s:11:\"trend_index\";i:393;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:858;a:15:{s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:184;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:859;a:15:{s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:530;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:860;a:15:{s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:696;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:861;a:15:{s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:487;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:862;a:15:{s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:676;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:863;a:15:{s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:345;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:864;a:15:{s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:822;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:865;a:15:{s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:541;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:866;a:15:{s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:366;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:867;a:15:{s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:552;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:868;a:15:{s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:589;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:869;a:15:{s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:454;s:11:\"trend_index\";i:207;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:870;a:15:{s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:748;s:11:\"trend_index\";i:644;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:871;a:15:{s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:661;s:11:\"trend_index\";i:413;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:872;a:15:{s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:436;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:873;a:15:{s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:464;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:874;a:15:{s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:588;s:11:\"trend_index\";i:276;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:875;a:15:{s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:496;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:876;a:15:{s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:507;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(208,'elementor_remote_info_feed_data','a:5:{i:0;a:5:{s:5:\"title\";s:55:\"What Is Material Design? Definition, Uses, and Examples\";s:7:\"excerpt\";s:147:\"Material Design is the standard for designing and creating websites and apps. Discover why and learn how to use it to make a user-friendly website.\";s:7:\"created\";i:1612263675;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:123:\"https://elementor.com/blog/what-is-material-design/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:53:\"Elementor SEO: How To Optimize Your Elementor Website\";s:7:\"excerpt\";s:154:\"SEO is crucial to the success of any website, but to many users, it still remains a mystery. Discover what SEO is and how to use it to optimize your site.\";s:7:\"created\";i:1611838485;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:113:\"https://elementor.com/blog/elementor-seo/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:97:\"Introducing Elementor 3.1: Experiments, Performance Enhancements, And a New Landing Page Workflow\";s:7:\"excerpt\";s:162:\"The new Elementor version 3.1 features performance improvements, a new Landing Page area and workflow to manage your marketing pages, and exploratory experiments.\";s:7:\"created\";i:1611665700;s:5:\"badge\";s:11:\"New Feature\";s:3:\"url\";s:125:\"https://elementor.com/blog/introducing-elementor-3-1/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:33:\"How To Redirect URLs in WordPress\";s:7:\"excerpt\";s:152:\"Redirecting visitors from one page to another is an important part of website maintenance. Explore all the reasons for redirects and how to create them.\";s:7:\"created\";i:1611143960;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:122:\"https://elementor.com/blog/redirect-url-wordpress/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:33:\"How to Create the Perfect Favicon\";s:7:\"excerpt\";s:140:\"Favicons are an integral part of building up your brand and a recognizable website. Understand what they are, and how to use them correctly.\";s:7:\"created\";i:1610975844;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:122:\"https://elementor.com/blog/favicon-complete-guide/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(216,'ninja_forms_oauth_client_secret','1mr8dHhOAYU903qwtv3HeAl4zGcbQAdJvGW436aG','yes'),(217,'ninja_forms_version','3.5.3','yes'),(218,'ninja_forms_db_version','1.4','no'),(219,'ninja_forms_required_updates','a:6:{s:19:\"CacheCollateActions\";s:19:\"2020-11-02 19:42:31\";s:17:\"CacheCollateForms\";s:19:\"2020-11-02 19:42:31\";s:18:\"CacheCollateFields\";s:19:\"2020-11-02 19:42:31\";s:19:\"CacheCollateObjects\";s:19:\"2020-11-02 19:42:31\";s:19:\"CacheCollateCleanup\";s:19:\"2020-11-02 19:42:31\";s:25:\"CacheFieldReconcilliation\";s:19:\"2020-11-02 19:42:31\";}','yes'),(220,'ninja_forms_settings','a:9:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;s:16:\"builder_dev_mode\";i:0;s:18:\"opinionated_styles\";s:5:\"light\";}','yes'),(221,'ninja_forms_zuul','40','no'),(222,'wp_nf_update_fields_batch_5ffaf719ad3da15ee2a17471fff591d8','a:4:{i:0;a:2:{s:2:\"id\";i:1;s:8:\"settings\";a:70:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";i:1;s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2020-11-02 19:42:43\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";}}i:1;a:2:{s:2:\"id\";i:2;s:8:\"settings\";a:62:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";i:1;s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2020-11-02 19:42:47\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"2\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";}}i:2;a:2:{s:2:\"id\";i:3;s:8:\"settings\";a:71:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";i:1;s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2020-11-02 19:42:50\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"3\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";}}i:3;a:2:{s:2:\"id\";i:4;s:8:\"settings\";a:69:{s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:9:\"parent_id\";i:1;s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2020-11-02 19:42:51\";s:16:\"processing_label\";s:10:\"Processing\";s:5:\"order\";s:1:\"5\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}}}','no'),(224,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(225,'ninja-forms-views-secret','rJpafcBu54hTp2jGQ1658s2M34GqmQcQ2AJbB14r','yes'),(226,'ninja_forms_needs_updates','0','yes'),(227,'nf_admin_notice','a:1:{s:16:\"one_week_support\";a:3:{s:5:\"start\";s:9:\"11/9/2020\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}}','yes'),(229,'nf_active_promotions','{\"dashboard\":[{\"id\":\"personal-20\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-20\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-20.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"personal-50\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-50\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-50.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"sendwp-banner\",\"location\":\"dashboard\",\"content\":\"<span aria-label=\\\"SendWP. Getting WordPress email into an inbox shouldn\'t be that hard! Never miss another receipt, form submission, or any WordPress email ever again.\\\" style=\\\"cursor:pointer;width:800px;height:83px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-image:url(\'https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-sendwp.png\');display:block;\\\"><\\/span>\",\"type\":\"sendwp\",\"script\":\"\\n      setTimeout(function(){ \\/* Wait for services to init. *\\/\\n        var data = {\\n          width: 450,\\n          closeOnClick: \'body\',\\n          closeOnEsc: true,\\n          content: \'<p><h2>Frustrated that WordPress email isn\\u2019t being received?<\\/h2><p>Form submission notifications not hitting your inbox? Some of your visitors getting form feedback via email, others not? By default, your WordPress site sends emails through your web host, which can be unreliable. Your host has spent lots of time and money optimizing to serve your pages, not send your emails.<\\/p><h3>Sign up for SendWP today, and never deal with WordPress email issues again!<\\/h3><p>SendWP is an email service that removes your web host from the email equation.<\\/p><ul style=&quot;list-style-type:initial;margin-left: 20px;&quot;><li>Sends email through dedicated email service, increasing email deliverability.<\\/li><li>Keeps form submission emails out of spam by using a trusted email provider.<\\/li><li>On a shared web host? Don\\u2019t worry about emails being rejected because of blocked IP addresses.<\\/li><li><strong>$1 for the first month. $9\\/month after. Cancel anytime!<\\/strong><\\/li><\\/ul><\\/p><br \\/>\',\\n          btnPrimary: {\\n            text: \'Sign me up!\',\\n            callback: function() {\\n              var spinner = document.createElement(\'span\');\\n              spinner.classList.add(\'dashicons\', \'dashicons-update\', \'dashicons-update-spin\');\\n              var w = this.offsetWidth;\\n              this.innerHTML = spinner.outerHTML;\\n              this.style.width = w+\'px\';\\n              ninja_forms_sendwp_remote_install();\\n            }\\n          },\\n          btnSecondary: {\\n            text: \'Cancel\',\\n            callback: function() {\\n              sendwpModal.toggleModal(false);\\n            }\\n          }\\n        }\\n        var sendwpModal = new NinjaModal(data);\\n      }, 500);\\n    \"}]}','no'),(238,'_transient_health-check-site-status-result','{\"good\":\"14\",\"recommended\":\"4\",\"critical\":\"2\"}','yes'),(241,'current_theme','AdvancingBlackEntrepreneurship','yes'),(242,'theme_mods_advancingblackentrepreneurship','a:10:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:34;s:15:\"onepress_layout\";s:10:\"no-sidebar\";s:11:\"custom_logo\";i:1482;s:28:\"onepress_social_footer_title\";s:14:\"Stay Connected\";s:24:\"onepress_social_profiles\";a:1:{i:0;a:3:{s:7:\"network\";s:8:\"Facebook\";s:4:\"icon\";s:14:\"fa fa-facebook\";s:4:\"link\";s:73:\"https://www.facebook.com/Advancing-Black-Entrepreneurship-108457747755409\";}}s:23:\"onepress_social_disable\";i:0;s:20:\"onepress_logo_height\";s:3:\"100\";s:23:\"onepress_hide_sitetitle\";i:0;}','yes'),(243,'theme_switched','','yes'),(246,'ninja_forms_optin_reported','1','yes'),(247,'ninja_forms_addons_feed','[{\"title\":\"Conditional Logic\",\"image\":\"assets\\/img\\/add-ons\\/conditional-logic.png\",\"content\":\"Build dynamic forms that can change as a user fills out the form. Show and hide fields. Send certain email, don\'t send others. Redirect to one of many pages. The possibilities are endless!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic\",\"plugin\":\"ninja-forms-conditionals\\/conditionals.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic+Docs\",\"version\":\"3.0.28\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Multi Step Forms\",\"image\":\"assets\\/img\\/add-ons\\/multi-step-forms.png\",\"content\":\"Give submissions a boost on any longer form by making it a multi-page form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms\",\"plugin\":\"ninja-forms-multi-part\\/multi-part.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms+Docs\",\"version\":\"3.0.26\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Front-End Posting\",\"image\":\"assets\\/img\\/add-ons\\/front-end-posting.png\",\"content\":\"Let users publish content just by submitting a form! Completely configurable including post type, title, even categories and tags. Set post status, author, and much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting\",\"plugin\":\"ninja-forms-post-creation\\/ninja-forms-post-creation.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting+Docs\",\"version\":\"3.0.10\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"File Uploads\",\"image\":\"assets\\/img\\/add-ons\\/file-uploads.png\",\"content\":\"Upload files to WordPress, Google Drive, Dropbox, or Amazon S3. Upload documents, images, media, and more. Easily control file type and size. Add an upload field to any form!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads\",\"plugin\":\"ninja-forms-uploads\\/file-uploads.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads+Docs\",\"version\":\"3.3.11\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Drag and drop fields into columns and rows. Resize fields. Add backgrounds, adjust borders, and more. Design gorgeous forms without being a designer!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles+Docs\",\"version\":\"3.0.29\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Mailchimp\",\"image\":\"assets\\/img\\/add-ons\\/mailchimp.png\",\"content\":\"Bring new life to your lists with upgraded Mailchimp signup forms for WordPress! Easy to build and customize with no code required. Link to lists and interest groups!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp\",\"plugin\":\"ninja-forms-mail-chimp\\/ninja-forms-mail-chimp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp+Docs\",\"version\":\"3.2.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Make any form a custom crafted WordPress signup form for Campaign Monitor. Connect to any list, link form fields to list fields, and watch your lists grow!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Get better data on where your form traffic is coming from with every submission. Add 12+ analytics fields including UTM values,  URL referrer, geo data, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Connect WordPress to Constant Contact with forms that you can build and design just the way you want, no tech skills required! Subscribe users to any list or interest group.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Build your lists faster with easy to design, professional quality WordPress signup forms. No technical skills required. Connect WordPress to AWeber with style!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Set up any form to accept PayPal payments with PayPal Express for WordPress! Base totals on a fixed amount, user entered amount, or a calculated total.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express+Docs\",\"version\":\"3.0.15\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Say hello better! Customize your MailPoet signup forms to draw more subscribers than ever before. Connect WordPress to any MailPoet list in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Customize your forms to get the most out of your connection between WordPress and Zoho. Link form fields directly to Zoho fields, custom fields included, from almost any module.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM+Docs\",\"version\":\"3.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Boost conversions from WordPress to Capsule with forms tailor made to your audience. Link form fields to Capsule fields from a wide range of modules. Custom fields too!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM+Docs\",\"version\":\"3.4.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Set up any WordPress form to accept credit card payments or donations through Stripe. Base totals on a fixed amount, user entered amount, or a calculated total!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Your customer\'s journey begins with your WordPress forms. Send Contacts, Leads, Opportunities, Custom fields and more seamlessly from WordPress to Insightly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Generate a PDF of any WordPress form submission. Export any submission as a PDF, or attach it to an email and send a copy to whoever needs one!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission+Docs\",\"version\":\"3.1.4\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Trello\",\"image\":\"assets\\/img\\/add-ons\\/trello.png\",\"content\":\"Create a new Trello card with data from any WordPress form submission. Map fields to card details, assign members and labels, upload images, embed links.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello\",\"plugin\":\"ninja-forms-trello\\/ninja-forms-trello.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"Accept credit card payments from any of your WordPress forms. Pass customer and invoice info from any field securely into Elavon with each payment.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Don\'t see an add-on integration for a service you love? Don\'t worry! Connect WordPress to more than 1,500 different services through Zapier, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier+Docs\",\"version\":\"3.0.8\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Easily map any form field to any Salesforce Object or Field. A better connection to your customers begins with a better WordPress form builder!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Get realtime Slack notifications in the workspace and channel of your choice with any new WordPress form submission. @Mention any team member!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Grow the reach of your email marketing with better CleverReach signup forms. Tailor your forms to your audience with this easy to set up integration!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Can\'t find a WordPress integration for the service you love? Send WordPress forms data to any external URL using a simple GET or POST request!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Export any form\'s submissions as a Microsoft Excel spreadsheet. Choose a date range, the fields you want to include, and export to Excel! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export+Docs\",\"version\":\"3.3.2\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Formstack Documents\",\"image\":\"assets\\/img\\/add-ons\\/webmerge.png\",\"content\":\"Create specifically formatted templates from an uploaded PDF or Word document, then auto-fill them from any WordPress form submission!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents\",\"plugin\":\"ninja-forms-webmerge\\/ninja-forms-webmerge.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Offering great support is hard. Tailor your WordPress forms to match your customers\' needs with this Help Scout integration for WordPress.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Take your email marketing further with handcrafted, easy to build signup forms that connect directly into your Emma account! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscription plans a part of your business model? Let your users subscribe from any WordPress form & make management easier with Recurly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Allow your users to register, login, and manage their own profiles on your website. Customizable template forms for each, or design your own!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management+Docs\",\"version\":\"3.0.12\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Let your users save their work and reload it all when they have time to return. Don\'t lose out on valuable submissions for longer forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress+Docs\",\"version\":\"3.0.25\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Pair WordPress\' best drag and drop form builder with your EmailOctopus account for incredibly effective signup forms. Easy, complete integration.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PipelineDeals CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with PipelineDeals CRM. Increase the flow of leads into your sales pipeline with upgraded lead generation forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Highrise CRM\",\"image\":\"assets\\/img\\/add-ons\\/highrise-crm.png\",\"content\":\"Get more out of the functional simplicity of Highrise CRM with forms that can be designed from the ground up to maximize conversion. \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM\",\"plugin\":\"ninja-forms-highrise-crm\\/ninja-forms-highrise-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ConvertKit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Connect WordPress to your ConvertKit account with completely customizable opt-in forms. Watch your audience & sales grow like never before!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through highly customizable WordPress forms. Make better conversions <em>your<\\/em> Next Action!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ActiveCampaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Design custom forms that link perfectly to your ActiveCampaign account for the ultimate in marketing automation. Better leads begin here!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]}]','no'),(248,'elementor_active_kit','7','yes'),(249,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(250,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(251,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(253,'ucp_notices','a:0:{}','yes'),(257,'elementor_controls_usage','a:2:{s:7:\"wp-page\";a:15:{s:6:\"column\";a:2:{s:5:\"count\";i:42;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:39;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:0:{}}s:5:\"style\";a:2:{s:13:\"section_style\";a:0:{}s:14:\"section_border\";a:0:{}}}}s:7:\"section\";a:2:{s:5:\"count\";i:28;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}s:14:\"section_layout\";a:2:{s:3:\"gap\";i:1;s:15:\"stretch_section\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:7;s:16:\"background_color\";i:6;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:12;s:6:\"margin\";i:3;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:25;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:25;s:4:\"size\";i:13;s:5:\"align\";i:16;s:11:\"header_size\";i:4;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:24;s:21:\"typography_typography\";i:24;s:22:\"typography_font_family\";i:24;s:22:\"typography_font_weight\";i:24;s:20:\"typography_font_size\";i:11;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:12;s:7:\"_margin\";i:9;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:15;s:17:\"_background_color\";i:11;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:21;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:21;s:10:\"image_size\";i:15;s:22:\"image_custom_dimension\";i:10;s:7:\"link_to\";i:9;s:4:\"link\";i:9;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:9;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:6;s:11:\"hide_mobile\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:5:\"width\";i:1;s:10:\"object-fit\";i:1;s:15:\"hover_animation\";i:9;s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}}}s:11:\"menu-anchor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_anchor\";a:1:{s:6:\"anchor\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:23;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:23;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:21:\"typography_typography\";i:13;s:22:\"typography_font_family\";i:13;s:22:\"typography_font_weight\";i:13;s:10:\"text_color\";i:12;s:5:\"align\";i:6;s:20:\"typography_font_size\";i:6;}}s:8:\"advanced\";a:3:{s:19:\"_section_responsive\";a:0:{}s:19:\"_section_background\";a:3:{s:22:\"_background_background\";i:13;s:17:\"_background_color\";i:6;s:19:\"_background_color_b\";i:6;}s:14:\"_section_style\";a:0:{}}}}s:28:\"wp-widget-ninja_forms_widget\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:0:{}}s:25:\"premium-addon-dual-header\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:36:\"premium_dual_header_general_settings\";a:4:{s:37:\"premium_dual_header_first_header_text\";i:4;s:38:\"premium_dual_header_second_header_text\";i:4;s:15:\"background_text\";i:1;s:24:\"background_text_switcher\";i:1;}}s:5:\"style\";a:2:{s:31:\"premium_dual_header_first_style\";a:1:{s:31:\"premium_dual_header_first_color\";i:4;}s:32:\"premium_dual_header_second_style\";a:1:{s:32:\"premium_dual_header_second_color\";i:4;}}}}s:16:\"eael-team-member\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:30:\"eael_section_team_member_image\";a:1:{s:22:\"eael_team_member_image\";i:9;}s:32:\"eael_section_team_member_content\";a:3:{s:21:\"eael_team_member_name\";i:9;s:26:\"eael_team_member_job_title\";i:9;s:28:\"eael_team_member_description\";i:9;}s:40:\"eael_section_team_member_social_profiles\";a:2:{s:39:\"eael_team_member_enable_social_profiles\";i:9;s:37:\"eael_team_member_social_profile_links\";i:9;}}}}s:19:\"premium-addon-title\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:21:\"premium_title_content\";a:6:{s:18:\"premium_title_text\";i:2;s:19:\"premium_title_style\";i:2;s:27:\"premium_title_icon_switcher\";i:2;s:26:\"premium_title_icon_updated\";i:2;s:17:\"premium_title_tag\";i:2;s:19:\"premium_title_align\";i:2;}}s:5:\"style\";a:2:{s:27:\"premium_title_style_section\";a:1:{s:19:\"premium_title_color\";i:2;}s:32:\"premium_title_icon_style_section\";a:1:{s:24:\"premium_title_icon_color\";i:2;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}s:19:\"premium-img-gallery\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:23:\"premium_gallery_general\";a:3:{s:31:\"premium_gallery_img_size_select\";i:1;s:26:\"premium_gallery_images_fit\";i:2;s:29:\"premium_gallery_column_number\";i:1;}s:20:\"premium_gallery_cats\";a:2:{s:22:\"premium_gallery_filter\";i:2;s:28:\"premium_gallery_cats_content\";i:2;}s:23:\"premium_gallery_content\";a:2:{s:27:\"premium_gallery_img_content\";i:2;s:30:\"premium_gallery_shuffle_onload\";i:2;}s:32:\"premium_gallery_lightbox_section\";a:1:{s:29:\"premium_gallery_lightbox_type\";i:2;}}s:5:\"style\";a:1:{s:29:\"premium_gallery_content_style\";a:6:{s:27:\"premium_gallery_title_color\";i:2;s:33:\"premium_gallery_description_color\";i:2;s:37:\"premium_gallery_title_typo_typography\";i:1;s:38:\"premium_gallery_title_typo_font_family\";i:1;s:36:\"premium_gallery_title_typo_font_size\";i:1;s:38:\"premium_gallery_title_typo_font_weight\";i:1;}}}}s:17:\"slider_revolution\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:14:\"revslidertitle\";i:1;s:9:\"shortcode\";i:1;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:20:\"typography_font_size\";i:1;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}}}}}s:4:\"page\";a:6:{s:7:\"heading\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:19:\"premium-img-gallery\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:23:\"premium_gallery_general\";a:3:{s:31:\"premium_gallery_img_size_select\";i:1;s:26:\"premium_gallery_images_fit\";i:2;s:29:\"premium_gallery_column_number\";i:1;}s:20:\"premium_gallery_cats\";a:2:{s:22:\"premium_gallery_filter\";i:2;s:28:\"premium_gallery_cats_content\";i:2;}s:23:\"premium_gallery_content\";a:2:{s:27:\"premium_gallery_img_content\";i:2;s:30:\"premium_gallery_shuffle_onload\";i:2;}s:32:\"premium_gallery_lightbox_section\";a:1:{s:29:\"premium_gallery_lightbox_type\";i:2;}}s:5:\"style\";a:1:{s:29:\"premium_gallery_content_style\";a:6:{s:27:\"premium_gallery_title_color\";i:2;s:33:\"premium_gallery_description_color\";i:2;s:37:\"premium_gallery_title_typo_typography\";i:1;s:38:\"premium_gallery_title_typo_font_family\";i:1;s:36:\"premium_gallery_title_typo_font_size\";i:1;s:38:\"premium_gallery_title_typo_font_weight\";i:1;}}}}}}','no'),(384,'nf_form_tel_data','1','no'),(385,'ninja_forms_do_not_allow_tracking','1','yes'),(386,'nf_sub_expiration','a:0:{}','yes'),(389,'nf_form_tel_sent','true','no'),(397,'revslider_servers','a:7:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-b.tools\";i:3;s:22:\"themepunch-ext-b.tools\";i:4;s:22:\"themepunch-ext-b.tools\";i:5;s:16:\"themepunch.tools\";i:6;s:22:\"themepunch-ext-a.tools\";}','yes'),(398,'revslider_server_refresh','1618121346','yes'),(399,'revslider-update-check-short','1618576509','yes'),(400,'revslider-connection','1','yes'),(401,'revslider-update-hash','27398a2f3718f5421306a4232a116763','yes'),(402,'revslider-latest-version','6.4.8','yes'),(403,'revslider-stable-version','4.2.0','yes'),(404,'revslider-notices','a:1:{i:0;O:8:\"stdClass\":8:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:324:\"<div style=\"display: block; background-color: #1C0950; text-align: \ncenter;\"><a \nhref=\"https://www.sliderrevolution.com/survey/slider-revolution-feature-survey/\"\n target=\"_blank\"><img alt=\"wow\" src=\"//updates.themepunch-ext-a.tools/banners/SR_backend_wow.jpg\" width=\"960\" height=\"250\" style=\"margin-bottom: -5px;\"></a></div>\";s:4:\"code\";s:11:\"TPRSV647-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}}','yes'),(405,'revslider-additions','O:8:\"stdClass\":1:{s:7:\"selling\";b:1;}','yes'),(406,'rs-addons-counter','2','yes'),(407,'revslider-addons','O:8:\"stdClass\":29:{s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:25:\"Display images in 360°\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"2.1.9\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:6:\"6.2.23\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_mousetrap.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"2.2.3\";s:10:\"background\";s:81:\"//updates.themepunch-ext-a.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"2.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.2.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"2.2.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"2.2.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}}','yes'),(408,'revslider-library-check','1618368354','yes'),(409,'revslider-library-hash','dae3de1eb57eeeee008b70e9a23844b5','yes'),(410,'rs-library','a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(411,'revslider-templates-check','1618510936','yes'),(412,'revslider-templates-hash','8000dd5d8a19355a0be034fb87430c51','yes'),(413,'rs-templates-new','','no');
INSERT INTO `wp_options` VALUES (414,'rs-templates','a:3:{s:4:\"hash\";s:32:\"ad4145a348929319060429fa8ad48712\";s:6:\"slider\";a:503:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:24:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;s:10:\"push_image\";b:1;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:23:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:26:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:156;a:26:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:23:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.6\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:7:\"website\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:26:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:26:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:23:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:460;a:22:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:461;a:22:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:462;a:22:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:463;a:25:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:25:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:465;a:25:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:466;a:25:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:467;a:25:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:468;a:25:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:469;a:25:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:470;a:25:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:471;a:25:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:472;a:25:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:473;a:22:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:25:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:475;a:25:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:476;a:25:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:477;a:25:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:478;a:25:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:479;a:25:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:480;a:25:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:481;a:25:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:482;a:23:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/black-friday-video-scroll/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:370:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:484;a:25:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:485;a:25:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:25:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:487;a:25:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:488;a:25:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:489;a:25:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:490;a:25:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:491;a:25:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:492;a:25:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:493;a:25:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:494;a:25:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:495;a:22:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:496;a:23:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:544:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:497;a:22:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:499;a:25:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:500;a:25:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:501;a:25:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:502;a:25:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:503;a:25:{s:2:\"id\";s:3:\"537\";s:5:\"title\";s:27:\"Corporate Carousel Template\";s:5:\"alias\";s:27:\"corporate-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"corporate-carousel-template\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/corporate-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:14:10\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:504;a:25:{s:2:\"id\";s:3:\"538\";s:5:\"title\";s:18:\"Corporate Carousel\";s:5:\"alias\";s:18:\"corporate-carousel\";s:3:\"zip\";s:28:\"packs/corporate-carousel.zip\";s:3:\"uid\";s:32:\"30dea0e333913cb5ebbf8dded8c3a839\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:26:51\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:505;a:25:{s:2:\"id\";s:3:\"539\";s:5:\"title\";s:18:\"Corporate Lightbox\";s:5:\"alias\";s:18:\"corporate-lightbox\";s:3:\"zip\";s:28:\"packs/corporate-lightbox.zip\";s:3:\"uid\";s:32:\"832c277bfc5a288c0dffd784e4041265\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:34:36\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:506;a:25:{s:2:\"id\";s:3:\"540\";s:5:\"title\";s:23:\"Cyber Carousel Template\";s:5:\"alias\";s:23:\"cyber-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"cyber-carousel-template\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:40:25\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:507;a:26:{s:2:\"id\";s:3:\"541\";s:5:\"title\";s:14:\"Cyber Carousel\";s:5:\"alias\";s:14:\"cyber-carousel\";s:3:\"zip\";s:24:\"packs/cyber-carousel.zip\";s:3:\"uid\";s:32:\"b5ef41c7f498bd1dccf8224bfbade718\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:42:44\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:508;a:25:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:23:\"Cyber Carousel Lightbox\";s:5:\"alias\";s:23:\"cyber-carousel-lightbox\";s:3:\"zip\";s:33:\"packs/cyber-carousel-lightbox.zip\";s:3:\"uid\";s:32:\"cb91abeed0555dfcafe849c37e7c9c32\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:50:15\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:509;a:25:{s:2:\"id\";s:3:\"543\";s:5:\"title\";s:16:\"Woo Carousel One\";s:5:\"alias\";s:24:\"woocommerce-carousel-one\";s:3:\"zip\";s:28:\"woocommerce-carousel-one.zip\";s:3:\"uid\";s:32:\"df0a99cef3981ecb608dff4ed573a493\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:02:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:510;a:25:{s:2:\"id\";s:3:\"544\";s:5:\"title\";s:23:\"Woo Carousel One Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-one-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-one-static.zip\";s:3:\"uid\";s:32:\"5c955a3850369e79b1e18921306ac1df\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:05:02\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:511;a:25:{s:2:\"id\";s:3:\"545\";s:5:\"title\";s:16:\"Woo Carousel Two\";s:5:\"alias\";s:24:\"woocommerce-carousel-two\";s:3:\"zip\";s:28:\"woocommerce-carousel-two.zip\";s:3:\"uid\";s:32:\"fdd797d8e98a9138f5563b68b95ebe1c\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:06:57\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:512;a:25:{s:2:\"id\";s:3:\"546\";s:5:\"title\";s:23:\"Woo Carousel Two Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-two-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-two-static.zip\";s:3:\"uid\";s:32:\"2f3bfb1dfa99647426ce906f10dfc480\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:16:15\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:513;a:25:{s:2:\"id\";s:3:\"547\";s:5:\"title\";s:18:\"Woo Feature Slider\";s:5:\"alias\";s:26:\"woocommerce-feature-slider\";s:3:\"zip\";s:30:\"woocommerce-feature-slider.zip\";s:3:\"uid\";s:32:\"c8aa1f551065eeffc752f2d8daef6db1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:19:13\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:514;a:25:{s:2:\"id\";s:3:\"548\";s:5:\"title\";s:25:\"Woo Feature Slider Static\";s:5:\"alias\";s:33:\"woocommerce-feature-slider-static\";s:3:\"zip\";s:37:\"woocommerce-feature-slider-static.zip\";s:3:\"uid\";s:32:\"2f29e8fd101c799480152a7911b33ca6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">A static content slider Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:20:57\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:515;a:22:{s:2:\"id\";s:3:\"549\";s:5:\"title\";s:17:\"Woo Liquid Slider\";s:5:\"alias\";s:17:\"woo-liquid-slider\";s:3:\"zip\";s:21:\"woo-liquid-slider.zip\";s:3:\"uid\";s:32:\"9f455f73675a73dbefe820288e994f27\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:236:\"<span class=\"ttm_content\">A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:23:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:516;a:22:{s:2:\"id\";s:3:\"550\";s:5:\"title\";s:24:\"Woo Liquid Slider Static\";s:5:\"alias\";s:32:\"woocommerce-liquid-slider-static\";s:3:\"zip\";s:36:\"woocommerce-liquid-slider-static.zip\";s:3:\"uid\";s:32:\"5848192fea46ffee95a91aa531848e19\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the \"non-static\" version.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:24:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:517;a:25:{s:2:\"id\";s:3:\"551\";s:5:\"title\";s:15:\"Woo Slider Pack\";s:5:\"alias\";s:15:\"woo-slider-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:15:\"woo-slider-pack\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:9:\"postbased\";i:3;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:34:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:518;a:25:{s:2:\"id\";s:3:\"552\";s:5:\"title\";s:22:\"Woo Slider Pack Static\";s:5:\"alias\";s:22:\"woo-slider-pack-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"woo-slider-pack-static\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:39:21\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:519;a:22:{s:2:\"id\";s:3:\"553\";s:5:\"title\";s:24:\"Creative Hero Collection\";s:5:\"alias\";s:24:\"creative-hero-collection\";s:3:\"zip\";s:28:\"creative-hero-collection.zip\";s:3:\"uid\";s:32:\"e20126d93d081055e5ff3f6981b971fa\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/creative-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:245:\"<span class=\"ttm_content\">A fantastic intro presentation for almost any website. If you want to use a single slide as a hero, simply drag it to the first position and set the layout of the module to \"scene\".</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:22:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:520;a:22:{s:2:\"id\";s:3:\"554\";s:5:\"title\";s:12:\"Photo Slider\";s:5:\"alias\";s:19:\"photographer-slider\";s:3:\"zip\";s:23:\"photographer-slider.zip\";s:3:\"uid\";s:32:\"e00104cff231e2aaeb149b3c63e78a5e\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";s:7:\"preview\";s:80:\"https://www.sliderrevolution.com/templates/photographer-and-videographer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">A great module for any photographer/videographer who wants to display their portfolio in an engaging way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:25:31\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:521;a:22:{s:2:\"id\";s:3:\"555\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:17:\"realestate-slider\";s:3:\"zip\";s:21:\"realestate-slider.zip\";s:3:\"uid\";s:32:\"596effabfef768f0371cba2b1fdd0c1d\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">Showcase your clients real estate offerings with this clean and convincing presentation.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-02-23 10:45:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:522;a:22:{s:2:\"id\";s:3:\"556\";s:5:\"title\";s:19:\"Saas Product Slider\";s:5:\"alias\";s:19:\"saas-product-slider\";s:3:\"zip\";s:23:\"saas-product-slider.zip\";s:3:\"uid\";s:32:\"3cf7809058f383425c5409aa1204335f\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/saas-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">Present your digital SaaS product with a modern design and stunning animations.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:49:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:498:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}s:27:\"corporate-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";}}s:18:\"corporate-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-carousel/slide5.jpg\";}}s:18:\"corporate-lightbox\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-lightbox/slide5.jpg\";}}s:23:\"cyber-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";}}s:14:\"cyber-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cyber-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cyber-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"cyber-carousel/slide4.jpg\";}}s:23:\"cyber-carousel-lightbox\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide4.jpg\";}}s:24:\"woocommerce-carousel-one\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";}}s:31:\"woocommerce-carousel-one-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide6.jpg\";}}s:24:\"woocommerce-carousel-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";}}s:31:\"woocommerce-carousel-two-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide6.jpg\";}}s:26:\"woocommerce-feature-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";}}s:33:\"woocommerce-feature-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide6.jpg\";}}s:17:\"woo-liquid-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";}}s:32:\"woocommerce-liquid-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide6.jpg\";}}s:15:\"woo-slider-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";}}s:22:\"woo-slider-pack-static\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";}}s:24:\"creative-hero-collection\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"creative-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"creative-hero-collection/slide3.jpg\";}}s:19:\"photographer-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"photographer-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"photographer-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"photographer-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"photographer-slider/slide5.jpg\";}}s:17:\"realestate-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"realestate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"realestate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"realestate-slider/slide4.jpg\";}}s:19:\"saas-product-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"saas-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"saas-product-slider/slide3.jpg\";}}}}','no'),(415,'rs-templates-counter','0','no'),(416,'revslider_table_version','1.0.8','yes'),(417,'revslider_update_version','6.2.0','yes'),(418,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(419,'revslider_update_revision_current','6.2.0','yes'),(430,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(495,'elementor_log','a:17:{s:32:\"f2717488a2a0ee61221927a690f15631\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-11-09 02:21:08\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.12\";s:2:\"to\";s:6:\"3.0.13\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-11-09 02:21:08\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.12\";s:2:\"to\";s:6:\"3.0.13\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"cad3fac7247d7a3725b24046b2e85d35\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-11-26 03:48:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.13\";s:2:\"to\";s:6:\"3.0.14\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-11-26 03:48:39\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.13\";s:2:\"to\";s:6:\"3.0.14\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"1a48d9e9962fdab7a00bd435a4e1ad19\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:106:\"/home2/church/public_html/advancingblackentrepreneurship.com/wp-content/plugins/elementor/includes/api.php\";s:7:\"\0*\0line\";i:160;s:7:\"\0*\0date\";s:19:\"2020-12-16 00:18:01\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:51:\"Trying to access array offset on value of type bool\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-12-16 00:18:01\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:51:\"Trying to access array offset on value of type bool\";s:4:\"file\";s:106:\"/home2/church/public_html/advancingblackentrepreneurship.com/wp-content/plugins/elementor/includes/api.php\";s:4:\"line\";i:160;s:5:\"trace\";b:1;}}s:32:\"51e4d49ccd91e1f13af7660071296cf9\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"13466\";s:7:\"\0*\0file\";s:127:\"http://advancingblackentrepreneurship.com/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js?ver=2.4.5\";s:7:\"\0*\0line\";s:2:\"22\";s:7:\"\0*\0date\";s:19:\"2020-12-16 06:11:08\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:47:\"An \\&quot;el\\&quot; undefined must exist in DOM\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:8;s:14:\"\0*\0times_dates\";a:8:{i:0;s:19:\"2020-12-16 06:11:08\";i:1;s:19:\"2020-12-16 06:11:25\";i:2;s:19:\"2020-12-16 06:11:28\";i:3;s:19:\"2020-12-16 06:11:31\";i:4;s:19:\"2020-12-16 06:11:42\";i:5;s:19:\"2020-12-16 06:11:45\";i:6;s:19:\"2020-12-16 06:11:54\";i:7;s:19:\"2020-12-16 06:13:08\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1608099068\";s:7:\"message\";s:37:\"An \\\"el\\\" undefined must exist in DOM\";s:3:\"url\";s:127:\"http://advancingblackentrepreneurship.com/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js?ver=2.4.5\";s:4:\"line\";s:2:\"22\";s:6:\"column\";s:5:\"13466\";}}s:32:\"8564e261e7636fdbc82f3b0fd7f0af63\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"160013\";s:7:\"\0*\0file\";s:105:\"http://advancingblackentrepreneurship.com/wp-content/plugins/elementor/assets/js/common.min.js?ver=3.0.14\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2020-12-16 06:11:59\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:26:\"Routes: `false` not found.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-12-16 06:11:59\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1608099119\";s:7:\"message\";s:26:\"Routes: `false` not found.\";s:3:\"url\";s:105:\"http://advancingblackentrepreneurship.com/wp-content/plugins/elementor/assets/js/common.min.js?ver=3.0.14\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"160013\";}}s:32:\"2bad528cf886aad8a487b93d374b8c4d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:3:\"233\";s:7:\"\0*\0file\";s:135:\"http://advancingblackentrepreneurship.com/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/typed.min.js?ver=4.1.1\";s:7:\"\0*\0line\";s:1:\"1\";s:7:\"\0*\0date\";s:19:\"2020-12-16 06:16:07\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:59:\"Cannot read property \\&#039;toLowerCase\\&#039; of undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:72;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2020-12-18 03:15:25\";i:1;s:19:\"2020-12-18 03:15:30\";i:2;s:19:\"2020-12-18 03:15:34\";i:3;s:19:\"2020-12-24 23:04:10\";i:4;s:19:\"2020-12-27 00:56:29\";i:5;s:19:\"2020-12-27 01:00:58\";i:6;s:19:\"2020-12-27 01:04:00\";i:7;s:19:\"2020-12-27 01:51:07\";i:8;s:19:\"2020-12-27 01:55:25\";i:9;s:19:\"2020-12-27 01:56:45\";i:10;s:19:\"2020-12-27 02:36:43\";i:11;s:19:\"2020-12-27 02:40:44\";i:12;s:19:\"2020-12-27 02:47:13\";i:13;s:19:\"2020-12-27 03:04:14\";i:14;s:19:\"2020-12-27 03:16:50\";i:15;s:19:\"2020-12-27 03:23:31\";i:16;s:19:\"2020-12-27 03:28:21\";i:17;s:19:\"2020-12-27 17:04:29\";i:18;s:19:\"2020-12-27 17:29:02\";i:19;s:19:\"2020-12-27 17:30:18\";i:20;s:19:\"2020-12-30 15:28:15\";i:21;s:19:\"2020-12-30 15:39:02\";i:22;s:19:\"2020-12-30 15:39:45\";i:23;s:19:\"2020-12-30 15:40:08\";i:24;s:19:\"2020-12-30 15:40:58\";i:25;s:19:\"2020-12-30 15:41:03\";i:26;s:19:\"2020-12-30 15:43:35\";i:27;s:19:\"2020-12-30 15:45:04\";i:28;s:19:\"2020-12-30 15:46:40\";i:29;s:19:\"2020-12-30 15:47:12\";i:30;s:19:\"2020-12-30 15:47:31\";i:31;s:19:\"2020-12-30 15:48:18\";i:32;s:19:\"2020-12-30 15:51:19\";i:33;s:19:\"2020-12-30 15:51:36\";i:34;s:19:\"2020-12-30 15:51:39\";i:35;s:19:\"2020-12-30 15:51:48\";i:36;s:19:\"2020-12-30 15:53:36\";i:37;s:19:\"2020-12-30 15:53:40\";i:38;s:19:\"2020-12-30 15:55:22\";i:39;s:19:\"2020-12-30 23:55:50\";i:40;s:19:\"2021-01-04 18:02:02\";i:41;s:19:\"2021-01-05 15:02:49\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1608099367\";s:7:\"message\";s:49:\"Cannot read property \\\'toLowerCase\\\' of undefined\";s:3:\"url\";s:135:\"http://advancingblackentrepreneurship.com/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/typed.min.js?ver=4.1.1\";s:4:\"line\";s:1:\"1\";s:6:\"column\";s:3:\"233\";}}s:32:\"3c90e5152b77312fad1ee4e3197d39c7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2020-12-21 16:29:35\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.14\";s:2:\"to\";s:6:\"3.0.15\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-12-21 16:29:35\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.14\";s:2:\"to\";s:6:\"3.0.15\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e072421651c819b025e41fc1b381f419\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-07 03:48:26\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-07 03:48:26\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"3e20eaa56f6e016254e872be3a9ba864\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-26 14:43:34\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.16\";s:2:\"to\";s:5:\"3.1.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-26 14:43:34\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.16\";s:2:\"to\";s:5:\"3.1.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"8deab5d08fc1ecd347125a8ce7fbf726\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-01 03:22:53\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-01 03:22:53\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"5c046c139adb3fd8dc165f6525073423\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"126223\";s:7:\"\0*\0file\";s:105:\"https://advancingblackentrepreneurship.com/wp-content/plugins/elementor/assets/js/common.min.js?ver=3.1.1\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2021-02-03 13:03:26\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:55:\"Cannot read property \\&#039;channel\\&#039; of undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 13:03:26\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1612357406\";s:7:\"message\";s:45:\"Cannot read property \\\'channel\\\' of undefined\";s:3:\"url\";s:105:\"https://advancingblackentrepreneurship.com/wp-content/plugins/elementor/assets/js/common.min.js?ver=3.1.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"126223\";}}s:32:\"a07c5afd50f5532d2e5857df1ba20bba\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:2:\"19\";s:7:\"\0*\0file\";s:137:\"https://advancingblackentrepreneurship.com/wp-content/plugins/premium-addons-for-elementor/assets/editor/js/premium-cross-cp.js?ver=4.2.1\";s:7:\"\0*\0line\";s:2:\"11\";s:7:\"\0*\0date\";s:19:\"2021-02-03 13:21:18\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:50:\"Cannot read property \\&#039;elecode\\&#039; of null\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-03 13:21:18\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1612358478\";s:7:\"message\";s:40:\"Cannot read property \\\'elecode\\\' of null\";s:3:\"url\";s:137:\"https://advancingblackentrepreneurship.com/wp-content/plugins/premium-addons-for-elementor/assets/editor/js/premium-cross-cp.js?ver=4.2.1\";s:4:\"line\";s:2:\"11\";s:6:\"column\";s:2:\"19\";}}s:32:\"f4db2efd8e9275c06d857b32f33a3e86\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-03-03 03:46:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.1\";s:2:\"to\";s:5:\"3.1.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-03-03 03:46:06\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.1\";s:2:\"to\";s:5:\"3.1.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"171acc5aa74fa9e8208838354fd82d76\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-03-04 02:15:31\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.2\";s:2:\"to\";s:5:\"3.1.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-03-04 02:15:31\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.2\";s:2:\"to\";s:5:\"3.1.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"481e191389151d67e18a5889d36d5cb8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-03-10 15:39:44\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.3\";s:2:\"to\";s:5:\"3.1.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-03-10 15:39:44\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.3\";s:2:\"to\";s:5:\"3.1.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"1528cb9a4321c72827f4b90459be0b3b\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:133:\"/home2/church/public_html/advancingblackentrepreneurship.com/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:7:\"\0*\0line\";i:701;s:7:\"\0*\0date\";s:19:\"2021-04-14 22:10:17\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:60:\"ob_end_clean(): failed to delete buffer. No buffer to delete\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-04-14 22:10:17\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:60:\"ob_end_clean(): failed to delete buffer. No buffer to delete\";s:4:\"file\";s:133:\"/home2/church/public_html/advancingblackentrepreneurship.com/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:4:\"line\";i:701;s:5:\"trace\";b:1;}}s:32:\"2cc3fadf832176ee6086ee0cb2692535\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:125:\"/home2/church/public_html/advancingblackentrepreneurship.com/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:171;s:7:\"\0*\0date\";s:19:\"2021-04-15 04:32:23\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:21:\"Undefined index: data\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2021-04-15 04:32:23\";i:1;s:19:\"2021-04-15 04:34:42\";i:2;s:19:\"2021-04-15 05:07:08\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:21:\"Undefined index: data\";s:4:\"file\";s:125:\"/home2/church/public_html/advancingblackentrepreneurship.com/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:171;s:5:\"trace\";b:1;}}}','no'),(800,'rt_the_post_grid_current_version','3.6.16','yes'),(801,'rt_the_post_grid_settings','a:14:{s:12:\"popup_fields\";a:8:{i:0;s:5:\"title\";i:1;s:11:\"feature_img\";i:2;s:7:\"content\";i:3;s:9:\"post_date\";i:4;s:6:\"author\";i:5;s:10:\"categories\";i:6;s:4:\"tags\";i:7;s:12:\"social_share\";}s:18:\"social_share_items\";a:4:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:11:\"google-plus\";i:3;s:8:\"linkedin\";}s:10:\"custom_css\";s:0:\"\";s:23:\"script_before_item_load\";s:0:\"\";s:22:\"script_after_item_load\";s:0:\"\";s:13:\"script_loaded\";s:0:\"\";s:15:\"template_author\";s:0:\"\";s:17:\"template_category\";s:0:\"\";s:15:\"template_search\";s:0:\"\";s:12:\"template_tag\";s:0:\"\";s:14:\"template_class\";s:0:\"\";s:11:\"license_key\";s:32:\"956b0e88a053851795d39bdb72474052\";s:20:\"_tpg_last_active_tab\";s:14:\"plugin-license\";s:14:\"license_status\";s:5:\"valid\";}','yes'),(802,'widget_widget_tpg_post_grid','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(803,'0f28e315aedceddfc1a64cea41ccef22','a:2:{s:7:\"timeout\";i:1605597410;s:5:\"value\";s:37165:\"{\"new_version\":\"3.6.16\",\"stable_version\":\"3.6.16\",\"name\":\"The Post Grid Pro for WordPress\",\"slug\":\"the-post-grid-pro\",\"url\":\"https:\\/\\/www.radiustheme.com\\/downloads\\/the-post-grid-pro-for-wordpress\\/?changelog=1\",\"last_updated\":\"2020-11-02 06:49:13\",\"homepage\":\"https:\\/\\/www.radiustheme.com\\/downloads\\/the-post-grid-pro-for-wordpress\\/\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"<p>[vc_row][vc_column][vc_column_text]The Post Grid is a fully Responsive &amp; Mobile friendly plugin to display your page\\/post\\/ custom post type in Grid, List, Carousel Slider and Isotope View without any line of coding. It is fast and easy to generate grid from admin end and insert into page\\/post. You can Display posts by any category(s), tag(s), author(s), keyword(s) also Order posts by Id, Title, Created date, Modified date, Date Range and Menu order.<\\/p>\\n<p>[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_custom_heading text=\\\"Features\\\" font_container=\\\"tag:h2|text_align:left|color:%2381d742\\\" use_theme_fonts=\\\"yes\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/2\\\"][vc_column_text el_class=\\\"cp-features\\\"]<\\/p>\\n<ul>\\n<li> Fully responsive and mobile friendly.<\\/li>\\n<li> 55 Amazing Layouts with Masonry, Google, <strong>Pinterest<\\/strong> and others.<\\/li>\\n<li> Even and <strong>Masonry<\\/strong> Grid for all Grid.<\\/li>\\n<li> Generate Unlimited grid.<\\/li>\\n<li> Layout Preview in Shortcode Settings.<\\/li>\\n<li> Custom number of post per page.<\\/li>\\n<li> Use posts, pages, <strong>Custom Post Type<\\/strong> as the source (<strong>don\'t support multiple post type in a single shortcode<\\/strong>).<\\/li>\\n<li> Display posts by any Taxonomy like category(s), tag(s), author(s), keyword(s), Status and <strong>Date Range<\\/strong><\\/li>\\n<li> Order by Id, Title, Created date, Modified date, <strong>Random<\\/strong>, <strong>Comments Count<\\/strong> and Menu order.<\\/li>\\n<li> Display image size (thumbnail, medium, large, full and <strong>Custom Image Size<\\/strong>)<\\/li>\\n<li> Custom Image Re-size option.<\\/li>\\n<li> Enable Sticky Post.<\\/li>\\n<li> Category, Search and Tags Layout .<\\/li>\\n<li> Add Visual Composer Addone .<\\/li>\\n<li> <strong>All 16 layouts now can turn as Grid or Filter.<\\/strong> <strong><span style=\\\"color: #ff0000;\\\">(New V2.0)<\\/span><\\/strong><\\/li>\\n<li> <strong>Improve Code &amp; AJAX functionality.<\\/strong> <strong><span style=\\\"color: #ff0000;\\\">(New V2.0)<\\/span><\\/strong><\\/li>\\n<li> <strong>Now Filter as Button or Drop down.<\\/strong> <strong><span style=\\\"color: #ff0000;\\\">(New V2.0)<\\/span><\\/strong><\\/li>\\n<li> <strong>Count on Filter button.<\\/strong> <strong><span style=\\\"color: #ff0000;\\\">(New V2.0)<\\/span><\\/strong><\\/li>\\n<li> Short by &amp; Ordering option.\\u00a0<strong><span style=\\\"color: #ff0000;\\\">(New V2.0)<\\/span><\\/strong><\\/li>\\n<li> <strong>Gutter or Padding Control.<\\/strong> <strong><span style=\\\"color: #ff0000;\\\">(New V2.0)<\\/span><\\/strong><\\/li>\\n<li> Search option added <strong><span style=\\\"color: #ff0000;\\\">(New V2.0)<\\/span><\\/strong><\\/li>\\n<li> EDD layout added <strong><span style=\\\"color: #ff0000;\\\">(New V 3.4)<\\/span><\\/strong><\\/li>\\n<li> Filter by User <strong><span style=\\\"color: #ff0000;\\\">(New V 3.4)<\\/span><\\/strong><\\/li>\\n<li> Isotope filter for any taxonomy ie. categories, tags...<\\/li>\\n<li> <strong>Search field on Isotope<\\/strong>.<\\/li>\\n<\\/ul>\\n<p>[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/2\\\"][vc_column_text el_class=\\\"cp-features\\\"]<\\/p>\\n<ul>\\n<li> Set Default Isotop Filter Button.<\\/li>\\n<li> Disable Show All Button for Isotope Filter.<\\/li>\\n<li> Query Post with Relation.<\\/li>\\n<li> All Fields Control.<\\/li>\\n<li> All Text color, size and Button Color control.<\\/li>\\n<li> Overlay color and opacity control.<\\/li>\\n<li> Default image set option in Shortcode generator settings.<\\/li>\\n<li> Enable\\/Disable Pagination.<\\/li>\\n<li> Number Pagination Supported.<\\/li>\\n<li> <strong>Ajax Pagination: Load more, Load on scroll and AJAX Number Pagination<\\/strong><\\/li>\\n<li> <strong>AJAX Number Pagination (only for Grid layouts)<\\/strong> .<\\/li>\\n<li> <strong>Single popup and Popup with next preview<\\/strong>.<\\/li>\\n<li> Social Share on popup.<\\/li>\\n<li> Social Share on Grid View.<\\/li>\\n<li> <strong>4 Offset Layouts Added.<\\/strong><\\/li>\\n<li> Gallery Layout Added.<\\/li>\\n<li> Desktop, Tab &amp; Mobile Display Control.<\\/li>\\n<li> Excerpt Limit in Words.<\\/li>\\n<li> Some new styling control added.<\\/li>\\n<li> Taxonomy ie Category Ordering.<\\/li>\\n<li> Layout 2 image Grid width Control.<\\/li>\\n<li> <span style=\\\"color: #ff0000;\\\"><strong>Auto update by activate license key<\\/strong><\\/span><\\/li>\\n<li> <span style=\\\"color: #ff0000;\\\"><strong>Add Advanced Custom field integration for custom field (V 3.3)<\\/strong><\\/span><\\/li>\\n<li> <span style=\\\"color: #ff0000;\\\"><strong>Add Sub-Category Filtering (V 3.3)<\\/strong><\\/span><\\/li>\\n<li> <span style=\\\"color: #ff0000;\\\"><strong>Guttenberg Comparable added (V 3.4.6)<\\/strong><\\/span><\\/li>\\n<li> Add: Title limit<\\/li>\\n<li> Add: Title position above\\/ below the image in few layouts<\\/li>\\n<\\/ul>\\n<p>[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_column_text][\\/vc_column_text][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3332\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nFully Responsive &amp; Mobile Friendly<br \\/>\\nAll 55 Layouts are fully responsive and mobile and perfect for all devices like Desktop, Laptop, iPad, iPhone and Android Devices.[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nTotal 55 Layouts with grid, Isotope, Slider, Offset &amp; Gallery<br \\/>\\n<strong>Grid:<\\/strong> 20 Grid Layout with Woo Commerce.<\\/p>\\n<p><strong>Isotope:<\\/strong> 16 Isotope Filter Layout with Category\\/ Tag Filter button.<\\/p>\\n<p><strong>Slider:<\\/strong> 12 Carousel Slider Layouts<\\/p>\\n<p><strong>Offset:<\\/strong> 4 Offset Layouts<\\/p>\\n<p><strong>Gallery:<\\/strong> 1 Gallery Layout[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3333\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3316\\\" img_size=\\\"full\\\" onclick=\\\"link_image\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nAdvance Filter by Query Post<br \\/>\\nYou can filter by Category(s), Tag(s)<\\/p>\\n<p>Set order by id, title, post date, modify date, random and comments count.<\\/p>\\n<p>Can set specific user post.<\\/p>\\n<p>And set specific date range post[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nTurn Grid Layout to Filterable Grid<br \\/>\\nYou can set\\u00a0all layout normal Grid or Filterable grid with two types of filter buttons dropdown or normal buttons[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"9192\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"9191\\\" img_size=\\\"full\\\" onclick=\\\"link_image\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\n4 New offset layouts<br \\/>\\nYou can set offset layouts in Version 2.0 we added 4 new layouts for offset.[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\n4 Types of Pagination<br \\/>\\nNormal Number Pagination, Ajax Number Pagination, Load More and Load on Scrolling. You can control the number how many load per click.[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3807\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3323\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nEven &amp; Masonry Grid<br \\/>\\nYou can set Even or Masonry grid also can set margin or no margin.[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nSingle Popup &amp; Multi Pop up<br \\/>\\nYou can set single item popup it will show with social share button[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3325\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"9195\\\" img_size=\\\"full\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nGallery Layout<br \\/>\\nYou can Make Gallery in V 2.0 we added this feature.[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nTaxonomy Ordering<br \\/>\\nYou can\\u00a0order category for Filtering button.[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"9194\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"9197\\\" img_size=\\\"full\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nMulti Popup with next preview button<br \\/>\\nYou can set multi popup it has\\u00a0control of next and preview button[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nDetail popup Page field control<br \\/>\\nYou can select which fields will show in single &amp; multi popup page.[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3328\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3327\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nField Selection in Grid View<br \\/>\\nYou can select which fields you want to display in Grid View.[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nAll Color and font size control<br \\/>\\nFrom Short Code Generator Style Tab you can set all font size and color control.[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3330\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nLayout Preview in Admin<br \\/>\\nUnder Short Code Generator you can view the layout how it will look.[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"9184\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3808\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nSupport Sticky Post<br \\/>\\nYou can add Sticky Post (added V 1.1) Just select Yes. Then that post will show first of grid.[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nSocial Share on Grid View<br \\/>\\nYou can set social share on Grid view[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3810\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_column_text]<br \\/>\\nTemplate Override<br \\/>\\nCategory Archive, Search and Tags template can override by Grid Layout.[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_single_image image=\\\"3809\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row]<\\/p>\\n\",\"changelog\":\"<p><strong>Version 3.6.16 (Nov 02, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Add: Category name classes Isotope layout.<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.15 (Oct 16, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Fix: Tag issue, Backend extra load &amp; JS<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.14 (Sep 17, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Fix: Image Resize code issue<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.13 (Aug 21, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Add: Fixed WordPress 5.5 compatibility issue<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.11 (Nov 14, 2019)<\\/strong><br \\/>\\n1) Fix: Shortcode issue in WordPress 5.3<br \\/>\\n2) Fix: Layout 7<\\/p>\\n<p><strong>Version 3.6.0 (Aug 26, 2019)<br \\/>\\n<\\/strong>Add: Title limit<br \\/>\\nAdd: Title position above\\/ below the image in few layouts<\\/p>\\n<p><strong>Version 3.4.6 (Nov 29, 2018)<br \\/>\\n<\\/strong>Guttenberg Comparable added<\\/p>\\n<p><strong>Version 3.4.5 (Nov 16, 2018)<\\/strong><br \\/>\\nAdd: redit &amp; email social option<br \\/>\\nBug fix: WooCommerce out of Stock Add to Cart button<\\/p>\\n<p><strong>Version 3.4.3 (Sep 13, 2018)<br \\/>\\n<\\/strong>Add: Rating Option in Woocommerce Layout<\\/p>\\n<p><strong>Version 3.4.2 (Sep 03, 2018)<br \\/>\\n<\\/strong>Bug Fix: layout override<\\/p>\\n<p><strong>Version 3.4.1 ( Aug 30, 2018 )<br \\/>\\n<\\/strong>Not in Query bug fix.<\\/p>\\n<p><strong>Version 3.4 ( Aug 27, 2018)<\\/strong><br \\/>\\n1) Add Easy Digital Download (EDD) layouts.<br \\/>\\n2) Filter by user<br \\/>\\n3) One click License activation<\\/p>\\n<p><strong>Version 3.3.8 (Aug 08, 2018)<\\/strong><br \\/>\\n1) Fixed Woo-commerce departed bug<\\/p>\\n<p><strong>Version 3.3.7 (Jul 04, 2018)<\\/strong><br \\/>\\n1) Fixed pagination dynamic color.<\\/p>\\n<p><strong>Version 3.3.6 (April 11, 2018)<\\/strong><br \\/>\\n1) Fixed Sticky post issue.<\\/p>\\n<p><strong>Version 3.3.4 (March 27, 2018)<\\/strong><br \\/>\\n1) Add: Bold &amp; Link option in Excerpt<\\/p>\\n<p><strong>Version 3.3.4 (March 16, 2018)<\\/strong><br \\/>\\n1) Fixed category Archive Layout query issue.<\\/p>\\n<p><strong>Version 3.3 (Jan 25, 2018)<\\/strong><\\/p>\\n<p>1) Add\\u00a0Advanced Custom field integration for custom field<\\/p>\\n<p>2) Added Sub-category Filter Option<\\/p>\\n<p><strong>Version 3.2 (Dec 21, 2017)<\\/strong><\\/p>\\n<p>1) Fixed Archive page bug<\\/p>\\n<p><strong>Version 3.1 (Dec 12, 2017)<\\/strong><\\/p>\\n<p>1) Add Read More dynamic Text.<br \\/>\\n2) Title color forcefully added.<\\/p>\\n<p><strong>Version 3.0 (Dec 06, 2017)<\\/strong><\\/p>\\n<p>1) Add auto update feature with license activation<br \\/>\\n2) iPhone isotope button click issue fixed.<\\/p>\\n<p><strong>Version 2.9 (Dec 01, 2017)<\\/strong><\\/p>\\n<p>1) New: Specific Archive page Layout Select Option Category, Search, Author &amp; Tags.<br \\/>\\n2) Add a class option for archive page container<\\/p>\\n<p><strong>Version 2.8 (Nov 24, 2017)<br \\/>\\n<\\/strong><\\/p>\\n<p>Remove admin notification from V 2.7<\\/p>\\n<p><strong>Version 2.7 (Nov 23, 2017)<br \\/>\\n<\\/strong><\\/p>\\n<p>Add: Image Disable Option added.<\\/p>\\n<p><strong>Version 2.6 ( Sep 26, 2017)<\\/strong><br \\/>\\n<strong>Bug Fix:<\\/strong> Multi Popup and Deprecated removed.<\\/p>\\n<p><strong>Version 2.3.4 (July 15, 2017)<\\/strong><br \\/>\\n1) Fixed Excerpt issue<\\/p>\\n<p><strong>Version 2.3.3 (July 08, 2017)<\\/strong><br \\/>\\n1) Fixed VC addon issue for 5.2.2<\\/p>\\n<p><strong>Version 2.3.2 (June 21 06, 2017)<\\/strong><br \\/>\\n1) Isotope Filtering issue fixed.<\\/p>\\n<p><strong>Version 2.3.1 (June 06, 2017)<\\/strong><br \\/>\\n1) Tag filtering fixed.<br \\/>\\n2) Popup field auto selected<\\/p>\\n<p><strong>Version 2.3 (May 02, 2017)<\\/strong><br \\/>\\n1) Add: Order by Meta Key<br \\/>\\n2) Add: Carousel Speed control<br \\/>\\n3) Add: 5 Per row<br \\/>\\n4) Fix: Excerpt ending<br \\/>\\n5) Fix: Filter Button Responsive<br \\/>\\n6) Fix: Translation<br \\/>\\n7) Fix: Taxonomy Filtering issue<br \\/>\\n8) Fix: Post source page<\\/p>\\n<p><strong>Version 2.2 May 16, 2017<\\/strong><br \\/>\\n1)\\u00a0Added Widget.<\\/p>\\n<p><strong>Version 2.1 May 10, 2017<\\/strong><br \\/>\\n1) Bug fix: Tab &amp; mobile device item view control<\\/p>\\n<p><strong>Version 2.0 April 24, 2017<\\/strong><br \\/>\\n1) All 16 layouts now can turn as Grid or Filter.<br \\/>\\n2) Improve Code &amp; AJAX functionality.<br \\/>\\n3) Now Filter as Button or Drop down.<br \\/>\\n4) Count on Filter button.<br \\/>\\n5) Short by &amp; Ordering option.<br \\/>\\n6) Gutter or Padding Control.<br \\/>\\n7) Search option added<br \\/>\\n8) 4 Offset Layouts Added.<br \\/>\\n9) Gallery Layout Added.<br \\/>\\n10) Desktop, Tab &amp; Mobile Display Control.<br \\/>\\n11) Excerpt Limit in Words.<br \\/>\\n12) Some new styling control added<br \\/>\\n13) Layout 2 image Grid width Control<br \\/>\\n14) Fix some bug.<\\/p>\\n<p><strong>Pro Released: July 27, 2016<\\/strong><br \\/>\\nNov 29, 2016: Version 1.3 Released<br \\/>\\n1) Ajax Load More &amp; Auto Scrolling bug fix<br \\/>\\n2) Also some PHP code updated.<\\/p>\\n<p>Nov 3, 2016: Version 1.2 Released<br \\/>\\n1) Ajax Pagination bug fix<br \\/>\\n2) Fix admin css conflict<br \\/>\\n3) Also some PHP code updated.<\\/p>\\n<p>Aug 27, 2016: Version 1.1 Released<br \\/>\\nOct 14, 2016, Fix Layout 13<\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":\"a:2:{s:2:\\\"1x\\\";s:97:\\\"https:\\/\\/www.radiustheme.com\\/wp-content\\/uploads\\/edd\\/2019\\/04\\/the-post-grid-pro-wordpress-plugin.jpg\\\";s:2:\\\"2x\\\";s:97:\\\"https:\\/\\/www.radiustheme.com\\/wp-content\\/uploads\\/edd\\/2019\\/04\\/the-post-grid-pro-wordpress-plugin.jpg\\\";}\",\"description\":[\"<p>[vc_row][vc_column][vc_column_text]The Post Grid is a fully Responsive &amp; Mobile friendly plugin to display your page\\/post\\/ custom post type in Grid, List, Carousel Slider and Isotope View without any line of coding. It is fast and easy to generate grid from admin end and insert into page\\/post. You can Display posts by any category(s), tag(s), author(s), keyword(s) also Order posts by Id, Title, Created date, Modified date, Date Range and Menu order.<\\/p>\\n<p>[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_custom_heading text=\\\"Features\\\" font_container=\\\"tag:h2|text_align:left|color:%2381d742\\\" use_theme_fonts=\\\"yes\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/2\\\"][vc_column_text el_class=\\\"cp-features\\\"]<\\/p>\\n<ul>\\n<li> Fully responsive and mobile friendly.<\\/li>\\n<li> 55 Amazing Layouts with Masonry, Google, <strong>Pinterest<\\/strong> and others.<\\/li>\\n<li> Even and <strong>Masonry<\\/strong> Grid for all Grid.<\\/li>\\n<li> Generate Unlimited grid.<\\/li>\\n<li> Layout Preview in Shortcode Settings.<\\/li>\\n<li> Custom number of post per page.<\\/li>\\n<li> Use posts, pages, <strong>Custom Post Type<\\/strong> as the source (<strong>don\'t support multiple post type in a single shortcode<\\/strong>).<\\/li>\\n<li> Display posts by any Taxonomy like category(s), tag(s), author(s), keyword(s), Status and <strong>Date Range<\\/strong><\\/li>\\n<li> Order by Id, Title, Created date, Modified date, <strong>Random<\\/strong>, <strong>Comments Count<\\/strong> and Menu order.<\\/li>\\n<li> Display image size (thumbnail, medium, large, full and <strong>Custom Image Size<\\/strong>)<\\/li>\\n<li> Custom Image Re-size option.<\\/li>\\n<li> Enable Sticky Post.<\\/li>\\n<li> Category, Search and Tags Layout .<\\/li>\\n<li> Add Visual Composer Addone .<\\/li>\\n<li> <strong>All 16 layouts now can turn as Grid or Filter.<\\/strong> <strong><span style=\\\"color: #ff0000;\\\">(New V2.0)<\\/span><\\/strong><\\/li>\\n<li> <strong>Improve Code &amp; AJAX functionality.<\\/strong> <strong><span style=\\\"color: #ff0000;\\\">(New V2.0)<\\/span><\\/strong><\\/li>\\n<li> <strong>Now Filter as Button or Drop down.<\\/strong> <strong><span style=\\\"color: #ff0000;\\\">(New V2.0)<\\/span><\\/strong><\\/li>\\n<li> <strong>Count on Filter button.<\\/strong> <strong><span style=\\\"color: #ff0000;\\\">(New V2.0)<\\/span><\\/strong><\\/li>\\n<li> Short by &amp; Ordering option.\\u00a0<strong><span style=\\\"color: #ff0000;\\\">(New V2.0)<\\/span><\\/strong><\\/li>\\n<li> <strong>Gutter or Padding Control.<\\/strong> <strong><span style=\\\"color: #ff0000;\\\">(New V2.0)<\\/span><\\/strong><\\/li>\\n<li> Search option added <strong><span style=\\\"color: #ff0000;\\\">(New V2.0)<\\/span><\\/strong><\\/li>\\n<li> EDD layout added <strong><span style=\\\"color: #ff0000;\\\">(New V 3.4)<\\/span><\\/strong><\\/li>\\n<li> Filter by User <strong><span style=\\\"color: #ff0000;\\\">(New V 3.4)<\\/span><\\/strong><\\/li>\\n<li> Isotope filter for any taxonomy ie. categories, tags...<\\/li>\\n<li> <strong>Search field on Isotope<\\/strong>.<\\/li>\\n<\\/ul>\\n<p>[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/2\\\"][vc_column_text el_class=\\\"cp-features\\\"]<\\/p>\\n<ul>\\n<li> Set Default Isotop Filter Button.<\\/li>\\n<li> Disable Show All Button for Isotope Filter.<\\/li>\\n<li> Query Post with Relation.<\\/li>\\n<li> All Fields Control.<\\/li>\\n<li> All Text color, size and Button Color control.<\\/li>\\n<li> Overlay color and opacity control.<\\/li>\\n<li> Default image set option in Shortcode generator settings.<\\/li>\\n<li> Enable\\/Disable Pagination.<\\/li>\\n<li> Number Pagination Supported.<\\/li>\\n<li> <strong>Ajax Pagination: Load more, Load on scroll and AJAX Number Pagination<\\/strong><\\/li>\\n<li> <strong>AJAX Number Pagination (only for Grid layouts)<\\/strong> .<\\/li>\\n<li> <strong>Single popup and Popup with next preview<\\/strong>.<\\/li>\\n<li> Social Share on popup.<\\/li>\\n<li> Social Share on Grid View.<\\/li>\\n<li> <strong>4 Offset Layouts Added.<\\/strong><\\/li>\\n<li> Gallery Layout Added.<\\/li>\\n<li> Desktop, Tab &amp; Mobile Display Control.<\\/li>\\n<li> Excerpt Limit in Words.<\\/li>\\n<li> Some new styling control added.<\\/li>\\n<li> Taxonomy ie Category Ordering.<\\/li>\\n<li> Layout 2 image Grid width Control.<\\/li>\\n<li> <span style=\\\"color: #ff0000;\\\"><strong>Auto update by activate license key<\\/strong><\\/span><\\/li>\\n<li> <span style=\\\"color: #ff0000;\\\"><strong>Add Advanced Custom field integration for custom field (V 3.3)<\\/strong><\\/span><\\/li>\\n<li> <span style=\\\"color: #ff0000;\\\"><strong>Add Sub-Category Filtering (V 3.3)<\\/strong><\\/span><\\/li>\\n<li> <span style=\\\"color: #ff0000;\\\"><strong>Guttenberg Comparable added (V 3.4.6)<\\/strong><\\/span><\\/li>\\n<li> Add: Title limit<\\/li>\\n<li> Add: Title position above\\/ below the image in few layouts<\\/li>\\n<\\/ul>\\n<p>[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_column_text][\\/vc_column_text][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3332\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nFully Responsive &amp; Mobile Friendly<br \\/>\\nAll 55 Layouts are fully responsive and mobile and perfect for all devices like Desktop, Laptop, iPad, iPhone and Android Devices.[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nTotal 55 Layouts with grid, Isotope, Slider, Offset &amp; Gallery<br \\/>\\n<strong>Grid:<\\/strong> 20 Grid Layout with Woo Commerce.<\\/p>\\n<p><strong>Isotope:<\\/strong> 16 Isotope Filter Layout with Category\\/ Tag Filter button.<\\/p>\\n<p><strong>Slider:<\\/strong> 12 Carousel Slider Layouts<\\/p>\\n<p><strong>Offset:<\\/strong> 4 Offset Layouts<\\/p>\\n<p><strong>Gallery:<\\/strong> 1 Gallery Layout[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3333\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3316\\\" img_size=\\\"full\\\" onclick=\\\"link_image\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nAdvance Filter by Query Post<br \\/>\\nYou can filter by Category(s), Tag(s)<\\/p>\\n<p>Set order by id, title, post date, modify date, random and comments count.<\\/p>\\n<p>Can set specific user post.<\\/p>\\n<p>And set specific date range post[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nTurn Grid Layout to Filterable Grid<br \\/>\\nYou can set\\u00a0all layout normal Grid or Filterable grid with two types of filter buttons dropdown or normal buttons[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"9192\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"9191\\\" img_size=\\\"full\\\" onclick=\\\"link_image\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\n4 New offset layouts<br \\/>\\nYou can set offset layouts in Version 2.0 we added 4 new layouts for offset.[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\n4 Types of Pagination<br \\/>\\nNormal Number Pagination, Ajax Number Pagination, Load More and Load on Scrolling. You can control the number how many load per click.[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3807\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3323\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nEven &amp; Masonry Grid<br \\/>\\nYou can set Even or Masonry grid also can set margin or no margin.[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nSingle Popup &amp; Multi Pop up<br \\/>\\nYou can set single item popup it will show with social share button[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3325\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"9195\\\" img_size=\\\"full\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nGallery Layout<br \\/>\\nYou can Make Gallery in V 2.0 we added this feature.[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nTaxonomy Ordering<br \\/>\\nYou can\\u00a0order category for Filtering button.[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"9194\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"9197\\\" img_size=\\\"full\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nMulti Popup with next preview button<br \\/>\\nYou can set multi popup it has\\u00a0control of next and preview button[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nDetail popup Page field control<br \\/>\\nYou can select which fields will show in single &amp; multi popup page.[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3328\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3327\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nField Selection in Grid View<br \\/>\\nYou can select which fields you want to display in Grid View.[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nAll Color and font size control<br \\/>\\nFrom Short Code Generator Style Tab you can set all font size and color control.[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3330\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nLayout Preview in Admin<br \\/>\\nUnder Short Code Generator you can view the layout how it will look.[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"9184\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3808\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nSupport Sticky Post<br \\/>\\nYou can add Sticky Post (added V 1.1) Just select Yes. Then that post will show first of grid.[\\/vc_column_text][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"1\\/3\\\"][vc_column_text]<br \\/>\\nSocial Share on Grid View<br \\/>\\nYou can set social share on Grid view[\\/vc_column_text][\\/vc_column][vc_column width=\\\"2\\/3\\\"][vc_single_image image=\\\"3810\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column width=\\\"2\\/3\\\"][vc_column_text]<br \\/>\\nTemplate Override<br \\/>\\nCategory Archive, Search and Tags template can override by Grid Layout.[\\/vc_column_text][\\/vc_column][vc_column width=\\\"1\\/3\\\"][vc_single_image image=\\\"3809\\\" img_size=\\\"full\\\" onclick=\\\"img_link_large\\\"][\\/vc_column][\\/vc_row][vc_row][vc_column][vc_separator color=\\\"green\\\" style=\\\"shadow\\\" border_width=\\\"2\\\"][\\/vc_column][\\/vc_row]<\\/p>\\n\"],\"changelog\":[\"<p><strong>Version 3.6.16 (Nov 02, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Add: Category name classes Isotope layout.<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.15 (Oct 16, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Fix: Tag issue, Backend extra load &amp; JS<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.14 (Sep 17, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Fix: Image Resize code issue<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.13 (Aug 21, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Add: Fixed WordPress 5.5 compatibility issue<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.11 (Nov 14, 2019)<\\/strong><br \\/>\\n1) Fix: Shortcode issue in WordPress 5.3<br \\/>\\n2) Fix: Layout 7<\\/p>\\n<p><strong>Version 3.6.0 (Aug 26, 2019)<br \\/>\\n<\\/strong>Add: Title limit<br \\/>\\nAdd: Title position above\\/ below the image in few layouts<\\/p>\\n<p><strong>Version 3.4.6 (Nov 29, 2018)<br \\/>\\n<\\/strong>Guttenberg Comparable added<\\/p>\\n<p><strong>Version 3.4.5 (Nov 16, 2018)<\\/strong><br \\/>\\nAdd: redit &amp; email social option<br \\/>\\nBug fix: WooCommerce out of Stock Add to Cart button<\\/p>\\n<p><strong>Version 3.4.3 (Sep 13, 2018)<br \\/>\\n<\\/strong>Add: Rating Option in Woocommerce Layout<\\/p>\\n<p><strong>Version 3.4.2 (Sep 03, 2018)<br \\/>\\n<\\/strong>Bug Fix: layout override<\\/p>\\n<p><strong>Version 3.4.1 ( Aug 30, 2018 )<br \\/>\\n<\\/strong>Not in Query bug fix.<\\/p>\\n<p><strong>Version 3.4 ( Aug 27, 2018)<\\/strong><br \\/>\\n1) Add Easy Digital Download (EDD) layouts.<br \\/>\\n2) Filter by user<br \\/>\\n3) One click License activation<\\/p>\\n<p><strong>Version 3.3.8 (Aug 08, 2018)<\\/strong><br \\/>\\n1) Fixed Woo-commerce departed bug<\\/p>\\n<p><strong>Version 3.3.7 (Jul 04, 2018)<\\/strong><br \\/>\\n1) Fixed pagination dynamic color.<\\/p>\\n<p><strong>Version 3.3.6 (April 11, 2018)<\\/strong><br \\/>\\n1) Fixed Sticky post issue.<\\/p>\\n<p><strong>Version 3.3.4 (March 27, 2018)<\\/strong><br \\/>\\n1) Add: Bold &amp; Link option in Excerpt<\\/p>\\n<p><strong>Version 3.3.4 (March 16, 2018)<\\/strong><br \\/>\\n1) Fixed category Archive Layout query issue.<\\/p>\\n<p><strong>Version 3.3 (Jan 25, 2018)<\\/strong><\\/p>\\n<p>1) Add\\u00a0Advanced Custom field integration for custom field<\\/p>\\n<p>2) Added Sub-category Filter Option<\\/p>\\n<p><strong>Version 3.2 (Dec 21, 2017)<\\/strong><\\/p>\\n<p>1) Fixed Archive page bug<\\/p>\\n<p><strong>Version 3.1 (Dec 12, 2017)<\\/strong><\\/p>\\n<p>1) Add Read More dynamic Text.<br \\/>\\n2) Title color forcefully added.<\\/p>\\n<p><strong>Version 3.0 (Dec 06, 2017)<\\/strong><\\/p>\\n<p>1) Add auto update feature with license activation<br \\/>\\n2) iPhone isotope button click issue fixed.<\\/p>\\n<p><strong>Version 2.9 (Dec 01, 2017)<\\/strong><\\/p>\\n<p>1) New: Specific Archive page Layout Select Option Category, Search, Author &amp; Tags.<br \\/>\\n2) Add a class option for archive page container<\\/p>\\n<p><strong>Version 2.8 (Nov 24, 2017)<br \\/>\\n<\\/strong><\\/p>\\n<p>Remove admin notification from V 2.7<\\/p>\\n<p><strong>Version 2.7 (Nov 23, 2017)<br \\/>\\n<\\/strong><\\/p>\\n<p>Add: Image Disable Option added.<\\/p>\\n<p><strong>Version 2.6 ( Sep 26, 2017)<\\/strong><br \\/>\\n<strong>Bug Fix:<\\/strong> Multi Popup and Deprecated removed.<\\/p>\\n<p><strong>Version 2.3.4 (July 15, 2017)<\\/strong><br \\/>\\n1) Fixed Excerpt issue<\\/p>\\n<p><strong>Version 2.3.3 (July 08, 2017)<\\/strong><br \\/>\\n1) Fixed VC addon issue for 5.2.2<\\/p>\\n<p><strong>Version 2.3.2 (June 21 06, 2017)<\\/strong><br \\/>\\n1) Isotope Filtering issue fixed.<\\/p>\\n<p><strong>Version 2.3.1 (June 06, 2017)<\\/strong><br \\/>\\n1) Tag filtering fixed.<br \\/>\\n2) Popup field auto selected<\\/p>\\n<p><strong>Version 2.3 (May 02, 2017)<\\/strong><br \\/>\\n1) Add: Order by Meta Key<br \\/>\\n2) Add: Carousel Speed control<br \\/>\\n3) Add: 5 Per row<br \\/>\\n4) Fix: Excerpt ending<br \\/>\\n5) Fix: Filter Button Responsive<br \\/>\\n6) Fix: Translation<br \\/>\\n7) Fix: Taxonomy Filtering issue<br \\/>\\n8) Fix: Post source page<\\/p>\\n<p><strong>Version 2.2 May 16, 2017<\\/strong><br \\/>\\n1)\\u00a0Added Widget.<\\/p>\\n<p><strong>Version 2.1 May 10, 2017<\\/strong><br \\/>\\n1) Bug fix: Tab &amp; mobile device item view control<\\/p>\\n<p><strong>Version 2.0 April 24, 2017<\\/strong><br \\/>\\n1) All 16 layouts now can turn as Grid or Filter.<br \\/>\\n2) Improve Code &amp; AJAX functionality.<br \\/>\\n3) Now Filter as Button or Drop down.<br \\/>\\n4) Count on Filter button.<br \\/>\\n5) Short by &amp; Ordering option.<br \\/>\\n6) Gutter or Padding Control.<br \\/>\\n7) Search option added<br \\/>\\n8) 4 Offset Layouts Added.<br \\/>\\n9) Gallery Layout Added.<br \\/>\\n10) Desktop, Tab &amp; Mobile Display Control.<br \\/>\\n11) Excerpt Limit in Words.<br \\/>\\n12) Some new styling control added<br \\/>\\n13) Layout 2 image Grid width Control<br \\/>\\n14) Fix some bug.<\\/p>\\n<p><strong>Pro Released: July 27, 2016<\\/strong><br \\/>\\nNov 29, 2016: Version 1.3 Released<br \\/>\\n1) Ajax Load More &amp; Auto Scrolling bug fix<br \\/>\\n2) Also some PHP code updated.<\\/p>\\n<p>Nov 3, 2016: Version 1.2 Released<br \\/>\\n1) Ajax Pagination bug fix<br \\/>\\n2) Fix admin css conflict<br \\/>\\n3) Also some PHP code updated.<\\/p>\\n<p>Aug 27, 2016: Version 1.1 Released<br \\/>\\nOct 14, 2016, Fix Layout 13<\\/p>\\n\"]}\";}','no'),(808,'2814bdc1ac4e91b9fd1d7d1ba3b85f55','a:2:{s:7:\"timeout\";i:1612367466;s:5:\"value\";s:11775:\"{\"new_version\":\"3.6.17\",\"stable_version\":\"3.6.17\",\"name\":\"The Post Grid Pro for WordPress\",\"slug\":\"the-post-grid-pro\",\"url\":\"https:\\/\\/www.radiustheme.com\\/downloads\\/the-post-grid-pro-for-wordpress\\/?changelog=1\",\"last_updated\":\"2020-12-18 07:17:01\",\"homepage\":\"https:\\/\\/www.radiustheme.com\\/downloads\\/the-post-grid-pro-for-wordpress\\/\",\"package\":\"https:\\/\\/www.radiustheme.com\\/edd-sl\\/package_download\\/MTYxMjUyOTQ3MDo5NTZiMGU4OGEwNTM4NTE3OTVkMzliZGI3MjQ3NDA1MjozMjY1OmQ0ZDhiMjgzNzcxMGYzM2VlNjgyOGNhZGUzZjNkMTc1Omh0dHBzQC8vYWR2YW5jaW5nYmxhY2tlbnRyZXByZW5ldXJzaGlwLmNvbTow\",\"download_link\":\"https:\\/\\/www.radiustheme.com\\/edd-sl\\/package_download\\/MTYxMjUyOTQ3MDo5NTZiMGU4OGEwNTM4NTE3OTVkMzliZGI3MjQ3NDA1MjozMjY1OmQ0ZDhiMjgzNzcxMGYzM2VlNjgyOGNhZGUzZjNkMTc1Omh0dHBzQC8vYWR2YW5jaW5nYmxhY2tlbnRyZXByZW5ldXJzaGlwLmNvbTow\",\"sections\":{\"description\":\"<p>The Post Grid is a fully Responsive & Mobile friendly plugin to display your page\\/post\\/ custom post type in Grid, List, Carousel Slider and Isotope View without any line of coding.<\\/p>\\n\",\"changelog\":\"<p><strong>Version 3.6.16 (Nov 02, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Add: Category name classes Isotope layout.<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.15 (Oct 16, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Fix: Tag issue, Backend extra load &amp; JS<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.14 (Sep 17, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Fix: Image Resize code issue<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.13 (Aug 21, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Add: Fixed WordPress 5.5 compatibility issue<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.11 (Nov 14, 2019)<\\/strong><br \\/>\\n1) Fix: Shortcode issue in WordPress 5.3<br \\/>\\n2) Fix: Layout 7<\\/p>\\n<p><strong>Version 3.6.0 (Aug 26, 2019)<br \\/>\\n<\\/strong>Add: Title limit<br \\/>\\nAdd: Title position above\\/ below the image in few layouts<\\/p>\\n<p><strong>Version 3.4.6 (Nov 29, 2018)<br \\/>\\n<\\/strong>Guttenberg Comparable added<\\/p>\\n<p><strong>Version 3.4.5 (Nov 16, 2018)<\\/strong><br \\/>\\nAdd: redit &amp; email social option<br \\/>\\nBug fix: WooCommerce out of Stock Add to Cart button<\\/p>\\n<p><strong>Version 3.4.3 (Sep 13, 2018)<br \\/>\\n<\\/strong>Add: Rating Option in Woocommerce Layout<\\/p>\\n<p><strong>Version 3.4.2 (Sep 03, 2018)<br \\/>\\n<\\/strong>Bug Fix: layout override<\\/p>\\n<p><strong>Version 3.4.1 ( Aug 30, 2018 )<br \\/>\\n<\\/strong>Not in Query bug fix.<\\/p>\\n<p><strong>Version 3.4 ( Aug 27, 2018)<\\/strong><br \\/>\\n1) Add Easy Digital Download (EDD) layouts.<br \\/>\\n2) Filter by user<br \\/>\\n3) One click License activation<\\/p>\\n<p><strong>Version 3.3.8 (Aug 08, 2018)<\\/strong><br \\/>\\n1) Fixed Woo-commerce departed bug<\\/p>\\n<p><strong>Version 3.3.7 (Jul 04, 2018)<\\/strong><br \\/>\\n1) Fixed pagination dynamic color.<\\/p>\\n<p><strong>Version 3.3.6 (April 11, 2018)<\\/strong><br \\/>\\n1) Fixed Sticky post issue.<\\/p>\\n<p><strong>Version 3.3.4 (March 27, 2018)<\\/strong><br \\/>\\n1) Add: Bold &amp; Link option in Excerpt<\\/p>\\n<p><strong>Version 3.3.4 (March 16, 2018)<\\/strong><br \\/>\\n1) Fixed category Archive Layout query issue.<\\/p>\\n<p><strong>Version 3.3 (Jan 25, 2018)<\\/strong><\\/p>\\n<p>1) Add\\u00a0Advanced Custom field integration for custom field<\\/p>\\n<p>2) Added Sub-category Filter Option<\\/p>\\n<p><strong>Version 3.2 (Dec 21, 2017)<\\/strong><\\/p>\\n<p>1) Fixed Archive page bug<\\/p>\\n<p><strong>Version 3.1 (Dec 12, 2017)<\\/strong><\\/p>\\n<p>1) Add Read More dynamic Text.<br \\/>\\n2) Title color forcefully added.<\\/p>\\n<p><strong>Version 3.0 (Dec 06, 2017)<\\/strong><\\/p>\\n<p>1) Add auto update feature with license activation<br \\/>\\n2) iPhone isotope button click issue fixed.<\\/p>\\n<p><strong>Version 2.9 (Dec 01, 2017)<\\/strong><\\/p>\\n<p>1) New: Specific Archive page Layout Select Option Category, Search, Author &amp; Tags.<br \\/>\\n2) Add a class option for archive page container<\\/p>\\n<p><strong>Version 2.8 (Nov 24, 2017)<br \\/>\\n<\\/strong><\\/p>\\n<p>Remove admin notification from V 2.7<\\/p>\\n<p><strong>Version 2.7 (Nov 23, 2017)<br \\/>\\n<\\/strong><\\/p>\\n<p>Add: Image Disable Option added.<\\/p>\\n<p><strong>Version 2.6 ( Sep 26, 2017)<\\/strong><br \\/>\\n<strong>Bug Fix:<\\/strong> Multi Popup and Deprecated removed.<\\/p>\\n<p><strong>Version 2.3.4 (July 15, 2017)<\\/strong><br \\/>\\n1) Fixed Excerpt issue<\\/p>\\n<p><strong>Version 2.3.3 (July 08, 2017)<\\/strong><br \\/>\\n1) Fixed VC addon issue for 5.2.2<\\/p>\\n<p><strong>Version 2.3.2 (June 21 06, 2017)<\\/strong><br \\/>\\n1) Isotope Filtering issue fixed.<\\/p>\\n<p><strong>Version 2.3.1 (June 06, 2017)<\\/strong><br \\/>\\n1) Tag filtering fixed.<br \\/>\\n2) Popup field auto selected<\\/p>\\n<p><strong>Version 2.3 (May 02, 2017)<\\/strong><br \\/>\\n1) Add: Order by Meta Key<br \\/>\\n2) Add: Carousel Speed control<br \\/>\\n3) Add: 5 Per row<br \\/>\\n4) Fix: Excerpt ending<br \\/>\\n5) Fix: Filter Button Responsive<br \\/>\\n6) Fix: Translation<br \\/>\\n7) Fix: Taxonomy Filtering issue<br \\/>\\n8) Fix: Post source page<\\/p>\\n<p><strong>Version 2.2 May 16, 2017<\\/strong><br \\/>\\n1)\\u00a0Added Widget.<\\/p>\\n<p><strong>Version 2.1 May 10, 2017<\\/strong><br \\/>\\n1) Bug fix: Tab &amp; mobile device item view control<\\/p>\\n<p><strong>Version 2.0 April 24, 2017<\\/strong><br \\/>\\n1) All 16 layouts now can turn as Grid or Filter.<br \\/>\\n2) Improve Code &amp; AJAX functionality.<br \\/>\\n3) Now Filter as Button or Drop down.<br \\/>\\n4) Count on Filter button.<br \\/>\\n5) Short by &amp; Ordering option.<br \\/>\\n6) Gutter or Padding Control.<br \\/>\\n7) Search option added<br \\/>\\n8) 4 Offset Layouts Added.<br \\/>\\n9) Gallery Layout Added.<br \\/>\\n10) Desktop, Tab &amp; Mobile Display Control.<br \\/>\\n11) Excerpt Limit in Words.<br \\/>\\n12) Some new styling control added<br \\/>\\n13) Layout 2 image Grid width Control<br \\/>\\n14) Fix some bug.<\\/p>\\n<p><strong>Pro Released: July 27, 2016<\\/strong><br \\/>\\nNov 29, 2016: Version 1.3 Released<br \\/>\\n1) Ajax Load More &amp; Auto Scrolling bug fix<br \\/>\\n2) Also some PHP code updated.<\\/p>\\n<p>Nov 3, 2016: Version 1.2 Released<br \\/>\\n1) Ajax Pagination bug fix<br \\/>\\n2) Fix admin css conflict<br \\/>\\n3) Also some PHP code updated.<\\/p>\\n<p>Aug 27, 2016: Version 1.1 Released<br \\/>\\nOct 14, 2016, Fix Layout 13<\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":\"a:2:{s:2:\\\"1x\\\";s:102:\\\"https:\\/\\/www.radiustheme.com\\/wp-content\\/uploads\\/edd\\/2020\\/11\\/The-Post-Grid-Pro-for-WordPress-128x128.png\\\";s:2:\\\"2x\\\";s:102:\\\"https:\\/\\/www.radiustheme.com\\/wp-content\\/uploads\\/edd\\/2020\\/11\\/The-Post-Grid-Pro-for-WordPress-256x256.png\\\";}\",\"description\":[\"<p>The Post Grid is a fully Responsive & Mobile friendly plugin to display your page\\/post\\/ custom post type in Grid, List, Carousel Slider and Isotope View without any line of coding.<\\/p>\\n\"],\"changelog\":[\"<p><strong>Version 3.6.16 (Nov 02, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Add: Category name classes Isotope layout.<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.15 (Oct 16, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Fix: Tag issue, Backend extra load &amp; JS<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.14 (Sep 17, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Fix: Image Resize code issue<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.13 (Aug 21, 2020)<\\/strong><\\/p>\\n<ol>\\n<li>Add: Fixed WordPress 5.5 compatibility issue<\\/li>\\n<\\/ol>\\n<p><strong>Version 3.6.11 (Nov 14, 2019)<\\/strong><br \\/>\\n1) Fix: Shortcode issue in WordPress 5.3<br \\/>\\n2) Fix: Layout 7<\\/p>\\n<p><strong>Version 3.6.0 (Aug 26, 2019)<br \\/>\\n<\\/strong>Add: Title limit<br \\/>\\nAdd: Title position above\\/ below the image in few layouts<\\/p>\\n<p><strong>Version 3.4.6 (Nov 29, 2018)<br \\/>\\n<\\/strong>Guttenberg Comparable added<\\/p>\\n<p><strong>Version 3.4.5 (Nov 16, 2018)<\\/strong><br \\/>\\nAdd: redit &amp; email social option<br \\/>\\nBug fix: WooCommerce out of Stock Add to Cart button<\\/p>\\n<p><strong>Version 3.4.3 (Sep 13, 2018)<br \\/>\\n<\\/strong>Add: Rating Option in Woocommerce Layout<\\/p>\\n<p><strong>Version 3.4.2 (Sep 03, 2018)<br \\/>\\n<\\/strong>Bug Fix: layout override<\\/p>\\n<p><strong>Version 3.4.1 ( Aug 30, 2018 )<br \\/>\\n<\\/strong>Not in Query bug fix.<\\/p>\\n<p><strong>Version 3.4 ( Aug 27, 2018)<\\/strong><br \\/>\\n1) Add Easy Digital Download (EDD) layouts.<br \\/>\\n2) Filter by user<br \\/>\\n3) One click License activation<\\/p>\\n<p><strong>Version 3.3.8 (Aug 08, 2018)<\\/strong><br \\/>\\n1) Fixed Woo-commerce departed bug<\\/p>\\n<p><strong>Version 3.3.7 (Jul 04, 2018)<\\/strong><br \\/>\\n1) Fixed pagination dynamic color.<\\/p>\\n<p><strong>Version 3.3.6 (April 11, 2018)<\\/strong><br \\/>\\n1) Fixed Sticky post issue.<\\/p>\\n<p><strong>Version 3.3.4 (March 27, 2018)<\\/strong><br \\/>\\n1) Add: Bold &amp; Link option in Excerpt<\\/p>\\n<p><strong>Version 3.3.4 (March 16, 2018)<\\/strong><br \\/>\\n1) Fixed category Archive Layout query issue.<\\/p>\\n<p><strong>Version 3.3 (Jan 25, 2018)<\\/strong><\\/p>\\n<p>1) Add\\u00a0Advanced Custom field integration for custom field<\\/p>\\n<p>2) Added Sub-category Filter Option<\\/p>\\n<p><strong>Version 3.2 (Dec 21, 2017)<\\/strong><\\/p>\\n<p>1) Fixed Archive page bug<\\/p>\\n<p><strong>Version 3.1 (Dec 12, 2017)<\\/strong><\\/p>\\n<p>1) Add Read More dynamic Text.<br \\/>\\n2) Title color forcefully added.<\\/p>\\n<p><strong>Version 3.0 (Dec 06, 2017)<\\/strong><\\/p>\\n<p>1) Add auto update feature with license activation<br \\/>\\n2) iPhone isotope button click issue fixed.<\\/p>\\n<p><strong>Version 2.9 (Dec 01, 2017)<\\/strong><\\/p>\\n<p>1) New: Specific Archive page Layout Select Option Category, Search, Author &amp; Tags.<br \\/>\\n2) Add a class option for archive page container<\\/p>\\n<p><strong>Version 2.8 (Nov 24, 2017)<br \\/>\\n<\\/strong><\\/p>\\n<p>Remove admin notification from V 2.7<\\/p>\\n<p><strong>Version 2.7 (Nov 23, 2017)<br \\/>\\n<\\/strong><\\/p>\\n<p>Add: Image Disable Option added.<\\/p>\\n<p><strong>Version 2.6 ( Sep 26, 2017)<\\/strong><br \\/>\\n<strong>Bug Fix:<\\/strong> Multi Popup and Deprecated removed.<\\/p>\\n<p><strong>Version 2.3.4 (July 15, 2017)<\\/strong><br \\/>\\n1) Fixed Excerpt issue<\\/p>\\n<p><strong>Version 2.3.3 (July 08, 2017)<\\/strong><br \\/>\\n1) Fixed VC addon issue for 5.2.2<\\/p>\\n<p><strong>Version 2.3.2 (June 21 06, 2017)<\\/strong><br \\/>\\n1) Isotope Filtering issue fixed.<\\/p>\\n<p><strong>Version 2.3.1 (June 06, 2017)<\\/strong><br \\/>\\n1) Tag filtering fixed.<br \\/>\\n2) Popup field auto selected<\\/p>\\n<p><strong>Version 2.3 (May 02, 2017)<\\/strong><br \\/>\\n1) Add: Order by Meta Key<br \\/>\\n2) Add: Carousel Speed control<br \\/>\\n3) Add: 5 Per row<br \\/>\\n4) Fix: Excerpt ending<br \\/>\\n5) Fix: Filter Button Responsive<br \\/>\\n6) Fix: Translation<br \\/>\\n7) Fix: Taxonomy Filtering issue<br \\/>\\n8) Fix: Post source page<\\/p>\\n<p><strong>Version 2.2 May 16, 2017<\\/strong><br \\/>\\n1)\\u00a0Added Widget.<\\/p>\\n<p><strong>Version 2.1 May 10, 2017<\\/strong><br \\/>\\n1) Bug fix: Tab &amp; mobile device item view control<\\/p>\\n<p><strong>Version 2.0 April 24, 2017<\\/strong><br \\/>\\n1) All 16 layouts now can turn as Grid or Filter.<br \\/>\\n2) Improve Code &amp; AJAX functionality.<br \\/>\\n3) Now Filter as Button or Drop down.<br \\/>\\n4) Count on Filter button.<br \\/>\\n5) Short by &amp; Ordering option.<br \\/>\\n6) Gutter or Padding Control.<br \\/>\\n7) Search option added<br \\/>\\n8) 4 Offset Layouts Added.<br \\/>\\n9) Gallery Layout Added.<br \\/>\\n10) Desktop, Tab &amp; Mobile Display Control.<br \\/>\\n11) Excerpt Limit in Words.<br \\/>\\n12) Some new styling control added<br \\/>\\n13) Layout 2 image Grid width Control<br \\/>\\n14) Fix some bug.<\\/p>\\n<p><strong>Pro Released: July 27, 2016<\\/strong><br \\/>\\nNov 29, 2016: Version 1.3 Released<br \\/>\\n1) Ajax Load More &amp; Auto Scrolling bug fix<br \\/>\\n2) Also some PHP code updated.<\\/p>\\n<p>Nov 3, 2016: Version 1.2 Released<br \\/>\\n1) Ajax Pagination bug fix<br \\/>\\n2) Fix admin css conflict<br \\/>\\n3) Also some PHP code updated.<\\/p>\\n<p>Aug 27, 2016: Version 1.1 Released<br \\/>\\nOct 14, 2016, Fix Layout 13<\\/p>\\n\"]}\";}','no'),(833,'eihe-top-notice','0','yes'),(845,'category_children','a:0:{}','yes'),(1221,'lddlite-install-date','2020-11-28','no'),(1227,'listing_category_children','a:0:{}','yes'),(1235,'wpbdp_settings','a:1:{s:20:\"show-manage-listings\";b:1;}','yes'),(1236,'wpbdp-db-migrations','a:0:{}','no'),(1239,'wpbdp-show-tracking-pointer','3','yes'),(1240,'wpbdp-db-version','18.3','yes'),(1241,'widget_wpbdp_featuredlistingswidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1242,'widget_wpbdp_latestlistingswidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1243,'widget_wpbdp_randomlistingswidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1244,'widget_wpbdp_searchwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1248,'wpbdp_licenses','a:0:{}','yes'),(1254,'wpbdp_category_children','a:0:{}','yes'),(1328,'atbdp_roles_version','4','yes'),(1329,'atbdp_review_table_charset_collate','utf8mb4::utf8mb4_bin','yes'),(1330,'wp_atbdp_review_db_version','1.0','yes'),(1331,'atbdp_roles_mapped','1','yes'),(1334,'atbdp_option','a:571:{s:18:\"new_listing_status\";s:7:\"pending\";s:19:\"edit_listing_status\";s:7:\"pending\";s:15:\"fix_js_conflict\";i:0;s:9:\"font_type\";s:4:\"line\";s:22:\"listing_expire_in_days\";i:365;s:17:\"can_renew_listing\";i:1;s:19:\"email_to_expire_day\";s:1:\"7\";s:17:\"email_renewal_day\";s:1:\"7\";s:22:\"delete_expired_listing\";i:1;s:29:\"delete_expired_listings_after\";i:15;s:13:\"deletion_mode\";s:5:\"trash\";s:24:\"paginate_author_listings\";s:1:\"1\";s:20:\"display_author_email\";s:15:\"none_to_display\";s:17:\"author_cat_filter\";s:1:\"1\";s:18:\"atbdp_enable_cache\";s:1:\"1\";s:17:\"atbdp_reset_cache\";s:1:\"0\";s:23:\"display_listings_header\";i:1;s:24:\"all_listing_header_title\";s:11:\"Items Found\";s:22:\"listing_filters_button\";i:1;s:20:\"listing_filters_icon\";i:1;s:27:\"listings_filter_button_text\";s:7:\"Filters\";s:23:\"listings_display_filter\";s:7:\"sliding\";s:22:\"listing_filters_fields\";a:4:{i:0;s:11:\"search_text\";i:1;s:15:\"search_category\";i:2;s:10:\"search_tag\";i:3;s:14:\"search_website\";}s:24:\"listing_location_address\";s:7:\"map_api\";s:18:\"listing_tags_field\";s:8:\"all_tags\";s:31:\"listing_default_radius_distance\";s:1:\"0\";s:23:\"listings_filters_button\";a:2:{i:0;s:12:\"reset_button\";i:1;s:12:\"apply_button\";}s:19:\"listings_reset_text\";s:13:\"Reset Filters\";s:19:\"listings_apply_text\";s:13:\"Apply Filters\";s:32:\"listings_search_text_placeholder\";s:25:\"What are you looking for?\";s:29:\"listings_category_placeholder\";s:17:\"Select a category\";s:29:\"listings_location_placeholder\";s:0:\"\";s:15:\"display_sort_by\";i:1;s:12:\"sort_by_text\";s:7:\"Sort By\";s:22:\"listings_sort_by_items\";a:6:{i:0;s:3:\"a_z\";i:1;s:3:\"z_a\";i:2;s:6:\"latest\";i:3;s:6:\"oldest\";i:4;s:7:\"popular\";i:5;s:6:\"random\";}s:15:\"display_view_as\";i:1;s:12:\"view_as_text\";s:7:\"View As\";s:22:\"listings_view_as_items\";a:2:{i:0;s:13:\"listings_grid\";i:1;s:13:\"listings_list\";}s:20:\"default_listing_view\";s:4:\"grid\";s:12:\"grid_view_as\";s:11:\"normal_grid\";s:19:\"all_listing_columns\";s:1:\"3\";s:16:\"order_listing_by\";s:5:\"title\";s:15:\"sort_listing_by\";s:3:\"asc\";s:21:\"display_preview_image\";s:2:\"px\";s:21:\"preview_image_quality\";s:5:\"large\";s:19:\"way_to_show_preview\";s:5:\"cover\";s:10:\"crop_width\";s:3:\"350\";s:11:\"crop_height\";s:3:\"260\";s:21:\"prv_container_size_by\";s:2:\"px\";s:19:\"prv_background_type\";s:4:\"blur\";s:20:\"prv_background_color\";s:9:\"gainsboro\";s:21:\"default_preview_image\";s:102:\"http://advancingblackentrepreneurship.com/wp-content/plugins/directorist/public/assets/images/grid.jpg\";s:27:\"info_display_in_single_line\";s:1:\"0\";s:13:\"display_title\";s:1:\"1\";s:14:\"enable_tagline\";i:0;s:14:\"enable_excerpt\";i:0;s:13:\"excerpt_limit\";s:2:\"20\";s:16:\"display_readmore\";s:1:\"0\";s:13:\"readmore_text\";s:9:\"Read More\";s:13:\"display_price\";s:0:\"\";s:13:\"display_email\";s:1:\"0\";s:16:\"display_web_link\";s:1:\"0\";s:20:\"display_contact_info\";s:0:\"\";s:16:\"address_location\";s:7:\"contact\";s:20:\"display_publish_date\";s:0:\"\";s:19:\"publish_date_format\";s:8:\"time_ago\";s:16:\"display_category\";s:1:\"1\";s:19:\"display_mark_as_fav\";s:0:\"\";s:18:\"display_view_count\";s:0:\"\";s:20:\"display_author_image\";s:0:\"\";s:21:\"paginate_all_listings\";s:1:\"1\";s:22:\"all_listing_page_items\";s:2:\"10\";s:22:\"disable_single_listing\";i:0;s:23:\"single_listing_template\";s:22:\"current_theme_template\";s:18:\"atbdp_listing_slug\";s:9:\"directory\";s:21:\"edit_listing_redirect\";s:12:\"view_listing\";s:23:\"submission_confirmation\";s:1:\"1\";s:24:\"pending_confirmation_msg\";s:116:\"Thank you for your submission. Your listing is being reviewed and it may take up to 24 hours to complete the review.\";s:24:\"publish_confirmation_msg\";s:88:\"Congratulations! Your listing has been approved/published. Now it is publicly available.\";s:20:\"listing_details_text\";s:15:\"Listing Details\";s:18:\"tags_section_lable\";s:4:\"Tags\";s:20:\"custom_section_lable\";s:8:\"Features\";s:21:\"listing_location_text\";s:8:\"Location\";s:17:\"contact_info_text\";s:19:\"Contact Information\";s:21:\"contact_listing_owner\";s:21:\"Contact Listing Owner\";s:16:\"atbd_video_title\";s:5:\"Video\";s:22:\"atbd_author_info_title\";s:11:\"Author Info\";s:17:\"display_back_link\";i:1;s:26:\"dsiplay_slider_single_page\";i:1;s:24:\"single_slider_image_size\";s:5:\"cover\";s:29:\"single_slider_background_type\";s:12:\"custom-color\";s:30:\"single_slider_background_color\";s:4:\"#fff\";s:21:\"dsiplay_thumbnail_img\";i:1;s:18:\"gallery_crop_width\";s:3:\"740\";s:19:\"gallery_crop_height\";s:3:\"580\";s:19:\"enable_social_share\";i:1;s:16:\"enable_favourite\";i:1;s:19:\"enable_report_abuse\";i:1;s:18:\"disable_list_price\";i:0;s:31:\"enable_single_location_taxonomy\";i:0;s:17:\"enable_single_tag\";i:1;s:20:\"disable_contact_info\";i:0;s:16:\"address_map_link\";i:0;s:21:\"disable_contact_owner\";i:1;s:10:\"user_email\";s:6:\"author\";s:12:\"use_nofollow\";i:0;s:11:\"disable_map\";i:0;s:14:\"atbd_video_url\";i:1;s:18:\"enable_rel_listing\";i:4;s:18:\"rel_listings_logic\";s:2:\"OR\";s:17:\"rel_listing_title\";s:16:\"Related Listings\";s:15:\"rel_listing_num\";s:1:\"5\";s:18:\"rel_listing_column\";s:1:\"2\";s:24:\"fix_listing_double_thumb\";i:1;s:22:\"display_new_badge_cart\";i:1;s:14:\"new_badge_text\";s:3:\"New\";s:15:\"new_listing_day\";s:1:\"3\";s:26:\"display_feature_badge_cart\";i:1;s:18:\"feature_badge_text\";s:8:\"Featured\";s:26:\"display_popular_badge_cart\";i:1;s:18:\"popular_badge_text\";s:7:\"Popular\";s:18:\"listing_popular_by\";s:10:\"view_count\";s:17:\"views_for_popular\";i:5;s:26:\"average_review_for_popular\";s:1:\"4\";s:19:\"count_loggedin_user\";i:0;s:13:\"enable_review\";s:0:\"\";s:19:\"enable_owner_review\";i:1;s:19:\"approve_immediately\";i:1;s:20:\"review_approval_text\";s:51:\"We have received your review. It requires approval.\";s:19:\"enable_reviewer_img\";i:1;s:23:\"enable_reviewer_content\";i:1;s:25:\"required_reviewer_content\";i:1;s:10:\"review_num\";s:1:\"5\";s:12:\"guest_review\";i:0;s:11:\"title_label\";s:5:\"Title\";s:13:\"require_title\";b:1;s:17:\"display_title_for\";i:0;s:17:\"title_placeholder\";s:13:\"Enter a title\";s:18:\"long_details_label\";s:12:\"Long Details\";s:20:\"require_long_details\";i:0;s:16:\"display_desc_for\";i:0;s:21:\"display_tagline_field\";i:0;s:13:\"tagline_label\";s:7:\"Tagline\";s:19:\"tagline_placeholder\";s:32:\"Your Listing\'s motto or tag-line\";s:19:\"display_tagline_for\";i:0;s:21:\"display_pricing_field\";i:1;s:13:\"pricing_label\";s:7:\"Pricing\";s:11:\"price_label\";s:5:\"Price\";s:17:\"price_placeholder\";s:30:\"Price of this listing. Eg. 100\";s:13:\"require_price\";i:0;s:17:\"display_price_for\";i:0;s:25:\"display_price_range_field\";i:1;s:17:\"price_range_label\";s:11:\"Price Range\";s:23:\"price_range_placeholder\";s:18:\"Select Price Range\";s:19:\"require_price_range\";i:0;s:23:\"display_price_range_for\";i:0;s:19:\"display_views_count\";i:1;s:17:\"views_count_label\";s:11:\"Views Count\";s:23:\"display_views_count_for\";i:1;s:21:\"display_excerpt_field\";i:0;s:13:\"excerpt_label\";s:25:\"Short Description/Excerpt\";s:19:\"excerpt_placeholder\";s:28:\"Short Description or Excerpt\";s:15:\"require_excerpt\";i:0;s:22:\"display_short_desc_for\";i:0;s:14:\"location_label\";s:8:\"Location\";s:16:\"require_location\";i:0;s:15:\"loc_placeholder\";s:15:\"Select Location\";s:15:\"display_loc_for\";i:0;s:14:\"create_new_loc\";i:0;s:21:\"multiple_loc_for_user\";i:1;s:21:\"max_location_creation\";s:1:\"5\";s:9:\"tag_label\";s:3:\"Tag\";s:15:\"tag_placeholder\";s:56:\"Select or insert new tags separated by a comma, or space\";s:14:\"create_new_tag\";i:0;s:12:\"require_tags\";i:0;s:15:\"display_tag_for\";i:0;s:14:\"category_label\";s:15:\"Select Category\";s:16:\"require_category\";i:0;s:15:\"cat_placeholder\";s:15:\"Select Category\";s:21:\"multiple_cat_for_user\";i:1;s:20:\"display_contact_hide\";i:1;s:18:\"contact_hide_label\";s:53:\"Check it to hide Contact Information for this listing\";s:21:\"display_address_field\";i:1;s:13:\"address_label\";s:7:\"Address\";s:19:\"address_placeholder\";s:33:\"Listing address eg. New York, USA\";s:15:\"require_address\";i:0;s:19:\"display_address_for\";i:0;s:17:\"display_map_field\";i:1;s:15:\"display_map_for\";i:0;s:17:\"display_zip_field\";i:1;s:9:\"zip_label\";s:13:\"Zip/Post Code\";s:15:\"zip_placeholder\";s:19:\"Enter Zip/Post Code\";s:11:\"require_zip\";i:0;s:15:\"display_zip_for\";i:0;s:19:\"display_phone_field\";i:1;s:11:\"phone_label\";s:5:\"Phone\";s:17:\"phone_placeholder\";s:12:\"Phone Number\";s:20:\"require_phone_number\";i:0;s:17:\"display_phone_for\";i:0;s:20:\"display_phone_field2\";i:1;s:12:\"phone_label2\";s:7:\"Phone 2\";s:18:\"phone_placeholder2\";s:14:\"Phone Number 2\";s:21:\"require_phone_number2\";i:0;s:18:\"display_phone2_for\";i:0;s:11:\"display_fax\";i:1;s:9:\"fax_label\";s:3:\"Fax\";s:15:\"fax_placeholder\";s:9:\"Enter Fax\";s:11:\"require_fax\";i:0;s:15:\"display_fax_for\";i:0;s:19:\"display_email_field\";i:1;s:11:\"email_label\";s:5:\"Email\";s:17:\"email_placeholder\";s:11:\"Enter Email\";s:13:\"require_email\";i:0;s:17:\"display_email_for\";i:0;s:21:\"display_website_field\";i:1;s:13:\"website_label\";s:7:\"Website\";s:19:\"website_placeholder\";s:38:\"Listing Website eg. http://example.com\";s:15:\"require_website\";i:0;s:19:\"display_website_for\";i:0;s:25:\"display_social_info_field\";i:1;s:12:\"social_label\";s:18:\"Social Information\";s:19:\"require_social_info\";i:0;s:23:\"display_social_info_for\";i:0;s:21:\"display_gallery_field\";i:1;s:13:\"gallery_label\";s:12:\"Select Files\";s:19:\"require_gallery_img\";i:0;s:23:\"max_gallery_image_limit\";s:1:\"5\";s:32:\"max_gallery_upload_size_per_file\";s:1:\"0\";s:23:\"max_gallery_upload_size\";s:1:\"2\";s:19:\"display_glr_img_for\";i:0;s:19:\"display_video_field\";i:1;s:11:\"video_label\";s:9:\"Video Url\";s:17:\"video_placeholder\";s:26:\"Only YouTube & Vimeo URLs.\";s:13:\"require_video\";i:0;s:17:\"display_video_for\";i:0;s:23:\"listing_terms_condition\";i:1;s:11:\"terms_label\";s:16:\"I agree with all\";s:16:\"terms_label_link\";s:18:\"terms & conditions\";s:24:\"require_terms_conditions\";i:1;s:15:\"listing_privacy\";i:1;s:13:\"privacy_label\";s:14:\"I agree to the\";s:18:\"privacy_label_link\";s:16:\"Privacy & Policy\";s:15:\"require_privacy\";i:1;s:14:\"guest_listings\";i:0;s:11:\"guest_email\";s:10:\"Your Email\";s:23:\"guest_email_placeholder\";s:17:\"example@gmail.com\";s:14:\"preview_enable\";i:1;s:12:\"submit_label\";s:14:\"Save & Preview\";s:18:\"select_listing_map\";s:10:\"openstreet\";s:11:\"map_api_key\";N;s:19:\"country_restriction\";i:0;s:20:\"restricted_countries\";a:0:{}s:16:\"default_latitude\";s:10:\"40.7127753\";s:17:\"default_longitude\";s:11:\"-74.0059728\";s:14:\"map_zoom_level\";s:2:\"16\";s:19:\"map_view_zoom_level\";s:1:\"1\";s:19:\"listings_map_height\";s:3:\"350\";s:16:\"display_map_info\";s:0:\"\";s:17:\"display_image_map\";i:1;s:17:\"display_title_map\";i:1;s:19:\"display_address_map\";i:1;s:21:\"display_direction_map\";i:1;s:14:\"my_listing_tab\";s:0:\"\";s:19:\"my_listing_tab_text\";s:10:\"My Listing\";s:24:\"user_listings_pagination\";i:1;s:22:\"user_listings_per_page\";s:1:\"9\";s:14:\"my_profile_tab\";s:0:\"\";s:19:\"my_profile_tab_text\";s:10:\"My Profile\";s:16:\"fav_listings_tab\";s:0:\"\";s:21:\"fav_listings_tab_text\";s:17:\"Favorite Listings\";s:21:\"submit_listing_button\";s:0:\"\";s:12:\"search_title\";b:0;s:15:\"search_subtitle\";b:0;s:13:\"search_border\";i:1;s:17:\"search_tsc_fields\";a:3:{i:0;s:11:\"search_text\";i:1;s:15:\"search_category\";i:2;s:15:\"search_location\";}s:23:\"search_location_address\";s:7:\"map_api\";s:19:\"require_search_text\";i:0;s:23:\"require_search_category\";i:0;s:23:\"require_search_location\";i:0;s:18:\"search_placeholder\";s:25:\"What are you looking for?\";s:27:\"search_category_placeholder\";s:17:\"Select a category\";s:27:\"search_location_placeholder\";s:8:\"location\";s:18:\"search_more_filter\";i:1;s:23:\"search_more_filter_icon\";i:1;s:13:\"search_button\";i:1;s:18:\"search_button_icon\";i:1;s:19:\"home_display_filter\";s:7:\"sliding\";s:26:\"search_more_filters_fields\";a:6:{i:0;s:12:\"search_price\";i:1;s:18:\"search_price_range\";i:2;s:13:\"search_rating\";i:3;s:10:\"search_tag\";i:4;s:20:\"search_custom_fields\";i:5;s:13:\"radius_search\";}s:14:\"search_filters\";a:2:{i:0;s:20:\"search_reset_filters\";i:1;s:20:\"search_apply_filters\";}s:30:\"search_default_radius_distance\";s:1:\"0\";s:19:\"search_listing_text\";s:14:\"Search Listing\";s:19:\"search_more_filters\";s:12:\"More Filters\";s:17:\"search_reset_text\";s:13:\"Reset Filters\";s:19:\"search_apply_filter\";s:13:\"Apply Filters\";s:21:\"show_popular_category\";s:1:\"0\";s:14:\"show_connector\";s:1:\"0\";s:16:\"connectors_title\";s:2:\"Or\";s:17:\"popular_cat_title\";s:28:\"Browse by popular categories\";s:15:\"popular_cat_num\";s:2:\"10\";s:14:\"search_home_bg\";N;s:13:\"search_header\";i:1;s:36:\"search_result_filters_button_display\";i:1;s:32:\"search_result_filter_button_text\";s:7:\"Filters\";s:28:\"search_result_display_filter\";s:7:\"sliding\";s:28:\"search_result_filters_fields\";a:9:{i:0;s:11:\"search_text\";i:1;s:15:\"search_category\";i:2;s:15:\"search_location\";i:3;s:12:\"search_price\";i:4;s:18:\"search_price_range\";i:5;s:13:\"search_rating\";i:6;s:10:\"search_tag\";i:7;s:20:\"search_custom_fields\";i:8;s:13:\"radius_search\";}s:24:\"sresult_location_address\";s:7:\"map_api\";s:31:\"sresult_default_radius_distance\";s:1:\"0\";s:28:\"search_result_filters_button\";a:2:{i:0;s:12:\"reset_button\";i:1;s:12:\"apply_button\";}s:18:\"sresult_reset_text\";s:13:\"Reset Filters\";s:18:\"sresult_apply_text\";s:13:\"Apply Filters\";s:37:\"search_result_search_text_placeholder\";s:25:\"What are you looking for?\";s:34:\"search_result_category_placeholder\";s:17:\"Select a category\";s:34:\"search_result_location_placeholder\";s:17:\"Select a location\";s:14:\"search_view_as\";i:1;s:18:\"search_viewas_text\";s:7:\"View As\";s:20:\"search_view_as_items\";a:3:{i:0;s:13:\"listings_grid\";i:1;s:13:\"listings_list\";i:2;s:12:\"listings_map\";}s:14:\"search_sort_by\";i:1;s:18:\"search_sortby_text\";s:7:\"Sort By\";s:20:\"search_sort_by_items\";a:8:{i:0;s:3:\"a_z\";i:1;s:3:\"z_a\";i:2;s:6:\"latest\";i:3;s:6:\"oldest\";i:4;s:7:\"popular\";i:5;s:14:\"price_low_high\";i:6;s:14:\"price_high_low\";i:7;s:6:\"random\";}s:23:\"search_order_listing_by\";s:4:\"date\";s:22:\"search_sort_listing_by\";s:4:\"desc\";s:22:\"search_listing_columns\";s:1:\"3\";s:23:\"paginate_search_results\";i:1;s:16:\"search_posts_num\";i:6;s:18:\"radius_search_unit\";s:5:\"miles\";s:17:\"shortcode-updated\";N;s:16:\"add_listing_page\";i:379;s:16:\"all_listing_page\";i:380;s:19:\"single_listing_page\";b:0;s:14:\"user_dashboard\";i:385;s:19:\"author_profile_page\";i:384;s:19:\"all_categories_page\";i:388;s:20:\"single_category_page\";i:381;s:18:\"all_locations_page\";i:389;s:20:\"single_location_page\";i:382;s:15:\"single_tag_page\";i:383;s:19:\"custom_registration\";i:386;s:10:\"user_login\";i:387;s:14:\"search_listing\";i:377;s:18:\"search_result_page\";i:378;s:13:\"checkout_page\";s:0:\"\";s:20:\"payment_receipt_page\";s:0:\"\";s:24:\"transaction_failure_page\";s:0:\"\";s:14:\"privacy_policy\";s:0:\"\";s:16:\"terms_conditions\";s:0:\"\";s:16:\"atbdp_enable_seo\";i:1;s:27:\"add_listing_page_meta_title\";N;s:26:\"add_listing_page_meta_desc\";N;s:22:\"all_listing_meta_title\";N;s:21:\"all_listing_meta_desc\";N;s:20:\"dashboard_meta_title\";N;s:19:\"dashboard_meta_desc\";N;s:25:\"author_profile_meta_title\";N;s:21:\"author_page_meta_desc\";N;s:19:\"category_meta_title\";N;s:18:\"category_meta_desc\";N;s:26:\"single_category_meta_title\";N;s:25:\"single_category_meta_desc\";N;s:24:\"all_locations_meta_title\";N;s:23:\"all_locations_meta_desc\";N;s:27:\"single_locations_meta_title\";N;s:26:\"single_locations_meta_desc\";N;s:23:\"registration_meta_title\";N;s:22:\"registration_meta_desc\";N;s:16:\"login_meta_title\";N;s:15:\"login_meta_desc\";N;s:19:\"homepage_meta_title\";N;s:18:\"homepage_meta_desc\";N;s:28:\"meta_title_for_search_result\";s:14:\"searched_value\";s:24:\"search_result_meta_title\";N;s:23:\"search_result_meta_desc\";N;s:15:\"g_currency_note\";N;s:10:\"g_currency\";s:3:\"USD\";s:20:\"g_thousand_separator\";s:1:\",\";s:13:\"allow_decimal\";i:1;s:19:\"g_decimal_separator\";s:1:\".\";s:19:\"g_currency_position\";s:6:\"before\";s:21:\"display_categories_as\";s:4:\"grid\";s:24:\"categories_column_number\";s:1:\"4\";s:23:\"categories_depth_number\";s:1:\"2\";s:17:\"order_category_by\";s:2:\"id\";s:16:\"sort_category_by\";s:3:\"asc\";s:21:\"display_listing_count\";i:1;s:21:\"hide_empty_categories\";i:0;s:20:\"display_locations_as\";s:4:\"grid\";s:23:\"locations_column_number\";s:1:\"4\";s:22:\"locations_depth_number\";s:1:\"2\";s:17:\"order_location_by\";s:2:\"id\";s:16:\"sort_location_by\";s:3:\"asc\";s:30:\"display_location_listing_count\";i:1;s:20:\"hide_empty_locations\";i:0;s:19:\"extension_promotion\";N;s:26:\"disable_email_notification\";s:0:\"\";s:15:\"email_from_name\";s:32:\"Advancing Black Entrepreneurship\";s:16:\"email_from_email\";s:23:\"ekow@esselwebdesign.com\";s:17:\"admin_email_lists\";s:23:\"ekow@esselwebdesign.com\";s:12:\"notify_admin\";a:8:{i:0;s:13:\"order_created\";i:1;s:15:\"order_completed\";i:2;s:17:\"listing_submitted\";i:3;s:16:\"payment_received\";i:4;s:17:\"listing_published\";i:5;s:15:\"listing_deleted\";i:6;s:20:\"listing_contact_form\";i:7;s:14:\"listing_review\";}s:11:\"notify_user\";a:12:{i:0;s:13:\"order_created\";i:1;s:17:\"listing_submitted\";i:2;s:16:\"payment_received\";i:3;s:17:\"listing_published\";i:4;s:17:\"listing_to_expire\";i:5;s:15:\"listing_expired\";i:6;s:15:\"remind_to_renew\";i:7;s:15:\"listing_renewed\";i:8;s:15:\"order_completed\";i:9;s:14:\"listing_edited\";i:10;s:15:\"listing_deleted\";i:11;s:20:\"listing_contact_form\";}s:18:\"allow_email_header\";i:1;s:18:\"email_header_color\";s:7:\"#8569fb\";s:22:\"email_placeholder_info\";N;s:21:\"email_sub_new_listing\";s:54:\"[==SITE_NAME==] : Listing \"==LISTING_TITLE==\" Received\";s:22:\"email_tmpl_new_listing\";s:232:\"\r\nDear ==NAME==,\r\n\r\nThis email is to notify you that your listing \'==LISTING_TITLE==\' has been received and it is under review now.\r\nIt may take up to 24 hours to complete the review.\r\n\r\nThanks,\r\nThe Administrator of ==SITE_NAME==\r\n\";s:21:\"email_sub_pub_listing\";s:55:\"[==SITE_NAME==] : Listing \"==LISTING_TITLE==\" published\";s:22:\"email_tmpl_pub_listing\";s:193:\"\r\nDear ==NAME==,\r\nCongratulations! Your listing \'==LISTING_TITLE==\' has been approved/published. Now it is publicly available at ==LISTING_URL==\r\n\r\nThanks,\r\nThe Administrator of ==SITE_NAME==\r\n\";s:22:\"email_sub_edit_listing\";s:52:\"[==SITE_NAME==] : Listing \"==LISTING_TITLE==\" Edited\";s:23:\"email_tmpl_edit_listing\";s:177:\"\r\nDear ==NAME==,\r\nCongratulations! Your listing \'==LISTING_TITLE==\' has been edited. It is publicly available at ==LISTING_URL==\r\n\r\nThanks,\r\nThe Administrator of ==SITE_NAME==\r\n\";s:27:\"email_sub_to_expire_listing\";s:70:\"[==SITE_NAME==] : Your Listing \"==LISTING_TITLE==\" is about to expire.\";s:28:\"email_tmpl_to_expire_listing\";s:195:\"\r\nDear ==NAME==,\r\nYour listing \'==LISTING_TITLE==\' is about to expire. It will expire on ==EXPIRATION_DATE==. You can renew it at ==RENEWAL_LINK==\r\n\r\nThanks,\r\nThe Administrator of ==SITE_NAME==\r\n\";s:25:\"email_sub_expired_listing\";s:63:\"[==SITE_NAME==] : Your Listing \'==LISTING_TITLE==\' has expired.\";s:26:\"email_tmpl_expired_listing\";s:172:\"\r\nDear ==NAME==,\r\nYour listing \'==LISTING_TITLE==\' has expired on ==EXPIRATION_DATE==. You can renew it at ==RENEWAL_LINK==\r\n\r\nThanks,\r\nThe Administrator of ==SITE_NAME==\r\n\";s:28:\"email_sub_to_renewal_listing\";s:70:\"[==SITE_NAME==] : A Reminder to Renew your listing \"==LISTING_TITLE==\"\";s:29:\"email_tmpl_to_renewal_listing\";s:328:\"\r\nDear ==NAME==,\r\n\r\nWe have noticed that you might have forgot to renew your listing \'==LISTING_TITLE==\' at ==SITE_LINK==. We would like to remind you that it expired on ==EXPIRATION_DATE==. But please don\'t worry.  You can still renew it by clicking this link: ==RENEWAL_LINK==.\r\n\r\nThanks,\r\nThe Administrator of ==SITE_NAME==\r\n\";s:25:\"email_sub_renewed_listing\";s:62:\"[==SITE_NAME==] : Your Listing \"==LISTING_TITLE==\" Has Renewed\";s:26:\"email_tmpl_renewed_listing\";s:252:\"\r\nDear ==NAME==,\r\n\r\nCongratulations!\r\nYour listing \'==LISTING_LINK==\' with the ID #==LISTING_ID== has been renewed successfully at ==SITE_LINK==.\r\nYour listing is now publicly viewable at ==LISTING_URL==\r\n\r\nThanks,\r\nThe Administrator of ==SITE_NAME==\r\n\";s:25:\"email_sub_deleted_listing\";s:67:\"[==SITE_NAME==] : Your Listing \"==LISTING_TITLE==\" Has Been Deleted\";s:26:\"email_tmpl_deleted_listing\";s:176:\"\r\nDear ==NAME==,\r\n\r\nYour listing \'==LISTING_LINK==\' with the ID #==LISTING_ID== has been deleted successfully at ==SITE_LINK==.\r\n\r\nThanks,\r\nThe Administrator of ==SITE_NAME==\r\n\";s:19:\"email_sub_new_order\";s:54:\"[==SITE_NAME==] : Your Order (#==ORDER_ID==) Received.\";s:20:\"email_tmpl_new_order\";s:426:\"\r\nDear ==NAME==,\r\n\r\nThank you very much for your order.\r\nThis email is to notify you that your order (#==ORDER_ID==) has been received. You can check your order details and progress by clicking the link below.\r\n\r\nOrder Details Page: ==ORDER_RECEIPT_URL==\r\n\r\nYour order summery:\r\n==ORDER_DETAILS==\r\n\r\n\r\nNB. You need to be logged in your account to access the order details page.\r\n\r\nThanks,\r\nThe Administrator of ==SITE_NAME==\r\n\";s:27:\"email_sub_offline_new_order\";s:54:\"[==SITE_NAME==] : Your Order (#==ORDER_ID==) Received.\";s:28:\"email_tmpl_offline_new_order\";s:431:\"\r\nDear ==NAME==,\r\n\r\nThank you very much for your order.\r\nThis email is to notify you that your order (#==ORDER_ID==) has been received.\r\n\r\n\r\n\r\nYou can check your order details and progress by clicking the link below.\r\nOrder Details Page: ==ORDER_RECEIPT_URL==\r\n\r\nYour order summery:\r\n==ORDER_DETAILS==\r\n\r\n\r\nNB. You need to be logged in your account to access the order details page.\r\n\r\nThanks,\r\nThe Administrator of ==SITE_NAME==\r\n\";s:25:\"email_sub_completed_order\";s:69:\"[==SITE_NAME==] : Congratulation! Your Order #==ORDER_ID== Completed.\";s:26:\"email_tmpl_completed_order\";s:392:\"\r\nDear ==NAME==,\r\n\r\nCongratulation! This email is to notify you that your order #==ORDER_ID== has been completed.\r\n\r\nYou can check your order details by clicking the link below.\r\nOrder Details Page: ==ORDER_RECEIPT_URL==\r\n\r\nYour order summery:\r\n==ORDER_DETAILS==\r\n\r\n\r\nNB. You need to be logged in your account to access the order details page.\r\n\r\nThanks,\r\nThe Administrator of ==SITE_NAME==\r\n\";s:31:\"email_sub_listing_contact_email\";s:43:\"==SITE_NAME== Contact via ==LISTING_TITLE==\";s:32:\"email_tmpl_listing_contact_email\";s:221:\"\r\nDear ==NAME==,\r\n\r\nYou have received a message from your listing at ==LISTING_URL==.\r\n\r\nName: ==SENDER_NAME==\r\nEmail: ==SENDER_EMAIL==\r\nMessage: ==MESSAGE==\r\nTime: ==NOW==\r\n\r\nThanks,\r\nThe Administrator of ==SITE_NAME==\r\n\";s:35:\"email_sub_registration_confirmation\";s:26:\"Registration Confirmation!\";s:36:\"email_tmpl_registration_confirmation\";s:258:\"\r\nHi ==USERNAME==,\r\n\r\nThanks for creating an account on <b>==SITE_NAME==</b>. Your username is <b>==USERNAME==</b>. You can access your account area to view listings, change your password, and more at: ==DASHBOARD_LINK==\r\n\r\nWe look forward to seeing you soon\";s:12:\"reg_username\";s:8:\"Username\";s:20:\"display_password_reg\";i:1;s:12:\"reg_password\";s:8:\"Password\";s:20:\"require_password_reg\";i:1;s:9:\"reg_email\";s:5:\"Email\";s:19:\"display_website_reg\";i:0;s:11:\"reg_website\";s:7:\"Website\";s:19:\"require_website_reg\";i:0;s:17:\"display_fname_reg\";i:0;s:9:\"reg_fname\";s:10:\"First Name\";s:17:\"require_fname_reg\";i:0;s:17:\"display_lname_reg\";i:0;s:9:\"reg_lname\";s:9:\"Last Name\";s:17:\"require_lname_reg\";i:0;s:15:\"display_bio_reg\";i:0;s:7:\"reg_bio\";s:9:\"About/bio\";s:15:\"require_bio_reg\";i:0;s:20:\"registration_privacy\";i:1;s:26:\"registration_privacy_label\";s:14:\"I agree to the\";s:31:\"registration_privacy_label_link\";s:16:\"Privacy & Policy\";s:20:\"regi_terms_condition\";i:1;s:16:\"regi_terms_label\";s:16:\"I agree with all\";s:21:\"regi_terms_label_link\";s:18:\"terms & conditions\";s:10:\"reg_signup\";s:7:\"Sign Up\";s:13:\"display_login\";i:1;s:10:\"login_text\";s:37:\"Already have an account? Please login\";s:14:\"log_linkingmsg\";s:4:\"Here\";s:10:\"auto_login\";i:0;s:21:\"redirection_after_reg\";b:0;s:12:\"log_username\";s:25:\"Username or Email Address\";s:12:\"log_password\";s:8:\"Password\";s:18:\"display_rememberme\";i:1;s:14:\"log_rememberme\";s:11:\"Remember Me\";s:10:\"log_button\";s:6:\"Log In\";s:14:\"display_signup\";i:1;s:8:\"reg_text\";s:22:\"Don\'t have an account?\";s:11:\"reg_linktxt\";s:7:\"Sign Up\";s:15:\"display_recpass\";i:1;s:12:\"recpass_text\";s:16:\"Recover Password\";s:12:\"recpass_desc\";s:112:\"Lost your password? Please enter your email address. You will receive a link to create a new password via email.\";s:16:\"recpass_username\";s:6:\"E-mail\";s:19:\"recpass_placeholder\";s:20:\"eg. mail@example.com\";s:14:\"recpass_button\";s:16:\"Get New Password\";s:23:\"redirection_after_login\";b:0;s:11:\"button_type\";N;s:15:\"primary_example\";s:68:\"https://directorist.com/wp-content/uploads/2020/02/solid-primary.png\";s:13:\"primary_color\";s:7:\"#ffffff\";s:19:\"primary_hover_color\";s:7:\"#ffffff\";s:18:\"back_primary_color\";s:7:\"#444752\";s:24:\"back_primary_hover_color\";s:7:\"#222222\";s:20:\"border_primary_color\";s:7:\"#444752\";s:26:\"border_primary_hover_color\";s:7:\"#222222\";s:17:\"secondary_example\";s:70:\"https://directorist.com/wp-content/uploads/2020/02/solid-secondary.png\";s:15:\"secondary_color\";s:4:\"#fff\";s:21:\"secondary_hover_color\";s:4:\"#fff\";s:20:\"back_secondary_color\";s:7:\"#122069\";s:26:\"back_secondary_hover_color\";s:7:\"#131469\";s:22:\"secondary_border_color\";s:7:\"#131469\";s:28:\"secondary_border_hover_color\";s:7:\"#131469\";s:14:\"danger_example\";s:67:\"https://directorist.com/wp-content/uploads/2020/02/solid-danger.png\";s:12:\"danger_color\";s:4:\"#fff\";s:18:\"danger_hover_color\";s:4:\"#fff\";s:17:\"back_danger_color\";s:7:\"#e23636\";s:23:\"back_danger_hover_color\";s:7:\"#c5001e\";s:19:\"danger_border_color\";s:7:\"#e23636\";s:25:\"danger_border_hover_color\";s:7:\"#c5001e\";s:15:\"success_example\";s:68:\"https://directorist.com/wp-content/uploads/2020/02/solid-success.png\";s:13:\"success_color\";s:4:\"#fff\";s:19:\"success_hover_color\";s:4:\"#fff\";s:18:\"back_success_color\";s:7:\"#32cc6f\";s:24:\"back_success_hover_color\";s:7:\"#2ba251\";s:20:\"border_success_color\";s:7:\"#32cc6f\";s:26:\"border_success_hover_color\";s:7:\"#2ba251\";s:14:\"priout_example\";s:70:\"https://directorist.com/wp-content/uploads/2020/02/outline-primary.png\";s:12:\"priout_color\";s:7:\"#444752\";s:18:\"priout_hover_color\";s:7:\"#444752\";s:17:\"back_priout_color\";s:4:\"#fff\";s:23:\"back_priout_hover_color\";s:4:\"#fff\";s:19:\"border_priout_color\";s:7:\"#444752\";s:25:\"border_priout_hover_color\";s:7:\"#9299b8\";s:19:\"prioutlight_example\";s:76:\"https://directorist.com/wp-content/uploads/2020/02/outline-primary-light.png\";s:17:\"prioutlight_color\";s:7:\"#444752\";s:23:\"prioutlight_hover_color\";s:7:\"#ffffff\";s:22:\"back_prioutlight_color\";s:4:\"#fff\";s:28:\"back_prioutlight_hover_color\";s:7:\"#444752\";s:24:\"border_prioutlight_color\";s:7:\"#e3e6ef\";s:30:\"border_prioutlight_hover_color\";s:7:\"#444752\";s:14:\"danout_example\";s:69:\"https://directorist.com/wp-content/uploads/2020/02/outline-danger.png\";s:12:\"danout_color\";s:7:\"#e23636\";s:18:\"danout_hover_color\";s:4:\"#fff\";s:17:\"back_danout_color\";s:4:\"#fff\";s:23:\"back_danout_hover_color\";s:7:\"#e23636\";s:19:\"border_danout_color\";s:7:\"#e23636\";s:25:\"border_danout_hover_color\";s:7:\"#e23636\";s:15:\"open_back_color\";s:7:\"#32cc6f\";s:17:\"closed_back_color\";s:7:\"#e23636\";s:19:\"featured_back_color\";s:7:\"#fa8b0c\";s:18:\"popular_back_color\";s:7:\"#f51957\";s:14:\"new_back_color\";s:7:\"#122069\";s:18:\"marker_shape_color\";s:7:\"#444752\";s:17:\"marker_icon_color\";s:7:\"#444752\";s:23:\"primary_dark_back_color\";s:7:\"#444752\";s:25:\"primary_dark_border_color\";s:7:\"#444752\";s:21:\"single_temp_max_width\";s:4:\"1080\";s:23:\"single_temp_padding_top\";s:2:\"30\";s:26:\"single_temp_padding_bottom\";s:2:\"50\";s:24:\"single_temp_padding_left\";s:1:\"4\";s:25:\"single_temp_padding_right\";s:1:\"4\";s:22:\"single_temp_margin_top\";s:1:\"4\";s:25:\"single_temp_margin_bottom\";s:2:\"50\";s:23:\"single_temp_margin_left\";s:1:\"4\";s:24:\"single_temp_margin_right\";s:1:\"4\";s:15:\"announcement_to\";s:8:\"all_user\";s:22:\"announcement_recepents\";a:0:{}s:20:\"announcement_subject\";N;s:20:\"announcement_message\";N;s:23:\"announcement_expiration\";i:3;s:26:\"announcement_send_to_email\";b:1;s:19:\"announcement_submit\";b:1;s:10:\"csv_import\";N;s:19:\"enable_monetization\";s:0:\"\";s:23:\"enable_featured_listing\";s:0:\"\";s:22:\"featured_listing_title\";s:8:\"Featured\";s:21:\"featured_listing_desc\";s:102:\"(Top of the search result and listings pages for a number days and it requires an additional payment.)\";s:22:\"featured_listing_price\";d:19.989999999999998436805981327779591083526611328125;s:21:\"featured_listing_time\";s:2:\"30\";s:22:\"monetization_promotion\";N;s:24:\"paypal_gateway_promotion\";N;s:17:\"gateway_test_mode\";i:1;s:15:\"active_gateways\";a:1:{i:0;s:13:\"bank_transfer\";}s:15:\"default_gateway\";s:13:\"bank_transfer\";s:21:\"payment_currency_note\";N;s:16:\"payment_currency\";s:3:\"USD\";s:26:\"payment_thousand_separator\";s:1:\",\";s:25:\"payment_decimal_separator\";s:1:\".\";s:25:\"payment_currency_position\";s:6:\"before\";s:20:\"offline_payment_note\";N;s:19:\"bank_transfer_title\";s:13:\"Bank Transfer\";s:25:\"bank_transfer_description\";s:215:\"You can make your payment directly to our bank account using this gateway. Please use your ORDER ID as a reference when making the payment. We will complete your order as soon as your deposit is cleared in our bank.\";s:25:\"bank_transfer_instruction\";s:404:\"Please make your payment directly to our bank account and use your ORDER ID (#==ORDER_ID==) as a Reference. Our bank account information is given below.\r\n\r\nAccount details :\r\n\r\nAccount Name : [Enter your Account Name]\r\nAccount Number : [Enter your Account Number]\r\nBank Name : [Enter your Bank Name]\r\n\r\nPlease remember that your order may be canceled if you do not make your payment within next 72 hours.\";s:16:\"enable_uninstall\";i:0;s:0:\"\";N;s:23:\"atbdp_default_derectory\";i:47;s:32:\"sanitized_builder_data_structure\";b:1;}','yes'),(1335,'widget_bdpl_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1336,'widget_bdvd_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1337,'widget_bdco_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1338,'widget_bdsb_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1339,'widget_bdlf_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1340,'widget_bdcw_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1341,'widget_bdlw_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1342,'widget_bdtw_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1343,'widget_bdsw_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1344,'widget_bdmw_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1345,'widget_bdamw_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1346,'widget_bdsl_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1347,'widget_bdsi_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1348,'widget_bdfl_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1349,'atbdp_meta_version','1','yes'),(1350,'atbdp_pages_version','1','yes'),(1355,'directorist_setup_wizard_completed','1','yes'),(1356,'_transient_atbdp_listings_query-transient-version','1618454839','yes'),(1365,'_transient_atbdp_listings_12545eb9e6c85857dc691259901a762f','a:2:{s:7:\"version\";s:10:\"1614218229\";s:5:\"value\";a:0:{}}','yes'),(1366,'_transient_atbdp_custom_field_query-transient-version','1606686763','yes'),(1367,'_transient_atbdp_custom_field_ids_acd38c7ad3ecd2f568cacee4d0005856','a:2:{s:7:\"version\";s:10:\"1606686763\";s:5:\"value\";a:0:{}}','yes'),(1368,'_transient_atbdp_custom_fields_b3e9acd774194e591b63976c453391b8','a:2:{s:7:\"version\";s:10:\"1606686763\";s:5:\"value\";a:0:{}}','yes'),(1369,'_transient_atbdp_listings_2b4c53bb9de3f9b08d4e68904c2046bf','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:1:{i:0;i:390;}}','yes'),(1370,'_transient_atbdp_listings_170832c0dc3485fb7e2a63bf9bcc9bfa','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:9:{i:0;i:838;i:1;i:836;i:2;i:830;i:3;i:828;i:4;i:398;i:5;i:397;i:6;i:396;i:7;i:393;i:8;i:391;}}','yes'),(1376,'at_biz_dir-location_children','a:0:{}','yes'),(1380,'cn_category_children','a:0:{}','yes'),(1381,'connections_category','a:1:{s:7:\"default\";i:1;}','yes'),(1382,'connections_options','a:3:{s:7:\"version\";s:4:\"9.17\";s:10:\"db_version\";s:3:\"0.6\";s:8:\"settings\";a:2:{s:8:\"template\";a:2:{s:12:\"defaults_set\";b:1;s:6:\"active\";a:6:{s:3:\"all\";a:1:{s:4:\"slug\";s:4:\"card\";}s:10:\"individual\";a:1:{s:4:\"slug\";s:4:\"card\";}s:12:\"organization\";a:1:{s:4:\"slug\";s:4:\"card\";}s:6:\"family\";a:1:{s:4:\"slug\";s:4:\"card\";}s:11:\"anniversary\";a:1:{s:4:\"slug\";s:17:\"anniversary-light\";}s:8:\"birthday\";a:1:{s:4:\"slug\";s:14:\"birthday-light\";}}}s:5:\"roles\";a:1:{s:12:\"defaults_set\";b:1;}}}','yes'),(1384,'connections_template_card','a:2:{s:4:\"card\";a:38:{s:10:\"show_title\";b:1;s:8:\"show_org\";b:1;s:9:\"show_dept\";b:1;s:17:\"show_contact_name\";b:1;s:11:\"show_family\";b:1;s:14:\"show_addresses\";b:1;s:18:\"show_phone_numbers\";b:1;s:10:\"show_email\";b:1;s:7:\"show_im\";b:1;s:17:\"show_social_media\";b:1;s:10:\"show_links\";b:1;s:10:\"show_dates\";b:1;s:8:\"show_bio\";b:0;s:10:\"show_notes\";b:0;s:15:\"show_categories\";b:1;s:17:\"show_last_updated\";b:1;s:18:\"show_return_to_top\";b:1;s:10:\"image_type\";s:5:\"photo\";s:11:\"image_width\";N;s:12:\"image_height\";N;s:15:\"image_crop_mode\";s:1:\"1\";s:14:\"image_fallback\";b:0;s:21:\"image_fallback_string\";s:18:\"No Image Available\";s:11:\"name_format\";s:0:\"\";s:19:\"contact_name_format\";s:0:\"\";s:14:\"address_format\";s:0:\"\";s:13:\"address_types\";s:0:\"\";s:12:\"phone_format\";s:0:\"\";s:11:\"phone_types\";s:0:\"\";s:12:\"email_format\";s:0:\"\";s:11:\"email_types\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:10:\"date_types\";s:0:\"\";s:11:\"link_format\";s:0:\"\";s:10:\"link_types\";s:0:\"\";s:12:\"border_width\";i:1;s:12:\"border_color\";s:7:\"#E3E3E3\";s:13:\"border_radius\";i:4;}s:6:\"single\";a:35:{s:10:\"show_title\";b:1;s:8:\"show_org\";b:1;s:9:\"show_dept\";b:1;s:17:\"show_contact_name\";b:1;s:11:\"show_family\";b:1;s:14:\"show_addresses\";b:1;s:18:\"show_phone_numbers\";b:1;s:10:\"show_email\";b:1;s:7:\"show_im\";b:1;s:17:\"show_social_media\";b:1;s:10:\"show_links\";b:1;s:10:\"show_dates\";b:1;s:8:\"show_bio\";b:1;s:10:\"show_notes\";b:0;s:15:\"show_categories\";b:1;s:17:\"show_last_updated\";b:1;s:18:\"show_return_to_top\";b:0;s:10:\"image_type\";s:5:\"photo\";s:11:\"image_width\";N;s:12:\"image_height\";N;s:15:\"image_crop_mode\";s:1:\"1\";s:14:\"image_fallback\";b:0;s:21:\"image_fallback_string\";s:18:\"No Image Available\";s:11:\"name_format\";s:0:\"\";s:19:\"contact_name_format\";s:0:\"\";s:14:\"address_format\";s:0:\"\";s:13:\"address_types\";s:0:\"\";s:12:\"phone_format\";s:0:\"\";s:11:\"phone_types\";s:0:\"\";s:12:\"email_format\";s:0:\"\";s:11:\"email_types\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:10:\"date_types\";s:0:\"\";s:11:\"link_format\";s:0:\"\";s:10:\"link_types\";s:0:\"\";}}','yes'),(1385,'connections_template_profile','a:2:{s:4:\"card\";a:15:{s:10:\"show_title\";b:1;s:8:\"show_org\";b:1;s:9:\"show_dept\";b:1;s:15:\"show_categories\";b:0;s:17:\"show_last_updated\";b:0;s:10:\"image_type\";s:5:\"photo\";s:11:\"image_width\";N;s:12:\"image_height\";N;s:15:\"image_crop_mode\";s:1:\"1\";s:14:\"image_fallback\";b:0;s:21:\"image_fallback_string\";s:18:\"No Image Available\";s:11:\"name_format\";s:0:\"\";s:12:\"border_width\";i:1;s:12:\"border_color\";s:7:\"#E3E3E3\";s:13:\"border_radius\";i:4;}s:6:\"single\";a:34:{s:10:\"show_title\";b:1;s:8:\"show_org\";b:1;s:9:\"show_dept\";b:1;s:17:\"show_contact_name\";b:1;s:11:\"show_family\";b:1;s:14:\"show_addresses\";b:1;s:18:\"show_phone_numbers\";b:1;s:10:\"show_email\";b:1;s:7:\"show_im\";b:1;s:17:\"show_social_media\";b:1;s:10:\"show_links\";b:1;s:10:\"show_dates\";b:1;s:8:\"show_bio\";b:1;s:10:\"show_notes\";b:0;s:15:\"show_categories\";b:1;s:17:\"show_last_updated\";b:1;s:10:\"image_type\";s:5:\"photo\";s:11:\"image_width\";N;s:12:\"image_height\";N;s:15:\"image_crop_mode\";s:1:\"1\";s:14:\"image_fallback\";b:0;s:21:\"image_fallback_string\";s:18:\"No Image Available\";s:11:\"name_format\";s:0:\"\";s:19:\"contact_name_format\";s:0:\"\";s:14:\"address_format\";s:0:\"\";s:13:\"address_types\";s:0:\"\";s:12:\"phone_format\";s:0:\"\";s:11:\"phone_types\";s:0:\"\";s:12:\"email_format\";s:0:\"\";s:11:\"email_types\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:10:\"date_types\";s:0:\"\";s:11:\"link_format\";s:0:\"\";s:10:\"link_types\";s:0:\"\";}}','yes'),(1386,'connections_display_results','a:5:{s:14:\"search_message\";i:1;s:8:\"cat_desc\";i:0;s:5:\"index\";i:0;s:12:\"index_repeat\";i:0;s:22:\"show_current_character\";i:0;}','yes'),(1387,'connections_permalink','a:11:{s:14:\"character_base\";s:4:\"char\";s:13:\"category_base\";s:3:\"cat\";s:12:\"country_base\";s:7:\"country\";s:11:\"region_base\";s:6:\"region\";s:13:\"locality_base\";s:8:\"locality\";s:16:\"postal_code_base\";s:11:\"postal-code\";s:11:\"county_base\";s:6:\"county\";s:13:\"district_base\";s:8:\"district\";s:17:\"organization_base\";s:12:\"organization\";s:15:\"department_base\";s:10:\"department\";s:9:\"name_base\";s:4:\"name\";}','yes'),(1388,'connections_home_page','a:1:{s:7:\"page_id\";s:0:\"\";}','yes'),(1389,'connections_visibility','a:2:{s:21:\"allow_public_override\";i:0;s:22:\"allow_private_override\";i:0;}','yes'),(1390,'connections_debug','a:1:{s:14:\"debug_messages\";i:0;}','yes'),(1391,'connections_cpt','a:2:{s:7:\"enabled\";i:0;s:9:\"supported\";a:0:{}}','yes'),(1392,'connections_link','a:10:{s:4:\"name\";i:1;s:5:\"phone\";i:0;s:12:\"organization\";i:0;s:10:\"department\";i:0;s:6:\"county\";i:0;s:8:\"district\";i:0;s:8:\"locality\";i:0;s:6:\"region\";i:0;s:11:\"postal_code\";i:0;s:7:\"country\";i:0;}','yes'),(1393,'connections_seo','a:1:{s:10:\"page_title\";i:1;}','yes'),(1394,'connections_seo_meta','a:2:{s:10:\"page_title\";i:1;s:9:\"page_desc\";i:1;}','yes'),(1395,'connections_fieldset-address','a:10:{s:10:\"repeatable\";i:1;s:5:\"count\";i:0;s:13:\"address-types\";a:2:{s:5:\"order\";a:4:{i:0;s:4:\"home\";i:1;s:4:\"work\";i:2;s:6:\"school\";i:3;s:5:\"other\";}s:6:\"active\";a:4:{i:0;s:4:\"home\";i:1;s:4:\"work\";i:2;s:6:\"school\";i:3;s:5:\"other\";}}s:16:\"permit-preferred\";i:1;s:17:\"permit-visibility\";i:1;s:13:\"active-fields\";a:6:{i:0;s:6:\"line_2\";i:1;s:6:\"line_3\";i:2;s:6:\"line_4\";i:3;s:8:\"district\";i:4;s:6:\"county\";i:5;s:7:\"country\";}s:15:\"autofill-region\";i:0;s:16:\"autofill-country\";i:0;s:20:\"autocomplete-country\";i:0;s:11:\"translation\";s:6:\"native\";}','yes'),(1396,'connections_fieldset-date','a:5:{s:10:\"repeatable\";i:1;s:5:\"count\";i:0;s:10:\"date-types\";a:2:{s:5:\"order\";a:10:{i:0;s:11:\"anniversary\";i:1;s:7:\"baptism\";i:2;s:8:\"birthday\";i:3;s:8:\"deceased\";i:4;s:13:\"certification\";i:5;s:10:\"employment\";i:6;s:10:\"membership\";i:7;s:20:\"graduate_high_school\";i:8;s:16:\"graduate_college\";i:9;s:10:\"ordination\";}s:6:\"active\";a:10:{i:0;s:11:\"anniversary\";i:1;s:7:\"baptism\";i:2;s:8:\"birthday\";i:3;s:8:\"deceased\";i:4;s:13:\"certification\";i:5;s:10:\"employment\";i:6;s:10:\"membership\";i:7;s:20:\"graduate_high_school\";i:8;s:16:\"graduate_college\";i:9;s:10:\"ordination\";}}s:16:\"permit-preferred\";i:1;s:17:\"permit-visibility\";i:1;}','yes'),(1397,'connections_fieldset-email','a:5:{s:10:\"repeatable\";i:1;s:5:\"count\";i:0;s:11:\"email-types\";a:2:{s:5:\"order\";a:2:{i:0;s:8:\"personal\";i:1;s:4:\"work\";}s:6:\"active\";a:2:{i:0;s:8:\"personal\";i:1;s:4:\"work\";}}s:16:\"permit-preferred\";i:1;s:17:\"permit-visibility\";i:1;}','yes'),(1398,'connections_fieldset-link','a:10:{s:10:\"repeatable\";i:1;s:5:\"count\";i:0;s:10:\"link-types\";a:2:{s:5:\"order\";a:2:{i:0;s:7:\"website\";i:1;s:4:\"blog\";}s:6:\"active\";a:2:{i:0;s:7:\"website\";i:1;s:4:\"blog\";}}s:16:\"permit-preferred\";i:1;s:17:\"permit-visibility\";i:1;s:14:\"default-target\";s:3:\"new\";s:11:\"follow-link\";s:8:\"nofollow\";s:13:\"permit-target\";i:1;s:13:\"permit-follow\";i:1;s:13:\"permit-assign\";i:1;}','yes'),(1399,'connections_fieldset-messenger','a:5:{s:10:\"repeatable\";i:1;s:5:\"count\";i:0;s:15:\"messenger-types\";a:2:{s:5:\"order\";a:6:{i:0;s:3:\"aim\";i:1;s:5:\"yahoo\";i:2;s:6:\"jabber\";i:3;s:9:\"messenger\";i:4;s:5:\"skype\";i:5;s:3:\"icq\";}s:6:\"active\";a:6:{i:0;s:3:\"aim\";i:1;s:5:\"yahoo\";i:2;s:6:\"jabber\";i:3;s:9:\"messenger\";i:4;s:5:\"skype\";i:5;s:3:\"icq\";}}s:16:\"permit-preferred\";i:1;s:17:\"permit-visibility\";i:1;}','yes'),(1400,'connections_fieldset-phone','a:5:{s:10:\"repeatable\";i:1;s:5:\"count\";i:0;s:11:\"phone-types\";a:2:{s:5:\"order\";a:5:{i:0;s:9:\"homephone\";i:1;s:7:\"homefax\";i:2;s:9:\"cellphone\";i:3;s:9:\"workphone\";i:4;s:7:\"workfax\";}s:6:\"active\";a:5:{i:0;s:9:\"homephone\";i:1;s:7:\"homefax\";i:2;s:9:\"cellphone\";i:3;s:9:\"workphone\";i:4;s:7:\"workfax\";}}s:16:\"permit-preferred\";i:1;s:17:\"permit-visibility\";i:1;}','yes'),(1401,'connections_fieldset-social-networks','a:12:{s:10:\"repeatable\";i:1;s:5:\"count\";i:0;s:5:\"shape\";s:7:\"rounded\";s:12:\"color-scheme\";s:10:\"individual\";s:22:\"background-transparent\";i:0;s:16:\"background-color\";s:7:\"#BEBDBD\";s:22:\"background-color-hover\";s:7:\"#E8E8E8\";s:16:\"foreground-color\";s:7:\"#FFFFFF\";s:22:\"foreground-color-hover\";s:7:\"#FFFFFF\";s:20:\"social-network-types\";a:2:{s:5:\"order\";a:31:{i:0;s:10:\"angieslist\";i:1;s:9:\"delicious\";i:2;s:6:\"cdbaby\";i:3;s:8:\"facebook\";i:4;s:6:\"flickr\";i:5;s:10:\"foursquare\";i:6;s:9:\"goodreads\";i:7;s:10:\"googleplus\";i:8;s:5:\"houzz\";i:9;s:4:\"imdb\";i:10;s:9:\"instagram\";i:11;s:6:\"itunes\";i:12;s:9:\"linked-in\";i:13;s:8:\"mixcloud\";i:14;s:7:\"myspace\";i:15;s:13:\"odnoklassniki\";i:16;s:9:\"pinterest\";i:17;s:7:\"podcast\";i:18;s:12:\"reverbnation\";i:19;s:3:\"rss\";i:20;s:7:\"smugmug\";i:21;s:10:\"soundcloud\";i:22;s:8:\"stitcher\";i:23;s:10:\"technorati\";i:24;s:11:\"tripadvisor\";i:25;s:6:\"tumblr\";i:26;s:7:\"twitter\";i:27;s:5:\"vimeo\";i:28;s:2:\"vk\";i:29;s:4:\"yelp\";i:30;s:7:\"youtube\";}s:6:\"active\";a:31:{i:0;s:10:\"angieslist\";i:1;s:9:\"delicious\";i:2;s:6:\"cdbaby\";i:3;s:8:\"facebook\";i:4;s:6:\"flickr\";i:5;s:10:\"foursquare\";i:6;s:9:\"goodreads\";i:7;s:10:\"googleplus\";i:8;s:5:\"houzz\";i:9;s:4:\"imdb\";i:10;s:9:\"instagram\";i:11;s:6:\"itunes\";i:12;s:9:\"linked-in\";i:13;s:8:\"mixcloud\";i:14;s:7:\"myspace\";i:15;s:13:\"odnoklassniki\";i:16;s:9:\"pinterest\";i:17;s:7:\"podcast\";i:18;s:12:\"reverbnation\";i:19;s:3:\"rss\";i:20;s:7:\"smugmug\";i:21;s:10:\"soundcloud\";i:22;s:8:\"stitcher\";i:23;s:10:\"technorati\";i:24;s:11:\"tripadvisor\";i:25;s:6:\"tumblr\";i:26;s:7:\"twitter\";i:27;s:5:\"vimeo\";i:28;s:2:\"vk\";i:29;s:4:\"yelp\";i:30;s:7:\"youtube\";}}s:16:\"permit-preferred\";i:1;s:17:\"permit-visibility\";i:1;}','yes'),(1402,'connections_entry_actions','a:1:{s:7:\"actions\";a:2:{s:5:\"order\";a:2:{i:0;s:4:\"back\";i:1;s:5:\"vcard\";}s:6:\"active\";a:2:{i:0;s:4:\"back\";i:1;s:5:\"vcard\";}}}','yes'),(1403,'connections_list_actions','a:1:{s:7:\"actions\";i:0;}','yes'),(1404,'connections_display_list','a:1:{s:13:\"content_block\";i:0;}','yes'),(1405,'connections_display_general','a:1:{s:11:\"date_format\";s:6:\"F j, Y\";}','yes'),(1406,'connections_fieldset-publish','a:3:{s:10:\"entry-type\";a:2:{s:5:\"order\";a:3:{i:0;s:10:\"individual\";i:1;s:12:\"organization\";i:2;s:6:\"family\";}s:6:\"active\";a:3:{i:0;s:10:\"individual\";i:1;s:12:\"organization\";i:2;s:6:\"family\";}}s:18:\"default-entry-type\";s:10:\"individual\";s:22:\"default-publish-status\";s:6:\"public\";}','yes'),(1407,'connections_fieldset-name','a:2:{s:22:\"individual-name-fields\";a:6:{i:0;s:6:\"prefix\";i:1;s:6:\"middle\";i:2;s:6:\"suffix\";i:3;s:5:\"title\";i:4;s:12:\"organization\";i:5;s:10:\"department\";}s:24:\"organization-name-fields\";a:3:{i:0;s:10:\"department\";i:1;s:18:\"contact_first_name\";i:2;s:17:\"contact_last_name\";}}','yes'),(1408,'connections_login','a:2:{s:8:\"required\";i:0;s:7:\"message\";s:35:\"Please login to view the directory.\";}','yes'),(1409,'connections_google_maps_geocoding_api','a:2:{s:10:\"server_key\";s:0:\"\";s:11:\"browser_key\";s:0:\"\";}','yes'),(1410,'connections_geo','a:2:{s:12:\"base_country\";s:2:\"US\";s:11:\"base_region\";s:2:\"WA\";}','yes'),(1411,'connections_search','a:3:{s:6:\"fields\";a:22:{i:0;s:11:\"family_name\";i:1;s:10:\"first_name\";i:2;s:11:\"middle_name\";i:3;s:9:\"last_name\";i:4;s:5:\"title\";i:5;s:12:\"organization\";i:6;s:10:\"department\";i:7;s:18:\"contact_first_name\";i:8;s:17:\"contact_last_name\";i:9;s:3:\"bio\";i:10;s:5:\"notes\";i:11;s:14:\"address_line_1\";i:12;s:14:\"address_line_2\";i:13;s:14:\"address_line_3\";i:14;s:14:\"address_line_4\";i:15;s:16:\"address_district\";i:16;s:14:\"address_county\";i:17;s:12:\"address_city\";i:18;s:13:\"address_state\";i:19;s:15:\"address_zipcode\";i:20;s:15:\"address_country\";i:21;s:12:\"phone_number\";}s:16:\"fulltext_enabled\";i:1;s:15:\"keyword_enabled\";i:1;}','yes'),(1412,'connections_image_large','a:4:{s:7:\"quality\";i:80;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"ratio\";s:4:\"crop\";}','yes'),(1413,'connections_image_logo','a:4:{s:7:\"quality\";i:80;s:5:\"width\";i:225;s:6:\"height\";i:150;s:5:\"ratio\";s:4:\"fill\";}','yes'),(1414,'connections_image_medium','a:4:{s:7:\"quality\";i:80;s:5:\"width\";i:225;s:6:\"height\";i:150;s:5:\"ratio\";s:4:\"crop\";}','yes'),(1415,'connections_image_thumbnail','a:4:{s:7:\"quality\";i:80;s:5:\"width\";i:80;s:6:\"height\";i:54;s:5:\"ratio\";s:4:\"crop\";}','yes'),(1416,'connections_display_single','a:1:{s:13:\"content_block\";i:0;}','yes'),(1417,'connections_compatibility','a:2:{s:6:\"jquery\";i:0;s:9:\"strip_rnt\";i:0;}','yes'),(1420,'_transient_timeout_cn_relative_select_user_1','1638223775','no'),(1421,'_transient_cn_relative_select_user_1','<div class=\"cn-metabox\" id=\"cn-metabox-section-family\"><textarea id=\"cn-relation-template\" style=\"display: none\"><select class=\"cn-family-member-name cn-enhanced-select\" id=\"cn-family_member[::FIELD::][entry_id]\" name=\"family_member[::FIELD::][entry_id]\" data-placeholder=\"Select Entry\" ><option value=\"\" selected=\'selected\'></option></select>\n<select class=\"cn-family-member-relation cn-enhanced-select\" id=\"cn-family_member[::FIELD::][relation]\" name=\"family_member[::FIELD::][relation]\" data-placeholder=\"Select Relation\" ><option value=\"\" selected=\'selected\'></option><option value=\"aunt\" >Aunt</option><option value=\"brother\" >Brother</option><option value=\"brotherinlaw\" >Brother-in-law</option><option value=\"cousin\" >Cousin</option><option value=\"daughter\" >Daughter</option><option value=\"daughterinlaw\" >Daughter-in-law</option><option value=\"father\" >Father</option><option value=\"fatherinlaw\" >Father-in-law</option><option value=\"friend\" >Friend</option><option value=\"granddaughter\" >Grand Daughter</option><option value=\"grandfather\" >Grand Father</option><option value=\"grandmother\" >Grand Mother</option><option value=\"grandson\" >Grand Son</option><option value=\"greatgrandmother\" >Great Grand Mother</option><option value=\"greatgrandfather\" >Great Grand Father</option><option value=\"husband\" >Husband</option><option value=\"mother\" >Mother</option><option value=\"motherinlaw\" >Mother-in-law</option><option value=\"nephew\" >Nephew</option><option value=\"niece\" >Niece</option><option value=\"partner\" >Partner</option><option value=\"significant_other\" >Significant Other</option><option value=\"sister\" >Sister</option><option value=\"sisterinlaw\" >Sister-in-law</option><option value=\"spouse\" >Spouse</option><option value=\"son\" >Son</option><option value=\"soninlaw\" >Son-in-law</option><option value=\"stepbrother\" >Step Brother</option><option value=\"stepdaughter\" >Step Daughter</option><option value=\"stepfather\" >Step Father</option><option value=\"stepmother\" >Step Mother</option><option value=\"stepsister\" >Step Sister</option><option value=\"stepson\" >Step Son</option><option value=\"uncle\" >Uncle</option><option value=\"wife\" >Wife</option></select>\n</textarea><label for=\"family_name\">Family Name:</label><input type=\"text\" name=\"family_name\" value=\"\" /><ul id=\"cn-relations\"></ul><p class=\"add\"><a id=\"add-relation\" class=\"button\">Add Relation</a></p></div>','no'),(1439,'_transient_atbdp_listings_f90247d75420fbcc28086c8828381d63','a:2:{s:7:\"version\";s:10:\"1609565766\";s:5:\"value\";a:5:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:838;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2021-01-02 04:21:07\";s:13:\"post_date_gmt\";s:19:\"2021-01-02 04:21:07\";s:12:\"post_content\";s:244:\"Vegetarian/Vegan Restaurant\r\n\r\n\"The HOME\" offers a “Best in Class” Vegan menu, which includes seitan \"ribs\" in a barbecue sauce, fried cauliflower \"chicken wings,\" macaroni and \"cheese,\" greens, black-eyed peas, yams and cornbread dressing.\";s:10:\"post_title\";s:36:\"The House Of Mental Eatery -The HOME\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:35:\"the-house-of-mental-eatery-the-home\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-01-02 05:36:06\";s:17:\"post_modified_gmt\";s:19:\"2021-01-02 05:36:06\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:75:\"https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=838\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Post\":24:{s:2:\"ID\";i:836;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2021-01-02 04:09:06\";s:13:\"post_date_gmt\";s:19:\"2021-01-02 04:09:06\";s:12:\"post_content\";s:31:\"All Purpose Seasoning And Sauce\";s:10:\"post_title\";s:11:\"Truth Sauce\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:11:\"truth-sauce\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-01-02 04:09:06\";s:17:\"post_modified_gmt\";s:19:\"2021-01-02 04:09:06\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:75:\"https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=836\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:2;O:7:\"WP_Post\":24:{s:2:\"ID\";i:830;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2021-01-02 03:41:27\";s:13:\"post_date_gmt\";s:19:\"2021-01-02 03:41:27\";s:12:\"post_content\";s:353:\"<h2 class=\"wsite-content-title\"><strong>VEGETARIAN - NATURAL INGREDIENTS SPECIALTY GOURMET STEW: </strong><span style=\"font-size: xx-large;\">\r\nFor families across the globe that love home cooked meals​.\r\nFood Innovation, The Transformation of Vegetable Products into delicious meals to meet the nutritious demands of the modern generation</span></h2>\";s:10:\"post_title\";s:19:\"OMENYI CLASSIC STEW\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:19:\"omenyi-classic-stew\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-01-02 04:25:49\";s:17:\"post_modified_gmt\";s:19:\"2021-01-02 04:25:49\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:75:\"https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=830\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:3;O:7:\"WP_Post\":24:{s:2:\"ID\";i:828;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2021-01-02 03:21:55\";s:13:\"post_date_gmt\";s:19:\"2021-01-02 03:21:55\";s:12:\"post_content\";s:148:\"Serving Up The Best Pies, Wings Salads And So Much More!\r\n\r\n9813 W Markham St Suite B, Little Rock AR 72205 (Right Behind Fuller &amp; Son Hardware)\";s:10:\"post_title\";s:14:\"Certified Pies\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:14:\"certified-pies\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-01-02 04:42:25\";s:17:\"post_modified_gmt\";s:19:\"2021-01-02 04:42:25\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:75:\"https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=828\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:4;O:7:\"WP_Post\":24:{s:2:\"ID\";i:398;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2020-11-30 01:28:54\";s:13:\"post_date_gmt\";s:19:\"2020-11-30 01:28:54\";s:12:\"post_content\";s:2710:\"<div class=\"j83agx80\">\r\n<div>\r\n<div class=\"dwo3fsh8 g5ia77u1 rt8b4zig n8ej3o3l agehan2d sk4xxmp2 rq0escxv q9uorilb kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso l9j0dhe7 i1ao9s8h k4urcfbm\">\r\n<div class=\"j83agx80 cbu4d94t sj5x9vvc cxgpxx05\">\r\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 pfnyh3mw jifvfom9 ll8tlv6m owycx6da btwxx1t3 hv4rvrfc dati1w0a jb3vyjys b5q2rw42 lq239pai mysgfdmx hddg9phg\">\r\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 cbu4d94t g5gj957u d2edcug0 hpfvmrgz rj1gh0hx buofh1pr o8rfisnq p8fzw8mz pcp91wgn iuny7tx3 ipjc6fyt\">\r\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\r\n<div class=\"qzhwtbm6 knvmm38d\">\r\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\r\n<div class=\"qzhwtbm6 knvmm38d\">\r\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">Barbecue Restaurant</div>\r\n<div dir=\"auto\">Fine Food and Elegant Accommodations at an Affordable Price</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"pybr56ya hv4rvrfc f9o22wc5 j83agx80\">Lindsey\'s Hospitality House is the ideal location to Host your special event! Enjoy great food and Quality service in a warm and friendly atmosphere. Schedule your business, family, or church event in our private banquet room especially designed for catering to your specials needs!</div>\r\n</div>\r\n<div class=\"j83agx80\">\r\n<div class=\"dwo3fsh8 g5ia77u1 rt8b4zig n8ej3o3l agehan2d sk4xxmp2 rq0escxv q9uorilb kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso l9j0dhe7 i1ao9s8h k4urcfbm\">\r\n<div class=\"j83agx80 cbu4d94t sj5x9vvc cxgpxx05\">\r\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 pfnyh3mw jifvfom9 ll8tlv6m owycx6da btwxx1t3 hv4rvrfc dati1w0a jb3vyjys b5q2rw42 lq239pai mysgfdmx hddg9phg\">\r\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 cbu4d94t g5gj957u d2edcug0 hpfvmrgz rj1gh0hx buofh1pr o8rfisnq p8fzw8mz pcp91wgn iuny7tx3 ipjc6fyt\">\r\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\r\n<div class=\"qzhwtbm6 knvmm38d\">\r\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\r\n<div class=\"qzhwtbm6 knvmm38d\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">Catering</div>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">With our 20’ fully equipped catering trailer we are capable of meeting all your catering needs across town or across the country. No group is to small or two large for us to accommodate. Lindsey\'s has a broad selection of menu items to choose from in order to cater to your special event. Call or email us today for pricing and to select menu options</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\";s:10:\"post_title\";s:33:\"Lindsey\'s BBQ & Hospitality House\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:30:\"lindseys-bbq-hospitality-house\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-01-02 04:39:45\";s:17:\"post_modified_gmt\";s:19:\"2021-01-02 04:39:45\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:74:\"http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=398\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}}','yes'),(1440,'_transient_atbdp_custom_field_ids_3d0b07b0d12aac7a864863e46b034e42','a:2:{s:7:\"version\";s:10:\"1606686763\";s:5:\"value\";a:0:{}}','yes'),(1462,'_transient_atbdp_listings_4cd7acbf032935a219ddbb9a7362bd5e','a:2:{s:7:\"version\";s:10:\"1606768372\";s:5:\"value\";a:5:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:399;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2020-11-30 01:30:10\";s:13:\"post_date_gmt\";s:19:\"2020-11-30 01:30:10\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:41:\"A Kick Above - A Personal Training Studio\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:39:\"a-kick-above-a-personal-training-studio\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2020-11-30 01:30:10\";s:17:\"post_modified_gmt\";s:19:\"2020-11-30 01:30:10\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:74:\"http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=399\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Post\":24:{s:2:\"ID\";i:398;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2020-11-30 01:28:54\";s:13:\"post_date_gmt\";s:19:\"2020-11-30 01:28:54\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:33:\"Lindsey\'s BBQ & Hospitality House\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:30:\"lindseys-bbq-hospitality-house\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2020-11-30 20:32:52\";s:17:\"post_modified_gmt\";s:19:\"2020-11-30 20:32:52\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:74:\"http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=398\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:2;O:7:\"WP_Post\":24:{s:2:\"ID\";i:397;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2020-11-30 01:25:24\";s:13:\"post_date_gmt\";s:19:\"2020-11-30 01:25:24\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:23:\"Indigo Blue Coffeehouse\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:23:\"indigo-blue-coffeehouse\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2020-11-30 01:35:01\";s:17:\"post_modified_gmt\";s:19:\"2020-11-30 01:35:01\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:74:\"http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=397\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:3;O:7:\"WP_Post\":24:{s:2:\"ID\";i:396;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2020-11-30 01:24:19\";s:13:\"post_date_gmt\";s:19:\"2020-11-30 01:24:19\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:33:\"Haygood BBQ Concession & Catering\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:31:\"haygood-bbq-concession-catering\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2020-11-30 01:35:30\";s:17:\"post_modified_gmt\";s:19:\"2020-11-30 01:35:30\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:74:\"http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=396\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:4;O:7:\"WP_Post\":24:{s:2:\"ID\";i:395;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2020-11-30 01:22:43\";s:13:\"post_date_gmt\";s:19:\"2020-11-30 01:22:43\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:18:\"Real Natural Salon\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:18:\"real-natural-salon\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2020-11-30 01:35:57\";s:17:\"post_modified_gmt\";s:19:\"2020-11-30 01:35:57\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:74:\"http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=395\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}}','yes'),(1467,'_transient_atbdp_listings_7d3d1deb45b6372501695cb3b534d213','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:1:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:399;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2020-11-30 01:30:10\";s:13:\"post_date_gmt\";s:19:\"2020-11-30 01:30:10\";s:12:\"post_content\";s:639:\"<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">A Kick Above is a private, personal training and general fitness studio. We believe that each person has a God-given purpose in life. The way that purpose is most effectively fulfilled is when we are healthy - mind, BODY and soul. The goal of our studio is to create an environment that is both positive and challenging.</div>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">We invite you to experience CHANGE - a change in gym atmosphere, a change in personal training philosophy and a change in your lifestyle.</div>\r\n</div>\";s:10:\"post_title\";s:41:\"A Kick Above - A Personal Training Studio\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:39:\"a-kick-above-a-personal-training-studio\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-01-04 17:46:07\";s:17:\"post_modified_gmt\";s:19:\"2021-01-04 17:46:07\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:74:\"http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=399\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}}','yes'),(1470,'_transient_atbdp_listings_3f14c0b5848360e99494d633c1d37eda','a:2:{s:7:\"version\";s:10:\"1613626716\";s:5:\"value\";a:5:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:1452;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2021-02-18 05:38:35\";s:13:\"post_date_gmt\";s:19:\"2021-02-18 05:38:35\";s:12:\"post_content\";s:913:\"<em>The original Sims Bar-B-Que was started in 1937. Allen and Amelia Sims opened up a restaurant and served bar-b-que with what became known as the world famous Sims Bar-B-Que Sauce. A special blend of herbs spices and a few other things we like to keep secret.\r\nRon Settlers took over the restaurant and incorporated the business, after working at the 33rd street location for a number of years, Mr. Settlers expanded the business into several locations. Percy Walker, Secretary of Sims Ventures is also a location owner and holds interest in the corporation. Sims Bar-B-Que Sims Ventures owns restaurants that are located at key locations in central Arkansas. Sims Bar-B-Que has developed unique style and trademark techniques for the operation and sale of bar-b-que. Our stores consist of a traditional sit down restaurant and coming soon we plan to have a new line of carry-out only express restaurants.</em>\";s:10:\"post_title\";s:14:\"Sims Bar-B-Que\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:14:\"sims-bar-b-que\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-02-18 05:38:35\";s:17:\"post_modified_gmt\";s:19:\"2021-02-18 05:38:35\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:76:\"https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1452\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Post\":24:{s:2:\"ID\";i:1449;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2021-02-18 05:20:37\";s:13:\"post_date_gmt\";s:19:\"2021-02-18 05:20:37\";s:12:\"post_content\";s:236:\"K Hall &amp; Sons Produce located in Little Rock, AR is a private company that sells Wholesale Fruits and Vegetables. It was founded by Knoxie Hall in 1976, and has been owned/operated by his youngest son David Hall Sr. since the \'90\'s.\";s:10:\"post_title\";s:21:\"K Hall & Sons Produce\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:4:\"1449\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-02-18 05:27:29\";s:17:\"post_modified_gmt\";s:19:\"2021-02-18 05:27:29\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:76:\"https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1449\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:2;O:7:\"WP_Post\":24:{s:2:\"ID\";i:1447;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2021-02-18 05:10:55\";s:13:\"post_date_gmt\";s:19:\"2021-02-18 05:10:55\";s:12:\"post_content\";s:716:\"<strong>Cinnalightful is a Little Rock based Wholesale and Online Boutique Bakery.\r\nWe are all about Fresh Baked Gourmet Pastries &amp; Desserts on a daily basis.</strong>\r\n\r\n<strong>Our specialties are our Gourmet Cinnamon rolls (hand shaped and filled with dark brown sugar, cinnamon and butter) and our Gourmet Cheesecakes available in different &amp; unique flavors.</strong>\r\n\r\n<strong>We also cater to Pharmaceutical Representatives. Your clinics will fall in love with our Sweet British Scones, Cheese filled handshaped crescent rolls and Gourmet Mini Cinnamon Rolls.\r\nOur gourmet mini rolls are perfect for meetings, promotions, weddings, parties and all other special events. Or....as a self treat!</strong>\";s:10:\"post_title\";s:12:\"Cinnalightfu\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:12:\"cinnalightfu\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-02-18 05:10:55\";s:17:\"post_modified_gmt\";s:19:\"2021-02-18 05:10:55\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:76:\"https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1447\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:3;O:7:\"WP_Post\":24:{s:2:\"ID\";i:1290;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2021-02-17 17:22:59\";s:13:\"post_date_gmt\";s:19:\"2021-02-17 17:22:59\";s:12:\"post_content\";s:45:\"AfroBites Food Truck - Authentic African Food\";s:10:\"post_title\";s:18:\"Afrobites Arkansas\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:18:\"afrobites-arkansas\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-02-17 17:22:59\";s:17:\"post_modified_gmt\";s:19:\"2021-02-17 17:22:59\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:76:\"https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1290\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:4;O:7:\"WP_Post\":24:{s:2:\"ID\";i:1278;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2021-02-17 16:03:32\";s:13:\"post_date_gmt\";s:19:\"2021-02-17 16:03:32\";s:12:\"post_content\";s:1542:\"Sweets In a Jar, LLC was started because founder Kolby McNeal realized that students on his college campus needed homemade desserts that they could take anywhere.  From that Sweets In a Jar was born.\r\n\r\n<span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">Each of our flavors are culinary creations from the mind of our founder, Kolby McNeal.  Sweets in a Jar are a perfect marriage of homemade flavors with a hip hop flair.  New flavors are added often, so check our site for updates.  However, we have a lot of staples: </span><span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">Krim &amp; Kreme: Red Velvet Cake, </span><span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">The Real MVP: White Chocolate Cake, The Middle Child</span><span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">: 7-Up Lemon Pound Cake, </span><span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">Thrilla in Vanilla: Vanilla Cake,</span><span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">That Pretty Girl: Strawberry Cake, </span><span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">*Honeybun Kane: Honeybun Cake</span>\r\n\r\n<strong>**We donate $1.00 from every subscription box we sell to HBCUs.</strong>\r\n\r\n<span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">*<strong>All Proceeds of Honeybun Kane goes to support those who have epilepsy.</strong></span>\";s:10:\"post_title\";s:20:\"Sweets In a Jar, LLC\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:19:\"sweets-in-a-jar-llc\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-02-17 16:03:32\";s:17:\"post_modified_gmt\";s:19:\"2021-02-17 16:03:32\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:76:\"https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1278\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}}','yes'),(1479,'_transient_atbdp_listings_5cc0b33d5a53cc69a6d9bce4df77d8fd','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:2:{i:0;i:395;i:1;i:394;}}','yes'),(1480,'_transient_atbdp_listings_f4b646b367b3df21510317ecc217b817','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:1:{i:0;i:399;}}','yes'),(1526,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:37:\"fuse-social-floating-sidebar/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"2.4.0.1\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1606705334;s:11:\"plugin_path\";s:52:\"fuse-social-floating-sidebar/fuse_social_sidebar.php\";}}s:7:\"abspath\";s:61:\"/home2/church/public_html/advancingblackentrepreneurship.com/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:52:\"fuse-social-floating-sidebar/fuse_social_sidebar.php\";s:8:\"sdk_path\";s:37:\"fuse-social-floating-sidebar/freemius\";s:7:\"version\";s:7:\"2.4.0.1\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1612365118;}}','yes'),(1527,'fs_debug_mode','','yes'),(1528,'fs_accounts','a:6:{s:21:\"id_slug_type_path_map\";a:2:{i:2701;a:3:{s:4:\"slug\";s:28:\"fuse-social-floating-sidebar\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:52:\"fuse-social-floating-sidebar/fuse_social_sidebar.php\";}i:4123;a:3:{s:4:\"slug\";s:10:\"menu-image\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";b:0;}}s:11:\"plugin_data\";a:2:{s:28:\"fuse-social-floating-sidebar\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:52:\"fuse-social-floating-sidebar/fuse_social_sidebar.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1606705334;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.4.1\";s:11:\"sdk_version\";s:7:\"2.4.0.1\";s:16:\"sdk_upgrade_mode\";b:0;s:18:\"sdk_downgrade_mode\";b:1;s:19:\"plugin_last_version\";s:5:\"5.3.6\";s:14:\"plugin_version\";s:5:\"5.3.7\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:34:\"advancingblackentrepreneurship.com\";s:9:\"server_ip\";s:13:\"69.222.196.79\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1606705334;s:7:\"version\";s:5:\"5.1.2\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1606705345;s:7:\"version\";s:5:\"5.1.2\";}}s:10:\"menu-image\";a:18:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";b:0;}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1606707967;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:7:\"2.4.0.1\";s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"3.0.4\";s:14:\"plugin_version\";s:0:\"\";s:19:\"plugin_upgrade_mode\";b:0;s:21:\"plugin_downgrade_mode\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:34:\"advancingblackentrepreneurship.com\";s:9:\"server_ip\";s:13:\"69.222.196.79\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1606707967;s:7:\"version\";s:5:\"2.9.7\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1606707975;s:7:\"version\";s:5:\"2.9.7\";}s:21:\"trial_promotion_shown\";i:1611192248;s:30:\"affiliate_program_notice_shown\";i:1609341931;}}s:13:\"file_slug_map\";a:3:{s:52:\"fuse-social-floating-sidebar/fuse_social_sidebar.php\";s:28:\"fuse-social-floating-sidebar\";s:25:\"menu-image/menu-image.php\";s:10:\"menu-image\";s:0:\"\";s:10:\"menu-image\";}s:7:\"plugins\";a:2:{s:28:\"fuse-social-floating-sidebar\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:28:\"Fuse Social Floating Sidebar\";s:4:\"slug\";s:28:\"fuse-social-floating-sidebar\";s:12:\"premium_slug\";s:36:\"fuse-social-floating-sidebar-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:52:\"fuse-social-floating-sidebar/fuse_social_sidebar.php\";s:7:\"version\";s:5:\"5.3.7\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:8:\"FUSE PRO\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_70ed0c631ac1720148be7f62dca7e\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"2701\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}s:10:\"menu-image\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:0:\"\";s:4:\"slug\";s:10:\"menu-image\";s:12:\"premium_slug\";s:18:\"menu-image-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";s:8:\"selected\";s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:0:\"\";s:7:\"version\";s:0:\"\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:7:\"Premium\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_1a1cac31f5af1ba3d31bd86fe0e8b\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"4123\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"756bd99187e86ceff67451d06e19d0a3\";s:13:\"admin_notices\";a:1:{s:10:\"menu-image\";a:1:{s:15:\"trial_promotion\";a:8:{s:7:\"message\";s:422:\"Hey! How do you like <b>Menu Image</b> so far? Test all our awesome premium features with a 7-day free trial. No commitment for 7 days - cancel anytime!  <a style=\"margin-left: 10px; vertical-align: super;\" href=\"https://advancingblackentrepreneurship.com/wp-admin/admin.php?billing_cycle=annual&trial=true&page=menu-image-options-pricing\"><button class=\"button button-primary\">Start free trial &nbsp;&#10140;</button></a>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:9:\"promotion\";s:6:\"sticky\";b:1;s:2:\"id\";s:15:\"trial_promotion\";s:10:\"manager_id\";s:10:\"menu-image\";s:6:\"plugin\";s:10:\"Menu Image\";s:10:\"wp_user_id\";N;}}}}','yes'),(1529,'fs_gdpr','a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}','yes'),(1530,'fs_api_cache','a:0:{}','no'),(1533,'redux_version_upgraded_from','3.6.15','yes'),(1534,'fuse','a:10:{s:8:\"last_tab\";s:0:\"\";s:12:\"opt-sortable\";a:18:{s:8:\"Facebook\";s:73:\"https://www.facebook.com/Advancing-Black-Entrepreneurship-108457747755409\";s:7:\"Twitter\";s:0:\"\";s:3:\"RSS\";s:0:\"\";s:8:\"Linkedin\";s:0:\"\";s:7:\"Youtube\";s:0:\"\";s:6:\"Flickr\";s:0:\"\";s:11:\"Stumbleupon\";s:0:\"\";s:9:\"Instagram\";s:0:\"\";s:6:\"Tumblr\";s:0:\"\";s:4:\"Vine\";s:0:\"\";s:2:\"VK\";s:0:\"\";s:10:\"SoundCloud\";s:0:\"\";s:9:\"Pinterest\";s:0:\"\";s:6:\"Reddit\";s:0:\"\";s:13:\"StackOverFlow\";s:0:\"\";s:7:\"Behance\";s:0:\"\";s:6:\"Github\";s:0:\"\";s:5:\"Email\";s:0:\"\";}s:11:\"linksnewtab\";s:1:\"1\";s:18:\"animation_on_hover\";s:0:\"\";s:11:\"animate_sec\";s:3:\"0.5\";s:6:\"shadow\";s:1:\"1\";s:12:\"change_color\";s:0:\"\";s:8:\"position\";s:4:\"left\";s:4:\"size\";s:2:\"48\";s:6:\"mobile\";s:0:\"\";}','yes'),(1535,'fuse-transients','a:2:{s:14:\"changed_values\";a:1:{s:12:\"opt-sortable\";a:3:{s:8:\"Facebook\";s:0:\"\";s:7:\"Twitter\";s:0:\"\";s:3:\"RSS\";s:0:\"\";}}s:9:\"last_save\";i:1606705363;}','yes'),(1593,'menu_image_size_1','24x24','yes'),(1594,'menu_image_size_2','36x36','yes'),(1595,'menu_image_size_3','48x48','yes'),(1596,'menu_image_hover','1','yes'),(1756,'_transient_atbdp_listings_94673d58b21205f5663ec9ed312f9daa','a:2:{s:7:\"version\";s:10:\"1606712259\";s:5:\"value\";a:1:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:399;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2020-11-30 01:30:10\";s:13:\"post_date_gmt\";s:19:\"2020-11-30 01:30:10\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:41:\"A Kick Above - A Personal Training Studio\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:39:\"a-kick-above-a-personal-training-studio\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2020-11-30 01:30:10\";s:17:\"post_modified_gmt\";s:19:\"2020-11-30 01:30:10\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:74:\"http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=399\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}}','yes'),(1757,'_transient_atbdp_custom_field_ids_6973e849c7f052d6aca8f7661d71c5f5','a:2:{s:7:\"version\";s:10:\"1606686763\";s:5:\"value\";a:0:{}}','yes'),(1764,'fuse_click_data','s:25:\"a:1:{s:8:\"facebook\";i:9;}\";','yes'),(2253,'_transient_atbdp_listings_f2a25e3f5c9dbf836a22c9ba236cc77b','a:2:{s:7:\"version\";s:10:\"1609782746\";s:5:\"value\";a:2:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:395;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2020-11-30 01:22:43\";s:13:\"post_date_gmt\";s:19:\"2020-11-30 01:22:43\";s:12:\"post_content\";s:12:\"Beauty Salon\";s:10:\"post_title\";s:18:\"Real Natural Salon\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:18:\"real-natural-salon\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-01-04 17:49:09\";s:17:\"post_modified_gmt\";s:19:\"2021-01-04 17:49:09\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:74:\"http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=395\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Post\":24:{s:2:\"ID\";i:394;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2020-11-30 01:21:14\";s:13:\"post_date_gmt\";s:19:\"2020-11-30 01:21:14\";s:12:\"post_content\";s:1333:\"<div class=\"j83agx80\">\r\n<div>\r\n<div class=\"dwo3fsh8 g5ia77u1 rt8b4zig n8ej3o3l agehan2d sk4xxmp2 rq0escxv q9uorilb kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso l9j0dhe7 i1ao9s8h k4urcfbm\">\r\n<div class=\"j83agx80 cbu4d94t sj5x9vvc cxgpxx05\">\r\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 pfnyh3mw jifvfom9 ll8tlv6m owycx6da btwxx1t3 hv4rvrfc dati1w0a jb3vyjys b5q2rw42 lq239pai mysgfdmx hddg9phg\">\r\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 cbu4d94t g5gj957u d2edcug0 hpfvmrgz rj1gh0hx buofh1pr o8rfisnq p8fzw8mz pcp91wgn iuny7tx3 ipjc6fyt\">\r\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\r\n<div class=\"qzhwtbm6 knvmm38d\">\r\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\r\n<div class=\"qzhwtbm6 knvmm38d\">\r\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">At Michael Blake Menswear we create clothing that reflect the peculiarities of your life and style. We offer custom suits, shirts, shoes and tuxedo rentals</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"pybr56ya hv4rvrfc f9o22wc5 j83agx80\">We make made-to-measure menswear, we have over 300 fabric selection for suits, trousers, and shirts. We also have a selection of all leather shoes. We can do a private consultation in you\'re home or office.</div>\r\n</div>\";s:10:\"post_title\";s:26:\"Michael Blake Menswear LLC\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:26:\"michael-blake-menswear-llc\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-01-04 17:50:03\";s:17:\"post_modified_gmt\";s:19:\"2021-01-04 17:50:03\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:74:\"http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=394\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}}','yes'),(2256,'_transient_atbdp_listings_14ea67b9c39eccf24a61bf9efc741d8d','a:2:{s:7:\"version\";s:10:\"1609532747\";s:5:\"value\";a:1:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:390;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2020-11-29 21:50:27\";s:13:\"post_date_gmt\";s:19:\"2020-11-29 21:50:27\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:34:\"Pyramid Art Books & Custom Framing\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:32:\"pyramid-art-books-custom-framing\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2020-11-30 01:37:57\";s:17:\"post_modified_gmt\";s:19:\"2020-11-30 01:37:57\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:74:\"http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=390\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}}','yes'),(2776,'eael_save_settings','a:49:{s:9:\"post-grid\";i:1;s:13:\"post-timeline\";i:1;s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";i:1;s:13:\"facebook-feed\";i:1;s:19:\"advanced-data-table\";i:1;s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";i:1;s:14:\"contact-form-7\";i:1;s:7:\"weforms\";i:1;s:10:\"ninja-form\";i:1;s:9:\"formstack\";i:1;s:12:\"gravity-form\";i:1;s:12:\"caldera-form\";i:1;s:7:\"wpforms\";i:1;s:10:\"fluentform\";i:1;s:8:\"typeform\";i:1;s:24:\"betterdocs-category-grid\";i:1;s:23:\"betterdocs-category-box\";i:1;s:22:\"betterdocs-search-form\";i:1;s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";i:1;s:10:\"embedpress\";i:1;s:12:\"woo-checkout\";i:1;s:14:\"login-register\";i:1;s:18:\"woocommerce-review\";i:1;s:11:\"career-page\";i:1;s:9:\"promotion\";i:1;s:9:\"custom-js\";i:1;s:16:\"reading-progress\";i:1;s:16:\"table-of-content\";i:1;s:15:\"post-duplicator\";i:1;}','yes'),(2779,'wmlo_primary_key','1','yes'),(2780,'wmlo_shortcodes_data','null','yes'),(2781,'wmlp_rewrite_taxonomy_data','updated','yes'),(2782,'elementskit-lite__announcements_last_check','1608819548','yes'),(2783,'elementskit-lite__announcements_data','O:8:\"stdClass\":7:{s:8:\"10000477\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000477;s:5:\"title\";s:62:\"Announcing the Most Awaiting Popup Modal Widget in ElementsKit\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:18:\"announcements_link\";s:60:\"https://www.youtube.com/watch?v=R9sMrFHfEzs&ab_channel=Wpmet\";s:19:\"announcements_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000473\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000473;s:5:\"title\";s:53:\"How to Implement Conditional Content on Your Website?\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:18:\"announcements_link\";s:155:\"https://wpmet.com/what-is-conditional-content-and-why-you-should-leverage-it/?utm_source=wpmet_announcements&utm_medium=inplugin_campaign&utm_campaign=blog\";s:19:\"announcements_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000472\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000472;s:5:\"title\";s:77:\"Duplicate your elements on multiple websites via Ekit Cross-domain Copy-paste\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:18:\"announcements_link\";s:154:\"https://wpmet.com/introducing-cross-domain-copy-paste-module-of-elementskit/?utm_source=wpmet_announcements&utm_medium=inplugin_campaign&utm_campaign=blog\";s:19:\"announcements_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000471\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000471;s:5:\"title\";s:53:\"Build A Web Form That Convert Visitors into Customers\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:18:\"announcements_link\";s:147:\"https://wpmet.com/how-to-build-a-high-converting-form-with-elementor/?utm_source=wpmet_announcements&utm_medium=inplugin_campaign&utm_campaign=blog\";s:19:\"announcements_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000470\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000470;s:5:\"title\";s:50:\"10 Easiest Ways to Speed Up Your Elementor Website\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:18:\"announcements_link\";s:130:\"https://wpmet.com/how-to-speed-up-elementor-website/?utm_source=wpmet_announcements&utm_medium=inplugin_campaign&utm_campaign=blog\";s:19:\"announcements_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000461\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000461;s:5:\"title\";s:54:\"Learn to Build a Transparent Sticky Header by Your Own\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:18:\"announcements_link\";s:153:\"https://wpmet.com/how-to-create-a-transparent-sticky-header-with-elementor/?utm_source=wpmet_announcements&utm_medium=inplugin_campaign&utm_campaign=blog\";s:19:\"announcements_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000456\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000456;s:5:\"title\";s:58:\"Learn to Create an Elementor Contact Form for Your Website\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:18:\"announcements_link\";s:145:\"https://wpmet.com/how-to-add-elementor-contact-form-7-in-wordpress/?utm_source=wpmet_announcements&utm_medium=inplugin_campaign&utm_campaign=blog\";s:19:\"announcements_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','yes'),(2784,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2785,'wpdeveloper_plugins_data','a:1:{s:25:\"essential_adons_elementor\";a:3:{s:16:\"notice_will_show\";a:2:{s:6:\"opt_in\";i:1618419367;s:6:\"review\";i:1618980967;}s:4:\"time\";i:1618419367;s:7:\"version\";s:5:\"4.6.2\";}}','yes'),(2786,'eael_version','4.6.2','yes'),(2787,'wpins_essential_adons_elementor_force_tracked','1','yes'),(2788,'elementskit-lite__last_check','1608607094','yes'),(2789,'elementskit-lite__data','a:0:{}','yes'),(2791,'auto_update_core_dev','enabled','yes'),(2792,'auto_update_core_minor','enabled','yes'),(2793,'auto_update_core_major','unset','yes'),(2794,'db_upgraded','','yes'),(2797,'can_compress_scripts','0','no'),(2799,'eael_editor_updated_at','1618578226','yes'),(2800,'temp_count','a:2:{s:30:\"ABE - Shop Black Wright Avenue\";s:30:\"ABE - Shop Black Wright Avenue\";s:11:\"Default Kit\";s:11:\"Default Kit\";}','yes'),(2804,'elementor_connect_site_key','d10ae74925a5203b9a0cb21cf1197484','yes'),(2806,'3f8fdefbd_elements','a:1:{i:10;s:12:\"team-members\";}','yes'),(2807,'3f8fdefbd_custom_js','','yes'),(2808,'3f8fdefbd_updated_at','1618578226','yes'),(2813,'cb70d11b8_elements','a:0:{}','yes'),(2815,'cb70d11b8_custom_js','','yes'),(2816,'cb70d11b8_updated_at','1618578226','yes'),(2838,'0fd2f07b6_elements','a:0:{}','yes'),(2839,'0fd2f07b6_custom_js','','yes'),(2840,'0fd2f07b6_updated_at','1618578226','yes'),(2841,'88f901640_elements','a:0:{}','yes'),(2842,'88f901640_custom_js','','yes'),(2843,'88f901640_updated_at','1617252715','yes'),(2848,'rlrsssl_options','a:15:{s:12:\"site_has_ssl\";b:1;s:4:\"hsts\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:1;s:25:\"ssl_success_message_shown\";b:0;s:26:\"autoreplace_insecure_links\";b:1;s:17:\"plugin_db_version\";s:6:\"4.0.13\";s:20:\"do_not_edit_htaccess\";b:0;s:17:\"htaccess_redirect\";b:1;s:11:\"ssl_enabled\";b:1;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;s:21:\"dismiss_review_notice\";b:0;}','yes'),(2849,'rsssl_remaining_tasks','1','yes'),(2862,'rsssl_activation_timestamp','1608102105','yes'),(2887,'rsssl_mixed_content_scan_dismissed','1','yes'),(2892,'rsssl_google_analytics_dismissed','1','yes'),(2947,'ea1d43322_elements','a:0:{}','yes'),(2948,'ea1d43322_custom_js','','yes'),(2950,'ea1d43322_updated_at','1618578226','yes'),(2988,'a6fc6ebfa_elements','a:0:{}','yes'),(2989,'a6fc6ebfa_custom_js','','yes'),(2990,'a6fc6ebfa_updated_at','1609859344','yes'),(2995,'40e4f8434_elements','a:0:{}','yes'),(2996,'40e4f8434_custom_js','','yes'),(2997,'40e4f8434_updated_at','1618517685','yes'),(3004,'5afe272bc_elements','a:0:{}','yes'),(3005,'5afe272bc_custom_js','','yes'),(3006,'5afe272bc_updated_at','1618162293','yes'),(3007,'e8f7243c0_elements','a:0:{}','yes'),(3008,'e8f7243c0_custom_js','','yes'),(3009,'e8f7243c0_updated_at','1618517685','yes'),(3010,'0b4a28587_elements','a:0:{}','yes'),(3011,'0b4a28587_custom_js','','yes'),(3012,'0b4a28587_updated_at','1618517685','yes'),(3015,'8a8acf4cd_elements','a:0:{}','yes'),(3016,'8a8acf4cd_custom_js','','yes'),(3017,'8a8acf4cd_updated_at','1609091836','yes'),(3018,'3df00abe2_elements','a:0:{}','yes'),(3019,'3df00abe2_custom_js','','yes'),(3020,'3df00abe2_updated_at','1609091836','yes'),(3021,'95ae2d5b5_elements','a:0:{}','yes'),(3022,'95ae2d5b5_custom_js','','yes'),(3023,'95ae2d5b5_updated_at','1618517685','yes'),(3024,'265a76343_elements','a:0:{}','yes'),(3025,'265a76343_custom_js','','yes'),(3026,'265a76343_updated_at','1609859344','yes'),(3027,'76f994005_elements','a:0:{}','yes'),(3028,'76f994005_custom_js','','yes'),(3029,'76f994005_updated_at','1618517685','yes'),(3031,'77683d92d_elements','a:0:{}','yes'),(3032,'77683d92d_custom_js','','yes'),(3033,'77683d92d_updated_at','1609859344','yes'),(3035,'6bd4c8c60_elements','a:0:{}','yes'),(3036,'6bd4c8c60_custom_js','','yes'),(3037,'6bd4c8c60_updated_at','1615900646','yes'),(3116,'370bd69bc_elements','a:0:{}','yes'),(3117,'370bd69bc_custom_js','','yes'),(3118,'370bd69bc_updated_at','1616073636','yes'),(3124,'51fcd2251_elements','a:0:{}','yes'),(3125,'51fcd2251_custom_js','','yes'),(3126,'51fcd2251_updated_at','1613352828','yes'),(3145,'d2395827e_elements','a:0:{}','yes'),(3146,'d2395827e_custom_js','','yes'),(3147,'d2395827e_updated_at','1609859344','yes'),(3149,'7aca7e306_elements','a:0:{}','yes'),(3150,'7aca7e306_custom_js','','yes'),(3151,'7aca7e306_updated_at','1611778546','yes'),(3170,'358d8fa70_elements','a:0:{}','yes'),(3171,'358d8fa70_custom_js','','yes'),(3172,'358d8fa70_updated_at','1618517685','yes'),(3173,'1991f6387_elements','a:0:{}','yes'),(3174,'1991f6387_custom_js','','yes'),(3175,'1991f6387_updated_at','1617987315','yes'),(3176,'fa9a13546_elements','a:0:{}','yes'),(3177,'fa9a13546_custom_js','','yes'),(3178,'fa9a13546_updated_at','1618517685','yes'),(3184,'22add3165_elements','a:0:{}','yes'),(3185,'22add3165_custom_js','','yes'),(3186,'22add3165_updated_at','1618517685','yes'),(3187,'b47bb5917_elements','a:0:{}','yes'),(3188,'b47bb5917_custom_js','','yes'),(3189,'b47bb5917_updated_at','1609859344','yes'),(3200,'_transient_atbdp_listings_cbd0b512c010b3b55b7ea1ace95f9d87','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(3201,'_transient_atbdp_listings_809b4ae748519f330563c64bbd1630ba','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(3202,'_transient_atbdp_listings_dc59ee7f3ca0c483841502c693caf395','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:1:{i:0;i:834;}}','yes'),(3203,'_transient_atbdp_listings_cf1933c8f23638a60e0d402433889519','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(3204,'_transient_atbdp_listings_2d0965bc791abf1f9f0789ca12f656d6','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(3205,'_transient_atbdp_listings_3a54f2991638a5abf36d6cc250807826','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(3206,'_transient_atbdp_listings_5715c2c4ef281ce13f62f3511a4a9565','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(3207,'_transient_atbdp_listings_0ef088f4a2130bb20f12c60464d923dc','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(3208,'_transient_atbdp_listings_1156429f5dec5e8f731265ecd3de1679','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(3209,'_transient_atbdp_listings_b75253734116934e0608cb3c46e7e280','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(3210,'_transient_atbdp_listings_a343c6e4966b7fa666688358a07c50bb','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(3211,'_transient_atbdp_listings_cfb06aba62e043f44179978387d4d370','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(3212,'_transient_atbdp_listings_5d284cea202cd8fc6414c13b89e2c0e9','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(3213,'_transient_atbdp_listings_ace44aa238f7201d346e8eca3a3ae0eb','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(3214,'_transient_atbdp_listings_e2704adc1b317d67892d81791c51fdf9','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:2:{i:0;i:832;i:1;i:826;}}','yes'),(3215,'_transient_atbdp_listings_2387682e9711066e211c0a42dfe2ec1a','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(3216,'_transient_atbdp_listings_7e8e5ec2bd25691e85da67b113d86e8c','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(3217,'e632c741a_elements','a:0:{}','yes'),(3218,'e632c741a_custom_js','','yes'),(3219,'e632c741a_updated_at','1611778546','yes'),(3220,'a547f26c2_elements','a:0:{}','yes'),(3221,'a547f26c2_custom_js','','yes'),(3222,'a547f26c2_updated_at','1609783591','yes'),(3224,'b31db248f_elements','a:0:{}','yes'),(3225,'b31db248f_custom_js','','yes'),(3226,'b31db248f_updated_at','1611778546','yes'),(3227,'e618c66d7_elements','a:0:{}','yes'),(3228,'e618c66d7_custom_js','','yes'),(3229,'e618c66d7_updated_at','1609783591','yes'),(3230,'4ea90d8f5_elements','a:0:{}','yes'),(3231,'4ea90d8f5_custom_js','','yes'),(3232,'4ea90d8f5_updated_at','1617760141','yes'),(3233,'b64857365_elements','a:0:{}','yes'),(3234,'b64857365_custom_js','','yes'),(3235,'b64857365_updated_at','1611778546','yes'),(3238,'6f41dba3f_elements','a:0:{}','yes'),(3239,'6f41dba3f_custom_js','','yes'),(3240,'6f41dba3f_updated_at','1609859344','yes'),(3364,'1212db198_elements','a:0:{}','yes'),(3365,'1212db198_custom_js','','yes'),(3366,'1212db198_updated_at','1609372615','yes'),(3393,'elementskit-lite__stories_last_check','1618576513','yes'),(3394,'elementskit-lite__stories_data','O:8:\"stdClass\":10:{s:8:\"10001449\";O:8:\"stdClass\":9:{s:2:\"id\";i:10001449;s:5:\"title\";s:52:\"40% discount for 300k+ Ekit Installation celebration\";s:11:\"description\";s:129:\"To celebrate 300k+ active installation of ElementsKit, we\'re offering 40% discount on all our products. Use coupon: CELEBRATE300K\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:21:\"test-elementskit-lite\";i:3;s:12:\"test-metform\";i:4;s:14:\"test-wp-social\";i:5;s:9:\"wp-social\";i:6;s:9:\"wpmet-com\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1618358400;s:3:\"end\";i:1618963200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:135:\"https://wpmet.com/?utm_source=plugin_story&utm_medium=plugin_story&utm_campaign=300k_installation&utm_term=discount40&utm_content=image\";s:11:\"story_image\";s:90:\"https://api.wpmet.com/auth/wp-content/uploads/2021/04/Plugin_Story_Banner_Option_2.jpg.jpg\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10001080\";O:8:\"stdClass\":9:{s:2:\"id\";i:10001080;s:5:\"title\";s:72:\"Introducing ShopEngine: Most Complete WooCommerce Solution for Elementor\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:8:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"eventin\";i:2;s:7:\"metform\";i:3;s:21:\"test-elementskit-lite\";i:4;s:12:\"test-metform\";i:5;s:14:\"test-wp-social\";i:6;s:7:\"wp-cafe\";i:7;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:175:\"https://wpmet.com/introducing-shopengine-most-complete-woocommerce-solution-for-elementor/?utm_source=InPluginStory&utm_medium=text&utm_campaign=InPluginStory&utm_content=blog\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10001079\";O:8:\"stdClass\":9:{s:2:\"id\";i:10001079;s:5:\"title\";s:67:\"ShopEngine: A Complete WooCommerce Solution for the Next Generation\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:8:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"eventin\";i:2;s:7:\"metform\";i:3;s:21:\"test-elementskit-lite\";i:4;s:12:\"test-metform\";i:5;s:14:\"test-wp-social\";i:6;s:7:\"wp-cafe\";i:7;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:161:\"https://wpmet.com/shopengine-a-woocommerce-solution-for-the-next-generation/?utm_source=InPluginStory&utm_medium=text&utm_campaign=InPluginStory&utm_content=blog\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10001064\";O:8:\"stdClass\":9:{s:2:\"id\";i:10001064;s:5:\"title\";s:29:\"Mother language day sale 2021\";s:11:\"description\";s:68:\"International Mother Language Day Discount on WordPress Plugins 2021\";s:7:\"plugins\";a:2:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1613001600;s:3:\"end\";i:1614470400;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:49:\"https://wpmet.com/mother-language-day-discount-21\";s:11:\"story_image\";s:72:\"https://api.wpmet.com/auth/wp-content/uploads/2021/02/i_m_l_d_40_off.gif\";s:9:\"blacklist\";s:37:\"elementskit,metform-pro,wp-social-pro\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000759\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000759;s:5:\"title\";s:18:\"New Year Sale 2021\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:0:{}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:36:\"http://go.wpmet.com/story-event-sale\";s:11:\"story_image\";s:78:\"https://api.wpmet.com/auth/wp-content/uploads/2020/12/new_year_promotion-2.gif\";s:9:\"blacklist\";s:23:\"elementskit,metform-pro\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10001045\";O:8:\"stdClass\":9:{s:2:\"id\";i:10001045;s:5:\"title\";s:64:\"5-steps Guide on Adding Social Login into Your WordPress Website\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:82:\"https://wpmet.com/how-to-add-social-login-to-wordpress-website-and-why-you-should/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10001043\";O:8:\"stdClass\":9:{s:2:\"id\";i:10001043;s:5:\"title\";s:50:\"Build a Custom Elementor Widget Without Any Coding\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:65:\"https://wpmet.com/build-custom-elementor-widget-with-elementskit/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000494\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000494;s:5:\"title\";s:68:\"Reuse elements on multiple websites via Ekit Cross-domain Copy-paste\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:76:\"https://wpmet.com/introducing-cross-domain-copy-paste-module-of-elementskit/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000496\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000496;s:5:\"title\";s:62:\"Announcing the Most Awaiting Popup Modal Widget in ElementsKit\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:60:\"https://www.youtube.com/watch?v=R9sMrFHfEzs&ab_channel=Wpmet\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000495\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000495;s:5:\"title\";s:53:\"Build A Web Form That Convert Visitors into Customers\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:69:\"https://wpmet.com/how-to-build-a-high-converting-form-with-elementor/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','yes'),(3395,'elementskit-lite__banner_last_check','1618576517','yes'),(3396,'elementskit-lite__banner_data','O:8:\"stdClass\":1:{s:8:\"10000773\";O:8:\"stdClass\":7:{s:2:\"id\";i:10000773;s:5:\"title\";s:35:\"New Year Sale 2021 (dashboard only)\";s:4:\"type\";s:6:\"banner\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1608768000;s:3:\"end\";i:1610668800;s:4:\"data\";O:8:\"stdClass\":7:{s:4:\"type\";s:6:\"banner\";s:11:\"banner_link\";s:37:\"http://go.wpmet.com/banner-event-sale\";s:12:\"banner_image\";s:82:\"https://api.wpmet.com/auth/wp-content/uploads/2020/12/New_year_2021_compressed.gif\";s:9:\"blacklist\";s:23:\"elementskit,metform-pro\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:15:\"newyearsale2021\";}}}','yes'),(3426,'widget_paypal_donations','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3429,'paypal_donations_options','a:12:{s:14:\"paypal_account\";s:35:\"blackentrepreneurshipfund@gmail.com\";s:13:\"currency_code\";s:3:\"USD\";s:10:\"page_style\";s:0:\"\";s:11:\"return_page\";s:0:\"\";s:6:\"amount\";s:0:\"\";s:7:\"purpose\";s:0:\"\";s:9:\"reference\";s:0:\"\";s:6:\"button\";s:5:\"small\";s:10:\"button_url\";s:0:\"\";s:16:\"button_localized\";s:5:\"en_US\";s:17:\"checkout_language\";s:0:\"\";s:13:\"return_method\";s:1:\"0\";}','yes'),(3432,'pa_review_notice','1','yes'),(3433,'major_update_notice','1','yes'),(3438,'elementskit_options','a:1:{s:17:\"megamenu_settings\";a:1:{s:15:\"menu_location_2\";a:1:{s:10:\"is_enabled\";i:0;}}}','yes'),(3463,'_elementor_editor_upgrade_notice_dismissed','1617048478','yes'),(3499,'f05a02862_elements','a:0:{}','yes'),(3500,'f05a02862_custom_js','','yes'),(3501,'f05a02862_updated_at','1615900646','yes'),(3632,'379c0f897_elements','a:0:{}','yes'),(3633,'379c0f897_custom_js','','yes'),(3634,'379c0f897_updated_at','1609059549','yes'),(3688,'04e544b97_elements','a:0:{}','yes'),(3689,'04e544b97_custom_js','','yes'),(3690,'04e544b97_updated_at','1613596203','yes'),(3691,'c3ce90167_elements','a:0:{}','yes'),(3692,'c3ce90167_custom_js','','yes'),(3693,'c3ce90167_updated_at','1613352828','yes'),(3694,'ceb043bec_elements','a:0:{}','yes'),(3695,'ceb043bec_custom_js','','yes'),(3696,'ceb043bec_updated_at','1613352828','yes'),(3697,'ca1a7ef6b_elements','a:0:{}','yes'),(3698,'ca1a7ef6b_custom_js','','yes'),(3699,'ca1a7ef6b_updated_at','1617832876','yes'),(4080,'0d16157c8_elements','a:0:{}','yes'),(4081,'0d16157c8_custom_js','','yes'),(4082,'0d16157c8_updated_at','1618517685','yes'),(4098,'89e2a73bc_elements','a:0:{}','yes'),(4099,'89e2a73bc_custom_js','','yes'),(4100,'89e2a73bc_updated_at','1609859344','yes'),(4101,'c80f1208b_elements','a:0:{}','yes'),(4102,'c80f1208b_custom_js','','yes'),(4103,'c80f1208b_updated_at','1609859344','yes'),(4133,'6986b5952_elements','a:0:{}','yes'),(4134,'6986b5952_custom_js','','yes'),(4135,'6986b5952_updated_at','1609859344','yes'),(4137,'5bf5e23c8_elements','a:0:{}','yes'),(4138,'5bf5e23c8_custom_js','','yes'),(4139,'5bf5e23c8_updated_at','1618517685','yes'),(4140,'5051d76dc_elements','a:0:{}','yes'),(4141,'5051d76dc_custom_js','','yes'),(4142,'5051d76dc_updated_at','1613352828','yes'),(4145,'f037a721b_elements','a:0:{}','yes'),(4146,'f037a721b_custom_js','','yes'),(4147,'f037a721b_updated_at','1609859344','yes'),(4171,'_transient_atbdp_listings_293a641bff3fbdf4ddf4b327a7d98c39','a:2:{s:7:\"version\";s:10:\"1613576364\";s:5:\"value\";a:3:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:1229;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2021-02-17 00:57:46\";s:13:\"post_date_gmt\";s:19:\"2021-02-17 00:57:46\";s:12:\"post_content\";s:1081:\"The Sprinkle Firm means professional representation by an attorney who listens to you. A counselor who understands our system of justice. The Sprinkle law firm takes a personal approach to serving your legal needs.  The Sprinkle Firm is a full service civil litigation, civil rights, and small business law firm located in Central Arkansas.  Our reach is statewide.  If you need an Arkansas attorney on your side, <a href=\"http://www.sprinklefirm.com/contact/\" target=\"_blank\" rel=\"noopener\">consult Sprinkle Firm today</a>.\r\n\r\n<strong>Sprinkle Firm Stands for Justice</strong>\r\n\r\nA true social justice law firm is not merely a thing of the past. Lawyers still work to amplify the voice of the voiceless. And American society is still guided by laws and a belief in justice, not just power and influence. Sprinkle Firm carries the torch of justice from a bygone era. If you need a justice-oriented Arkansas attorney on your side during contract, property, or business disputes, civil rights abuses, or because you have been injured by someone else, call Sprinkle Firm today.\";s:10:\"post_title\";s:13:\"Sprinkle Firm\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:13:\"sprinkle-firm\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-02-17 00:58:49\";s:17:\"post_modified_gmt\";s:19:\"2021-02-17 00:58:49\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:76:\"https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1229\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Post\":24:{s:2:\"ID\";i:832;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2021-01-02 03:48:11\";s:13:\"post_date_gmt\";s:19:\"2021-01-02 03:48:11\";s:12:\"post_content\";s:247:\"Quality Video Services is your affordable solution to your professional video needs.\r\n\r\nQuality Video Services is a production company catering to the clients who may not have an unlimited budget, yet still desires a professional finished product.\";s:10:\"post_title\";s:22:\"Quality Video Services\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:22:\"quality-video-services\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-01-04 17:41:40\";s:17:\"post_modified_gmt\";s:19:\"2021-01-04 17:41:40\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:75:\"https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=832\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:2;O:7:\"WP_Post\":24:{s:2:\"ID\";i:826;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2021-01-02 02:43:28\";s:13:\"post_date_gmt\";s:19:\"2021-01-02 02:43:28\";s:12:\"post_content\";s:316:\"With over 15 years of experience in this industry, you can rely on our qualified professionals. All our services are very competitively priced and will help you find a solution to your financial problems. We’re proud of the commitment and services we provide to our community and we are ready to serve you as well.\";s:10:\"post_title\";s:32:\"Eminent Financial Services, Inc.\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:30:\"eminent-financial-services-inc\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-01-04 17:45:09\";s:17:\"post_modified_gmt\";s:19:\"2021-01-04 17:45:09\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:75:\"https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=826\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}}','yes'),(4175,'_transient_atbdp_listings_5edb17749faf2e53b9dd8829ec5a7ad7','a:2:{s:7:\"version\";s:10:\"1609565766\";s:5:\"value\";a:1:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:834;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2021-01-02 04:00:02\";s:13:\"post_date_gmt\";s:19:\"2021-01-02 04:00:02\";s:12:\"post_content\";s:648:\"<strong>Reservoir Supply is a local dealer with national buying power. We provide our customers with high quality products and services in addition to competitive pricing. We are dedicated to building quality relationships with our customers whether you are purchasing items for a home office or a large corporate account. Reservoir Supply offers discounted office supplies with lightning fast delivery. We have a national warehouse network of over 35 warehouses across the US that help with fast delivery of over 40,000 products including office supplies, janitorial supplies, sanitation supplies, classroom supplies and office furniture.</strong>\";s:10:\"post_title\";s:16:\"Reservoir Supply\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:16:\"reservoir-supply\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-01-02 04:41:43\";s:17:\"post_modified_gmt\";s:19:\"2021-01-02 04:41:43\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:75:\"https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=834\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}}','yes'),(4382,'c9972af1c_elements','a:0:{}','yes'),(4383,'c9972af1c_custom_js','','yes'),(4384,'c9972af1c_updated_at','1618578226','yes'),(4532,'802134370_elements','a:0:{}','yes'),(4533,'802134370_custom_js','','yes'),(4534,'802134370_updated_at','1618162293','yes'),(4590,'d460f4ec3_elements','a:0:{}','yes'),(4591,'d460f4ec3_custom_js','','yes'),(4592,'d460f4ec3_updated_at','1609859344','yes'),(4608,'17aafa3d4_elements','a:0:{}','yes'),(4609,'17aafa3d4_custom_js','','yes'),(4610,'17aafa3d4_updated_at','1614779321','yes'),(4712,'elementskit-lite_install_date','2021-01-12 08:34:15','yes'),(4863,'43b7dc516_elements','a:0:{}','yes'),(4864,'43b7dc516_custom_js','','yes'),(4865,'43b7dc516_updated_at','1611778546','yes'),(5141,'d4e71d357_elements','a:0:{}','yes'),(5142,'d4e71d357_custom_js','','yes'),(5143,'d4e71d357_updated_at','1618517685','yes'),(5271,'_transient_atbdp_listings_6679ccd13047205f83f6bd90f3db8ab6','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:0:{}}','yes'),(5272,'_transient_atbdp_custom_field_ids_bf44cdd2a4ea6ac952ec36b5482f4363','a:2:{s:7:\"version\";s:10:\"1606686763\";s:5:\"value\";a:0:{}}','yes'),(5273,'_transient_atbdp_custom_field_ids_fc95ecd89b33db8504c7b335272547aa','a:2:{s:7:\"version\";s:10:\"1606686763\";s:5:\"value\";a:0:{}}','yes'),(5276,'_transient_atbdp_listings_76f037f36a6026982587f10748529677','a:2:{s:7:\"version\";s:10:\"1610242304\";s:5:\"value\";a:2:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:395;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2020-11-30 01:22:43\";s:13:\"post_date_gmt\";s:19:\"2020-11-30 01:22:43\";s:12:\"post_content\";s:12:\"Beauty Salon\";s:10:\"post_title\";s:18:\"Real Natural Salon\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:18:\"real-natural-salon\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-01-04 17:49:09\";s:17:\"post_modified_gmt\";s:19:\"2021-01-04 17:49:09\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:74:\"http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=395\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Post\":24:{s:2:\"ID\";i:394;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2020-11-30 01:21:14\";s:13:\"post_date_gmt\";s:19:\"2020-11-30 01:21:14\";s:12:\"post_content\";s:1333:\"<div class=\"j83agx80\">\r\n<div>\r\n<div class=\"dwo3fsh8 g5ia77u1 rt8b4zig n8ej3o3l agehan2d sk4xxmp2 rq0escxv q9uorilb kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso l9j0dhe7 i1ao9s8h k4urcfbm\">\r\n<div class=\"j83agx80 cbu4d94t sj5x9vvc cxgpxx05\">\r\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 pfnyh3mw jifvfom9 ll8tlv6m owycx6da btwxx1t3 hv4rvrfc dati1w0a jb3vyjys b5q2rw42 lq239pai mysgfdmx hddg9phg\">\r\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 cbu4d94t g5gj957u d2edcug0 hpfvmrgz rj1gh0hx buofh1pr o8rfisnq p8fzw8mz pcp91wgn iuny7tx3 ipjc6fyt\">\r\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\r\n<div class=\"qzhwtbm6 knvmm38d\">\r\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\r\n<div class=\"qzhwtbm6 knvmm38d\">\r\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">At Michael Blake Menswear we create clothing that reflect the peculiarities of your life and style. We offer custom suits, shirts, shoes and tuxedo rentals</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"pybr56ya hv4rvrfc f9o22wc5 j83agx80\">We make made-to-measure menswear, we have over 300 fabric selection for suits, trousers, and shirts. We also have a selection of all leather shoes. We can do a private consultation in you\'re home or office.</div>\r\n</div>\";s:10:\"post_title\";s:26:\"Michael Blake Menswear LLC\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:26:\"michael-blake-menswear-llc\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2021-01-04 17:50:03\";s:17:\"post_modified_gmt\";s:19:\"2021-01-04 17:50:03\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:74:\"http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=394\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"at_biz_dir\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}}','yes'),(5277,'_transient_atbdp_custom_field_ids_dd5ab4ed47e42cfb61b3f3f6b3fbb638','a:2:{s:7:\"version\";s:10:\"1606686763\";s:5:\"value\";a:0:{}}','yes'),(5389,'2dfbf5d3d_elements','a:0:{}','yes'),(5390,'2dfbf5d3d_custom_js','','yes'),(5391,'2dfbf5d3d_updated_at','1617987315','yes'),(5569,'b8eae2ae1_elements','a:0:{}','yes'),(5570,'b8eae2ae1_custom_js','','yes'),(5571,'b8eae2ae1_updated_at','1618578226','yes'),(5774,'_transient_timeout_atbdp_cache_listings_fb956e5297abb99480894f19761d43fa','1621133586','no'),(5775,'_transient_atbdp_cache_listings_fb956e5297abb99480894f19761d43fa','a:2:{s:7:\"version\";s:10:\"1618454839\";s:5:\"value\";a:35:{i:0;i:1556;i:1;i:1467;i:2;i:1465;i:3;i:1458;i:4;i:1456;i:5;i:1454;i:6;i:1452;i:7;i:1449;i:8;i:1447;i:9;i:1294;i:10;i:1292;i:11;i:1290;i:12;i:1288;i:13;i:1286;i:14;i:1284;i:15;i:1282;i:16;i:1280;i:17;i:1278;i:18;i:1275;i:19;i:1229;i:20;i:838;i:21;i:836;i:22;i:834;i:23;i:830;i:24;i:828;i:25;i:826;i:26;i:399;i:27;i:398;i:28;i:397;i:29;i:396;i:30;i:395;i:31;i:394;i:32;i:393;i:33;i:391;i:34;i:390;}}','no'),(6584,'c2d1f9b73_elements','a:0:{}','yes'),(6585,'c2d1f9b73_custom_js','','yes'),(6586,'c2d1f9b73_updated_at','1613604677','yes'),(6587,'d4cd4e8ec_elements','a:0:{}','yes'),(6588,'d4cd4e8ec_custom_js','','yes'),(6589,'d4cd4e8ec_updated_at','1613575013','yes'),(6630,'4a8a207d5_elements','a:0:{}','yes'),(6631,'4a8a207d5_custom_js','','yes'),(6632,'4a8a207d5_updated_at','1615900646','yes'),(6733,'22fa3cb91_elements','a:0:{}','yes'),(6734,'22fa3cb91_custom_js','','yes'),(6735,'22fa3cb91_updated_at','1613596203','yes'),(6825,'965bd9bb7_elements','a:0:{}','yes'),(6826,'965bd9bb7_custom_js','','yes'),(6827,'965bd9bb7_updated_at','1618517685','yes'),(6927,'at_biz_dir-category_children','a:0:{}','yes'),(7367,'_transient_atbdp_custom_field_ids_819bef8edc1731dc206aded27f7e89a7','a:2:{s:7:\"version\";s:10:\"1606686763\";s:5:\"value\";a:0:{}}','yes'),(7368,'atbdp_migrated','1','yes'),(7718,'_transient_timeout_atbdp_listings_archive_b1d847c74897765f1f334b5d9bf756f4','1621169166','no'),(7719,'_transient_atbdp_listings_archive_b1d847c74897765f1f334b5d9bf756f4','a:2:{s:7:\"version\";s:10:\"1618454839\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:10:{i:0;i:1456;i:1;i:399;i:2;i:1290;i:3;i:1458;i:4;i:828;i:5;i:1447;i:6;i:1284;i:7;i:1292;i:8;i:826;i:9;i:396;}s:5:\"total\";i:35;s:11:\"total_pages\";i:4;s:8:\"per_page\";i:10;s:12:\"current_page\";i:1;}}','no'),(7767,'directorist_bulk_term_update_v7','1','yes'),(7948,'_transient_timeout_atbdp_listings_archive_1ddb19da028c51f4818a8f46c4ad0ba6','1621133586','no');
INSERT INTO `wp_options` VALUES (7949,'_transient_atbdp_listings_archive_1ddb19da028c51f4818a8f46c4ad0ba6','a:2:{s:7:\"version\";s:10:\"1618454839\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:5:{i:0;i:826;i:1;i:1294;i:2;i:1229;i:3;i:1280;i:4;i:1282;}s:5:\"total\";i:5;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:10;s:12:\"current_page\";i:1;}}','no'),(7950,'_transient_timeout_atbdp_listings_archive_bb0ee2d08bbeb34fa52e786e2eac8b4f','1618541611','no'),(7951,'_transient_atbdp_listings_archive_bb0ee2d08bbeb34fa52e786e2eac8b4f','a:2:{s:7:\"version\";s:10:\"1614218229\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:0:{}s:5:\"total\";i:0;s:11:\"total_pages\";i:0;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}}','no'),(7952,'2ef4266b7_elements','a:0:{}','yes'),(7953,'2ef4266b7_custom_js','','yes'),(7954,'2ef4266b7_updated_at','1615900646','yes'),(7955,'ad0d4a4c8_elements','a:0:{}','yes'),(7956,'ad0d4a4c8_custom_js','','yes'),(7957,'ad0d4a4c8_updated_at','1615900646','yes'),(7958,'_transient_timeout_atbdp_listings_archive_d163753bb0d1e775e639561999167fb5','1620353063','no'),(7959,'_transient_atbdp_listings_archive_d163753bb0d1e775e639561999167fb5','a:2:{s:7:\"version\";s:10:\"1617761011\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:5:{i:0;i:1280;i:1;i:1556;i:2;i:838;i:3;i:1282;i:4;i:836;}s:5:\"total\";i:35;s:11:\"total_pages\";i:4;s:8:\"per_page\";i:10;s:12:\"current_page\";i:4;}}','no'),(7960,'67bf4695a_elements','a:0:{}','yes'),(7961,'67bf4695a_custom_js','','yes'),(7962,'67bf4695a_updated_at','1618517685','yes'),(8039,'directorist_bulk_term_update_v7_0_3_2','1','yes'),(8095,'4f0fe9b75_elements','a:0:{}','yes'),(8096,'4f0fe9b75_custom_js','','yes'),(8097,'4f0fe9b75_updated_at','1616073636','yes'),(8260,'_transient_timeout_atbdp_listings_archive_39ffa2c8c68d98d2a4e8d9f5af2dac88','1620353043','no'),(8261,'_transient_atbdp_listings_archive_39ffa2c8c68d98d2a4e8d9f5af2dac88','a:2:{s:7:\"version\";s:10:\"1617761011\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:10:{i:0;i:1454;i:1;i:397;i:2;i:1449;i:3;i:393;i:4;i:398;i:5;i:1465;i:6;i:394;i:7;i:1275;i:8;i:391;i:9;i:830;}s:5:\"total\";i:35;s:11:\"total_pages\";i:4;s:8:\"per_page\";i:10;s:12:\"current_page\";i:2;}}','no'),(8262,'_transient_timeout_atbdp_listings_archive_490969ce647d6401aa92ff4cc64b7ce2','1620353052','no'),(8263,'_transient_atbdp_listings_archive_490969ce647d6401aa92ff4cc64b7ce2','a:2:{s:7:\"version\";s:10:\"1617761011\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:10:{i:0;i:1294;i:1;i:390;i:2;i:1467;i:3;i:395;i:4;i:834;i:5;i:1288;i:6;i:1452;i:7;i:1286;i:8;i:1229;i:9;i:1278;}s:5:\"total\";i:35;s:11:\"total_pages\";i:4;s:8:\"per_page\";i:10;s:12:\"current_page\";i:3;}}','no'),(8637,'_transient_timeout_atbdp_listings_archive_14d8e154e0dcc86ddedb4c63f659f796','1620352537','no'),(8638,'_transient_atbdp_listings_archive_14d8e154e0dcc86ddedb4c63f659f796','a:2:{s:7:\"version\";s:10:\"1616294814\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:6:{i:0;i:1452;i:1;i:1449;i:2;i:1447;i:3;i:1290;i:4;i:1278;i:5;i:838;}s:5:\"total\";i:14;s:11:\"total_pages\";i:3;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}}','no'),(8642,'314502869_elements','a:0:{}','yes'),(8643,'314502869_custom_js','','yes'),(8644,'314502869_updated_at','1617760141','yes'),(8698,'45c8ca8fb_elements','a:0:{}','yes'),(8699,'45c8ca8fb_custom_js','','yes'),(8700,'45c8ca8fb_updated_at','1618577860','yes'),(8759,'_transient_timeout_atbdp_listings_archive_ff393a9fb5ae9f69b8925fd917352455','1620433439','no'),(8760,'_transient_atbdp_listings_archive_ff393a9fb5ae9f69b8925fd917352455','a:2:{s:7:\"version\";s:10:\"1617761011\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:6:{i:0;i:1556;i:1;i:1467;i:2;i:1465;i:3;i:1458;i:4;i:1456;i:5;i:1454;}s:5:\"total\";i:6;s:11:\"total_pages\";i:1;s:8:\"per_page\";i:6;s:12:\"current_page\";i:1;}}','no'),(8956,'_site_transient_timeout_browser_247e2ef9c63a4c9c32450c29c744f71e','1618762560','no'),(8957,'_site_transient_browser_247e2ef9c63a4c9c32450c29c744f71e','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"89.0.4389.114\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(9077,'_site_transient_timeout_php_check_7841c854be39099ac1d9b61bb411ecb0','1619024170','no'),(9078,'_site_transient_php_check_7841c854be39099ac1d9b61bb411ecb0','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(9079,'_transient_timeout_rsssl_admin_notices','1618664730','no'),(9080,'_transient_rsssl_admin_notices','a:0:{}','no'),(9140,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1618592570;s:7:\"checked\";a:11:{s:32:\"directorist/directorist-base.php\";s:7:\"7.0.3.3\";s:23:\"elementor/elementor.php\";s:5:\"3.1.4\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"2.2.2\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:5:\"4.6.2\";s:52:\"fuse-social-floating-sidebar/fuse_social_sidebar.php\";s:5:\"5.3.7\";s:9:\"hello.php\";s:5:\"1.7.2\";s:27:\"ninja-forms/ninja-forms.php\";s:5:\"3.5.3\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:5:\"4.3.0\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:6:\"4.0.13\";s:23:\"revslider/revslider.php\";s:6:\"6.2.23\";s:46:\"under-construction-page/under-construction.php\";s:4:\"3.88\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:10:{s:32:\"directorist/directorist-base.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/directorist\";s:4:\"slug\";s:11:\"directorist\";s:6:\"plugin\";s:32:\"directorist/directorist-base.php\";s:11:\"new_version\";s:7:\"7.0.3.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/directorist/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/directorist.7.0.3.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/directorist/assets/icon-256x256.jpg?rev=2049058\";s:2:\"1x\";s:64:\"https://ps.w.org/directorist/assets/icon-128x128.jpg?rev=2049058\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/directorist/assets/banner-1544x500.jpg?rev=2049058\";s:2:\"1x\";s:66:\"https://ps.w.org/directorist/assets/banner-772x250.jpg?rev=2049058\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.1.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"2.2.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.2.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.png?rev=2118487\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.png?rev=2118487\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.png?rev=2118488\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.png?rev=2118488\";}s:11:\"banners_rtl\";a:0:{}}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"4.6.2\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.4.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.png?rev=2285897\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.png?rev=2285897\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.gif?rev=2495590\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.gif?rev=2495590\";}s:11:\"banners_rtl\";a:0:{}}s:52:\"fuse-social-floating-sidebar/fuse_social_sidebar.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:42:\"w.org/plugins/fuse-social-floating-sidebar\";s:4:\"slug\";s:28:\"fuse-social-floating-sidebar\";s:6:\"plugin\";s:52:\"fuse-social-floating-sidebar/fuse_social_sidebar.php\";s:11:\"new_version\";s:5:\"5.3.7\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/fuse-social-floating-sidebar/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/fuse-social-floating-sidebar.5.3.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/fuse-social-floating-sidebar/assets/icon-128x128.png?rev=1154121\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/fuse-social-floating-sidebar/assets/banner-1544x500.png?rev=1850741\";s:2:\"1x\";s:83:\"https://ps.w.org/fuse-social-floating-sidebar/assets/banner-772x250.png?rev=1850741\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:5:\"3.5.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/ninja-forms.3.5.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=2069024\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=2069024\";}s:11:\"banners_rtl\";a:0:{}}s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:42:\"w.org/plugins/premium-addons-for-elementor\";s:4:\"slug\";s:28:\"premium-addons-for-elementor\";s:6:\"plugin\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:11:\"new_version\";s:5:\"4.3.0\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/premium-addons-for-elementor/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/premium-addons-for-elementor.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:81:\"https://ps.w.org/premium-addons-for-elementor/assets/icon-256x256.png?rev=2421900\";s:2:\"1x\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";s:3:\"svg\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-1544x500.jpg?rev=2421900\";s:2:\"1x\";s:83:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-772x250.jpg?rev=2421900\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/really-simple-ssl\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:6:\"plugin\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:11:\"new_version\";s:6:\"4.0.13\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/really-simple-ssl.4.0.13.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=1782452\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=2320223\";s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=2320228\";}s:11:\"banners_rtl\";a:0:{}}s:46:\"under-construction-page/under-construction.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/under-construction-page\";s:4:\"slug\";s:23:\"under-construction-page\";s:6:\"plugin\";s:46:\"under-construction-page/under-construction.php\";s:11:\"new_version\";s:4:\"3.88\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/under-construction-page/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.88.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/under-construction-page/assets/icon-256x256.gif?rev=2284849\";s:2:\"1x\";s:76:\"https://ps.w.org/under-construction-page/assets/icon-128x128.gif?rev=2284852\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/under-construction-page/assets/banner-1544x500.png?rev=1628376\";s:2:\"1x\";s:78:\"https://ps.w.org/under-construction-page/assets/banner-772x250.png?rev=1575797\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(9145,'_transient_timeout_rsssl_plusone_count','1619060166','no'),(9146,'_transient_rsssl_plusone_count','1','no'),(9147,'rsssl_current_version','4.0.13','yes'),(9253,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.1\";s:7:\"version\";s:5:\"5.7.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.1\";s:7:\"version\";s:5:\"5.7.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1618582636;s:15:\"version_checked\";s:5:\"5.6.3\";s:12:\"translations\";a:0:{}}','no'),(9273,'_site_transient_timeout_browser_c07a55793176568d9bfd50bdeda835db','1619115770','no'),(9274,'_site_transient_browser_c07a55793176568d9bfd50bdeda835db','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"89.0.4389.114\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(9283,'_site_transient_timeout_community-events-ea624ce24f86b55d532540ab2c9fd095','1618554197','no'),(9284,'_site_transient_community-events-ea624ce24f86b55d532540ab2c9fd095','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"75.89.103.0\";}s:6:\"events\";a:7:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:70:\"Watch Party + Discussion group: Advanced Layouts with the Block Editor\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/277581120/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2021-04-15 20:00:00\";s:8:\"end_date\";s:19:\"2021-04-15 21:00:00\";s:20:\"start_unix_timestamp\";i:1618542000;s:18:\"end_unix_timestamp\";i:1618545600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.7799987792970028976924368180334568023681640625;s:9:\"longitude\";d:-122.419998168950002082056016661226749420166015625;}}i:1;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Europe\";s:3:\"url\";s:33:\"https://europe.wordcamp.org/2021/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2021-06-07 00:00:00\";s:8:\"end_date\";s:19:\"2021-06-10 00:00:00\";s:20:\"start_unix_timestamp\";i:1623020400;s:18:\"end_unix_timestamp\";i:1623279600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"PT\";s:8:\"latitude\";d:41.16220220000000296067810268141329288482666015625;s:9:\"longitude\";d:-8.6570587999999997208533386583440005779266357421875;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:20:\"WordPress Roundtable\";s:3:\"url\";s:75:\"https://www.meetup.com/WordPress-Midcities-User-Group/events/rvtddsycchbcb/\";s:6:\"meetup\";s:30:\"WordPress Midcities User Group\";s:10:\"meetup_url\";s:54:\"https://www.meetup.com/WordPress-Midcities-User-Group/\";s:4:\"date\";s:19:\"2021-05-01 13:00:00\";s:8:\"end_date\";s:19:\"2021-05-01 15:00:00\";s:20:\"start_unix_timestamp\";i:1619892000;s:18:\"end_unix_timestamp\";i:1619899200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:32.8600006103520030364961712621152400970458984375;s:9:\"longitude\";d:-97.1399993896479969635038287378847599029541015625;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:20:\"WordPress Roundtable\";s:3:\"url\";s:75:\"https://www.meetup.com/WordPress-Midcities-User-Group/events/rvtddsyccjbhb/\";s:6:\"meetup\";s:30:\"WordPress Midcities User Group\";s:10:\"meetup_url\";s:54:\"https://www.meetup.com/WordPress-Midcities-User-Group/\";s:4:\"date\";s:19:\"2021-06-05 13:00:00\";s:8:\"end_date\";s:19:\"2021-06-05 15:00:00\";s:20:\"start_unix_timestamp\";i:1622916000;s:18:\"end_unix_timestamp\";i:1622923200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:32.8600006103520030364961712621152400970458984375;s:9:\"longitude\";d:-97.1399993896479969635038287378847599029541015625;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:20:\"WordPress Roundtable\";s:3:\"url\";s:75:\"https://www.meetup.com/WordPress-Midcities-User-Group/events/rvtddsycckbfb/\";s:6:\"meetup\";s:30:\"WordPress Midcities User Group\";s:10:\"meetup_url\";s:54:\"https://www.meetup.com/WordPress-Midcities-User-Group/\";s:4:\"date\";s:19:\"2021-07-10 13:00:00\";s:8:\"end_date\";s:19:\"2021-07-10 15:00:00\";s:20:\"start_unix_timestamp\";i:1625940000;s:18:\"end_unix_timestamp\";i:1625947200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:32.8600006103520030364961712621152400970458984375;s:9:\"longitude\";d:-97.1399993896479969635038287378847599029541015625;}}i:5;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:20:\"WordPress Roundtable\";s:3:\"url\";s:75:\"https://www.meetup.com/WordPress-Midcities-User-Group/events/rvtddsycclbkb/\";s:6:\"meetup\";s:30:\"WordPress Midcities User Group\";s:10:\"meetup_url\";s:54:\"https://www.meetup.com/WordPress-Midcities-User-Group/\";s:4:\"date\";s:19:\"2021-08-07 13:00:00\";s:8:\"end_date\";s:19:\"2021-08-07 15:00:00\";s:20:\"start_unix_timestamp\";i:1628359200;s:18:\"end_unix_timestamp\";i:1628366400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:32.8600006103520030364961712621152400970458984375;s:9:\"longitude\";d:-97.1399993896479969635038287378847599029541015625;}}i:6;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:20:\"WordPress Roundtable\";s:3:\"url\";s:75:\"https://www.meetup.com/WordPress-Midcities-User-Group/events/rvtddsyccmbgb/\";s:6:\"meetup\";s:30:\"WordPress Midcities User Group\";s:10:\"meetup_url\";s:54:\"https://www.meetup.com/WordPress-Midcities-User-Group/\";s:4:\"date\";s:19:\"2021-09-04 13:00:00\";s:8:\"end_date\";s:19:\"2021-09-04 15:00:00\";s:20:\"start_unix_timestamp\";i:1630778400;s:18:\"end_unix_timestamp\";i:1630785600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:32.8600006103520030364961712621152400970458984375;s:9:\"longitude\";d:-97.1399993896479969635038287378847599029541015625;}}}}','no'),(9323,'ac8e04b72_elements','a:0:{}','yes'),(9324,'ac8e04b72_custom_js','','yes'),(9325,'ac8e04b72_updated_at','1618517685','yes'),(9326,'_transient_timeout_atbdp_listings_archive_665bff480ea6f703e80c10e6e0e79788','1621133614','no'),(9327,'_transient_atbdp_listings_archive_665bff480ea6f703e80c10e6e0e79788','a:2:{s:7:\"version\";s:10:\"1618454839\";s:5:\"value\";O:8:\"stdClass\":5:{s:3:\"ids\";a:10:{i:0;i:1290;i:1;i:828;i:2;i:1447;i:3;i:396;i:4;i:397;i:5;i:1449;i:6;i:393;i:7;i:398;i:8;i:391;i:9;i:830;}s:5:\"total\";i:15;s:11:\"total_pages\";i:2;s:8:\"per_page\";i:10;s:12:\"current_page\";i:1;}}','no'),(9336,'_transient_timeout_elementor_remote_info_api_data_3.1.4','1618619724','no'),(9337,'_transient_elementor_remote_info_api_data_3.1.4','a:4:{s:9:\"timestamp\";s:10:\"1618575447\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:60:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.1.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"nl_NL\";i:2;s:5:\"en_GB\";i:3;s:5:\"en_NZ\";i:4;s:5:\"en_ZA\";i:5;s:5:\"en_AU\";i:6;s:5:\"en_CA\";i:7;s:5:\"sv_SE\";i:8;s:5:\"da_DK\";i:9;s:5:\"fr_FR\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}}','no'),(9338,'_site_transient_timeout_community-events-f067f934ab9f81e21526b886ef54af3e','1618619734','no'),(9339,'_site_transient_community-events-f067f934ab9f81e21526b886ef54af3e','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"23.116.213.0\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Greece\";s:3:\"url\";s:33:\"https://greece.wordcamp.org/2021/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2021-04-16 16:00:00\";s:8:\"end_date\";s:19:\"2021-04-18 00:00:00\";s:20:\"start_unix_timestamp\";i:1618578000;s:18:\"end_unix_timestamp\";i:1618693200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"GR\";s:8:\"latitude\";d:39.7325627000000025645931600593030452728271484375;s:9:\"longitude\";d:22.295229400000000197223926079459488391876220703125;}}i:1;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Europe\";s:3:\"url\";s:33:\"https://europe.wordcamp.org/2021/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2021-06-07 00:00:00\";s:8:\"end_date\";s:19:\"2021-06-10 00:00:00\";s:20:\"start_unix_timestamp\";i:1623020400;s:18:\"end_unix_timestamp\";i:1623279600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"PT\";s:8:\"latitude\";d:41.16220220000000296067810268141329288482666015625;s:9:\"longitude\";d:-8.6570587999999997208533386583440005779266357421875;}}}}','no'),(9340,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1618619734','no'),(9341,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Apr 2021 03:05:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.8-alpha-50761\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.7.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2021/04/wordpress-5-7-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Apr 2021 03:05:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10144\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:365:\"WordPress 5.7.1 is now available! This security and maintenance release features 26 bug fixes in addition to two security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 4.7 have also been updated. WordPress 5.7.1 is a short-cycle security and maintenance release. The next [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Peter Wilson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8461:\"\n<p>WordPress 5.7.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=5.7.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">26 bug fixes</a> in addition to two security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 4.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.7.1 is a short-cycle security and maintenance release. The next major release will be version 5.8.</p>\n\n\n\n<p>You can download WordPress 5.7.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Two security issues affect WordPress versions between 4.7 and 5.7. If you haven’t yet updated to 5.7, all WordPress versions since 4.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Thank you <a href=\"https://www.sonarsource.com/\">SonarSource</a> for reporting an XXE vulnerability within the media library affecting PHP 8.</li><li>Thanks <a href=\"https://mikaelkorpela.fi/\">Mikael Korpela</a> for reporting a data exposure vulnerability within the REST API.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>Props to <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> and the WordPress security team for their work on these issues.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.7.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-7-1/\">version 5.7.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.7.1 release was led by <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">@peterwilsoncc</a> and <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>.</p>\n\n\n\n<p>In addition to the security researchers and release squad members mentioned above, thank you to everyone who helped make WordPress 5.7.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/ninetyninew/\">99w</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/annalamprou/\">annalamprou</a>, <a href=\"https://profiles.wordpress.org/anotherdave/\">anotherdave</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/brechtvds/\">Brecht</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dkoo/\">dkoo</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dragongate/\">dragongate</a>, <a href=\"https://profiles.wordpress.org/eatsleepcode/\">eatsleepcode</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/fabianpimminger/\">Fabian Pimminger</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/gab81/\">gab81</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/geoffrey1963/\">Geoffrey</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzim/\">grzim</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya/\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/jonkastonka/\">Johan Jonk Stenström</a>, <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joseeyoast/\">Josee Wouters</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/k3nsai/\">k3nsai</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">Mikhail Kobzarev</a>, <a href=\"https://profiles.wordpress.org/mmuyskens/\">mmuyskens</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicegamer7/\">nicegamer7</a>, <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pwallner/\">pwallner</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat Khaziev</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rogertheriault/\">Roger Theriault</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sirstuey/\">SirStuey</a>, <a href=\"https://profiles.wordpress.org/stefanjoebstl/\">stefanjoebstl</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10144\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"People of WordPress: Tyler Lau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2021/04/people-of-wordpress-tyler-lau/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Apr 2021 13:47:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"ContributorStory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"WordPress journey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10102\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"In this People of WordPress contributor story, we chat with Tyler Lau from Kansas, US, on his journey with WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10363:\"\n<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories that are lesser-known.</em></p>\n\n\n\n<h2><strong>Embrace Who You Are and Your Journey</strong></h2>\n\n\n\n<p>In this People of WordPress contributor story, we chat to Tyler Lau from the US on his relationship building work in marketing and his WordPress journey.</p>\n\n\n\n<p>Read on to discover his story which shows it is often what you have learned from negative experiences in your life that can make you a major asset to a product team.</p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-thumb.jpg?resize=632%2C464&#038;ssl=1\" alt=\"Tyler Lau stood in front of a colorful mural\" class=\"wp-image-10116\" width=\"632\" height=\"464\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-thumb.jpg?zoom=2&amp;resize=640%2C470&amp;ssl=1 1280w, https://i1.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-thumb.jpg?zoom=3&amp;resize=640%2C470&amp;ssl=1 1920w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2><strong>An Entrepreneurial Mindset</strong></h2>\n\n\n\n<p>Tyler recalls he always had a knack for spotting a enterprise ideas. As an industrious seven-year-old, he was already finding ways to make sales during the school breaks.&nbsp;</p>\n\n\n\n<p>While many entrepreneurs have similar stories, Tyler’s path took many turns before he discovered and thrived in the WordPress community.</p>\n\n\n\n<p>He was drawn to both the software and the community that surrounds it from his search for personal and professional freedom. He ultimately was able to combine his various business interests and people skills into professional marketing work.</p>\n\n\n\n<h2><strong>Using your skills to uncover your journey</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-2.jpg?resize=632%2C758&#038;ssl=1\" alt=\"Tyler Lau pictured sat on a chair using his mobile phone in his social media work\" class=\"wp-image-10118\" width=\"632\" height=\"758\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-2.jpg?zoom=2&amp;resize=640%2C768&amp;ssl=1 1280w, https://i0.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-2.jpg?zoom=3&amp;resize=640%2C768&amp;ssl=1 1920w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Tyler’s current role is as a Marketing Relationship Builder, based in Kansas, USA. His responsibilities span across all digital properties and products, leveraging his broad set of business and people skills.</p>\n\n\n\n<p>These skills are amplified by his creativity and adaptability. Tyler says that one reason he is always looking for new projects is his Attention Deficit Hyperactivity Disorder (ADHD), a diagnosis he received in 2005.</p>\n\n\n\n<p>In an industry built by programmers and developers who often have a strong sense of focus, Tyler felt that someone with ADHD wouldn’t be seen as a natural fit. He found the WordPress community to be a place where everyone can find the right spot for their unique skills. Tyler’s skill is people, and this has translated into many opportunities and responsibilities in his work life. His skills have also helped him give back to the WordPress community as a speaker and volunteer, and through multiple contributor days.</p>\n\n\n\n<h2><strong>Relationship-building as a career</strong></h2>\n\n\n\n<p>Most of Tyler’s experience was in the restaurant industry, and his resume did not exactly point to a career in tech. But the service industry actually prepared him well for everything he has taken on since.</p>\n\n\n\n<p>When he is at work events, he meets people from across the world and builds connections with them. As an extrovert, he enjoys this and couldn’t imagine a job where he was isolated from getting to know others and relationship-building.</p>\n\n\n\n<p>Understanding people and being able to operate in any setting are key competencies. Social skills and tact are useful for community building in the WordPress space too, and in Tyler’s life at different times it has been necessary for survival. </p>\n\n\n\n<h2><strong>The true meaning of freedom</strong></h2>\n\n\n\n<p>In the WordPress community, the concept of freedom comes up often. WordPress is built on GPL, free software, and open-source values. Practically speaking, anyone can work remotely or be their own boss to gain more freedom in work and life.&nbsp;Tyler feels that he never fitted into a traditional work mould. With his strong focus on freedom, he found this resonated with the freedom and opportunities he believes WordPress provides him and thousands of others.</p>\n\n\n\n<p>Tyler describes how in 2013 his ‘inner opportunist’ got him into trouble. After dropping out of college following a brain aneurysm, he needed capital to fund his first startup.&nbsp;He shares that he found a quick but unlawful way to make money. Alongside this between shifts as a waiter, he worked on prototypes for his first product. The company was growing fast, and to protect his patents and take research and development to the next level, he had to work hard. Everything came to a halt when some of the actions he took resulted in being sent to prison.  </p>\n\n\n\n<p>He says that meeting other inmates reminded him that he was in a much better situation than most. He was educated, well-off, loved, and knew he had a future once he was released. He found that many inmates never graduated from high school and were computer illiterate. While inside, Tyler taught subjects like science, math, writing, reading, and social studies. He found that due to the lack of skills and support, many inmates would struggle upon release. He believes getting the mental health support and job training needed to thrive after prison is not easy for many.</p>\n\n\n\n<p>“<em>There’s more to freedom than just being on the outside. You also need a sense of agency and enfranchisement,</em>” says Tyler. He considered his sense of purpose and support network were plenty to keep him going and was ready to take on his next (legal) business challenge as soon as he could.</p>\n\n\n\n<h2>Going forward positively&nbsp;</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg?resize=632%2C632&#038;ssl=1\" alt=\"Tyler Lau portrait picture\" class=\"wp-image-10139\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg?w=640&amp;ssl=1 640w, https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The idea that your past doesn’t define you and you can choose to embrace it, is a key driver for Tyler.</p>\n\n\n\n<p>He describes himself as an outlier in many ways. He recalls how politics influenced his life from the day he was born. Tyler’s father is a semi-dissident Chinese visual anthropologist, his mother is an art professor who left her home country of Japan to break free from traditional Japanese gender roles. Tyler feels he inherited a lot of this fearlessness.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>I’ve never fitted in, and yet this is what makes me able to adapt to most situations and relate to just about anyone. I embrace my eclectic, dissonant past and see beauty in the person those experiences shaped me to be</em>,” says Tyler.&nbsp;</p></blockquote>\n\n\n\n<p>Now, he’s able to put those skills to good use in the WordPress community and beyond.&nbsp;</p>\n\n\n\n<p>He says: “<em>Regardless of your physical abilities, mental health struggles, upbringing, and even your run-ins with the law, no one is excluded from carving their place in the WordPress industry</em>”.<br></p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thank you to Tyler Lau (<a href=\'https://profiles.wordpress.org/tylermaximus/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tylermaximus</a>) for sharing his #ContributorStory.</p>\n\n\n\n<p>Thanks to Larissa Murillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), Olga Gleckler (<a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) for working on the People of WordPress series.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh3.googleusercontent.com/Y3odYTyvSfJbVxUxUWEgKxOprox2zxVwhk7_vdW-AIs4IlE-jK0Zt1itCj867x0dIAbIiK-VeuTLMZr6BjNEY0fkTf--4dT1hkLbnGtsPFNfyrVBYIN59IirTkNnqiQgqxk6E1MI\" alt=\"HeroPress logo\" /></figure>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by&nbsp;</em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members in our&nbsp;<a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a>&nbsp;series.</em></p>\n\n\n\n<p><em>#ContributorStory #HeroPress</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"WP Briefing: Who Is WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/news/2021/04/who-is-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Apr 2021 14:36:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10099\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:246:\"In this episode, Josepha explores the five groups within the WordPress ecosystem and provides a high-level example of how they interact and support one another. As always, stay tuned for the small list of big things and a contributor highlight.  \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/04/WP-Briefing-006.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9292:\"\n<p>In this episode, Josepha explores the five groups within the WordPress ecosystem and provides a high-level example of how they interact and support one another. As always, stay tuned for the small list of big things and a contributor highlight.&nbsp;&nbsp;</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li>Get to know<a href=\"https://make.wordpress.org/\"> WordPress Teams</a></li><li><a href=\"https://wordpress.tv/2017/12/10/josepha-haden-beginners-guide-to-contributions/\">Five Steps of Volunteer Engagement </a></li><li><a href=\"https://twitter.com/CoachBirgit/status/1339516878495117313\">Community Highlight </a></li><li><a href=\"https://centroamerica.wordcamp.org/2021/\">WordCamp Centroamérica 2021 Online</a> (<a href=\"https://centroamerica.wordcamp.org/2021/sesiones/\">Schedule</a>)</li><li><a href=\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\">So you want to make block patterns?</a></li><li><a href=\"https://docs.google.com/spreadsheets/d/1h73xMwjSRkJJsn7ooiwXFeZpd0hxXh26pJ7qXzI5iUg/edit#gid=0\">Gutenberg Tutorial sign-up</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10099\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>In the first episode of this podcast, I said that there&#8217;s a lot that goes into WordPress, that&#8217;s really hard to see. One of the hardest things to see about the WordPress project as you get started is the overall structure. There is quite a bit of documentation that can clarify the basics: the names of teams, what they work on, and where, and when they meet. The way that they influence and support each other can really feel like a bit of a mystery. So today, I&#8217;m going to break down the WordPress community into five big groups; I want you to keep a couple of things in mind.&nbsp;</p>\n\n\n\n<p>Firstly, these are high-level and based on my observations. Each of these groups can be further broken down into subgroups. So while you may not feel represented in this exact five, you are included if you were to dig a little bit deeper. The second thing to keep in mind is that the makeup of these groups is pretty fluid. Many community members find themselves in more than one group, but generally not far off. Some group two folks end up in group three, depending on the situation, people in group four can also end up in group five, and so on. As with so many things that I share, I&#8217;m not trying to insist that one size fits all. I&#8217;m not trying to put the WordPress community into a box. This is just a basic framework to understand how it all fits together. Alright, are you ready? I&#8217;m ready. Let&#8217;s do it!</p>\n\n\n\n<p>Okay, I have a broad definition of the community, which I have mentioned before. I believe that the community is anyone who has interacted with WordPress, whether they know it or not. So, I&#8217;ll start from way out there and work my way in that first group; we’re going to call our <strong>Visitors</strong>.&nbsp;</p>\n\n\n\n<p><strong>Visitors</strong> are people who arrive at a WordPress site to gain information or engage in an activity. Sometimes they know it&#8217;s a WordPress site, but most of the time, they don&#8217;t. The second group are <strong>Users</strong>, people who use WordPress as their CMS. So, that&#8217;s website builders, website designers, small businesses, content creators, and the list goes on and on. The third group I like to refer to is the <strong>Extenders</strong>. Those are people who extend WordPress through the creation of blocks, themes, plugins, and more. There are also people who teach WordPress to others through WordPress podcasts, and newsletters and tutorials. The fourth group I refer to as our <strong>Contributors</strong> is the people who contribute to the open source software and the infrastructure supporting it, but not necessarily the same people who contribute directly to their own product. And then there&#8217;s group five, <strong>Leaders</strong>. Those are people who help drive the vision and strategy for WordPress; the most notable member of that group is of course, Matt Mullenweg. And I&#8217;m also in that group.&nbsp;</p>\n\n\n\n<p>Each of these groups directly influenced the groups on either side. For example, a WordPress user is affected by both visitors and extenders. Imagine a content creator who shares their passion for photography through a WordPress site; this photographer may have visitors that need to purchase photos. In response, the user now has a need to make it possible for visitors to purchase photos on a site. So they go to what we consider the extenders, people who have built a plugin that supports that need. And as a result, that user can install that on their site. And they have have satisfied the need of the visitors to their site, the people who now can purchase photos.&nbsp;</p>\n\n\n\n<p>There are a lot of examples like this in the WordPress project. Every small pattern that you see is mirrored in the larger patterns across our ecosystem. And every large pattern you see in the ecosystem can be seen among our teams. It&#8217;s pretty cool to look at really. So, why should this matter to you? From a very practical standpoint, this matters for anyone who&#8217;s trying to learn more about contributing to the WordPress project. These five groups mirror very closely the five steps of volunteer engagement that we see across the ecosystem and from a more philosophical standpoint, it&#8217;s just kind of nice to know who your neighbors are. Without the influence and support of the groups around us, it can be hard to know whether we&#8217;re on the right track or not. So take a look to your left and look to your right, and get to know your partners in this project.</p>\n\n\n\n<p>That brings us now to our community highlight, the segment where I share a note about contributors who have helped others along the way, or WordPress success story. This week&#8217;s highlight is from @CoachBirgit, <a href=\"https://profiles.wordpress.org/coachbirgit/\">Birgit Olzem</a>, a longtime contributor and a friend of mine. Her success story goes like this.&nbsp;</p>\n\n\n\n<p>WordPress has allowed me as a mother of five to leave a toxic marriage for good.&nbsp;</p>\n\n\n\n<p>Later, the community picked me up when I became seriously ill.&nbsp;</p>\n\n\n\n<p>So I can say from the bottom of my heart, that working with WordPress has saved my life.</p>\n\n\n\n<p>And now our small list of big things. I&#8217;ve got three things for you this week. I think that they&#8217;re all very important. And I hope you check them all out. The first one is a reminder that word camp Central America is coming up on April 15 and 16th. If you have not registered for tickets, you still have time, I will share a link to the registration page and the schedule in the show notes below.&nbsp;</p>\n\n\n\n<p>The second thing on our small list of big things is that the Gutenberg 10.4 release is coming out later this week on April 14th. It&#8217;s an important release because it&#8217;s when we take a look at the current iteration of full site editing tools that we have, and decide if it&#8217;s ready to get into the WordPress 5.8 release. There&#8217;s a post that has a little more information about that which I will share in the show notes below as well. If you haven&#8217;t checked out the Gutenberg plugin lately, obviously I think it&#8217;s a good idea to do that in general, but definitely a good idea to check it out now.&nbsp;</p>\n\n\n\n<p>The third thing on our list today is a reminder to check out our most recent block pattern tutorial, I&#8217;ll share a link to that in the show notes. It&#8217;s this kind of tips and tricks, tutorial, the “show me how to do it,” kind of thing in the style of <a href=\"https://css-tricks.com/css-style-guides/\">CSS-Tricks</a>. If you or anyone that you know might be interested in sharing a similar style of tutorial, there&#8217;s a link to a form in that show notes as well so that you can share with us your name and the topic that you&#8217;re interested in. We&#8217;ll take a look and see if it&#8217;s something that we definitely need to make sure our users know how to do. So, that my friends is your small list of big things.&nbsp;</p>\n\n\n\n<p>Thank you for joining in today for the WordPress briefing. I&#8217;m your host, Josepha Haden Chomphosy. I&#8217;ll see you again in a couple of weeks!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10099\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/04/the-month-in-wordpress-march-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 03 Apr 2021 16:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10084\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:319:\"This way of iterating improves WordPress and ties back to one of my favorite open-source principles. The idea that with many eyes, all bugs are shallow. To me, that means that with enough people looking at a problem, someone is bound to be able to see the solution. These words from Josepha Haden Chomphosy on [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9821:\"\n<blockquote class=\"wp-block-quote\"><p>This way of iterating improves WordPress and ties back to one of my favorite open-source principles. The idea that with many eyes, all bugs are shallow. To me, that means that with enough people looking at a problem, someone is bound to be able to see the solution.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">These words from <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> on the <a href=\"https://wordpress.org/news/2021/03/how-wordpress-improves/\">How WordPress Improves</a> episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a> point to the factors that differentiate building software in an open-source environment. Our updates this month are closely tied to the philosophy behind those core principles of open source software.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.7 released</h2>\n\n\n\n<p>WordPress <a href=\"https://wordpress.org/news/2021/03/esperanza/\">version 5.7</a> “Esperanza,” came out on March 9. The release offers fresher admin colors, several improvements to the block editor, single-click HTTP to HTTPS migration, and a new Robots API. Read more about it in the <a href=\"https://wordpress.org/news/2021/03/esperanza/\">release post</a>, the <a href=\"https://make.wordpress.org/core/2021/02/23/wordpress-5-7-field-guide/\">field guide</a>, and the <a href=\"https://make.wordpress.org/community/2021/03/12/meetup-group-resources-talking-points-for-wordpress-5-7/\">talking points post for meetup groups</a>. The Core Team has also <a href=\"https://make.wordpress.org/core/2021/03/30/5-8-pre-planning/\">started work on WordPress 5.8 pre-planning</a>.</p>\n\n\n\n<p>Want to contribute to WordPress 5.8? Join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>. The Core Team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a> UTC.&nbsp;</p>\n\n\n\n<h2>Gutenberg Version 10.1 and 10.2 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">Version 10.1</a> on March 3 and <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">Version 10.2</a> on March 17.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">Version 10.1</a> showcases significant improvements to reusable blocks, a clearer image toolbar, and spatial options for the social media block. <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">Version 10.2</a> offers block pattern options to display contents from the query block and removes writing prompts from empty paragraphs in the editor. It also adds width adjustment for spacer blocks in horizontal parent blocks and the ability to transform media and text blocks into columns.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/03/08/whats-next-in-gutenberg-march-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates. Don’t miss the monthly Gutenberg tutorial on <a href=\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\">How to make block patterns</a>!</p>\n\n\n\n<h2>Full Site Editing updates</h2>\n\n\n\n<p>March saw a plethora of updates to the <a href=\"https://make.wordpress.org/core/tag/full-site-editing/\">Full Site Editing</a> project!</p>\n\n\n\n<ul><li><a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> published a <a href=\"https://make.wordpress.org/updates/2021/03/12/full-site-editing-pre-merge-overview/\">Full Site Editing pre-merge overview</a>. She shares the project’s current status, go/no-go dates for core merge, communication plans, and challenges.&nbsp;</li><li>March saw two calls for testing as part of the <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">Full Site Editing outreach program</a>. The first test of the month — <a href=\"https://make.wordpress.org/test/2021/03/09/fse-program-testing-call-3-create-a-fun-custom-404-%20page/\">creating a custom 404 page</a>,&nbsp; wrapped up successfully.&nbsp; Participate in the latest testing initiative — <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">&nbsp;build a restaurant-themed website header</a> to help improve the future of WordPress! Deadline: April 8.&nbsp;</li><li>You can also find <a href=\"https://make.wordpress.org/core/2021/03/16/high-level-feedback-from-the-fse-program-march/\">high-level feedback on the FSE Program</a> in this March 2021 post.</li></ul>\n\n\n\n<h2>Proposal launched for a WordPress contributor handbook</h2>\n\n\n\n<p>A proposal has been kicked off on <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">building a project-wide WordPress contributor handbook</a>. The handbook will have content around the WordPress project’s underlying philosophies and commitments, along with shared expectations on working together and building products. It will also contain modern open source best practices for WordPress.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>You can now schedule office hours with Matt Mullenweg and Josepha Haden as part of their <a href=\"https://make.wordpress.org/core/2021/03/12/q2-listening-hours-april-7th-2021/\">Q2 Quarterly listening hours initiative</a>. This quarter’s listening session is scheduled for April 7th, 2021, from <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210407T2200\">22:00</a>&#8211;<a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210408T0000\">24:00</a> UTC. Slots are still available — <a href=\"https://calendly.com/mmullenweg/team-lead-office-hours?month=2021-04&amp;date=2021-04-08\">sign up now</a>!&nbsp;</li><li>The Themes Team is working on <a href=\"https://make.wordpress.org/themes/2021/03/17/next-steps-on-themes-and-reviews/\">automating the theme review process</a>. The team has shared a detailed post on these changes and is requesting feedback.</li><li>The Core Team has <a href=\"https://make.wordpress.org/core/2021/03/05/dual-licensing-gutenberg-next-steps/\">kicked-off plans</a> on dual licensing Gutenberg under GPL and MPL.</li><li><a href=\"https://buddypress.org/2021/03/buddypress-7-2-1-security-release/\">Version 7.2.1</a> of BuddyPress (security release) is out! Update all your BuddyPresses!</li><li>The Docs Team shipped the <a href=\"https://make.wordpress.org/docs/2021/03/07/wordpress-documentation-style-guide-google-season-of-docs-2020-project-report-tacitonic/\">WordPress documentation style guide</a> as part of its Google Season of Docs 2020 effort. The team has also kicked off work on applying for <a href=\"https://href.li/?https://make.wordpress.org/docs/tag/season-of-docs-2021/\">Google Season of Docs 2021</a>!</li><li>The Polyglots Team is making <a href=\"https://make.wordpress.org/polyglots/2021/03/26/polyglots-training-working-group-update-2/\">significant progress on building their contributor training program</a>. The team is also requesting feedback on <a href=\"https://make.wordpress.org/polyglots/2021/03/30/request-for-feedback-polyglots-team-stats-dashboard/\">building their dashboard</a>.</li><li><a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> shared an <a href=\"https://make.wordpress.org/updates/2021/03/19/experiment-coordinating-sponsored-contributor-teams/\">experiment to coordinate sponsored contributors</a> by adding them to a private Slack channel to offer them better support.</li><li>The Community Team announced its revamped <a href=\"https://make.wordpress.org/community/2021-wordpress-global-community-sponsorship-program/\">2021 Global Sponsorship Program</a>. The team also published a <a href=\"https://make.wordpress.org/community/2021/03/12/2021-financial-update-for-the-wordpress-community/\">financial update for WP Communities in 2021</a>.</li><li>The Core Team is moving ahead to <a href=\"https://make.wordpress.org/core/2021/03/04/discussion-dropping-support-for-ie11/\">drop support for Internet Explorer 11</a> for upcoming versions of WordPress.</li><li>The Design Team shared <a href=\"https://make.wordpress.org/design/2021/03/30/wordpress-org-patterns-directory/\">initial designs for the Block pattern directory</a>.</li><li>The <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> workspace briefly went down on March 30 due to a Slack ToS issue, which was subsequently resolved. More details on <a href=\"https://make.wordpress.org/updates/2021/03/30/journal-entry-wordpress-slack-workspace-unavailability/\">this explainer post</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10084\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:68:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"So you want to make block patterns?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Mar 2021 17:01:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9995\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Learn how to make block patterns!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:59:\"https://wordpress.org/news/files/2021/03/reusable-block.mp4\";s:6:\"length\";s:6:\"273436\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:58:\"https://wordpress.org/news/files/2021/03/waves-pattern.mp4\";s:6:\"length\";s:6:\"493389\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Beatriz Fialho\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:22433:\"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"356\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?resize=632%2C356&#038;ssl=1\" alt=\"\" class=\"wp-image-9998\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?w=1441&amp;ssl=1 1441w, https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>If you&#8217;ve ever built something for the WordPress block editor — a theme or a plugin — you may have also heard about <strong>block patterns</strong>. </p>\n\n\n\n<p>Looking at the patterns that come bundled with WordPress, I thought it would be nice to dedicate to them a short post. They&#8217;re pretty nice, useful shortcuts when you know them, but there&#8217;s a good chance you may not know what they are or why you might want to use them.</p>\n\n\n\n<h2>What&#8217;s a block pattern?</h2>\n\n\n\n<p>Patterns are&nbsp;<strong>collections of pre-arranged blocks</strong>&nbsp;that can be combined and arranged in many ways making it easier to create beautiful content. They act as a head-start, leaving you to plug and play with your content as you see fit and be as simple as single blocks or as complex as a full-page layout.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"414\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=632%2C414&#038;ssl=1\" alt=\"\" class=\"wp-image-10021\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=1024%2C670&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=300%2C196&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=768%2C503&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=1536%2C1005&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=2048%2C1340&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>They live in a tab in the block library. You can click or drag and you&#8217;re able to preview them with your site&#8217;s styles.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"413\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=632%2C413&#038;ssl=1\" alt=\"\" class=\"wp-image-10022\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=1024%2C669&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=300%2C196&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=768%2C502&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=1536%2C1003&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=2048%2C1338&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>Basically, a block pattern is just a bunch of blocks put together in advance:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>	&lt;!-- wp:group --&gt;\n&lt;div class=\"wp-block-group\"&gt;&lt;div class=\"wp-block-group__inner-container\"&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;\n&lt;hr class=\"wp-block-separator is-style-default\"/&gt;\n&lt;!-- /wp:separator --&gt;\n&lt;!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --&gt;\n&lt;div class=\"wp-block-image is-style-rounded\"&gt;&lt;figure class=\"aligncenter size-large is-resized\"&gt;&lt;img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/&gt;&lt;/figure&gt;&lt;/div&gt;\n&lt;!-- /wp:image --&gt;\n&lt;!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --&gt;\n&lt;blockquote class=\"wp-block-quote has-text-align-center is-style-large\"&gt;&lt;p&gt;\"Contributing makes me feel like I\'m being useful to the planet.\"&lt;/p&gt;&lt;cite&gt;— Anna Wong, &lt;em&gt;Volunteer&lt;/em&gt;&lt;/cite&gt;&lt;/blockquote&gt;\n&lt;!-- /wp:quote --&gt;\n&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;\n&lt;hr class=\"wp-block-separator is-style-default\"/&gt;\n&lt;!-- /wp:separator --&gt;&lt;/div&gt;&lt;/div&gt;\n&lt;!-- /wp:group --&gt;</code></pre>\n\n\n\n<p>That&#8217;s also how you create them: just use the block editor to configure a smattering of blocks to your liking, and the hard part&#8217;s over.</p>\n\n\n\n<h2>How do I get them in the block library?</h2>\n\n\n\n<p>There&#8217;s <a href=\"https://developer.wordpress.org/block-editor/developers/block-api/block-patterns/\">more documentation in the handbook</a>, but what it boils down to is this:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php \n/*\nPlugin Name: Quote Pattern Example Plugin\n*/\n\nregister_block_pattern(\n	\'my-plugin/my-quote-pattern\',\n	array(\n		\'title\'       =&gt; __( \'Quote with Avatar\', \'my-plugin\' ),\n		\'categories\'  =&gt; array( \'text\' ),\n		\'description\' =&gt; _x( \'A big quote with an avatar\".\', \'Block pattern description\', \'my-plugin\' ),\n		\'content\'     =&gt; \'&lt;!-- wp:group --&gt;&lt;div class=\"wp-block-group\"&gt;&lt;div class=\"wp-block-group__inner-container\"&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --&gt;&lt;div class=\"wp-block-image is-style-rounded\"&gt;&lt;figure class=\"aligncenter size-large is-resized\"&gt;&lt;img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/&gt;&lt;/figure&gt;&lt;/div&gt;&lt;!-- /wp:image --&gt;&lt;!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --&gt;&lt;blockquote class=\"wp-block-quote has-text-align-center is-style-large\"&gt;&lt;p&gt;\"Contributing makes me feel like I\\\'m being useful to the planet.\"&lt;/p&gt;&lt;cite&gt;— Anna Wong, &lt;em&gt;Volunteer&lt;/em&gt;&lt;/cite&gt;&lt;/blockquote&gt;&lt;!-- /wp:quote --&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- /wp:group --&gt;\',\n	)\n);\n\n?&gt;</code></pre>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f446.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> That&#8217;s a snippet of PHP, which means you can drop it in a WordPress plugin, or perhaps more simply, paste it into the <strong>functions.php</strong> file from your theme. Done:</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"430\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=632%2C430&#038;ssl=1\" alt=\"\" class=\"wp-image-10047\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=1024%2C696&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=300%2C204&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=768%2C522&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=1536%2C1043&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?w=1908&amp;ssl=1 1908w, https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>For patterns that include images, it&#8217;s worth thinking about where those are stored. The <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks theme</a> (which is a fancy name for &#8220;TwentyTwentyOne Blocks&#8221;) stores images in the theme library.</p>\n\n\n\n<h2>Now what?</h2>\n\n\n\n<p>The thing about a block pattern is, as soon as you insert it from the block library, it stops being <em>a cohesive unit</em> — now it&#8217;s just a smattering of blocks, detached from the pattern you created and meant to be customized to your liking. It&#8217;s a <em>shortcut</em>, not a <em>template</em>. That also means you don&#8217;t have to worry about switching themes or deactivating pattern plugins: the blocks you already inserted won&#8217;t go anywhere.</p>\n\n\n\n<p>That being said, if you like this one pattern so much you want to use it again and again, with no customization at all, you can make it into a <a href=\"https://wordpress.org/news/2021/02/gutenberg-tutorial-reusable-blocks/\">reusable block</a>:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls loop src=\"https://wordpress.org/news/files/2021/03/reusable-block.mp4\"></video></figure>\n\n\n\n<p>Reusable blocks are created, as the name implies, to be reused. The feature is a great way to store small bits of commonly used snippets that you can edit in one place to update in all. &#8220;<strong>Follow me on Twitter</strong>,&#8221; &#8220;<strong>Article series</strong>,<strong>&#8220;</strong> or <strong>&#8220;Subscribe to my podcast&#8221;</strong> are great examples of that.</p>\n\n\n\n<h2>What makes a good block pattern?</h2>\n\n\n\n<p>Patterns, as they ship today, are limited by the features available. If the block editor doesn&#8217;t allow you to customize letter-spacing, your block pattern can&#8217;t either. While the Global Styles project will expand what&#8217;s to blocks, in the meantime, we have to work with the available tools.</p>\n\n\n\n<p>Even then, with the most basic ingredients — color, photography, typography — it is possible to do a lot:</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://lh5.googleusercontent.com/W3RKCu5c7ONKnmuLdChmOhD40iZAFseq30i-qGwqFaq0dPTj_U5b1JXhhRR96-jRvJvKgC8BBZA4p_-EBYF-WoMRPoDLgCX8FG3RIWQhv6zX6-H7xBj4FZGGRm7cl_qdVgRy9G8q\" alt=\"\" /><figcaption>Three columns with images and text<br></figcaption></figure></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"397\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=632%2C397&#038;ssl=1\" alt=\"\" class=\"wp-image-10036\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=1024%2C644&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=300%2C189&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=768%2C483&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=1536%2C965&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=2048%2C1287&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Media and text with image on the right</figcaption></figure></div>\n\n\n\n<p>I designed these patterns to potentially land in WordPress core, which all have a few properties in common:</p>\n\n\n\n<h3><strong>They share a theme.</strong></h3>\n\n\n\n<p>You can think of a pattern as a section of a website: it is meant to be part of a whole, and so it works best when it can exist in the context of other patterns that share the same theme. There are a few sharing a Nature theme in the patterns above, a few sharing an Art theme, and others sharing an Architecture theme. When seen together, it becomes easier to see how you might be able to piece together multiple pages of your site, one page at a time.</p>\n\n\n\n<figure class=\"wp-block-gallery columns-2\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"406\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=632%2C406&#038;ssl=1\" alt=\"\" data-id=\"10033\" data-full-url=\"https://wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png\" data-link=\"https://wordpress.org/news/?attachment_id=10033\" class=\"wp-image-10033\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=1024%2C658&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=300%2C193&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=768%2C493&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=1536%2C987&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=2048%2C1315&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"405\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=632%2C405&#038;ssl=1\" alt=\"\" data-id=\"10034\" data-full-url=\"https://wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png\" data-link=\"https://wordpress.org/news/?attachment_id=10034\" class=\"wp-image-10034\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=1024%2C657&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=300%2C193&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=768%2C493&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=1536%2C986&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=2048%2C1314&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li></ul></figure>\n\n\n\n<h3><strong>They share a minimalist color palette.</strong></h3>\n\n\n\n<p>By being parts of a whole, patterns will inevitably land in a context that uses different colors. With a reduced color palette, there&#8217;s both a better chance of fitting in and less to customize to make it just right.</p>\n\n\n\n<figure class=\"wp-block-gallery columns-2\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"535\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=632%2C535&#038;ssl=1\" alt=\"\" data-id=\"10042\" data-full-url=\"https://wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg\" data-link=\"https://wordpress.org/news/?attachment_id=10042\" class=\"wp-image-10042\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=1024%2C867&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=300%2C254&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=768%2C651&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=1536%2C1301&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?w=1903&amp;ssl=1 1903w, https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"271\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container.jpg?resize=632%2C271&#038;ssl=1\" alt=\"\" data-id=\"10043\" data-full-url=\"https://wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg\" data-link=\"https://wordpress.org/news/?attachment_id=10043\" class=\"wp-image-10043\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?resize=1024%2C439&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?resize=300%2C129&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?resize=768%2C330&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?resize=1536%2C659&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?resize=2048%2C879&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li></ul></figure>\n\n\n\n<h3><strong>The best patterns <strong>do things you might have not done otherwise</strong>.</strong></h3>\n\n\n\n<p>Whether that&#8217;s images offset to create a unique silhouette, or just using less visible features (like fixed positioning in the Cover block), it&#8217;s a way to surface creativity.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Tip: You can use any block in your patterns, including blocks that came from a plugin. And if that block is in the block directory, it will prompt you to install it with one click if it&#8217;s missing from your self-hosted WordPress:</em></p></blockquote>\n\n\n\n<figure class=\"wp-block-video\"><video controls loop src=\"https://wordpress.org/news/files/2021/03/waves-pattern.mp4\"></video></figure>\n\n\n\n<h2>Here’s a plugin for you</h2>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php \n/*\nPlugin Name: Quote Pattern Example Plugin\n*/\n\nregister_block_pattern(\n	\'my-plugin/my-quote-pattern\',\n	array(\n		\'title\'       =&gt; __( \'Quote with Avatar\', \'my-plugin\' ),\n		\'categories\'  =&gt; array( \'text\' ),\n		\'description\' =&gt; _x( \'A big quote with an avatar\".\', \'Block pattern description\', \'my-plugin\' ),\n		\'content\'     =&gt; \'&lt;!-- wp:group --&gt;&lt;div class=\"wp-block-group\"&gt;&lt;div class=\"wp-block-group__inner-container\"&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --&gt;&lt;div class=\"wp-block-image is-style-rounded\"&gt;&lt;figure class=\"aligncenter size-large is-resized\"&gt;&lt;img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/&gt;&lt;/figure&gt;&lt;/div&gt;&lt;!-- /wp:image --&gt;&lt;!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --&gt;&lt;blockquote class=\"wp-block-quote has-text-align-center is-style-large\"&gt;&lt;p&gt;\"Contributing makes me feel like I\\\'m being useful to the planet.\"&lt;/p&gt;&lt;cite&gt;— Anna Wong, &lt;em&gt;Volunteer&lt;/em&gt;&lt;/cite&gt;&lt;/blockquote&gt;&lt;!-- /wp:quote --&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- /wp:group --&gt;\',\n	)\n);\n\n?&gt;</code></pre>\n\n\n\n<p>In case you want to make patterns, this example plugin features two of the patterns you saw above. Drop it in your plugins folder and they should show up in your block library.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"966\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/03/Captura-de-ecra-2021-03-30-as-11.00.39.png?resize=632%2C966&#038;ssl=1\" alt=\"\" class=\"wp-image-10062\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/03/Captura-de-ecra-2021-03-30-as-11.00.39.png?resize=670%2C1024&amp;ssl=1 670w, https://i1.wp.com/wordpress.org/news/files/2021/03/Captura-de-ecra-2021-03-30-as-11.00.39.png?resize=196%2C300&amp;ssl=1 196w, https://i1.wp.com/wordpress.org/news/files/2021/03/Captura-de-ecra-2021-03-30-as-11.00.39.png?w=692&amp;ssl=1 692w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Installed pattern under &#8220;Text&#8221; Category</figcaption></figure></div>\n\n\n\n<p>Feel free to tweak it, customize it, and make it yours. It’s GPL, after all!</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><em>Thank you <a href=\'https://profiles.wordpress.org/joen/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joen</a> for the help writing this post.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9995\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WP Briefing: Talking Full Site Editing with Matías Ventura\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wordpress.org/news/2021/03/talking-full-site-editing-with-matias-ventura/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Mar 2021 15:05:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10013\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:296:\"In this episode, Josepha is joined by Matías Ventura, also known as “the spark behind the vision of Gutenberg.\" Josepha and Matías discuss full site editing and answer your questions, from “is full site editing a standalone plugin?” to “will full site editing break my current site?”\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/03/WP-Briefing-005.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:31294:\"\n<p>In this episode, Josepha is joined by Matías Ventura, also known as “the spark behind the vision of Gutenberg.” Josepha and Matías discuss full site editing and answer your questions, from “is full site editing a standalone plugin?” to “will full site editing break my current site?”</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/tt1-blocks/\">Twenty Twenty One theme</a></li><li><a href=\"https://centroamerica.wordcamp.org/2021/\">Word Camp Central America </a></li><li><a href=\"https://make.wordpress.org/core/2021/03/12/q2-listening-hours-april-7th-2021/\">2021 Second Quarter Listening Hours with Matt Mullenweg and Josepha Haden Chomphosy</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10013\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>Josepha [0:41]: This month, we have a bonus briefing, so I&#8217;ve asked my dear friend and colleague <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> to join me. Matías was recently called “the spark behind the vision of Gutenberg.” With full site editing coming our way in 202, I asked if he would join me for a quick Q&amp;A. Welcome, Matías.&nbsp;</p>\n\n\n\n<p>Matías [0:56]: Hello, hello! Thanks for inviting me. It&#8217;s a pleasure to be here.</p>\n\n\n\n<p>Josepha [1:00]: Well, I&#8217;m delighted to have you. And I think that we have a lot of excellent questions. All right, so Matías, we actually ended up with questions in about three different groupings. And so I&#8217;m going to start with the “what is it about full site editing,” sorts of questions that people had. We&#8217;re gonna work our way into “what are we doing with it?” and then “how are we planning on getting this out the door?” Then, a couple of big picture questions that people asked. We&#8217;re just gonna leap right in this full site editing part of the Gutenberg plugin, or is it a standalone plugin?</p>\n\n\n\n<p>Matías [1:39]: Okay, we&#8217;ll start with the basics. Full site editing is part of the Gutenberg plugin right now. I think it&#8217;s important to mention that full site editing is like an umbrella for several projects that we&#8217;re working on. They are all aiming to bring blocks into more parts of your site so that editing becomes easier and more expressive, and so on. So full site editing right now encompasses adding a ton of new blocks. I think we have around 20 new blocks coming in, including navigation query, site, title, logo, etc. There&#8217;s also the interface to interact with templates outside of the content; that&#8217;s another big part of the full site editing project. We also have a lot of new design tools included, many of these have been released in previous major releases, but they still comprise a strong part of what full site editing is. We also have something called Global Styles, which aims to allow people to configure the visual aspects of blogs across the entire site, not just on any individual blog. And of course, then there&#8217;s a whole layer of how we utilize these tools. It can get complex because there are many layers and projects that need to come together. So yeah, all of these are accessible through the Gutenberg plugin right now.</p>\n\n\n\n<p>Josepha [3:07]: Yeah. So it&#8217;s not a standalone plugin. If you wanted to check out full site editing the site editor experience as it is now, you would just have to make sure you had the Gutenberg plugin on your site. Right?</p>\n\n\n\n<p>Matías: Yes, correct.</p>\n\n\n\n<p>Josepha:&nbsp; So a couple of the questions related to this are how exactly do I enable it on my site? And what is the easiest and safest way to try this on my site? And I think the answer is, is right in there. It&#8217;s in the Gutenberg plugin. And so if you have that plugin, you don&#8217;t need the testing plugin or anything else to make that work, right?</p>\n\n\n\n<p>Matías [3:51]:&nbsp; No, you like, you might need to install a theme like Twenty Twenty One blocks that unlock some of these new interfaces that we just talked about. Like other of these pieces are available for anything. But some of these, like the interface to edit templates, right now only talk with things that know how to express their desire.&nbsp;</p>\n\n\n\n<p>Josepha [4:14]: And I think we have less than 10 themes right now that do that, but I&#8217;ll leave some links to at least 2021 blocks in the show notes. And then, if there are another one or two themes that I can find, I can add those in there as well.&nbsp;</p>\n\n\n\n<p>So you have to have the Gutenberg plugin; you have to have a theme that works with that site editor kind of experience. And then you&#8217;re safe to try everything out. It shows up in your left toolbar just like any other thing, like if you were working with plugins, or if you were adding a post or anything else, right?</p>\n\n\n\n<p>Matías [4:51]: Yes, correct. And so, some of these details are being worked on right now. Like how and where you access things, and so on. These things are subject to change, but right now, you have this site editor beta in the sidebar when both you have the plugin running and a theme that&#8217;s capable.</p>\n\n\n\n<p>Josepha [5:10]: Yeah. Excellent note. If you are running this on a production website, I would recommend you not do that unless you are very, very good with WordPress. It&#8217;s a really safe and easy thing to test and try out. But because it is still in beta, I recommend always putting it on a test site. I have a couple of different test sites that I run on myself. Another question that I had was, “will full site editing slow down my site?” And I think we have some refreshed performance tests coming out about that. And maybe they&#8217;ll be out by the time we publish this podcast.</p>\n\n\n\n<p>Matías [5:49]: Yeah, I mean, like the performance has been one of the major focuses for the whole project. In many cases, it should speed up things because we&#8217;re like, I think one of the big pieces that these projects bring into the picture, especially for themes, is that it allows only the necessary assets to be loaded on the front end. For example, if for a given page, there are, I don&#8217;t know, 10-15 blocks being used, you would only get the CSS and scrapes and so on related to those blocks. This can cut down on a lot a ton of CSS that themes used to end queue on a side, particularly if you were trying to customize many widgets and so on, like a lot of themes have the full styles or multiple widgets, even third party plugins, and so on. So one of the advantages of having this blog system is that we can know at the time of rendering what blogs are being used and only load those assets.&nbsp;</p>\n\n\n\n<p>Josepha [6:50]: Excellent. Another big question that we have is, “does full site editing work with the classic editor? And does it work with other builders?” I think that&#8217;s a really big answer if you&#8217;re going to get super deep into it. But I think that the short answer is yes, it does. Is that fair?</p>\n\n\n\n<p>Matías [7:08]: Yeah, I don&#8217;t think it touches a bit on that full site editing is not like a single thing. There are multiple projects around it. So again, like the template editor that only deals with blogs, it doesn&#8217;t have a lot to do with a classic editor. But the classic editor use for both doesn&#8217;t change anything at all; like the same way that when the block editor was introduced, it didn&#8217;t change how you could still write posts in the classic editor. You will still be able to do that.</p>\n\n\n\n<p>Josepha [7:41]: And if you are brand new to WordPress person, or, I mean, I guess at this point, you don&#8217;t have to be super brand new. If you&#8217;re fairly new to WordPress person and have no idea what we&#8217;re talking about when we say the classic editor, you don&#8217;t really have to worry about it either. You don&#8217;t have to go and find out what that is; the block editor that you have right now works perfectly for what you&#8217;re trying to do. So if you don&#8217;t know what I mean when I say classic editor, don&#8217;t worry about chasing it down either.&nbsp;</p>\n\n\n\n<p>I think that this last question we accidentally answered earlier, but I&#8217;m going to go ahead and ask it anyway since I received it. “I keep hearing that you can use the site editor with the 2021 theme. But I don&#8217;t seem to be able to. What am I missing?” I think the answer is that there&#8217;s the Twenty Twenty One theme shipped with the WordPress release 5.6. And then there is the Twenty Twenty One blocks theme; those are two different themes. The link to the Twenty Twenty One block theme is going to be in our show notes this time around. And so, if you have been trying to use the full site editor with Twenty Twenty One and not succeeding, try the link to the one below. And I bet that that will work for you.</p>\n\n\n\n<p>Matías [8:50]: Yes, that&#8217;s correct.&nbsp;</p>\n\n\n\n<p>Josepha [8:51]: All right, excellent. Well, that brings us kind of into our second set of questions, which is about how we are doing it. The first one that folks have is “will full site editing be on by default in the next release. In this context, the next release is WordPress 5.8. But I think it&#8217;s a safe question to ask if full site editing will be on by default in the release that it&#8217;s planned for.</p>\n\n\n\n<p>Matías [9:15]: Yeah, and for this, I need to go back to the same principle of many projects because there are many pieces of full site editing, and we have been merging them in major releases, particularly like the blocks and the design tools. There are more coming in that we want to make accessible as soon as possible. The full experience that requires a theme to opt-in to templates using blogs won’t be by default; it requires a specific theme running. A lot of these details we&#8217;re still like determining exactly what projects are ready to be merged and so on. But yeah, if you have a theme right now that works the way you want, it doesn&#8217;t change anything there. If anything, it adds some more capabilities and more customization tools, and so on. And the theme can also regulate how much they want to incorporate.</p>\n\n\n\n<p>Josepha [10:13]: Matías, you&#8217;ve mentioned a couple of times in this podcast so far like this is a really complex and really complicated part of this work. And just for anyone out there who&#8217;s either encountering Gutenberg or full site editing or this podcast for the first time, I think a tiny bit of context that&#8217;s worth having here is that Matías and I have been working on this together in various capacities for like, five years. And Matías has probably been working on this for practically a decade. So, when we say that this is a really complicated problem, and when we say that this is a complex set of issues that we&#8217;re working with like, it is all that we have been thinking about for I want to say at least the last three or four years, but certainly it&#8217;s all that we have been trying to untangle for quite a bit of time before that as well. So we don&#8217;t take it lightly when we&#8217;re like, “this is complicated;” we mean it. It&#8217;s really complicated. And we&#8217;re trying our hardest over here as WordPress.&nbsp;</p>\n\n\n\n<p>The next big question, since we&#8217;re all stuck in the “it&#8217;s very complicated,” part of things is the question, “will this update break my current site?” Like, if I have a site that is updated and ready, and it&#8217;s exactly as I wanted it to be, and it took me two years to get there will full site editing, whichever release it&#8217;s in. Currently, 5.8 is what we&#8217;re planning for. Will that break anything on my site as I know it right now?</p>\n\n\n\n<p>Matías [11:44]: No, not at all. One of the major things that the WordPress team, the WordPress community, always cares so much about, never to break things. Many of these things are stepping stones that you can adopt, as we&#8217;ve talked about full site editing. But for example, we also have a few concurrent projects around the widget screen and the navigation screen that are meant to bring blocks into existing interfaces. So again, the theme doesn&#8217;t need to change, and a lot of care is being put into making this more like you&#8217;re unlocking new features, and nothing really breaks or falls apart.</p>\n\n\n\n<p>Josepha [12:23]: This update, like all the other updates, should have minimal, minimal impact on what you have to actively fix on your site. Every once in a while, a bug is gonna get by. We can&#8217;t say that we&#8217;re 100% perfect with not breaking things. But also, we always and I and I know that we&#8217;re planning on this for our remaining releases for the rest of the year. At the very least, I can&#8217;t imagine we&#8217;d ever change it. But after every major release, we always make a plan to have a minor release within the next one or two weeks. Because we know that a broken thing on a site is really incredibly impactful, even if you&#8217;re only 1% of the sites that had that happen to it. And so I think that&#8217;s true in this case, too. And getting that feedback back from all of the people who are actually using WordPress is the thing that makes us be able to kind of move quickly when we do see those problems.&nbsp;</p>\n\n\n\n<p>One of the questions that we have been getting is, “can I see a live preview without saving the changes that I made?” When I got this question, I didn&#8217;t actually understand it. And so I went and looked at a site without the Gutenberg plugin on it, and then a site with the Gutenberg plugin on it. And of course, on sites without Gutenberg, without the block editor, without full site editing, when you are looking to preview, you have the option to open up your preview in a new window. And you don&#8217;t have that with Gutenberg because it&#8217;s supposed to be a true WYSIWYG editor. A true what you see is what you get, editor. I think that the answer to this is, yes, you can see a live preview without actually saving the changes on the front end of your site. But you don&#8217;t actually have to reload anything. You don&#8217;t have to open it up in a new window. You don&#8217;t have to, like, actively click “please show me a preview” because what you see in your editing screen should be what you see at the end of your app as an end-user.</p>\n\n\n\n<p>Matías [14:28]: Yeah, that&#8217;s the sort of the main gist to it. Yes, the site editor is built so that it always reflects the front end as truly as possible, so that&#8217;s one layer. Also, the preview tools should allow you to see in different devices like mobile breakpoints, and I don&#8217;t know if they will have breakpoints and stuff like that. There are a lot of things in the current interface that is just not enabled. There are some challenges in the sidebar. Because the site editor is not just focused on a single post, it&#8217;s focused on the entire site. So, there can be many, many changes that need to be shadowed for the site.&nbsp;</p>\n\n\n\n<p>If you&#8217;re changing the site title, some of the global styles, aspects, and so on need to be orchestrated. So, to see in the previewing new window, there are some challenges there to integrate. Again, the interface is not final yet; a lot of these things are still being tweaked and improved. There are many things from the regular post editor that are not enabled yet. But they will be enabled. So yeah, it&#8217;s a, I guess, it&#8217;s not a simple thing to answer. Because, again, the idea of previewing the site that&#8217;s core to the whole project is that you&#8217;re always interacting in the same way that when you&#8217;re in the customizer, you&#8217;re seeing the preview all the time. That&#8217;s the main scope of this project,</p>\n\n\n\n<p>Josepha [15:54]: Excellent. Changes like that changes to your workflow can be really hard to get your mind around, especially if part of that existing workflow was there to create some confidence in what you&#8217;re seeing with your users. And so I understand. Now that I&#8217;ve researched that question a bit, I see where that&#8217;s coming from. Based on existing workflows and existing patterns that we have for ourselves in WordPress, will we need to have a theme to use the full site editor?</p>\n\n\n\n<p>Matías [16:33]: I think we&#8217;ve already covered some of these. And again, they are tools that can work on any existing theme. There is other stuff that needs space-specific themes to opt-in into these tools, like blog templates and so on.</p>\n\n\n\n<p>Josepha [16:50]: Yes, I think the question that we have next, because I see that the literal next question I have is actually something we have covered; just because we&#8217;re being pretty conversational about it, not because anyone already asked the question. So I&#8217;m actually going to skip to the last question of this section that I received. I got this next one via Twitter. The question is, “how do you view the role of themes once full site editing is fully rolled out and all the page elements (content, headers, widgets, footers, etc.) and all the views are managed via blocks and block patterns? Will things become typographic and block styles?”</p>\n\n\n\n<p>Matías [17:28]: I think this is a great question because it goes to the heart of, why are we doing all this. One of the main reasons is to empower users more. WordPress has been democratizing publishing for a while; this is another step into allowing themes to get more customization tools and more control over their site if they want to. I think the recent call for testing has focused on the 404 page, for example. That&#8217;s something that forever has been locked away from users. And it&#8217;s also something that, as a theme developer, and I used to develop themes a long time ago, that was one of the things where you decide what sort of approach you take for the 404 page. Maybe sometimes you want to have something more whimsical. Sometimes you need something more serious. And committing to one when you can have such a diverse and broad user base can be challenging. With these, it becomes as easy as offering a few different patterns for that template. Then the user will always be able to change the copy and modify something. So again, it opens up a lot of these things that used to be locked down. However, from a theme perspective, I think this doesn&#8217;t reduce the theme at all. If anything, it allows the theme to focus less on coding and functions and more on design expression and aesthetics. I don&#8217;t think that would ever be exhausted. That will always remain as diverse as humans are interacting with WordPress. And so it&#8217;s not that I don&#8217;t see it&#8217;s just as like, typographic and block styles. How do you express a template, how do you express the structure, what choices you quote, what choices you make as a theme builder? And of course, there are many degrees of control there. Because a site maintainer may not want the 404 template to be editable, that sort of control will always be present.</p>\n\n\n\n<p>Josepha [19:38]: Yeah. And really fast. I have to add a caveat to a thing that you said in there. For anyone who&#8217;s listening keenly, you may have heard Matías say that the users can update any of the content there &#8211; any of the copy. In this context, we&#8217;re talking about users as in the people who are maintaining the site, not people who are visiting your site. Visitors to your site will not be able to change any copy on your page unless you&#8217;ve done something very interesting with your WordPress site, which is also fine if that&#8217;s what you prefer to do. By default, your visitors can&#8217;t change everything on your website, which is good news, frankly.</p>\n\n\n\n<p>So I&#8217;ve got one logistics question, which I&#8217;m happy to take. And then one is kind of a big picture question that I also got from Twitter. “What about the classic editor block; what is going to happen to that? And when will we know?” So ages and ages ago, before COVID? I think so. Probably maybe a couple of years ago, Matt said that the classic editor plugin would be supported through the end of 2021. And that is still the case; there will be active support on that through the end of 2021. After that, it will not be actively supported anymore. It won&#8217;t be removed from any place that you can get access to right now. In a “this is the end of its lifecycle” sort of way, we just won&#8217;t have anyone who is currently committed to maintaining that plugin anymore. So that&#8217;s what&#8217;s happening at the end of the year. And yeah, at the end of 2021. The big question that we have is, “why is full site editing being so rushed?” I think this is a bit of a loaded question.</p>\n\n\n\n<p>Matías [21:32]: Yeah, I think I think it&#8217;s still a fair question, though. I think we&#8217;re dealing with two things here. And one is ensuring that we release things in the best state possible. And also, some of the urgency is to offer tools that we know that people lack right now and that could really benefit from. Making that determination is very tricky. The full site editing project has been in the works for the last couple of years. If we count the initial phase of Gutenberg, that&#8217;s four to five years. We&#8217;ve been doing many calls for testing, which I think have been super useful to catch issues and reflect as a community on where things are going; how do we integrate with these? How do we use it? What are the shortcomings? What do we need to do? Based on all of these, we&#8217;ll continue to make decisions on when things become ready. We&#8217;re not committed to releasing something that&#8217;s not in a good state. And I think we will always be very careful about that. There are these two competing senses of the urgency &#8211; of getting some of these tools out, and because it also benefits from the feedback loops. I always say that, in many ways, the initial phase of Gutenberg, to me, is not finished. We took the initial two years to do the 5.0 release, the initial block editor, and so on. But, it&#8217;s still being improved at a very fast pace, among all the recent major releases improvements to the editor were included; that will continue to be the case. In many ways, phase one is not finished. And the moment we choose to release some of these tools or editing tools, it won&#8217;t be finished either. They will need to continue to grow, mature, and incorporate a lot of the feedback. Even the things that the ecosystem is building around. I&#8217;ve seen a few themes already that are incorporating a blank canvas template so that you can use them in some pages and take over and do everything with blocks. So even the community and ecosystem as a whole is also sort of paving the way for what needs to come.</p>\n\n\n\n<p>Josepha [24:06]: I think from my perspective, and of course, I&#8217;m on the people side of things, the communication side of things, the logistics side of things; I have a frequently a very different view from what a lot of other folks are seeing. And so from my side of things, I have to say, I&#8217;m communicating about this change in a really broad way, which has not been happening since 2019 when we started the work. We&#8217;ve been communicating broadly with the WordPress community, but not with everybody who uses WordPress. So, I think that for a lot of people, this looks like a project that we started really actively working on in the last six months or so. And now we&#8217;re just racing toward a finish line. I think that there&#8217;s, there&#8217;s not been a lot of awareness of everything that&#8217;s gone into it. And so, on the one hand, it feels a little less rushed to me knowing the full length of the history on this. But also, as you said, I really think that this gets a bunch of tools to people who otherwise have not been able to accomplish these things in WordPress or otherwise. I am so anxious to get something to people who really can benefit from this change the most. And it&#8217;s the nature of the open source, right that like, one, as long as you have users, you&#8217;re going to have stuff you have to fix in your software. So we&#8217;re never really, really going to be done with this; there&#8217;s not going to be like a done point of WordPress. And the second thing is, I think it&#8217;s generally true that you don&#8217;t really start getting full user feedback until after you have launched your major release. I think that we see that a lot in open source software; you can bring in as many people as you think you can in your user tests heading up to it. And in your accessibility tests. And, in general, quality assurance tests. You can bring in a lot of people and still not have gotten the full understanding of the various niche use cases that your users will bring to you. Because at this point, we&#8217;re like 40% of the web. And that means that we&#8217;re serving this majority collection of increasingly minority voices and niche voices in the space. And so, a little bit I feel a sense of urgency; I feel a bit of anxiousness about trying to get this out there for one, to get the tools in the hands of the people who can benefit the most from them, but also so that we can start really getting the full stress test of this software out and get that feedback in so that we can really build something responsive to what our users need our long tail, “anyone who ever uses WordPress ever,” definition of users. And so, that&#8217;s why I feel a sense of urgency around it. Even though you know, as I said, you and I have been working on this for like five years, and you&#8217;ve been working on it for a decade or something. I actually don&#8217;t know how long it&#8217;s been worked on.</p>\n\n\n\n<p>Matías [27:35]: Now that makes me feel a bit old.</p>\n\n\n\n<p>Josepha [27:40]: Nobody makes Matías feel old. He is a lovely, wonderful colleague. Sorry, Matías, If I made you feel old.</p>\n\n\n\n<p>Matías [27:46]: No, that&#8217;s totally fine. I also want to add that full site editing is not like a single toggle that&#8217;s going to drop into a major release. So I think that&#8217;s important to consider, I think this entire year is going to see a lot of these tools being, and sometimes the sort of the end-user is not the, again, the site maintainer. Still, you can also be the theme developer; I think there are many tools that would be empowering for theme developers to use. Again, we mentioned there are like five to ten themes, block themes right now. That needs to grow a lot, and that only grows through these sorts of feedback loops. And the theme community pushing things forward and seeing where things can lead to. I&#8217;m very excited about the pattern directory integration because I think that can also combine with blog themes in very powerful ways. Imagine if, I don&#8217;t know many of these patterns that are very common on the web and very needed, that if we can refine them together with a second community and make them available across themes, you can combine a header from one theme with a content of another; all these sorts of mixtures could happen. All of this needs exploration, the creativity of the entire community, and so on. In that sense, getting all these tools, even if it doesn&#8217;t immediately change anything for like the site itself, starts to unlock a lot of things.&nbsp;</p>\n\n\n\n<p>Josepha [29:27]: I&#8217;m going to take a bit of your answer from there and tie it all the way back to your first answer that we had when you joined me today. And say, I think you&#8217;re absolutely right. We have a set of users in our theme authors and our plugin developers as well that we desperately need to get looking at this set of tools. I hope that what we are shipping in the first iteration of this serves as an opportunity for all of those theme authors and agency owners, plugin authors, WordPress site configurers freelancers. Like, I really hope that this puts it into a really accessible, easy-to-access space for them so that they can do those experiments based on what they know their users need the most. They are the group that has the closest access to site maintainers. And what they need compared to, for instance, me or a potential you like we have a lot of information, you and I, we do a lot of tests, we have a strong sense of what is needed at the moment, but we don&#8217;t have as a close connection that our theme and agency and plugin folks all have. And so that&#8217;s another part of why I&#8217;m so excited to get this out in the current iteration of it.</p>\n\n\n\n<p>Josepha [31:04]: That was a lot of questions in a little bit of time. This is going to be officially my longest WordPress briefing. Matías, I am so glad that you were able to join me today. And I think that everyone&#8217;s going to be really, really excited to hear your answers to these questions.</p>\n\n\n\n<p>Matías [31:23]: Thank you for having me.</p>\n\n\n\n<p>Josepha [31:25]: All right, my friends. That brings us into our small list of big things. I&#8217;m going to skip our community highlight today just because we had a slightly longer word press briefing in our bonus iteration today. But the small list of big things. The first thing is WordCamp Central America is coming up on April 15; there is a registration link in the show notes that you can access your tickets with. I recommend that you go; we&#8217;ve got a lot of excellent speakers coming up there and a lot of good content and good training and learning for y&#8217;all. The second thing is that Matt Mullenweg and I have listening hours coming up with the community in the first week of April. I&#8217;ll add the link to register for those in the show notes as well; it&#8217;s just a few minutes for you all to stop by, check-in, see what&#8217;s going on, and share some celebrations or concerns with us. And I hope that I see you there.&nbsp;</p>\n\n\n\n<p>So that my friends is your small list of big things. Thank you for joining in today for the WordPress briefing. I&#8217;m your host, Josepha Haden Chomphosy. I&#8217;ll see you again in a couple of weeks!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:58:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WP Briefing: How WordPress Improves\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2021/03/how-wordpress-improves/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Mar 2021 15:08:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/news/?post_type=podcast&p=9980\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"In this episode, Josepha Haden Chomphosy explores the WordPress release process. Tune in to learn about what goes into a release and catch this week’s small list of big things.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/03/WP-Briefing-004.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10226:\"\n<p>In this episode, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> explores the WordPress release process. Tune in and learn the phases of a release and catch this week’s small list of big things.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2021/03/esperanza/\">WordPress 5.7 “Esperanza” </a></li><li><a href=\"https://en.wikipedia.org/wiki/Esperanza_Spalding\">Esperanza Spalding</a></li><li><a href=\"https://wordpress.org/news/2021/02/gutenberg-tutorial-reusable-blocks/\">Gutenberg Tutorial: Reusable Blocks</a></li><li><a href=\"https://make.wordpress.org/test/\">make.wordpress.org/test</a></li><li><a href=\"https://make.wordpress.org/core/handbook/contribute/git/\">GitHub repository </a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-9980\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>All right, so last week, we wrapped up and shipped the WordPress 5.7 release. The release team this time around was smaller than we&#8217;ve had in the last couple of years. By the numbers, it looks really good: 66 enhancements or feature requests went in, 127 bugs were fixed, and seven versions of a Gutenberg plugin were merged and backported. If you use WordPress, you are probably aware that we have new releases throughout the year, but you probably don&#8217;t know much about the release process. There&#8217;s not really a reason to know unless you&#8217;re actively contributing to a release. For those interested in knowing more about how we improve WordPress, this week&#8217;s exploration is for you.</p>\n\n\n\n<p>We&#8217;re gonna take a look at what goes into WordPress releases and just kind of zoom our way in from the highest level. At the highest level, there are three major WordPress releases a year, plus the minor releases, plus Gutenberg releases. So if you&#8217;re following current WordPress work and future WordPress work, that&#8217;s going to get you to probably around <strong>30 releases a year</strong>. If we zoom in one level to the release itself, a single release of WordPress takes four to five months from start to the day that we ship, and an additional four to six weeks on support and translations, and minor releases after that. If you&#8217;re looking from my vantage point, you&#8217;ll see that WordPress releases have essentially five parts, some of which happen kind of simultaneously.&nbsp;</p>\n\n\n\n<p>The first part is planning and includes the project lead, lead developers, design; groups like that. The second phase is the creation phase when we&#8217;re actually building the things that have to go into the CMS that involves the design, core, editor, mobile, and other teams. Then there&#8217;s this phase that I like to refer to as the distribution phase. This is mostly done by the teams that make sure that WordPress is widely distributable; the polyglots team work on translations, accessibility does some work, docs make sure that everything is documented, and training, of course, gets things ready for when we have to be able to tell people how to use the release.&nbsp;</p>\n\n\n\n<p>Then there is the fourth phase; I really don&#8217;t think they go sequentially or in a waterfall format. The fourth-ish phase that I include, and that I tend to see, is this extending and iteration phase. It&#8217;s the phase where we see our theme authors and our plugin authors, folks who are doing support, show up and help us to make sure that WordPress is available not only widely but broadly to ensure that their audiences as theme authors and plugin authors are covered in the features that they need based on what they are using WordPress for. The fifth phase is the part of our communication that involves the community team, especially marketing, WordPressTV, and learn.wordpress.org. Basically, anyone who&#8217;s showing up to make sure that we all share what happened in the release, the features that are coming, and how that affects the users is involved in that particular phase. So five big phases of what happens over those four to five months, and then for the month or month and a half afterward.&nbsp;</p>\n\n\n\n<p>If we zoom in a bit more on the creation phase, each release has people who lead the work and coordinate contributor efforts during the course of the release. For any given release, hundreds of people contribute and receive credit for moving the WordPress project forward. Okay, hold on a second. Let&#8217;s pump the brakes and zoom in a bit on that. Hundreds of people work on every major release for a project that powers over 40% of the web that feels like a small number. But for the people who process the contributions in preparation for release, it&#8217;s actually pretty substantial. For every release, there is a small team of leaders who asked the hard questions. Is this a usable feature? Does this make WordPress better overall? And, of course, is this ready to ship?&nbsp; Some of those leaders, a smaller subset of even the leaders that we have already, are committers who actually prep and merge patches to the CMS; they don&#8217;t do all the work to create a design or write all the code. This tiny group of people processes hundreds and hundreds of bug fixes, improvements, and enhancements that have been submitted over the course of months and sometimes years. As a side note, that whole process is a little smaller, a little faster in the Gutenberg featured plugin, but the basic parts are still there. Alright, so we&#8217;ve zoomed from the big picture way into some of the finer details, and it really looks like any other project cycle. So now, I&#8217;m going to layer in the filter of open source to that process.</p>\n\n\n\n<p>There are a couple of things that make building software in an open source environment so different. The first is that the code is readily available. If you have a basic understanding of the languages, you can see the code, learn from it, and make suggestions about improving it. Second, you consider the user a co-developer in the process, which means that as long as people use your product, they will have opinions on what you shipped. This way of iterating improves WordPress and ties back to one of my favorite open source principles. The idea that with many eyes, all bugs are shallow. To me, that means that with enough people looking at a problem, someone is bound to be able to see the solution.</p>\n\n\n\n<p>This brings us to our community highlight, the segment where I share a note about contributors who have helped others along the way or a WordPress success story. This week&#8217;s highlight is from Nok in our Bangkok community. When asked to help her find her way into the WordPress community, she said, “@shinichiN who started the WordPress community in Bangkok and encouraged me to contribute, and also @mayukojpn has introduced me to the WP community team to join as a deputy. “ Thank you for sharing those two inspiring people with us. And if you, listener, have any stories that you would like to share of your own WordPress success or people that you have been so grateful to help you find your way in the project, you can feel free to email those to me at <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>.</p>\n\n\n\n<p>That brings us to our final segment of the WP Briefing, the small list of big things. I only have three things to share with you this week. The first one is that about a week ago, we had our first release of 2021. It was the WordPress 5.7 release, titled Esperanza. If you have not yet seen it, go ahead and update your website or check with your host and make sure that they have updated you if you&#8217;re on a managed host. And then take a listen to the artists that it&#8217;s named after.&nbsp;</p>\n\n\n\n<p>The second thing that I want you to keep an eye out for is wordpress.org/news. We are starting a new series of content that gets at the heart of some of Gutenberg’s basic parts; there’s a lot of change coming up in the next few releases of WordPress. And the most important thing to me is that you understand what we&#8217;re trying to change and where those changes are primarily taking place. There will be a couple of tutorials that go up there over the course of the of the next few weeks. The third item on the small list of big things is to remind you of our call for testing. As I mentioned earlier in the podcast, the users of any open source software are the code developers; the software built is supposed to make your life and work easier. When you test things and find interactions that can use a little bit of refinement or features that are not working exactly as expected, it&#8217;s incredibly helpful for us to have that information to always make sure that we&#8217;re solving problems instead of accidentally creating them. If you want to participate in the Current call for testing, you can head over to make.wordpress.org/test. Or, if you&#8217;ve been doing your own testing, you can also submit any bugs you have found in the GitHub repo, which I will share in the show notes below. So that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress briefing. I’m your host, Josepha Haden Chomphosy. I&#8217;ll see you again in a couple of weeks!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9980\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:58:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WordPress 5.7 “Esperanza”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/news/2021/03/esperanza/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Mar 2021 20:52:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9888\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"Meet “Esperanza”, the first WordPress release of 2021. “Esperanza” is named in honor of Esperanza Spalding, a modern musical prodigy. Her path as a musician is varied and inspiring—learn more about her&#160;and give her music a listen! With this new version, WordPress brings you fresh colors. The editor helps you work in a few places [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4\";s:6:\"length\";s:6:\"183815\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:42711:\"\n<div class=\"wp-block-cover\" style=\"background-color:#0a5b89\"><img loading=\"lazy\" width=\"632\" height=\"327\" class=\"wp-block-cover__image-background wp-image-9932\" alt=\"\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/03/about-header-brushes.png?resize=632%2C327&#038;ssl=1\" data-object-fit=\"cover\" data-object-position=\"52% 67%\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/03/about-header-brushes.png?w=1000&amp;ssl=1 1000w, https://i1.wp.com/wordpress.org/news/files/2021/03/about-header-brushes.png?resize=300%2C155&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/03/about-header-brushes.png?resize=768%2C397&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-large-font-size\"><strong>WordPress 5.7</strong> <strong>&#8220;Esperanza&#8221;</strong></p>\n\n\n\n<p class=\"has-text-align-center\">Bringing you fresh colors in the admin, simpler interactions in the editor, and controls right where you need them, WordPress 5.7 lets you focus on the content you create.</p>\n\n\n\n<div style=\"height:120px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p></p>\n</div></div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Meet “Esperanza”, the first WordPress release of 2021. “Esperanza” is named in honor of Esperanza Spalding, a modern musical prodigy. Her path as a musician is varied and inspiring—<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://en.wikipedia.org/wiki/Esperanza_Spalding\">learn more about her</a>&nbsp;and give her music a listen!</p>\n\n\n\n<p>With this new version, WordPress brings you fresh colors. The editor helps you work in a few places you couldn’t before without getting into code or hiring a pro. The controls you use most are right where you need them. Layout changes that should be simple, are even simpler to make.</p>\n\n\n\n<h2>Now the new editor is easier to use</h2>\n\n\n\n<p><strong>Font-size adjustment in more places:</strong>&nbsp;now, font-size controls are right where you need them in the List and Code blocks. No more trekking to another screen to make that single change!</p>\n\n\n\n<p><strong>Reusable blocks:</strong>&nbsp;several enhancements make reusable blocks more stable and easier to use. And now they save automatically with the post when you click the Update button.</p>\n\n\n\n<p><strong>Inserter drag-and-drop:</strong>&nbsp;drag blocks and block patterns from the inserter right into your post.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4\"></video></figure>\n\n\n\n<h2>You can do more without writing custom code</h2>\n\n\n\n<p><strong>Full-height alignment:</strong>&nbsp;have you ever wanted to make a block, like the Cover block, fill the whole window? Now you can.</p>\n\n\n\n<p><strong>Buttons block:</strong>&nbsp;now you can choose a vertical or a horizontal layout. And you can set the width of a button to a preset percentage.</p>\n\n\n\n<p><strong>Social Icons block:</strong>&nbsp;now you can change the size of the icons.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/s.w.org/images/core/5.7/about-57-cover.jpg?w=632&#038;ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>A simpler default color palette</h2>\n\n\n\n<p>This new streamlined color palette collapses all the colors that used to be in the WordPress source code down to seven core colors and a range of 56 shades that meet the <a href=\"https://www.w3.org/WAI/WCAG2AA-Conformance\">WCAG 2.0 AA recommended contrast ratio</a> against white or black.</p>\n\n\n\n<p>Find the new palette in the default WordPress Dashboard color scheme, and use it when you’re building themes, plugins, or any other components. For all the details,&nbsp;<a href=\"https://make.wordpress.org/core/2021/02/23/standardization-of-wp-admin-colors-in-wordpress-5-7\">check out the Color Palette dev note</a>.</p>\n\n\n\n<h2>From HTTP to HTTPS in a single click</h2>\n\n\n\n<p>Starting now, switching a site from HTTP to HTTPS is a one-click move. WordPress will automatically update database URLs when you make the switch. No more hunting and guessing!</p>\n\n\n\n<h2>New Robots API</h2>\n\n\n\n<p>The new Robots API lets you include the filter directives in the robots meta tag, and the API includes the&nbsp;<code>max-image-preview: large</code>&nbsp;directive by default. That means search engines can show bigger image previews, which can boost your traffic (unless the site is marked&nbsp;<em>not-public</em>).</p>\n\n\n\n<h2>Lazy-load your iFrames</h2>\n\n\n\n<p>Now it’s simple to let iframes lazy-load. By default, WordPress will add a&nbsp;<code>loading=\"lazy\"</code>&nbsp;attribute to iframe tags when both width and height are specified.</p>\n\n\n\n<h2>Ongoing cleanup after update to jQuery 3.5.1</h2>\n\n\n\n<p>For years jQuery helped make things move on the screen in ways the basic tools couldn’t—but that keeps changing, and so does jQuery.</p>\n\n\n\n<p>In 5.7, jQuery gets more focused and less intrusive, with fewer messages in the console.</p>\n\n\n\n<h2>Check the Field Guide for more!</h2>\n\n\n\n<p>Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of.&nbsp;<a href=\"https://make.wordpress.org/core/2021/02/23/wordpress-5-7-field-guide\">WordPress 5.7 Field Guide.</a></p>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.7 release comes to you from a small and experienced release squad:&nbsp;&nbsp;</p>\n\n\n\n<ul><li><strong>Release Lead:</strong>&nbsp;Matt Mullenweg (<a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a>)</li><li><strong>Triage Lead:</strong>&nbsp;Tonya Mork (<a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a>)</li><li><strong>Release Coordinator:</strong>&nbsp;Ebonie Butler (<a href=\'https://profiles.wordpress.org/metalandcoffee/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>metalandcoffee</a>)</li><li><strong>Core Tech Lead:</strong>&nbsp;Sergey Biryukov (<a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a>)</li><li><strong>Editor Tech Lead:</strong>&nbsp;Robert Anderson (<a href=\'https://profiles.wordpress.org/noisysocks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>noisysocks</a>)</li><li><strong>Design Lead:</strong>&nbsp;Tim Hengeveld (<a href=\'https://profiles.wordpress.org/hedgefield/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hedgefield</a>)</li><li><strong>Accessibility Lead:</strong>&nbsp;Sarah Ricker (@sarahricke<strong>r</strong>)</li><li><strong>Documentation Lead:&nbsp;</strong>Jb Audras (<a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>)</li><li><strong>Test Lead:</strong>&nbsp;Monika Rao (<a href=\'https://profiles.wordpress.org/monikarao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>monikarao</a>)</li></ul>\n\n\n\n<p>This release is the reflection of the hard work of 481 generous volunteer contributors. Collaboration occurred on nearly 250 tickets on Trac and over 950 pull requests on GitHub.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/7studio/\">7studio</a>, <a href=\"https://profiles.wordpress.org/ninetyninew/\">99w</a>, <a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/technosailor/\">Aaron Brazell</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">aaronrobertshaw</a>, <a href=\"https://profiles.wordpress.org/abagtcs/\">abagtcs</a>, <a href=\"https://profiles.wordpress.org/acerempel/\">acerempel</a>, <a href=\"https://profiles.wordpress.org/activecoder/\">activecoder</a>, <a href=\"https://profiles.wordpress.org/ad7six/\">ad7six</a>, <a href=\"https://profiles.wordpress.org/bosconiandynamics/\">Adam Bosco</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamboro/\">adamboro</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addison Stavlo</a>, <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais/\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexwoollam/\">Alex Woollam</a>, <a href=\"https://profiles.wordpress.org/alex27/\">alex27</a>, <a href=\"https://profiles.wordpress.org/chemiker/\">Alexander Lueken</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/almendron/\">almendron</a>, <a href=\"https://profiles.wordpress.org/amandariu/\">Amanda Riu</a>, <a href=\"https://profiles.wordpress.org/ambienthack/\">ambienthack</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/anevins/\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">André Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annalamprou/\">annalamprou</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/anotherdave/\">anotherdave</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/anyssa/\">Anyssa Ferreira</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/artpi/\">Artur Piszek</a>, <a href=\"https://profiles.wordpress.org/maigret/\">Aur&#233;lien Denis</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/bartosz777/\">bartosz777</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/bduclos/\">bduclos</a>, <a href=\"https://profiles.wordpress.org/becdetat/\">becdetat</a>, <a href=\"https://profiles.wordpress.org/pixolin/\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bhanusinghkre/\">bhanusinghkre</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/bonniebeeman/\">bonniebeeman</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ibdz/\">Boy Witthaya</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brechtvds/\">Brecht</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brijeshb42/\">brijeshb42</a>, <a href=\"https://profiles.wordpress.org/burnuser/\">burnuser</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/carlosgprim/\">carlosgprim</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cenay/\">Cenay Nailor</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chexwarrior/\">chexwarrior</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/pixelverbieger/\">Christian Sabo</a>, <a href=\"https://profiles.wordpress.org/amethystanswers/\">Christina Workman</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/clayray/\">clayray</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/codeamp/\">Code Amp</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreyw/\">Corey</a>, <a href=\"https://profiles.wordpress.org/cristinasoponar/\">cristinasoponar</a>, <a href=\"https://profiles.wordpress.org/dam6pl/\">Damian Nowak</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dvankooten/\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/dariak/\">Daria</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/drw158/\">Dave Whitley</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>, <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davecpage/\">David Page</a>, <a href=\"https://profiles.wordpress.org/dbtedg/\">dbtedg</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a>, <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dkoo/\">dkoo</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/dragongate/\">dragongate</a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">Dávid Szabó</a>, <a href=\"https://profiles.wordpress.org/e_baker/\">e_baker</a>, <a href=\"https://profiles.wordpress.org/eatsleepcode/\">eatsleepcode</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/erichmond/\">Elliott Richmond</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/enricocarraro/\">Enrico Carraro</a>, <a href=\"https://profiles.wordpress.org/epicfaace/\">epicfaace</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/ericlewis/\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion/\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann/\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/eventualo/\">eventualo</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/fabianpimminger/\">Fabian Pimminger</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/florianziegler/\">Florian Ziegler</a>, <a href=\"https://profiles.wordpress.org/floriswt/\">floriswt</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/gab81/\">gab81</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekpress/\">GeekPress</a>, <a href=\"https://profiles.wordpress.org/geekzebre/\">geekzebre</a>, <a href=\"https://profiles.wordpress.org/geoffguillain/\">Geoff Guillain</a>, <a href=\"https://profiles.wordpress.org/geoffrey1963/\">Geoffrey</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/gmariani405/\">gmariani405</a>, <a href=\"https://profiles.wordpress.org/alinod/\">Gord</a>, <a href=\"https://profiles.wordpress.org/greatsaltlake/\">greatsaltlake</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzim/\">grzim</a>, <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a>, <a href=\"https://profiles.wordpress.org/gunnard/\">gunnard</a>, <a href=\"https://profiles.wordpress.org/bordoni/\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hansjovisyoast/\">Hans-Christiaan Braun</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani/\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/hauvong/\">hauvong</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/helmutwalker/\">helmutwalker</a>, <a href=\"https://profiles.wordpress.org/tejwanihemant/\">Hemant Tejwani</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/nonverbla/\">hirasso</a>, <a href=\"https://profiles.wordpress.org/hmabpera/\">hmabpera</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hsingyuc7/\">hsingyuc7</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/ibiza69/\">ibiza69</a>, <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a>, <a href=\"https://profiles.wordpress.org/ingereck/\">ingereck</a>, <a href=\"https://profiles.wordpress.org/iprg/\">iprg</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/iviweb/\">iviweb</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jadeddragoon/\">jadeddragoon</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jakeparis/\">jakeparis</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha/\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/jamesgol/\">James Golovich</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/jason_the_adams/\">Jason Adams</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/viablethought/\">Jason Ryan</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya/\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffr0/\">Jeff Chandler</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd/\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jessplease/\">Jessica Duarte</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/joanrho/\">joanrho</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelclimbsthings/\">joelclimbsthings</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/jonkastonka/\">Johan Jonk Stenstr&#246;m</a>, <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/jomisica/\">Jos&#233; Miguel</a>, <a href=\"https://profiles.wordpress.org/jose64/\">Jose Luis</a>, <a href=\"https://profiles.wordpress.org/joseeyoast/\">Josee Wouters</a>, <a href=\"https://profiles.wordpress.org/accessiblejoe/\">Joseph Karr O&#039;Connor</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/tai/\">JOTAKI, Taisuke</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsmoriss/\">JS Morisset</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/justinsainton/\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg/\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/k3nsai/\">k3nsai</a>, <a href=\"https://profiles.wordpress.org/kafleg/\">kafleg</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/karamcnair/\">kara.mcnair</a>, <a href=\"https://profiles.wordpress.org/vyskoczilova/\">Karolina Vyskocilova</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/tmfespresso/\">kimdcottrell</a>, <a href=\"https://profiles.wordpress.org/kirilzh/\">Kiril Zhelyazkov</a>, <a href=\"https://profiles.wordpress.org/kburgoine/\">Kirsty Burgoine</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/hwk-fr/\">Konrad Chmielewski</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/kurtpayne/\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/notlaura/\">Lara Schenck</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/levdbas/\">Levdbas</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/_luigi/\">Luigi Cavalieri</a>, <a href=\"https://profiles.wordpress.org/lpawlik/\">Lukas Pawlik</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">Luke Walczak</a>, <a href=\"https://profiles.wordpress.org/oellin/\">Magali</a>, <a href=\"https://profiles.wordpress.org/magnuswebdesign/\">magnuswebdesign</a>, <a href=\"https://profiles.wordpress.org/mahfuz01/\">Mahafuz</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/malinajirka/\">malinajirka</a>, <a href=\"https://profiles.wordpress.org/mallorydxw/\">mallorydxw</a>, <a href=\"https://profiles.wordpress.org/tomdxw/\">mallorydxw-old</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcio-zebedeu/\">Marcio Zebedeu</a>, <a href=\"https://profiles.wordpress.org/netweblogic/\">Marcus</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/marijnkoopman/\">Marijn Koopman</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/mdwolinski/\">Mark D Wolinski</a>, <a href=\"https://profiles.wordpress.org/markhowellsmead/\">Mark Howells-Mead</a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/vindl/\">Marko Andrijasevic</a>, <a href=\"https://profiles.wordpress.org/flootr/\">Markus</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/mberard/\">Mathieu Berard Smartfire</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/mdrockwell/\">mdrockwell</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>, <a href=\"https://profiles.wordpress.org/megabyterose/\">Megan</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/mehrshaddarzi/\">Mehrshad Darzi</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mendezcode/\">mendezcode</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">Mikhail Kobzarev</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/0mirka00/\">mirka</a>, <a href=\"https://profiles.wordpress.org/mmuyskens/\">mmuyskens</a>, <a href=\"https://profiles.wordpress.org/daddou/\">Mohamed El Amine DADDOU</a>, <a href=\"https://profiles.wordpress.org/monika/\">Monika</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/morenaf/\">morenaf</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mzorz/\">mzorz</a>, <a href=\"https://profiles.wordpress.org/naveen17797/\">Naveen</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/nicegamer7/\">nicegamer7</a>, <a href=\"https://profiles.wordpress.org/nre/\">nicky</a>, <a href=\"https://profiles.wordpress.org/nico23/\">Nico</a>, <a href=\"https://profiles.wordpress.org/nico_martin/\">Nico Martin</a>, <a href=\"https://profiles.wordpress.org/nicolalaserra/\">Nicola Laserra</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/nwjames/\">nwjames</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a>, <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patopaiar/\">patopaiar</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/pawki07/\">pawki07</a>, <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/gungeekatx/\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pinkalbeladiya/\">Pinkal Devani</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/prettyboymp/\">prettyboymp</a>, <a href=\"https://profiles.wordpress.org/princeahmed/\">Prince</a>, <a href=\"https://profiles.wordpress.org/pwallner/\">pwallner</a>, <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rafaelgalani/\">Rafael Galani</a>, <a href=\"https://profiles.wordpress.org/rafhun/\">rafhun</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a>, <a href=\"https://profiles.wordpress.org/ratneshk/\">ratneshk</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/reardestani/\">Reza Ardestani</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat Khaziev</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rogertheriault/\">Roger Theriault</a>, <a href=\"https://profiles.wordpress.org/roger995/\">roger995</a>, <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a>, <a href=\"https://profiles.wordpress.org/romain-d/\">Romain</a>, <a href=\"https://profiles.wordpress.org/burtrw/\">Ronnie Burt</a>, <a href=\"https://profiles.wordpress.org/magicroundabout/\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Sa&#353;a</a>, <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">Sarah Ricker</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/shahinsid07/\">Shahin Sid</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/sirstuey/\">SirStuey</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/souri_wpaustria/\">souri_wpaustria</a>, <a href=\"https://profiles.wordpress.org/stefanjoebstl/\">stefanjoebstl</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/quadthemes/\">Sunny</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/voboghure/\">Tapan</a>, <a href=\"https://profiles.wordpress.org/teamdnk/\">TeamDNK</a>, <a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/tweetythierry/\">Thierry Muller</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tinodidriksen/\">tinodidriksen</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/tonysandwich/\">tonysandwich</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, <a href=\"https://profiles.wordpress.org/tylertork/\">Tyler Tork</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/umangvaghela123/\">Umang Vaghela</a>, <a href=\"https://profiles.wordpress.org/vandestouwe/\">vandestouwe</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">vcanales</a>, <a href=\"https://profiles.wordpress.org/vipulc2/\">Vipul Chandel</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">webcommsat AbhaNonStopNewsUK</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a>, <a href=\"https://profiles.wordpress.org/wesselvandenberg/\">wesselvandenberg</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wallstead/\">Willis Allstead</a>, <a href=\"https://profiles.wordpress.org/worldedu/\">worldedu</a>, <a href=\"https://profiles.wordpress.org/wponlinesupport/\">WP OnlineSupport</a>, <a href=\"https://profiles.wordpress.org/tikifez/\">Xristopher Anderton</a>, <a href=\"https://profiles.wordpress.org/yannkozon/\">Yann Kozon</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yscik/\">yscik</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yuliyan/\">yuliyan</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, and <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a>.\n\n\n\n<p></p>\n\n\n\n<div class=\"wp-block-group has-background\" style=\"background-color:#0a5b89\"><div class=\"wp-block-group__inner-container\">\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-white-color has-text-color has-large-font-size\"><strong>Code is poetry.</strong></p>\n</div></div>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Olga Gleckler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/03/people-of-wordpress-olga-gleckler/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Mar 2021 22:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9875\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"The latest edition of our People in WordPress series features developer Olga Gleckler, who grew her interest in computers into a career as a tech entrepreneur.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:19992:\"\n<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories that are lesser-known.</em></p>\n\n\n\n<p><strong>From a natural interest in computers and fixing things as a young woman, Olga Gleckler from St Petersburg, Russia, found WordPress took her on a journey to becoming a successful female tech entrepreneur. On International Women’s Day, we share her story.&nbsp;&nbsp;</strong></p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=580%2C768&#038;ssl=1\" alt=\"Olga with a WordCamp Vienna t-shirt\" class=\"wp-image-9878\" width=\"580\" height=\"768\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=773%2C1024&amp;ssl=1 773w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=226%2C300&amp;ssl=1 226w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=768%2C1018&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=1159%2C1536&amp;ssl=1 1159w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=1546%2C2048&amp;ssl=1 1546w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?w=1932&amp;ssl=1 1932w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 580px) 100vw, 580px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2><strong>Finding your path can take longer than you expect</strong></h2>\n\n\n\n<p>From the age of 15, Olga found herself under pressure to find a free place for her professional studies. She said: “I didn’t know how high or low my chances were even if I had very good marks. I could have been just the biggest fish in a small pond. But anyway, I made up my mind to go to technical school.”</p>\n\n\n\n<p>On leaving school in St Petersburg with her certificate, Olga felt her knowledge of opportunities was very narrow. She had pictured being an ecologist or guide translator based on the subjects she had been taught at school. There was also an advertising boom in Russia and she began to explore this as a career avenue. She had developed her computer skills and found opportunities to practise by helping her teachers with administrative work.</p>\n\n\n\n<p>Though she did not have access to any formal career advice, her journey led her into programming. She said: “The range of technical schools was not wide. I spent four years studying transistor markings, soldering and drawing PCB layouts. Programming courses using Pascal didn&#8217;t do anything useful with it.”</p>\n\n\n\n<p>A lack of suitable access to English-language courses made things harder for Olga. She was determined that she would master the language later in her life. In the meantime, she left technical school with an honors degree and improved typing skills.</p>\n\n\n\n<p>“I faced it was a wild, unfriendly market. I didn’t know how to recognize a genuine job offer or how to avoid the bad ones. It was difficult and I don’t know how long I would’ve looked for work without help.”</p>\n\n\n\n<h2><strong>Think differently to find where you belong</strong></h2>\n\n\n\n<p>Olga&#8217;s father worked in an IT company and was able to give her some advice and help with potential introductions. When she was still studying, he suggested her strong technical skills might be useful as a substitute typist. When she finished her studies, he helped her apply for a job updating a legal system on clients’ computers.<br><br>Six months later, she got a full-time job in the same service department. She liked her position and her clients. However, she was given friendly advice that without a university degree she would not be able to have any further promotions.</p>\n\n\n\n<p>At this time, Olga was trying to study PHP from a book. She found it very exciting at first, but a lot of their functions did not give her explanations on how to build something useful. She found when she tried to build practical items from book reading, it did not always make sense and the solutions would often fail.&nbsp;</p>\n\n\n\n<p>She said: “It was hard to admit a failure even to myself and it was nagging me for a long time. I had to choose something I could handle, that I was interested in and could afford. It turned out to be advertising.”</p>\n\n\n\n<p>She spent most of the family’s holidays on learning sessions during the next six years. Olga recalled: “It was tricky for my husband to make me leave a computer, once I was glued to it, so he bought me my first laptop. English was still hard for me, I got high marks through just memorizing all the words in a textbook and how they should sound.”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>Doubting your professional skills can happen when you are at home isolated looking after children. Keeping up your interests is important.</strong></p></blockquote>\n\n\n\n<p>Olga’s life took a change after having a new baby and she spent three years doubting her professional skills and her chances of getting a good job. She tried to get back into other interests through studying, baking and drawing, but found ‘the pram was pulling me back’. She found she became very isolated and felt less able to contribute as the family was relying on her husband’s income as she tried to focus on looking forward.</p>\n\n\n\n<p>She said: “I was convinced (and saw) that not too many companies wanted a woman in the office, who with a small baby might need lots of leave.”</p>\n\n\n\n<p>She finished her education when she returned to work after three years caring for her son. She secured a promotion but with changes in the company’s staffing, things were tense. She found the difficulties there had become more heightened and felt that young female colleagues were treated as ‘pieces of furniture’ by one manager. She did not want to stay in this environment and in a few months time decided to leave.</p>\n\n\n\n<h2><strong>Your next chapter may be nearby</strong></h2>\n\n\n\n<p>Determined to not repeat this type of experience, Olga looked at the brighter side. She said: “I wanted to be a marketer. Knowing how tricky it is to sell intangibles, I wanted a solid product to work with.”&nbsp;</p>\n\n\n\n<p>It turned out to be more difficult to find a job outside traditional IT as a young mother. Some human resource officers advised her to remain within the technology arena.</p>\n\n\n\n<p>Olga remained hopeful and continued to study hard. She had many learning experiences along the way, which she hopes others can learn from too. One was setting a low bar to employers. She said: “Companies I worked in wanted to get all publicity and sales increases achieved through deductions from my salary.” This happened once and the next time she was in this situation she asked specifically about the budget before signing up. &#8220;I was assured this would not be the case, but again I found the budget for publicity came out of my wages. It was a tough period of disappointments. So when I was offered a part-time administrative job with basic sick leave, I took it gladly as a reprieve.”</p>\n\n\n\n<p>The job was far from home and involved a lot of travelling. Olga spent two to three hours a day on buses with Harry Potter audio books for company. “In these traffic jams, I started to feel English at last and loved it. It gave me a freedom no money can buy. Life was getting better.” </p>\n\n\n\n<p>Though the job did not pay highly, it gave her something valuable &#8211; a working website. After her boss and the developer parted company, she was asked to maintain the site. Through some studying and reverse engineering, she discovered how it worked and it gave her an insight into how to write simple websites from scratch.</p>\n\n\n\n<p>Olga’s first encounter with JavaScript wasn’t easy: “My first JavaScript calculator almost made me crazy, but I pursued it.”</p>\n\n\n\n<p>Quickly she started to get small tasks from friends and relatives, usually to solve some urgent problems and started to meet popular content management systems. One of the first she met with was WordPress. There was an issue in a website theme used by a website which had been changed and not maintained. It took a whole weekend to solve, but she was determined to work it out. Back then, WordPress was ‘just a system’. She didn’t know then how much it was to become part of her life.</p>\n\n\n\n<p>Olga spent the next two years in this role. As time went on, she started to feel worried and less satisfied with the work. The last straw for her was a negative statement from her boss, who was not a programmer and who hadn’t seen any of the work done on the website. She felt the approach was unfair as she had done extensive work on the site. She recalls: “I became angry, but it was exactly what I needed to move jobs.”</p>\n\n\n\n<p>When Olga was job hunting, she didn&#8217;t feel she had the courage to apply for a developer’s role, despite the learning and work she had already done. So instead she started working on projects where she felt she was more like a ‘seller of box-ready websites’. It was another tough half a year for her with a lot of work, low payment and plans not turning out as she had hoped. On top of long hours, she ended up with pneumonia. She said: “I see now that I was doing a disservice to customers, websites are not a microwave meal &#8211; quick, cheap and dummy. There was no life in the sites without a lot of work which no one was willing to buy. Most of the sites I sold back then died after the first year and they never were truly alive and useful.”</p>\n\n\n\n<h2><strong>You need to be brave and have courage</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?resize=632%2C422&#038;ssl=1\" alt=\"Olga in Berlin wearing the WordPress Code is Poetry lanyard and a WordCamp t-shirt\" class=\"wp-image-9879\" width=\"632\" height=\"422\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?resize=1024%2C684&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?resize=300%2C200&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?resize=768%2C513&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?w=2048&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Olga really wanted a developer job but seeking jobs of this type was very frustrating. From the job adverts she found, it felt like most IT companies were asking for geniuses who already knew a lot of technologies and frameworks. She found this very demotivating.</p>\n\n\n\n<p>She then found a job offer on a website outside the most popular job portals  and it seemed like a perfect fit. They wanted someone with experience to write from scratch, understand someone else’s code and maintain it, with an ability to translate technical documentation and articles, and make simple designs for printing products. After completing a trial task, she was taken on, and enjoyed a better salary, in a calm environment with good colleagues and without the requirement for a lot of extra hours.&nbsp;</p>\n\n\n\n<p>The advert turned out to be a direct ad from one of the sales departments in a technology company. By succeeding in the  task set, Olga had bypassed the Human Resources team which she felt&nbsp;would not normally have considered her.&nbsp;</p>\n\n\n\n<p>Her boss agreed to her working remotely most of the time. It solved any potential leave problems which Olga had thought may be an obstacle.&nbsp;</p>\n\n\n\n<p>For Olga it had been 14 years since the original decision to become a programmer and it was only the beginning.&nbsp;</p>\n\n\n\n<p>After a few years at what she describes as an ‘amazing experience’ in this workplace, Olga felt able to move on to her next challenge as a developer.</p>\n\n\n\n<h2><strong>Decision-making can benefit from wider knowledge</strong></h2>\n\n\n\n<p>After working with different systems Olga became sure that WordPress is the best CMS for developers and clients. But she was disappointed to find that the ease of use meant that good code was not always a priority for some of the sites she looked at.&nbsp;</p>\n\n\n\n<p>“The biggest flaw of WordPress &#8211; it’s so easy to make things work that some may feel they don’t need to bother to do things right, but this becomes a problem later.”</p>\n\n\n\n<p>In custom themes for a site, she also saw sites being made and clients left without any further support, or items hard coded when clients actually needed more control to change regularly.</p>\n\n\n\n<p>Olga used to rely on examples she could easily find, documentation and search engines to improve her understanding in using WordPress. She discovered that just by searching for a specific feature or a solution, you can miss the whole picture.&nbsp;</p>\n\n\n\n<p>She turned to online courses to get more comprehensive knowledge and then started to attend WordPress events, firstly online and then by foot, trains and planes! She discovered a worldwide community that was very much alive. She didn’t know when she started studying online materials and attending discussions that she would end up contributing herself to the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform a few years later.</p>\n\n\n\n<p>WordCamps and contributor days became a big part of her life. From her early days attending events and starting out contributing to WordPress, she is an active member of the WordPress.org Global Marketing and Polyglots Teams, and supported the recent WordPress release. She is just beginning her first WordCamp organiser experience, joining WordCamp Europe 2021 on the Contribute Team. </p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=632%2C602&#038;ssl=1\" alt=\"Olga next to a banner of WordCamp St Petersburg 2018\" class=\"wp-image-9883\" width=\"632\" height=\"602\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=1024%2C976&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=300%2C286&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=768%2C732&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=1536%2C1464&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=2048%2C1951&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Olga said: “Through the wider WordPress community, I knew not only where to look but also whom to ask. Most importantly, I found allies who don’t think I’m going crazy by speaking with delight about work, and with whom I share a passion and fondness for WordPress. This is what matters.</p>\n\n\n\n<p>“Now, after more than seven years of full time development, I am still enjoying endless learning, frequent discoveries, mistakes and an impassioned wish to do better.”</p>\n\n\n\n<p>This and a desire to help others use WordPress.org is part of Olga’s continued contribution to its Support and Marketing Teams, and led her to be involved in the Release Marketing questions and answers in 2020.</p>\n\n\n\n<h2><strong>There is no chequered flag on the way</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"946\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?resize=632%2C946&#038;ssl=1\" alt=\"Olga at WordCamp Europe in Berlin in 2019\" class=\"wp-image-9881\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?resize=684%2C1024&amp;ssl=1 684w, https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?resize=200%2C300&amp;ssl=1 200w, https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?resize=768%2C1151&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?resize=1025%2C1536&amp;ssl=1 1025w, https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?w=1367&amp;ssl=1 1367w, https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The road to freedom and becoming her own boss has not been easy for Olga. It is the path that got her where she is today, and she continues to find joy in it. She retains the lessons she’s learned and is always hungry to learn more.</p>\n\n\n\n<p>&nbsp;“I travelled through a very uneven path, with a lot of obstacles and noise, but for me it’s like a kaleidoscope where a little turn presents a new picture, a new “ah-ha” moment, new excitement after seemingly pointless efforts.”&nbsp;</p>\n\n\n\n<p>She added: “When in doubt I remind myself about David Ogilvy (generally considered the Founding Father of the modern advertising industry) who tried a lot of things before he struck gold with advertising, and maybe that’s why he did.”</p>\n\n\n\n<p>Finally, she learned not only to keep a good spirit and try different things, but also to dare as you move forward.</p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>). Thank you to Olga Gleckler (<a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>) for sharing her #ContributorStory.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh3.googleusercontent.com/Y3odYTyvSfJbVxUxUWEgKxOprox2zxVwhk7_vdW-AIs4IlE-jK0Zt1itCj867x0dIAbIiK-VeuTLMZr6BjNEY0fkTf--4dT1hkLbnGtsPFNfyrVBYIN59IirTkNnqiQgqxk6E1MI\" alt=\"HeroPress logo\" /></figure>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members in our <a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> series.</em></p>\n\n\n\n<p><em>#ContributorStory #HeroPress</em></p>\n\n\n\n<p></p>\n\n\n\n<p><em>Photo credits: 2nd and 4th Pablo Gigena, Berlin, 2019</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9875\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: February 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2021/03/the-month-in-wordpress-february-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Mar 2021 16:00:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9842\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:293:\"You don’t have to be rich to have an online presence. You don’t have to find loopholes in proprietary platforms and hope that they never change their terms of service. You own all of the content that you create on a WordPress site and have the liberty to move it to a new host if [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15761:\"\n<blockquote class=\"wp-block-quote\"><p>You don’t have to be rich to have an online presence. You don’t have to find loopholes in proprietary platforms and hope that they never change their terms of service. You own all of the content that you create on a WordPress site and have the liberty to move it to a new host if you need to, or switch your theme if it fits your mood.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">That was Josepha Haden Chomphosy on <a href=\"https://wordpress.org/news/2021/02/wordpress-is-freedom/\">WordPress is Free(dom) episode</a> of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>, speaking about the four freedoms of open-source software. Those four freedoms are core to how WordPress is developed. A lot of the updates we bring you this month will resonate with those freedoms.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress now powers 40% of the web</h2>\n\n\n\n<p>W3Techs reported that <a href=\"https://w3techs.com/blog/entry/40_percent_of_the_web_uses_wordpress\">WordPress now powers 40% of the top 10 million websites in the world</a>! Every two minutes, a new website using WordPress says, <em>“Hello world”</em>! For the top 1000 sites, the market share is even higher at 51.8%. Over the past 10 years, the growth rate has increased, which is reflected by the fact that 66.2% of all new websites use WordPress!</p>\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>February was an eventful month for WordPress releases!</p>\n\n\n\n<ul><li>WordPress maintenance releases — <a href=\"https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\">version 5.6.1</a> and <a href=\"https://wordpress.org/news/2021/02/wordpress-5-6-2-maintenance-release/\">version 5.6.2</a> — came out this in February. Update to the latest version directly from your WordPress dashboard or by <a href=\"https://wordpress.org/download/\">downloading</a> it from WordPress.org.</li><li>Members of the Core team are working hard on WordPress 5.7, due in March. <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-3/\">Beta 3</a> versions of WordPress 5.7 launched in February. The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-release-candidate/\">first</a> and <a href=\"https://wordpress.org/news/2021/03/wordpress-5-7-release-candidate-2/\">second</a> release candidates of WordPress 5.7 are also out! You can test the Beta versions and the release candidate by <a href=\"https://wordpress.org/wordpress-5.6-beta2.zip\">downloading them from WordPress.org</a> or using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. To know more about WordPress 5.7, <a href=\"https://make.wordpress.org/polyglots/2021/02/22/wordpress-5-7-ready-to-be-translated/\">check out its field guide</a>.&nbsp;</li></ul>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>. The Core team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a>. UTC. You can also contribute to WordPress 5.7 <a href=\"https://make.wordpress.org/polyglots/2021/02/22/wordpress-5-7-ready-to-be-translated/\">by translating it into your local language</a>. Learn more on the <a href=\"https://make.wordpress.org/polyglots/2021/03/02/wordpress-5-7-translation-status-march-2-2020/\">translation status post</a>.</p>\n\n\n\n<h2>Gutenberg celebrates its 100th release with version 10</h2>\n\n\n\n<p>The 100th release of the Gutenberg plugin — <a href=\"https://make.wordpress.org/core/2021/02/17/whats-new-in-gutenberg-10-0-february/\">Version 10</a>,&nbsp; launched on February 17th, more than four years after the project was first announced at WordCamp US 2016. <a href=\"https://wordpress.org/news/2021/02/reflecting-on-gutenbergs-100th-release/\">Matias Ventura’s post</a> offers a bird’s eye view of the project over the last four years. Version 10 adds the basic pages block and makes the parent block selector visible in the block toolbar. <a href=\"https://make.wordpress.org/core/2021/02/05/whats-new-in-gutenberg-9-9-5-february/\">Version 9.9</a> of Gutenberg — coincidentally, the 99th release of the plugin, which is also the latest Gutenberg release that will be featured in WordPress 5.7, also came out in February. Key highlights of the release include custom icons and background colors in social icons, a redesigned options modal for blocks (which is now called block preferences), and text labels in the block toolbar.&nbsp;</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Full Site Editing updates</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/design/handbook/focuses/full-site-editing/\">Full Site Editing (FSE)</a> is an exciting new WordPress feature that allows you to use blocks outside the post or page content. The <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">main focus</a> of the Core team for 2021 is to merge FSE into WordPress core. Here’s the latest on the Full Site Editing project:&nbsp;</p>\n\n\n\n<ul><li>The <a href=\"https://make.wordpress.org/test/2021/02/18/fse-program-testing-call-2-build-a-homepage-with-site-editing-blocks/\">second call for testing</a> as part of the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">Full Site Editing outreach program</a> is out! To participate, <a href=\"https://make.wordpress.org/test/2021/02/18/fse-program-testing-call-2-build-a-homepage-with-site-editing-blocks/\">check out the second testing call</a> on the <a href=\"https://make.wordpress.org/test/\">Make/Test blog</a> and join the <a href=\"https://make.wordpress.org/core/tag/fse-outreach-experiment/\">#fse-outreach-experiment</a> Slack channel. Deadline: March 5, 2021.</li><li>In case you missed participating in the FSE outreach program, <a href=\"https://make.wordpress.org/test/2021/02/04/fse-program-test-fse-anytime/\">you can now test FSE anytime</a> —check out <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/how-to-test-fse/\">this handbook page on testing FSE</a> to learn more.</li><li>Contributor teams are asking for help&nbsp; from local WordPress Communities to support the FSE Project.<a href=\"https://make.wordpress.org/test/2021/02/05/fse-program-connecting-with-local-communities/\"> Learn more on how you can contribute</a>.</li><li><a href=\"https://make.wordpress.org/test/tag/fse-answers/\">Check out these answers</a> for the most common FSE questions on the Make/Test blog.</li><li><a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> has provided an update on the <a href=\"https://make.wordpress.org/core/2021/02/01/full-site-editing-and-themes-where-things-are/\">current status of the FSE and themes</a>.</li></ul>\n\n\n\n<h2>Decision-making checklist for in-person meetups</h2>\n\n\n\n<p>The Community Team <a href=\"https://make.wordpress.org/community/2021/02/16/announcement-decision-making-checklist-for-in-person-meetups-now-available/\">has published handbook pages and a decision-making checklist for organizers</a> to restart in-person meetups at areas where it is safe to do so (e.g., countries such as New Zealand, Australia, and Taiwan, where there are lower COVID-19 risks). However, WordPress meetups and WordCamps in most parts of the world will remain online due to COVID-19.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>The Polyglots team has <a href=\"https://make.wordpress.org/polyglots/2021/02/09/proposal-call-for-volunteers-polyglots-training-working-group/\">kicked-off a proposal to create a working group of contributors </a>to develop training resources for translation contributors.</li><li>The Meta team is actively <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">working on a tool</a> to help the Themes team automate the theme testing process. The team has already shipped a <a href=\"https://github.com/WordPress/theme-review-action\">proof-of-concept of the Theme Review Action tool</a> to test the process and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">looking for feedback</a>. The Meta team is also working on <a href=\"https://make.wordpress.org/meta/2021/02/19/reducing-the-plugin-review-teams-workload-through-automation/\">reducing the Plugin team’s workload by improving the code scanner tool</a> used for scanning plugins.</li><li>The <a href=\"https://make.wordpress.org/themes/2021/02/24/meeting-notes-matt-josepha-and-theme-review-team/\">Themes team met with the WordPress project leadership team (Matt Mullenweg and Josepha Haden)</a> about improving the Theme directory. They decided to reframe the theme review process by adding “review guard rails” with automated tooling.</li><li>The Plugin Review Team reiterated that <a href=\"https://make.wordpress.org/plugins/2021/02/16/reminder-forked-premium-plugins-are-not-permitted/\">forked premium plugins are not allowed in the Plugin directory.</a>&nbsp;</li><li>After three weekends of celebrating WordPress, <a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> concluded on February 15. <a href=\"https://prague.wordcamp.org/2021/\">WordCamp Prague 2021</a> took place on February 27. WordCamp India <a href=\"https://india.wordcamp.org/2021/watch-now/\">videos are already available</a>, and videos of both camps will soon be uploaded to WordPress.tv.&nbsp;</li><li>Several online WordCamps were scheduled this month. <a href=\"https://centroamerica.wordcamp.org/2021/\">WordCamp Centroamérica</a>, <a href=\"https://greece.wordcamp.org/2021/\">WordCamp Greece</a>, and <a href=\"https://neo.wordcamp.org/2021/\">WordCamp North East Ohio</a> are scheduled for April 2021. <a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a> takes place in June and has opened-up their <a href=\"https://japan.wordcamp.org/2021/call-for-speakers-is-now-open/\">call for speakers in English and Japanese</a>. Meanwhile, the inaugural <a href=\"https://cochabamba.wordcamp.org/2021/\">WordCamp Cochabamba (Bolivia)</a> runs in July!.</li><li>The Community Team wants <a href=\"https://make.wordpress.org/community/2021/02/25/proposal-to-improve-the-organizing-experience-for-online-wordcamps/\">feedback on how to improve online WordCamps</a>. The team has also announced a <a href=\"https://make.wordpress.org/community/2021/02/18/proposal-2021-global-community-sponsorship-program/\">revamped 2021 Global Community sponsorship program</a> to support online events.</li><li>The Design Team is <a href=\"https://make.wordpress.org/design/2021/02/03/review-feedback-request-ux-for-learn-wordpress-org/\">reviewing the user experience</a> for <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a>. Please share any <a href=\"https://make.wordpress.org/design/2021/02/03/review-feedback-request-ux-for-learn-wordpress-org/\">design-feedback that you have as comments on the post</a>.</li><li>The Accessibility Team is working on <a href=\"https://make.wordpress.org/accessibility/2021/02/28/accessibility-team-meeting-notes-february-26-2021/\">publishing the updated accessibility standards document </a>(with regard to WCAG 2.1 changes) alongside the WordPress version 5.7 release. The team has also <a href=\"https://make.wordpress.org/accessibility/2021/02/28/accessibility-teams-goals-for-wordpress-5-8-and-beyond/\">started brainstorming goals for WordPress 5.8</a> and beyond.&nbsp;</li><li>The Support Team is <a href=\"https://make.wordpress.org/support/2021/02/rethinking-the-master-list/\">rethinking the use of the master list</a> used for troubleshooting recurring issues. The team is also <a href=\"https://make.wordpress.org/support/2021/02/removing-plugin-and-theme-names-used-as-topic-tags-on-the-forums/\">removing plugin/theme names used as topic tags</a> in forums.</li><li>The Training Team has <a href=\"https://make.wordpress.org/training/2021/03/02/march-2021-sprint-planning/\">kicked off their March 2021 sprint planning</a> to work on their goals.</li><li>The <a href=\"https://make.wordpress.org/core/tag/feature-notifications/\">WP Notify project</a> working group (which is working toward a better notification system for&nbsp; WordPress) has completed the <a href=\"https://github.com/WordPress/wp-notify/wiki/Requirements-(v1)\">first version of the requirements document</a>, and officially kicked off <a href=\"https://make.wordpress.org/core/2021/02/09/wp-notify-meeting-notes-february-8-2021/\">active development of the feature plugin</a>. Contact the team in the <a href=\"https://wordpress.slack.com/archives/C2K1C71FE\">#feature-notifications</a> Slack channel if you would like to contribute. You can start by reviewing the <a href=\"https://github.com/WordPress/wp-notify/issues\">list of the current issues</a>.</li><li><a href=\"https://wordpress.org/news/2021/02/people-of-wordpress-pooja-derashri/\">Pooja Derashri of India</a> was featured in February&#8217;s <a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> series. A cross-team initiative led by the Marketing Team with support from <a href=\"https://heropress.com/\">HeroPress</a>, the series aims to highlight lesser-known stories of WordPress contributors. The Contributor Story series is collecting new features. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the <a href=\"https://make.wordpress.org/marketing/\">Marketing Team</a> in the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> Slack channel for more information.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.</em></p>\n\n\n\n<p><em>The Month in WordPress post series is a collective effort, and it would not be possible without contributions from different members of the WordPress Community. Starting this month, we would like to credit and thank all individuals that support this effort with their contributions. I would like to thank the following folks for their contributions to February&#8217;s Month in WordPress: <a href=\'https://profiles.wordpress.org/adityakane/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adityakane</a> <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a> <a href=\'https://profiles.wordpress.org/courtneypk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courtneypk</a> <a href=\'https://profiles.wordpress.org/kristastevens/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kristastevens</a></em> <em>and <a href=\'https://profiles.wordpress.org/psykro/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>psykro</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9842\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 16 Apr 2021 12:35:34 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 15 Apr 2021 03:05:07 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20201216060157\";}','no'),(9342,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1618619734','no'),(9343,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1618576534','no'),(9344,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1618619736','no'),(9345,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Full Site Editing Is Partly a ‘Go’ for WordPress 5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115193\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"https://wptavern.com/full-site-editing-is-partly-a-go-for-wordpress-5-8?utm_source=rss&utm_medium=rss&utm_campaign=full-site-editing-is-partly-a-go-for-wordpress-5-8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6930:\"<p class=\"has-drop-cap\">Today, Josepha Haden Chomphosy <a href=\"https://make.wordpress.org/core/2021/04/15/full-site-editing-go-no-go-april-14-2021/\">announced the results</a> of yesterday&rsquo;s &ldquo;go/no-go&rdquo; demo and decision on <a href=\"https://wptavern.com/will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming\">whether Full Site Editing (FSE) would land in WordPress 5.8</a>. The site editor and global styles are not landing in the next release. However, several other features should launch and allow users to build their sites with blocks in new ways.</p>\n\n\n\n<p>The following people attended the demo:</p>\n\n\n\n<ul><li>Mat&iacute;as Ventura &ndash; Demo Host and Gutenberg Project Lead</li><li>Matt Mullenweg &ndash; WordPress Project Lead</li><li>Helen Hou-Sand&iacute; &ndash; Lead Developer</li><li>Josepha Haden Chomphosy &ndash; Executive Director</li><li>H&eacute;ctor Prieto &ndash; Technical Project Manager</li><li>Chlo&eacute; Bringmann &ndash; Assisting with administrative and operational logistics</li></ul>\n\n\n\n<p>Ventura walked the group through the various FSE features that could be ready for WordPress 5.8, taking questions and discussing along the way. There was also a discussion afterward that focused on ideas beyond the next release.</p>\n\n\n\n<p>The following FSE-related features are expected to ship:</p>\n\n\n\n<ul><li>Improvements from Gutenberg 9.9+.</li><li>New theme-related blocks like Query, Site Logo, Navigation, and more.</li><li><code>theme.json</code> integration, which allows themes to define block defaults and settings.</li><li>Template-editing mode for the block editor.</li><li>Block-based widgets screen and customizer integration.</li><li>New block design tools, such as duotone (SVG filters for images), layout controls, padding, and more.</li></ul>\n\n\n\n<p>&ldquo;Not all of the above are currently ready but there&rsquo;s some level of confidence that they can be by the time of 5.8,&rdquo; noted Haden Chomphosy in the post.</p>\n\n\n\n<p>This list feels like a solid compromise between launching some of the more polished FSE features and trying to force in those that are probably out of reach for a July 2021 release. The features also provide current users access to new block tools without activating a block-based theme.</p>\n\n\n\n<p>The group focused on the Query block for much of the early discussion. The Gutenberg development team will likely change the block&rsquo;s user-facing name to something less confusing. It also needs a bit more polishing to make things more user-friendly.  I am interested in seeing how theme authors use this in conjunction with patterns once this launches.</p>\n\n\n\n<p>One other feature that users should look forward to is the <a href=\"https://wptavern.com/first-look-at-initial-designs-for-wordpress-block-pattern-directory\">pattern directory</a>. While it is not ready for integration into the WordPress admin UI, it does not need to be. Users will be able to copy patterns from the directory and paste them directly into their editor. In time, it should become a part of the built-in experience.</p>\n\n\n\n<p>The group seems to have made a good call on which features to include. It is easy to want to push forward and get everything into the hands of users. It can be tougher to pull back and compromise.</p>\n\n\n\n<p>Full video of the demo:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>I had two takeaways that stood out to me more than anything in the meeting.</p>\n\n\n\n<h2>Takeaway #1: Page Template Editor</h2>\n\n\n\n<p class=\"has-drop-cap\">In WordPress 5.8, users should gain access to the <a href=\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\">template editor</a>. On the page-editing screen, it allows users to switch out of content-editing mode. From there, they can work on the overall template. Essentially, for this release, it would serve as a landing page builder.</p>\n\n\n\n<p>This is a sort of middle ground between just the block editor and the eventual site editor. I like this route because it does not overwhelm end-users with a complete site-editing experience at once. It is a helping hand, a transition from the current phase to the next, allowing users to familiarize themselves with more advanced tools.</p>\n\n\n\n<p>The template editor will work for all users too. They will not be required to run a block-based theme to access it. Because each template would be a one-off use case, WordPress can serve this up without theme authors opting into it.</p>\n\n\n\n<p>Many block-ready themes have already been including an &ldquo;open canvas&rdquo; type of template. This would remove the need for those unless also including it for third-party builders. It would also solve the portability issue when users switch from a theme that bundles the template and one that does not.</p>\n\n\n\n<h2>Takeaway #2: Many Block-Based Themes</h2>\n\n\n\n<p class=\"has-drop-cap\">At the end of the discussion, the group was more or less spitballing some ideas beyond version 5.8. In particular, Hou-Sand&iacute; shared a vision of what theme development for the official directory could look like in the era of FSE.</p>\n\n\n\n<p>&ldquo;Because the full site editing, like from a user-facing point of view, is not about page building all the time,&rdquo; she said. &ldquo;It&rsquo;s about tweaking what&rsquo;s there. Yeah. So I feel like the correct thing for core to do in terms of bundled themes is actually a bunch of small bundled themes.&rdquo;</p>\n\n\n\n<p>I have previously written about how work on <a href=\"https://wptavern.com/work-on-the-twenty-twenty-two-default-wordpress-theme-should-already-be-underway\">Twenty Twenty-Two should already be underway</a> instead of waiting until the last moment to piece a new default theme together for the end-of-the-year launch. The yearly default theme system has served the community well for over a decade now. I am already warming to the idea of turning it on its head and forging a new path.</p>\n\n\n\n<p>With FSE, developers do not necessarily have to follow all of the rules of traditional themes. Themes like Kjell Reigstad&rsquo;s <a href=\"https://wptavern.com/carrd-like-theme-experiment-provides-a-glimpse-into-the-future-of-theming\">Carrd-like, two-column landing page theme</a> would be well-suited to such an experiment. Smaller, more experimental projects like this could replace the old Twenty* theme system with something new or even complement it.</p>\n\n\n\n<p>Hou-Sand&iacute; also threw out a few ideas around building block-based themes via a library of CC0 images, the patterns directory, and copying/pasting things from WordPress.org. She likened it to the CSS Zen Garden era. It could even open the possibility of bypassing the theme review process since everything would be pre-vetted.</p>\n\n\n\n<p>But, these are thoughts for tomorrow. For now, we are at least getting some initial FSE components.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Apr 2021 21:54:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Zerodium Temporarily Triples Payout to $300K for WordPress Exploits\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115080\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/zerodium-temporarily-triples-payout-to-300k-for-wordpress-exploits?utm_source=rss&utm_medium=rss&utm_campaign=zerodium-temporarily-triples-payout-to-300k-for-wordpress-exploits\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4216:\"<p><a href=\"https://zerodium.com/\">Zerodium</a>, one of the most well-known security vulnerability brokers, announced that it is tripling payouts for remote code execution exploits on default WordPress installations. Payouts are typically $100K but have been temporarily increased to $300K. </p>\n\n\n\n<p>The company focuses on acquiring original and previously unreported zero-day research. It pays researchers for high-risk vulnerabilities and fully functional exploits, with the highest rewards at $2.5M for &lsquo;full chain, zero-click, with persistence&rsquo; Android exploits. This price tag was increased from $200K in September 2019, suggesting Android exploits have become more difficult to find or that demand for them has increased significantly.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">We\'re temporarily increasing our payouts for WordPress RCEs to $300,000 per exploit (usually $100K). <br /><br />The exploit must work with latest WordPress, default install, no third-party plugins, no auth, no user interaction!<br /><br />If you have this gem, contact us: <a href=\"https://t.co/PBuS1nnpED\">https://t.co/PBuS1nnpED</a></p>&mdash; Zerodium (@Zerodium) <a href=\"https://twitter.com/Zerodium/status/1380489573009031170?ref_src=twsrc%5Etfw\">April 9, 2021</a></blockquote>\n</div>\n\n\n\n<p>Exploit resellers operate within a sort of grey area of security research. As a standard practice, security researchers are encouraged to report vulnerabilities to the original developer of the software, not an intermediary that may pass it along to a party that may not use the information for good. The appeal of these companies is that they pay more than most organizations, hence the tagline: &ldquo;<em>We pay BIG bounties, not bug bounties.&rdquo;</em></p>\n\n\n\n<p>WordPress has an account with <a href=\"https://hackerone.com/wordpress/\">Hackerone</a> to pay security researchers for vulnerabilities but <a href=\"https://hackerone.com/wordpress/hacktivity?type=team\">payouts</a> are much smaller in comparison to what exploit brokers pay. This makes it a tough choice for security researchers who do this for a living. Professional zero-day hunters are looking for the highest payouts for the vulnerabilities they find, which can sometimes take months or longer.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Zerodium does not reveal who its clients are or what their purpose is for buying the the vulnerabilities. The best case scenario would be a government entity wanting to secure its own systems. Even then one cannot guarantee that they use the exploit ethically or that they don&rsquo;t inadvertently leak the exploits where they could be used maliciously by others. </p>\n\n\n\n<p>Zerodium did not elaborate on why it has increased payouts for WordPress exploits to $300K. <a href=\"https://blog.wpscan.com/2021/04/10/zerodium-wordpress-exploit.html\">WPScan</a> speculates that the company may suddenly have a greater demand for WordPress RCE exploits, combined with WordPress becoming more secure:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This could indicate that WordPress is becoming more secure and that it is getting harder to find the critical security issues that buyers want. On the other hand, we must also assume that these types of exploits already exist and are already being actively sold on Zerodium and other similar platforms.</p><p>We could also conclude that if a government is going to pay more than $300,000 on a WordPress RCE exploit, that they intend to use it. World governments may even barter over the exploits so that the seller, in this case, Zerodium, gets the best price.</p></blockquote>\n\n\n\n<p>WPScan also emphasized that with WordPress having such a large presence on the web, an exploit against core with those particular characteristics &ldquo;would be devastating to the web as a whole if it landed in the wrong hands.&rdquo;</p>\n\n\n\n<p>&ldquo;Zerodium increasing their prices may indicate that it is becoming harder to find these critical issues in WordPress Core,&rdquo; WPScan founder and CEO Ryan Dewhurst said. &ldquo;That, at least, should be good news for WordPress and the web as a whole.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Apr 2021 18:11:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WordPress.org blog: WordPress 5.7.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10144\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2021/04/wordpress-5-7-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8387:\"<p>WordPress 5.7.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=5.7.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">26 bug fixes</a> in addition to two security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 4.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.7.1 is a short-cycle security and maintenance release. The next major release will be version 5.8.</p>\n\n\n\n<p>You can download WordPress 5.7.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Two security issues affect WordPress versions between 4.7 and 5.7. If you haven’t yet updated to 5.7, all WordPress versions since 4.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Thank you <a href=\"https://www.sonarsource.com/\">SonarSource</a> for reporting an XXE vulnerability within the media library affecting PHP 8.</li><li>Thanks <a href=\"https://mikaelkorpela.fi/\">Mikael Korpela</a> for reporting a data exposure vulnerability within the REST API.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>Props to <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> and the WordPress security team for their work on these issues.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.7.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-7-1/\">version 5.7.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.7.1 release was led by <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">@peterwilsoncc</a> and <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>.</p>\n\n\n\n<p>In addition to the security researchers and release squad members mentioned above, thank you to everyone who helped make WordPress 5.7.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/ninetyninew/\">99w</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/annalamprou/\">annalamprou</a>, <a href=\"https://profiles.wordpress.org/anotherdave/\">anotherdave</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/brechtvds/\">Brecht</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dkoo/\">dkoo</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dragongate/\">dragongate</a>, <a href=\"https://profiles.wordpress.org/eatsleepcode/\">eatsleepcode</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/fabianpimminger/\">Fabian Pimminger</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/gab81/\">gab81</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/geoffrey1963/\">Geoffrey</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzim/\">grzim</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya/\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/jonkastonka/\">Johan Jonk Stenström</a>, <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joseeyoast/\">Josee Wouters</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/k3nsai/\">k3nsai</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">Mikhail Kobzarev</a>, <a href=\"https://profiles.wordpress.org/mmuyskens/\">mmuyskens</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicegamer7/\">nicegamer7</a>, <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pwallner/\">pwallner</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat Khaziev</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rogertheriault/\">Roger Theriault</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sirstuey/\">SirStuey</a>, <a href=\"https://profiles.wordpress.org/stefanjoebstl/\">stefanjoebstl</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Apr 2021 03:05:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Peter Wilson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: FSE Outreach Round #5: Venturing out a Query Quest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115153\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://wptavern.com/fse-outreach-round-5-venturing-out-a-query-quest?utm_source=rss&utm_medium=rss&utm_campaign=fse-outreach-round-5-venturing-out-a-query-quest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5293:\"<p class=\"has-drop-cap\">The Full Site Editing (FSE) outreach program is chugging along. Since December, it has called for and completed four rounds of testing. The latest round asks volunteers to <a href=\"https://make.wordpress.org/test/2021/04/14/fse-program-testing-call-5-query-quest/\">provide feedback on the Query block</a>, arguably one of the most crucial pieces of the FSE-puzzle.</p>\n\n\n\n<p>Automattic Developer Relations Wrangler Anne McCarthy has been overseeing the program since its inception. Each round of testing asks participants to follow along with a set of instructions while testing a specific feature related to FSE. They can then provide feedback on what does or does not work. Thus far, the program has tested and identified issues for <a href=\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\">template-editing mode</a>, <a href=\"https://wptavern.com/fse-outreach-round-2-building-a-custom-homepage-with-gutenbergs-site-editor\">building a custom homepage</a>, <a href=\"https://wptavern.com/new-full-site-editing-testing-challenge-create-a-custom-404-page\">creating a 404 page</a>, and <a href=\"https://wptavern.com/fse-outreach-round-4-building-a-restaurant-themed-header-with-gutenbergs-site-editor\">wrangling a restaurant-themed header</a>.</p>\n\n\n\n<p>Volunteers for the program should install the latest version of the <a href=\"https://wordpress.org/plugins/gutenberg\">Gutenberg plugin</a> and the <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks theme</a>. Participation is open to all, and further details are available through the announcement post.</p>\n\n\n\n<p>The latest test is all about the Query block &mdash; McCarthy is dubbing it a &ldquo;Query Quest.&rdquo;</p>\n\n\n\n<p>&ldquo;Not many blocks get an entire milestone dedicated to them but the Query Block did!&rdquo; she wrote. &ldquo;As the name implies, this is a pretty powerful block allowing you to display posts/pages on your site and customize them as you see fit. For example, you could easily use this block to show off all of your favorite recipes by setting it up to show a specific category of posts.&rdquo;</p>\n\n\n\n<p>Generally, theme authors will primarily work with this block. However, for those end-users who will inevitably want to customize post output on their sites, they may need to at least have some basic familiarity with it or its block variations.</p>\n\n\n\n<h2>Building With the Query Block</h2>\n\n\n\n<p class=\"has-drop-cap\">Following the instructions for the testing round netted fairly consistent results between the editor and front end. Each step walks participants through the process of assembling a two-column page with posts from separate categories. Within just a few minutes, I built a few demo posts with custom categories named &ldquo;Veggie Garden&rdquo; and &ldquo;Fruit Trees&rdquo; (side note: these are pics of my plants). I sped through the process with no issues.</p>\n\n\n\n<img />Using Columns to output two category-based Query blocks.\n\n\n\n<p>However, I am a bit of a pro at this point with the Query block. It is one feature I have been eyeing at least every week for months.</p>\n\n\n\n<p>The two primary issues I ran into were with the &ldquo;read more&rdquo; link and spacing. For the more-link, it simply did not appear on the front end. When viewing the source code, the wrapper HTML was there, but the actual text was nowhere to be found.</p>\n\n\n\n<p>As for spacing, this is more of a theme problem. I have harped on this issue in past testing rounds, and it is the same ol&rsquo; tune. TT1 Blocks failed to produce consistent spacing between the front and back end. One example is when using the Post Featured Image block followed by the Post Excerpt block. In the editor, there is little whitespace between the two. On the front end, there is ample room.</p>\n\n\n\n<p>Some might say it is the most vital part of page building &mdash; nailing down the layout. I have voiced my concerns <em>ad nauseam</em> on spacing, so I have nothing new to report on the subject.</p>\n\n\n\n<p>I decided to take a few extra steps and move beyond the basic testing instructions. Because it is springtime, I have been enjoying the outdoors a bit more as of late. I wanted to spruce up my Query block design. I wrapped the initial design in a Cover block with a garden-related background image, dropped in some header and intro text, and created boxes for my posts with the Group block. With a splash of color, some font-size changes, and a Spacer block here and there, I built something with a tiny bit more personality.</p>\n\n\n\n<img />Custom layout with the Query, Cover, and Columns blocks.\n\n\n\n<p>Testing never has to be boring. I encourage participants to grab inspiration from their own lives as they venture out on their Query Quest.</p>\n\n\n\n<p>While I have my complaints about the site editor and realize we are miles away from the long-term vision, it is also amazing what is now possible. Even six months ago, building something as simple as this was not happening. More and more each day, I believe a <a href=\"https://wptavern.com/will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming\">public beta of the site editor</a> and other FSE components in WordPress 5.8 is not such a bad idea.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Apr 2021 22:38:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"BuddyPress: BuddyPress 7.3.0 Maintenance &amp; Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=318066\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://buddypress.org/2021/04/buddypress-7-3-0-maintenance-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1768:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.7.3.0.zip\">BuddyPress 7.3.0</a> is now available. This is a security and maintenance release. All BuddyPress installations are strongly encouraged to upgrade as soon as possible.</p>\n\n\n\n<p>The 7.3.0 release addresses four security issues:</p>\n\n\n\n<ul><li>A vulnerability was fixed that could allow a member to create a group on behalf of another member via a REST API endpoint.</li><li>A vulnerability was fixed that could allow members to favorite any private/hidden activities they shouldn&#8217;t access to via a REST API endpoint.</li><li>A vulnerability was fixed that could allow the creator of a group to still be able to update or delete it after being demoted as a regular member of it via a REST API endpoint.</li><li>A vulnerability was fixed that could allow group&#8217;s banned members to remove themselves from the group and still be able to join it or request a membership to it via a REST API endpoint.</li></ul>\n\n\n\n<p>These vulnerabilities were reported privately to the BuddyPress team by&nbsp;<a href=\"https://profiles.wordpress.org/hoangkien1020/\">Kien Hoang</a>, in accordance with&nbsp;<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to the reporter for practicing coordinated disclosure.</p>\n\n\n\n<p>Version 7.3.0 also fixes a bug about our WP CLI Scaffold command.</p>\n\n\n\n<p>For complete details, visit the <a href=\"https://codex.buddypress.org/releases/version-7-3-0/\">7.3.0 changelog</a>.</p>\n\n\n\n<p>Update to BuddyPress 7.3.0 today in your WordPress Dashboard, or by&nbsp;<a href=\"https://wordpress.org/plugins/buddypress/\">downloading from the WordPress.org plugin repository</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Apr 2021 05:09:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: WordCamp Europe 2021 Opens Call for Speakers and Workshops\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:181:\"https://wptavern.com/wordcamp-europe-2021-opens-call-for-speakers-and-workshops?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2021-opens-call-for-speakers-and-workshops\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1836:\"<p><a href=\"https://europe.wordcamp.org/2021/wceu-launch-7-june-2021/\">WordCamp Europe 2021</a> will be taking place online, June 7-10. This will be the second year in a row that the event has not been held in person due to the pandemic, but organizers are incorporating feedback from the first edition to improve upon it.</p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2021/call-for-speakers/\">Speaker applications are now open</a> and first-time speakers are encouraged to apply. Organizers posted a list of example topics for inspiration, including advanced development, frameworks, security, storytelling, website performance optimization, and more.</p>\n\n\n\n<p>WCEU 2021 will be running two tracks, with two different presentation formats: long talks (20-minute talk with a 10-minute Q&amp;A) and lightning talks (10-minute talk with a 5-minute Q&amp;A). Prospective speakers are allowed to submit up to three different presentation topics on their <a href=\"https://europe.wordcamp.org/2021/speaker-application-form/\">applications</a>. The call for speakers is open until April 24, 2021, and selected speakers will be contacted the first week of May ahead of mid-May public announcements.</p>\n\n\n\n<p>WCEU organizers also plan to continue the successful tradition of hosting workshops after 77% of attendees who completed a feedback survey requested their return. Workshop sessions will be 45 minutes long and hosts will have workshop assistants available to them. Organizers are aiming to schedule a diverse lineup of workshops with topics like &ldquo;Starting with WordPress,&rdquo; accessibility, development, security, and SEO, to name a few.</p>\n\n\n\n<p>The <a href=\"https://europe.wordcamp.org/2021/call-for-workshops/\">call for workshops</a> is on the same timeline as speaker selection, with a closing date of April 24, 2021.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Apr 2021 02:40:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"HeroPress: A Journey toward Freedom with WordPress – वर्डप्रेससंगै स्वतन्त्रता तर्फको यात्रामा\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3529\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:152:\"https://heropress.com/essays/a-journey-toward-freedom-with-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=a-journey-toward-freedom-with-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:46476:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/04/041321-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: My WordPress job allowed the freedom to work on my time.\" /><p><a href=\"https://heropress.com/feed/#nepali\">यो लेख नेपाली भाषामा पनि उपलब्ध छ।</a></p>\n<p>Hello world!</p>\n<p>“Always be thankful for what you have, many people have nothing!” &#8211; Buddha</p>\n<p>Yes, I’m immensely grateful to be writing this essay! I’m fortunate to have had the education that gave me the capacity to aspire, get into a WordPress job, meet people from around the world, connect with Topher of HeroPress, and tell my story!</p>\n<h3>How I Landed Into a WordPress Job</h3>\n<p>My WordPress journey began by chance! Honestly, I didn’t know WordPress until I landed on a WordPress job.</p>\n<p>Back then, I was doing my Master’s degree in Sociology and had just left my work as a school teacher. I was looking for a job that would allow me to focus on my study and pay me a decent salary.</p>\n<p>I had a long career of over 5 years in teaching which was a full-time job. In addition to 9 AM to 5 PM work, we had to work extra hours at home &#8211; designing lesson plans, evaluating assignment works, exams, etc. – so I was finding it hard to manage time for my own study. I just needed a job that wouldn’t require me to work after office hours.</p>\n<p>After applying to several different positions, I finally got a content writing job. Fortunately, the company turned out to be a successful WordPress development company based in Nepal (<a href=\"https://access-keys.com/\">Access Keys</a>).</p>\n<p>Well, it’s how my WordPress story began! But it’s not the full story.</p>\n<h3>For Hope! My Family’s Struggle for Education</h3>\n<p>I come from a remote village in the hills of Nepal, not connected by any means of transportation until recently. We had to walk a minimum of an hour to go to the nearest school, from where I completed my secondary education.</p>\n<blockquote><p>But that time wasn’t just about walking hours to reach school. It was also about poverty, hardships, and the burning desire to overcome them someday!</p></blockquote>\n<p>Schools were first opened in the late 1970s in our village but my parents couldn’t even complete the lower secondary level. Pervasive poverty and lack of awareness both were responsible for it.</p>\n<p>Time passed but our family’s financial condition was still the same. But my parents had understood that the only way out of it was education. Hence, they decided to send us to school, no matter what. Our father sometimes as a seasonal migrant worker to India, sometimes as a porter, brought us (me and my siblings) school supplies. Our mother worked day and night, managed home, family, and our farm.</p>\n<p>After completing secondary level education, I moved to a nearby city in the guardianship of my aunt. With minimal financial support from my parents, my aunt helped me complete higher secondary school.</p>\n<p>However, she had her own hardships. She was a single mother without any academic degree so had to work minimum-wage jobs which hardly met her and her family’s needs.</p>\n<p>Therefore, I couldn’t simply add to her burden. And on the other side, my parents had to support my younger siblings too. So, the only choice I had, if I wanted to study further, was to support myself, for which I started teaching in a school.</p>\n<h3>Breakthrough through English Language Skills</h3>\n<p>I got my life’s first job but it wasn’t easy. I joined a private English-medium school as a teacher. But my schooling as well as the undergraduate program had been in our national language, Nepali, and not in English. We had “English” as a subject in school but the teacher taught us English in the Nepali language. We never spoke in English. Yet, my English writing was fine as I was a good student.</p>\n<p>When I joined an English medium school as a teacher, I had no choice but to improve my English. I practiced speaking English with primary-level students. Within a year, my spoken English improved considerably.</p>\n<p>Along with my teaching job, I continued my college. It was a super-busy schedule but was the only option I had! With my earnings, I paid my college fees, covered some of my living expenses, and also supported my family. Well, this is how I completed my Bachelor’s degree and started my Master’s degree too.</p>\n<p>Later on, the same teaching job that I started to sustain myself enabled me to apply for an English content writing job! As of now, I’m quite confident about my English language skills but still feel hesitant when I have to talk with native speakers.</p>\n<h3>My WordPress Journey – Toward Freedom</h3>\n<p>As I stated earlier, I landed on my first WordPress job when I was looking for the type of job that would allow me free time for my study. Yes, and that’s from where my journey toward freedom began!</p>\n<p>During my interview, I explained to the CEO of <a href=\"https://access-keys.com/\">Access Keys</a> (<a href=\"https://twitter.com/athakuri\">Arjun Singh Thakuri</a>) about the flexibility that I need in my new job so that I could also focus well on my studies. I was hired and could join from 11 AM instead of the usual 9:30 AM after attending my classes in the morning. It was a moment of gratitude and great relief for me!</p>\n<p>I learnt WordPress at Access Keys. <em><strong>First</strong></em>, by reading Wikipedia and other blogs on the web. <em><strong>Second</strong></em>, from Arjun sir as well as from the senior developers and the designers at the company. I used to have a lot of questions, and my team at Access Keys helped me get answers to those questions. <em><strong>Third</strong></em>, by doing. I set up a WordPress.com blog, a testing site on localhost, and tried different options.</p>\n<blockquote><p>My curiosity was definitely the driving force, but above all, ‘the way WordPress is built’ is what made it possible for someone like me (with no technical background) to understand a powerful website creation software, WordPress.</p></blockquote>\n<p>As for content writing skills, I started with list articles (theme collections). Arjun sir mentored me for my first few articles. Later, Access Keys hired an experienced SEO professional <a href=\"https://twitter.com/seonerdy\">Amin Ghale</a> who taught me more about SEO and content writing. He is a mentor cum brother to me.</p>\n<p>When in Access Keys, I joined WordCamp for the first time – <a href=\"https://nepal.wordcamp.org/2015/\">WordCamp Nepal 2015</a>. The event was grand! I met people involved in WordPress from other companies in Nepal and abroad, heard their stories, and learnt about new innovations in WordPress!</p>\n<p>I was truly enthralled by the event and had truly wished to give a presentation in a WordCamp someday. And I did, the very next year! I shared what I had learnt so far on the title ‘SEO Copywriting for WordPress’ at <a href=\"https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwi64ajv-_TvAhVCCM0KHdXKAVoQFjAAegQIBBAD&url=https%3A%2F%2Fkathmandu.wordcamp.org%2F2016%2F&usg=AOvVaw0nTcwn8d7MOgIp2sDtNhOD\">WordCamp Kathmandu 2016</a>.</p>\n<p>Later, I also joined a panel ‘Girls in WordPress – Story, Experience, Opportunity, and Career’ in <a href=\"https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwiCzcj_-_TvAhUJbc0KHfLUAWMQFjAAegQIBBAD&url=https%3A%2F%2Fbiratnagar.wordcamp.org%2F2018%2F&usg=AOvVaw1on2S3L2VlRRUTeN9eYsqa\">WordCamp Biratnagar 2018</a> along with a dear friend <a href=\"https://twitter.com/sandilyakafle\">Ganga Kafle</a> and my WordPress sister <a href=\"https://twitter.com/prithuthakuri\">Prithu Singh Thakuri</a>. Now, looking forward to joining some international WordCamps!</p>\n\n<a href=\"https://heropress.com/wordcampkathmandu2016speaker-srai/\"><img width=\"2048\" height=\"1349\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/wordcampkathmandu2016speaker-srai.jpg\" class=\"attachment-full size-full\" alt=\"Speaking at WordCamp Kathmandu 2016 S Rai\" /></a>\n<a href=\"https://heropress.com/essays/a-journey-toward-freedom-with-wordpress/wordcampbiratnagar2018panel/\"><img width=\"2048\" height=\"1365\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/04/wordcampbiratnagar2018panel.jpg\" class=\"attachment-full size-full\" alt=\"Sunita Rai on a panel at WordCamp\" /></a>\n<a href=\"https://heropress.com/essays/a-journey-toward-freedom-with-wordpress/wordcampkathmandu2017fun/\"><img width=\"2048\" height=\"1367\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/04/wordcampkathmandu2017fun.jpg\" class=\"attachment-full size-full\" alt=\"\" /></a>\n<a href=\"https://heropress.com/wordcampkathmandu2018-fun/\"><img width=\"2048\" height=\"1365\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/wordcampkathmandu2018-fun.jpg\" class=\"attachment-full size-full\" alt=\"A Moment of Fun at WordCamp Kathmandu 2018\" /></a>\n\n<p>About my WordPress career, I’m still in WordPress content writing.</p>\n<p>After Access Keys, I went to ThemeGrill, another successful WordPress business in Nepal, with even more flexibility and freedom in the working hours.  <a href=\"https://twitter.com/sanjipshah\">Sanjip Shah</a> and <a href=\"https://twitter.com/rabinsthaa\">Rabin Shrestha</a> (Founders of ThemeGrill) encouraged me to learn and explore this field even more. After some time, ThemeGrill hired a few new writers and I started mentoring them.</p>\n<p>Next, I joined Awesome Motive, the company behind the popular WPBeginner blog. In the beginning, I wrote for IsItWP and MonsterInsights blog but later also got the opportunity to write for WPBeginner. When at Awesome Motive, I got an even better opportunity to learn WordPress and marketing skills.</p>\n<p>My supervisors <a href=\"https://twitter.com/shahzadsaeed\">Shahzad Saeed</a> from India, <a href=\"https://twitter.com/noumaan_\">Noumaan Yaqoob</a> from Pakistan, <a href=\"https://twitter.com/LittleZotzWrite\">Lauren Tharp</a>, and <a href=\"https://twitter.com/keri_engel\">Keri Lynn Engel</a> from the United States helped me be better at my work. Above all, I was super lucky to have <a href=\"https://twitter.com/syedbalkhi\">Syed Balkhi</a> himself tutoring me every week on various aspects of content writing and marketing. I still remember how he explained the “success gap” over multiple calls, over weeks. He’s really a wonderful mentor!</p>\n<p>As of now, I work with beginners who’re just starting their careers in WordPress content writing. I’m trying to help small WordPress businesses and blogs with the marketing skills I’ve acquired so far. For example, SiteSaga.com, ZakraTheme.com are some of the sites I’m currently working on. Yet, I feel there’s a lot more for me to learn!</p>\n<p>Now, I want to make my final and important point – freedom!</p>\n<blockquote><p>First, my WordPress job allowed me the freedom to work on my time (so I could manage time for my study too). But more importantly, I meant the ‘economic freedom’.</p></blockquote>\n<p>For an individual, economic independence is a major freedom factor! Income isn’t everything, but definitely a basic aspect of human development!</p>\n<p>My salary at my first WordPress job wasn’t high, but increments since then are cool! Plus, we can always do some extra work. For instance, after my talk at WordCamp, I got a lot of freelance work opportunities, which I did during my free time and earned some extra bucks. Then, I was able to support my family even better.</p>\n<p>Finally, it&#8217;s the &#8216;feeling of freedom&#8217; that, I have now, enabled me to share this story. I always had an &#8216;inferiority complex&#8217; due to which I could never tell anyone about my family or our socio-economic background. Even if someone asked, I&#8217;d simply avoid the question or lie to them.</p>\n<p>I&#8217;ve now overcome the situation as well as the fear of being judged. And, I believe it&#8217;s the &#8216;freedom&#8217; in its truest sense.</p>\n<p>That’s my story of freedom! Story of our freedom!</p>\n<h3>Now is Great! I Have Greater Aspiration for the Future!</h3>\n<p>Yes, now is great! I have a good career as a WordPress content writer, editor, and mentor. I also joined the MPhil degree and will soon complete it.</p>\n<p>For the future, have greater aspirations!</p>\n<ol>\n<li>I hope to continue doing what I do &#8211; teaching beginners copywriting skills and help them achieve their part of freedom. WordPress is a gift for people like me!</li>\n<li>I want to earn a Doctorate degree; not yet content being a student! I haven’t planned it yet but I really wish to do it in this life!</li>\n<li>I want to give back to my community. Our village hasn’t changed much &#8211; still struggling with poverty. Even today, most students from my village fail to complete their university degree in lack of a support system. I firmly believe education is vital to change; for individuals as well as society as a whole. So, I really wish to work on it but I’m not yet sure how! I hope time will answer!</li>\n</ol>\n<p>Thanks for reading my story! Thanks, dear friend Topher for this opportunity! It’s a privilege to be sharing my story on HeroPress (feeling like a hero!). :D</p>\n<p>Thank you to every single individual who supported my journey to this date! And, thanks to the universe for everything I have!</p>\n<hr class=\"ttfmake-hr\" />\n<h1 id=\"nepali\">वर्डप्रेससंगै स्वतन्त्रता तर्फको यात्रामा</h1>\n<p>नमस्कार संसार!</p>\n<p>तपाईंसँग जे छ त्यसैमा सदैव कृतग्य रहनु, किनकी धेरै मानिसहरू संग केहि पनि हुन्न। &#8211; बुद्ध</p>\n<p>हो, म यो लेख लेख्दै गर्दा एकदमै खुसी र आभारि छु। म आफुलाई एकदमै भाग्यमानी ठान्दछु कि मैले जस्तोसुकै परिस्थितिमा पनि शिक्षा आर्जन गर्न पाए जसले मलाई सपना देख्न प्रेरित गर्यो, वर्डप्रेसमा काम गर्न सक्षम बनायो, संसारभरिका मानिससंग भेटघाट गर्ने अवसर दिलायो, हिरोप्रेसका टोफर संग भेत्न र मेरो कथा सबैसंग बाड्ने अवसर दिलायो।</p>\n<h3>मेरो वर्डप्रेस यात्राको शुरुवात</h3>\n<p>मेरो वर्डप्रेस यात्रा संयोगवश सुरु भएको हो। साच्चिकै भन्नुपर्दा मैले काम गर्न सुरु गर्नु भन्दा अगाडी मलाई वर्डप्रेसको बारेमा केही पनि थाहा थिएन।</p>\n<p>त्यो समयमा म समाजशास्त्र बिषयमा मास्टर डिग्री गरिरहेकी थिएँ। समयको अभावले गर्दा भर्खरै विद्यालय शिक्षण पेशाको काम पनि छोडेको थिएं। त्यसैले म यस्तो कामको खोजीमा थिए जुन बाट राम्रो तलब र मेरो पढाईको लागि केहि समय पनि बच्न सक्थ्यो।</p>\n<p>मैले शिक्षण पेशामा लगभग ५ बर्ष सम्म काम गरें। ती दिनहरुमा म विहान ९ बजेदेखि दिउँसो ५ बजे सम्म स्कुल पढाउथे । अनि फेरि राति अर्को दिनको कक्षाका लागि तयारी र गृहकार्य जाँच गर्दा गर्दै ठिक्क हुन्थ्यो। जसले गर्दा मलाई आफ्नो पढाई सम्हाल्न गाह्रो भइरहेको थियो। त्यसैले मलाई खासगरि अफिस समयपश्चात अरु थप काम गर्नु नपर्ने खालको काम चाहिएको थियो।</p>\n<p>धेरै खालको जागिरहरूमा आवेदन दिएपश्चात बल्ल कन्टेन्ट राइटिङ्ग (इन्टरनेटको लागि लेख लेखन) को जागिर पाए। भाग्यवश मैले काम पाएको कम्पनी वर्डप्रेस विकासको क्षेत्रमा नेपालको एक सफल कम्पनी रहेछ (<a href=\"https://access-keys.com/\">एक्सेस किइज</a>)।</p>\n<p>हो यसरी नै मेरो वर्डप्रेसको यात्रा सुरु भयो, तर यो नै सम्पुर्ण कथा भने हैन।</p>\n<h3>शिक्षाको लागि मेरो परिवारको संघर्ष र आशा</h3>\n<p>नेपाल को पहाडी भेगमा अवस्थित एउटा गाउँमा मेरो जन्म भएको हो जहाँ आवतजावत गर्नलाई अझैसम्मपनि भरपर्दो सडक अनि गाडीहरूको ब्यबस्था भएको छैन। हाम्रो घरबाट नजिकैको विद्यालय नै १ घण्टा को बाटो हिडेर पुग्नुपर्थ्यो र त्यहि विद्यालय बाट मैले कक्षा १० सम्म को अध्ययन पुरा गरें।</p>\n<blockquote><p>तर हाम्रो गाउँको त्यो समय घन्टौ हिड्नुपर्ने दुखका बारेमा मात्र थिएन। सर्वत्र ब्याप्त गरिवी, खानलाउनको लागि कठिन संघर्ष, र यि तमाम दुखबाट कुनै दिन मुक्त हुने प्रबल आकङ्क्षाको पनि समय थियो।</p></blockquote>\n<p>हाम्रो गाउँमा विद्यालय सन १९७० को दशक अन्त्य तिर खुले तर मेरो आमाबाबुले भने गरिवी र अशिक्षाको कारण निम्न माध्यमिक तहको शिक्षा सम्म पनि पुरा गर्न सक्नुभएन। समय बित्यो, हामि बिद्यालय जान थाल्यौ तर पनि हाम्रो परिवारको आर्थिक अवस्थामा भने कुनै सुधार आएको थिएन। तरपनि मेरा बुबाआमाले भने शिक्षाको महत्व बुझिसक्नु भएको थियो। त्यसैले उहाहरुले जस्तो सुकै अप्ठ्यारो परिस्थिति भए पनि हामी लाई विद्यालय पठाउने निधो गर्नुभयो।</p>\n<p>आपा (राई बान्तावा भाषामा बुबा) कहिले भारततिर मौसमी कामदार को रूपमा त कहिले भरियाको रूपमा काम गर्न जानुहुन्थ्यो। अनि फर्केर आउँदा म र मेरो बहिनीहरू लाई किताब कापी र स्कुलको कपडा हरू ल्याइदिनु हुन्थ्यो। हाम्रो आमा भने रातदिन आफैं खटेर घरपरिवार, खेतिपाती र गाइबस्तु सम्हाल्नु हुन्थो।</p>\n<p>गाउँकै बिध्यालय बाट माध्यमिक तह उत्तीर्ण गरीसके पछि म नजिकै को सहरमा फुपुसंग बस्दै पढ्न थालें। मेरो फुपुले मलाई उच्च शिक्षा हासिल गर्नमा धेरै मद्दत गर्नुभएको छ।</p>\n<p>तर त्यो बेला उहाँको लागि पनि कठिन समय थियो। कुनै पनि शैक्षिक डिग्रि नभएको एक एकल महिलाका लागि सहरमा आफु अनि आफ्नो सन्तानलाइ पाल्नु, हुर्काउनु, पढाउनु सानो दुख थिएन। उहाँले दिनभर ज्याला मजदुरि गरेर कमाएको पैसाले बिहानबेलुका को छाक टार्न मै ठिक्क हुन्थ्यो।</p>\n<p>त्यसैले म आफैंपनि उहाँमाथि अझ भार थपिन चाहन्नथे। फेरि अर्को तर्फ मेरो बाबाआमा ले पनि त अरु साना बहिनीहरू लाई हेर्नुपर्थ्यो। अब भने मसंग आफ्नो उच्च शिक्षालाइ निरन्तरता दिनको लागि एउटै मात्र बिकल्प थियो &#8211; आफैले कमाएर पढ्ने। यसैकारण मैले एउटा विद्यालयमा पढाउन शुरु गरें।</p>\n<h3>अङ्ग्रेजी भाषाको ज्ञानमार्फत उडान आरम्भ</h3>\n<p>मैले मेरो जीवनको पहिलो जागिर त पाए तर त्यो सोचेजस्तो सजिलो थिएन। मैले शिक्षक को रूपमा एक निजी विद्यालयमा प्रबेश गरे। तर म आफैले भने सरकारी विद्यालयमा पढेको थिए जहाँ नेपाली भाषामा पढाई हुन्थ्यो। हाम्रो कक्षामा अङ्ग्रेजी एउटा मात्र अनिवार्य विषय थियो तर त्यो पनि शिक्षकहरु ले नेपाली भाषामा नै पढाउनु हुन्थ्यो। हामीले कहिल्यै पनि अङ्ग्रेजी भाषा बोलेनौं। यधपी म राम्रो बिध्यार्थीहरु मध्यको एक थिए, जसकारण मेरो अङ्ग्रेजी लेखन भने सामान्यतया राम्रो नै थियो।</p>\n<p>मैले अङ्ग्रेजी शिक्षकको रूपमा पढाउन थालिसके पछि भने मसंग अङ्ग्रेजी सुधार्नु भन्दा अरू कुनै उपाए थिएन। त्यसैले मैले प्राथमिक तहका बिध्यार्थीहरूसँग अङ्ग्रेजीमा बोल्न सुरु गरें। फलस्वरूप एकवर्ष भित्र मेरो अङ्ग्रेजी बोलाईमा धेरै सुधार आयो।</p>\n<p>शिक्षण पेशासंगै मैले मेरो पढाईलाई पनि अगाडि बढाउदै लगें। त्यो बेला मेरो दैनिकि धेरै नै व्यस्त थियो, तर फेरि अर्को विकल्प पनि त थिएन। मेरो तलबले आफ्नो पढाई खर्च जुटाउँदै अलिअलि परिवार लाई पनि सहयोग गर्न थाले। हो यसरी नै मैले ब्याचलर डिग्री पुरा गरें र मास्टर डिग्री पनि शुरु गरें।</p>\n<p>मैले आफ्नो आवश्यकता पुर्ति गर्नको लागि सुरु गरेको शिक्षण पेशाले नै मलाई अङ्ग्रेजी कन्टेन्ट राइटिङ्गको जागिरमा आवेदन दिने साहस दियो। अहिलेको कु्रा गर्ने हो भने, म मेरो अङ्ग्रेजी भाषाको बोलाई र लेखाईसंग केही हदसम्म विश्वस्त छु तर अझै पनि अङ्ग्रेजी नै मातृभाषा भएका बिदेशिहरुका अगाडि बोल्न भने केहि हिच्किचाउछु।</p>\n<h3>मेरो वर्डप्रेस यात्राः स्वतन्त्रता तिर</h3>\n<p>मैले अगाडि नै भनेको जस्तै मेरो पढाईलाई हानी नगर्ने खालको काम खोज्दै गर्दा संयोगवश वर्डप्रेसमा प्रवेश गरेको थिएँ। र यहि बाट नै मेरो स्वतन्त्रता तिर को यात्रा सुरु भएको हो।</p>\n<p>मैले कामको लागि अन्तर्वार्ता दिँदै गर्दा नै <a href=\"https://access-keys.com/\">एक्सेस किइज</a> कम्पनीको प्रमुख (<a href=\"https://twitter.com/athakuri\">अर्जुन सिंह ठकुरी</a>) संग आफ्नो पढाईको लागि चाहिने समयको बारेमा पनि कुरा गरेको थिएँ। उहाँले सजिलैसंग सहमति जनाउनु भयो। फलस्वरूप मैले आफ्नो बिहान को कलेज सकेर ११ बजेदेखि कार्यालय जाने भए जबकि अफिस समय भने ९ः३० बजे नै शुरु हुन्थ्यो। त्यो पल मेरो लागि कृतज्ञता र ठूलो राहतको क्षण थियो।</p>\n<p>एक्सेस किइज कम्पनीमा काम गर्दा नै मैले वर्डप्रेस सिके। <em><strong>पहिलो</strong></em>, विकिपीडिया र अन्य ब्लग हरूलाई धेरै पढे। <em><strong>दोस्रो</strong></em>, नजानेको सानासाना कुराहरू अर्जुन सर र अरू अनुभबी कर्मचारी (डेभलपर, डिजाइनर) हरु संग सोध्थे। र उहाँ हरूले पनि धेरै सहयोग गर्नुहुन्थ्यो। <em><strong>तेस्रो</strong></em>, मैले आफैले वर्डप्रेस डटकम ब्लग स्थापना गरें, परिक्षणका लागि वेबसाइट बनाए र त्यहाँ हरेक कुरा जान्ने र बुझ्ने कोशिस गरे।</p>\n<blockquote><p>अवश्य पनि मेरो जिज्ञासु भावना नै मलाई अगाडि बढाउने शक्ती थियो। यधपी म जस्तो प्राविधिक पृष्ठभूमि नभएको ब्यक्तिलाई वेबसाइट बनाउन सक्ने शक्तिशाली सफ्टवेयर, वर्डप्रेस को बारेमा बुझाउनमा भने वर्डप्रेस आफै सरल हुनु र इन्टरनेटमा प्रशस्ट सामग्रि पाइनुको ठूलो भुमिका छ।</p></blockquote>\n<p>मैले कन्टेन्ट राइटिङ्ग गर्ने क्रमको शुरुवात भने वर्डप्रेस थिमको सुचि बनाउने लेखहरुबाट गरें। सुरूको लेखहरूमा अर्जुन सर नै मेरो सल्लाहकारको रूपमा रहनु भयो। पछि एक्सेस किइज कम्पनीले अनुभबी एसईओ विज्ञ <a href=\"https://twitter.com/seonerdy\">अमिन घले</a> लाइ नियुक्ति गर्यो र उहाँले नै मलाई धेरै कुराहरु सिकाउनुभयो। उहा मेरो गुरुका साथै दाई पनि हुनुहुन्छ।</p>\n<p>म एक्सेस किइज कम्पनीमा काम गरिरहेकै बखत पहिलो पटक “<a href=\"https://nepal.wordcamp.org/2015/\">वर्डक्याम्प नेपाल २०१५</a>“ मा सहभागी भए। यो कार्यक्रम भव्य थियो। मैले त्यहाँ वर्डप्रेसमा काम गर्ने नेपालका तथा अन्य देशबाट आएका ब्यक्तिहरुसंग भेटें, उनीहरूको कथा सुने र वर्डप्रेसको बारेमा अझ नयाँनयाँ कुराहरु थाहा पाए।</p>\n<p>म त्यो कार्यक्रमबाट धेरै नै प्रभावित भए र त्यतिबेलानै कुनै दिन वर्डक्याम्पमा वक्तव्य दिने अठोट गरे। नभन्दै मैले अर्को सालको &#8220;<a href=\"https://kathmandu.wordcamp.org/2016/\">वर्डक्याम्प काठमान्डु २०१६</a>“ मा वक्ता को रूपमा सहभागी भए र “वर्डप्रेसको लागि एसइओ कपिराईटिङ“ शिर्षक मा वक्तव्य दिए।</p>\n<p>पछि फेरि बिराटनगर मा आयोजना भएको “<a href=\"https://biratnagar.wordcamp.org/2018/\">वर्डक्याम्प बिराटनगर २०१८</a>“ मा पनि सहभागी भए। यसमा म, साथी <a href=\"https://twitter.com/sandilyakafle\">गंगा काफ्ले</a> र प्यारी बहिनी <a href=\"https://twitter.com/prithuthakuri\">प्रिठु शिंह थकुरी</a>ले “वर्डप्रेसमा केटीहरुः अनुभव, कथा, अवसर, र चुनौती“ शिर्षक मा छलफल गरेका थियौ। अब भने, मलाई अरु अन्तर्राष्ट्रिय वर्डक्याम्प हरूमा सहभागी हुन मन छ।</p>\n\n<a href=\"https://heropress.com/wordcampkathmandu2016speaker-srai-1/\"><img width=\"2048\" height=\"1349\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/wordcampkathmandu2016speaker-srai-1.jpg\" class=\"attachment-full size-full\" alt=\"वर्डक्याम्प काठमान्डु २०१६ मा प्रस्तुति दिदै गर्दा\" /></a>\n<a href=\"https://heropress.com/essays/a-journey-toward-freedom-with-wordpress/wordcampbiratnagar2018panel-2/\"><img width=\"2048\" height=\"1365\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/04/wordcampbiratnagar2018panel-1.jpg\" class=\"attachment-full size-full\" alt=\"वर्डक्याम्प बिराटनगर २०१८ मा एक प्यानलमा बोल्दै गर्दा\" /></a>\n<a href=\"https://heropress.com/wordcampkathmandu2017fun-1/\"><img width=\"2048\" height=\"1367\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/wordcampkathmandu2017fun-1.jpg\" class=\"attachment-full size-full\" alt=\"वर्डक्याम्प काठमान्डु २०१७ मा वर्डप्रेसको मेरो दाजुभाइहरु सँग फोटो खिच्दै\" /></a>\n<a href=\"https://heropress.com/wordcampkathmandu2018-fun1/\"><img width=\"2048\" height=\"1365\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/wordcampkathmandu2018-fun1.jpg\" class=\"attachment-full size-full\" alt=\"वर्डक्याम्प काठमान्डु २०१८ मा एक रमाइलो क्षण\" /></a>\n\n<p>म अझै पनि वर्डप्रेस कन्टेन्ट राइटिङ्ग नै गर्छु।</p>\n<p>मैले एक्सेस किइजमा काम गरिसके पछि नेपालको अर्को सफल कम्पनी थिमग्रिलमा प्रवेश गरे। त्यहाँ अझै धेरै काममा सौलियत र समयमा लचकता थियो। थिमग्रिल कम्पनी का संस्थापक-सन्चालक द्वय <a href=\"https://twitter.com/sanjipshah\">सन्जिप शाह</a> र <a href=\"https://twitter.com/rabinsthaa\">रबिन श्रेष्ठ</a> सरले झन धेरै कुरा सिक्ने हौसला दिनुभयो। केही समय पछाडि कम्पनी ले नयाँनयाँ लेखकहरु ल्यायो र मैले उनीहरूलाई सिकाउन थाले।</p>\n<p>पछि मैले अमेरिकामा अवस्थित अवसम मोटिभ कम्पनीमा पनि काम गरें। सुरु सुरुमा “इजइटडब्लुपि“ र “मन्स्टरइनसाइट्स“ ब्लगमा लेखे र पछि “डब्लुपिबिगिनर“ मा पनि लेख्ने मौका पाएं। म यसै कम्पनीमा काम गरिरहेकै बेला वर्डप्रेस र मार्केटिङ सम्बन्धि अझ धेरै कुरा जान्ने मौका पाए।</p>\n<p>मेरो काममा सुधार आउनुमा मुख्यतया मेरो निरिक्षक <a href=\"https://twitter.com/shahzadsaeed\">साहजाद सइद</a> (भारतबाट), <a href=\"https://twitter.com/noumaan_\">नवमान याकुब</a> (पाकिस्तानबाट), <a href=\"https://twitter.com/LittleZotzWrite\">लउरेन थार्प</a> र <a href=\"https://twitter.com/keri_engel\">केरि लिन एन्जेल</a> (अमेरिकाबाट) को धेरै ठूलो भुमिका छ। यतिमात्र हैन कम्पनीको प्रमुख <a href=\"https://twitter.com/syedbalkhi\">शाइद बाल्खि</a> संग काम गर्न पाउनु पनि मेरो लागि भाग्यको कुरा थियो। उहाँले मलाई प्रत्येक हप्ता कन्टेन्ट राइटिङ्ग को बारेमा बिस्तृत रुपमा सिकाउनु हुन्थ्यो। मलाई अझै याद छ उहाँले थुप्रै पटकको संवादमा “सफलताको अन्तर&#8221; को बारेमा सिकाउनु भएको थियो। उहाँ साच्चिकै राम्रो प्रशिक्षक सल्लाहकार हुनुहुन्छ।</p>\n<p>अब अहिलेको कुरा! हाल म वर्डप्रेस लेख लेखन क्षेत्रमा भर्खर आउदै गरेका ब्यक्तिहरु संग काम गर्छु। मैले अहिलेसम्म बटुलेको अनुभवहरु को माध्यमबाट साना वर्डप्रेस विजिनेश र ब्लग लाई सहयोग गर्न खोजिरहेको छु। जस्तो कि म अहिले “साइटसागा डटकम“ र “जाक्राथिम डटकम“ मा कार्यरत छु। यधपि मेरो आफ्नै सिक्ने क्रम भने सदैब जारि नै छ।</p>\n<p>अब भने म आफुलाइ लागेको सबभन्दा महत्वपुर्ण कुरा भन्न चाहान्छ। यो क्षेत्रमा मैले पाएको सबभन्दा महत्वपूर्ण कुरा भनेको “स्वतन्त्रता“ हो।</p>\n<blockquote><p>सर्वप्रथम त मेरो वर्डप्रेसको कामले मलाई समयको स्वतन्त्रता दिलायो। मेरो मतलब यो काम म आफुले भ्याएको समयमा गर्न सक्थे जसले गर्दा मेरो आफ्नै पढाईको लागि समय छुटाउन पाए। अनि दोस्रो कुरा भनेको “आर्थिक स्वतन्त्रता“।</p></blockquote>\n<p>आर्थिक आत्मनिर्भरता प्रत्येक व्यक्तिकालागि स्वतन्त्रता प्राप्तिको एक प्रमुख आधार हो। आम्दानी नै सबै कुरा हो भन्ने त होइन तर यो मानव विकासको एक आधारभुत पक्ष भने अवश्य पनि हो।</p>\n<p>वर्डप्रेसमा मेरो शुरुको तलब ठिकै मात्र थियो तर यसको वृद्धि क्रमशः राम्रो हुदै गयो। उदाहरणका लागि, मैले वर्डक्याम्पमा वक्तव्य दिइसकेपछि भने मलाई अरू पनि धेरै फ्रिल्यान्सिङ्ग काम गर्ने अवसरहरू पाए जुन काम मैले खालि समयमा गर्थे र केही थप पैसा पनि कमाए। त्यसपछि मैले मेरो परिवारलाई पनि राम्ररि सहयोग गर्न थाले।</p>\n<p>अबभने, म स्वतन्त्रता बारे अन्तिम कुरा भन्न चाहान्छु। मलाइ लाग्छ यो स्वतन्त्रताको अनुभुति नै त हो जसले मलाइ यो लेख लेख्न सक्षम बनायो। किनभने मलाइ जहिल्यै पनि लघुताबासले थिचिरहन्थ्यो र आफ्नो परिवार अनि आफ्नो सामाजिक-आर्थिक अवस्थाबारे कसैलाइ पनि भन्न सक्दिनथे या चाहान्नथे। यदि कसैले सोधिहाले पनि, म त्यो प्रश्नलाइ बेवास्ता गर्थे वा ढाटेर जवाफ दिन्थे।</p>\n<p>अहिलेको सन्दर्भको कुरा गर्दा, मैले त्यो परिस्थिति र अरुले के सोच्छन भन्ने डर दुबैमाथि जित हासिल गरेझै लाग्छ। र मलाइ यो नै साचो अर्थमा &#8216;स्वतन्त्रता&#8217; हो जस्तो लाग्छ।</p>\n<p>यही हो मेरो स्वतन्त्रता को कथा! हाम्रो स्वतन्त्रता को कथा!</p>\n<h3>आज राम्रो छ र मसँग अझै ठुला आकांक्षाहरु छन् भविष्यको लागि!</h3>\n<p>हो, मेरो वर्तमान राम्रो छ! वर्डप्रेस कन्टेन्ट राइटर, एडिटर, र सल्लाहाकार रूपमा मेरो करियर राम्रो छ। म एमफिल डिग्री पनि गर्दैछु र छिट्टै पुरा पनि गर्नेछु।</p>\n<p>तर अझपनि भविष्यको लागि मेरा धेरै ठुला आकांक्षाहरु छन्!</p>\n<ol>\n<li>म जे गरिरहेको छु त्यसैलाई निरन्तरता दिन चाहन्छु &#8211; नयाँ लेखकहरुलाई कपिराइटिङ्गको सिप सिकाउदै स्वतन्त्रता को अनुभुति दिलाउन। म जस्तो मान्छेहरू को लागि वर्डप्रेस एक अमुल्य उपहार हो।</li>\n<li>म कुनैदिन विद्यावारिधि गर्न चाहन्छु। यसको लागि यतिबेला भने कुनै योजना बनाएको छैन तर जसरी पनि यसै जुनिमा पुरा गर्ने इच्छा छ।</li>\n<li>म मेरो समुदायलाई सहयोग गर्न चाहन्छु। हाम्रो गाउँमा अझै पनि धेरै परिवर्तन आएको छैन – गरिबीको अवस्था यथावत् नै छ। राम्रो सहयोग प्रणालीको अभावमा अहिले पनि मेरो गाउँका धेरै जसो विद्यार्थीहरु स्नातक तह सम्मको अध्ययन पुरा गर्न सम्म असमर्थ छन्। मलाइ चै ब्यक्ति र समाज सबैको परिवर्तन को लागि शिक्षा एक्दमै महत्वपुर्ण हुन्छ भन्ने कुरामा दृढ विश्वास छ। त्यसैले म यो क्षेत्रमा काम गर्न चाहन्छु, तर कसरी गर्ने भन्ने कुरा भने थाहा छैन! मलाई आशा छ, समयले मेरो प्रश्नको जवाफ अवश्य दिनेछ!</li>\n</ol>\n<p>मेरो कथा पढ्नुभएको यहाँहरु सबैलाई धन्यवाद! मुख्यतः मलाई यो अवसर दिने साथी टोफर लाई धेरै धेरै धन्यवाद! हिरोप्रेसमा मेरो कथा सुनाउन पाउँदा म धेरै नै खुसि छु (आफुलाइ हिरो जस्तै महसुस गरिरहेकोछु)।</p>\n<p>मलाई यो स्थान सम्म पुग्न मद्दत गर्ने सम्पूर्ण व्याक्तीहरूलाई धेरै धेरै धन्यवाद! मैले पाएका सम्पूर्ण चिजहरुको लागि ब्रह्माण्ड लाई धन्यवाद!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/a-journey-toward-freedom-with-wordpress/\">A Journey toward Freedom with WordPress &#8211; वर्डप्रेससंगै स्वतन्त्रता तर्फको यात्रामा</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Apr 2021 02:24:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sunita Rai\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: Yet Another WordPress Block Library Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115095\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"https://wptavern.com/yet-another-wordpress-block-library-plugin?utm_source=rss&utm_medium=rss&utm_campaign=yet-another-wordpress-block-library-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4107:\"<p class=\"has-drop-cap\">You are the team manager at a WordPress development company. You just spent the last couple of months directing the group of highly skilled developers that you oversee to create the latest and greatest block library for WordPress. Your developers just spent those two months recreating what has already been done at least a couple of dozen times.</p>\n\n\n\n<p>You go through your product launch list:</p>\n\n\n\n<p><em>Testimonial block?</em> Check.</p>\n\n\n\n<p><em>Accordion block?</em> Check.</p>\n\n\n\n<p><em>Countdown block?</em> Check.</p>\n\n\n\n<p><em>Meme-creation block?</em> Coming in version 2.0.</p>\n\n\n\n<p>Everything seems to be in order. Your company has a new and shiny wheel, a bullet point on its product list, and a promise to end-users that you are keeping up with the times, launching a set of blocks that they can pick up literally anywhere else. But, yours is better because you built it in-house.</p>\n\n\n\n<p>Color me unimpressed.</p>\n\n\n\n<p>Maybe you are just trying to make a dent in the market, grabbing your share of the pie that companies have been snacking on for the last couple of years. Every time I see another forms plugin, I wonder how they will remain competitive, but there have been success stories. However, the ones who tell those stories always had a fresh take on an old concept.</p>\n\n\n\n<p>I worry about the upcoming years when the block market is simply a race to the bottom. Everyone has built their plugin with 100+ blocks, 500+ patterns, and more customization options than you can count. It is the story of the early ThemeForest days where premium themes amassed a gluttonous amount of theme options. The top sellers were continually one-upping each other with another notch on their feature lists.</p>\n\n\n\n<p>As a user, developer, and journalist who writes about these products, I am often lost. I look at a new plugin and ask myself if I had already checked it out and dismissed it last week. I am always searching for something innovative, but the lines between one project to the next are blurry. I am swirling in a sea of icon, shape divider, post list, and container blocks &mdash; just looking for a life preserver to pull myself out.</p>\n\n\n\n<p>Don&rsquo;t get me wrong. I am a wheel recreator myself. I have built products that others had already created. In some cases, I launched something better. In others, I failed miserably. I may be a little biased, but I always felt like I was bringing something new to the table. And that is where I take issue.</p>\n\n\n\n<p>I want to see you create a block that no one has ever done before, such as <a href=\"https://wptavern.com/display-digital-sheet-music-with-the-wordpress-block-editor\">drawing digital sheet music</a> or a <a href=\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\">side-scrolling T-Rex game</a>.</p>\n\n\n\n<p>I want to see you extend the editor with new tools like <a href=\"https://wptavern.com/emoji-conbini-and-the-case-for-a-block-enhancements-directory\">inserting Emoji</a> or <a href=\"https://wptavern.com/insert-font-awesome-icons-into-the-block-editor-via-the-jvm-gutenberg-rich-text-icons-plugin\">Font Awesome icons</a> into Rich Text.</p>\n\n\n\n<p>I want to see you overhaul the editor and create a <a href=\"https://wptavern.com/new-iceberg-plugin-brings-a-distraction-free-writing-experience-to-wordpress\">Markdown-friendly experience</a>.</p>\n\n\n\n<p>Instead of an &ldquo;advanced&rdquo; list block of your own design, create a plugin that extends the core List block with custom options. Skip that custom gallery. <a href=\"https://wptavern.com/automatically-create-image-slideshows-with-the-full-screen-galleries-plugin\">Bring something new</a> to the existing Gallery block. Got a custom music player? Use it to overhaul the Audio block instead of wrapping it up separately.</p>\n\n\n\n<p>The community has all the tabs, buttons, and progress bars it can handle. Of course, if you are raising the bar on all of these same ol&rsquo; blocks, keep pushing forward. Let&rsquo;s see what you can do. Otherwise, keep thinking outside of the box.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Apr 2021 20:34:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress.org blog: People of WordPress: Tyler Lau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2021/04/people-of-wordpress-tyler-lau/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9022:\"<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories that are lesser-known.</em></p>\n\n\n\n<h2><strong>Embrace Who You Are and Your Journey</strong></h2>\n\n\n\n<p>In this People of WordPress contributor story, we chat to Tyler Lau from the US on his relationship building work in marketing and his WordPress journey.</p>\n\n\n\n<p>Read on to discover his story which shows it is often what you have learned from negative experiences in your life that can make you a major asset to a product team.</p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-thumb.jpg?resize=632%2C464&ssl=1\" alt=\"Tyler Lau stood in front of a colorful mural\" class=\"wp-image-10116\" width=\"632\" height=\"464\" />\n\n\n\n<h2><strong>An Entrepreneurial Mindset</strong></h2>\n\n\n\n<p>Tyler recalls he always had a knack for spotting a enterprise ideas. As an industrious seven-year-old, he was already finding ways to make sales during the school breaks.&nbsp;</p>\n\n\n\n<p>While many entrepreneurs have similar stories, Tyler’s path took many turns before he discovered and thrived in the WordPress community.</p>\n\n\n\n<p>He was drawn to both the software and the community that surrounds it from his search for personal and professional freedom. He ultimately was able to combine his various business interests and people skills into professional marketing work.</p>\n\n\n\n<h2><strong>Using your skills to uncover your journey</strong></h2>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-2.jpg?resize=632%2C758&ssl=1\" alt=\"Tyler Lau pictured sat on a chair using his mobile phone in his social media work\" class=\"wp-image-10118\" width=\"632\" height=\"758\" />\n\n\n\n<p>Tyler’s current role is as a Marketing Relationship Builder, based in Kansas, USA. His responsibilities span across all digital properties and products, leveraging his broad set of business and people skills.</p>\n\n\n\n<p>These skills are amplified by his creativity and adaptability. Tyler says that one reason he is always looking for new projects is his Attention Deficit Hyperactivity Disorder (ADHD), a diagnosis he received in 2005.</p>\n\n\n\n<p>In an industry built by programmers and developers who often have a strong sense of focus, Tyler felt that someone with ADHD wouldn’t be seen as a natural fit. He found the WordPress community to be a place where everyone can find the right spot for their unique skills. Tyler’s skill is people, and this has translated into many opportunities and responsibilities in his work life. His skills have also helped him give back to the WordPress community as a speaker and volunteer, and through multiple contributor days.</p>\n\n\n\n<h2><strong>Relationship-building as a career</strong></h2>\n\n\n\n<p>Most of Tyler’s experience was in the restaurant industry, and his resume did not exactly point to a career in tech. But the service industry actually prepared him well for everything he has taken on since.</p>\n\n\n\n<p>When he is at work events, he meets people from across the world and builds connections with them. As an extrovert, he enjoys this and couldn’t imagine a job where he was isolated from getting to know others and relationship-building.</p>\n\n\n\n<p>Understanding people and being able to operate in any setting are key competencies. Social skills and tact are useful for community building in the WordPress space too, and in Tyler’s life at different times it has been necessary for survival. </p>\n\n\n\n<h2><strong>The true meaning of freedom</strong></h2>\n\n\n\n<p>In the WordPress community, the concept of freedom comes up often. WordPress is built on GPL, free software, and open-source values. Practically speaking, anyone can work remotely or be their own boss to gain more freedom in work and life.&nbsp;Tyler feels that he never fitted into a traditional work mould. With his strong focus on freedom, he found this resonated with the freedom and opportunities he believes WordPress provides him and thousands of others.</p>\n\n\n\n<p>Tyler describes how in 2013 his ‘inner opportunist’ got him into trouble. After dropping out of college following a brain aneurysm, he needed capital to fund his first startup.&nbsp;He shares that he found a quick but unlawful way to make money. Alongside this between shifts as a waiter, he worked on prototypes for his first product. The company was growing fast, and to protect his patents and take research and development to the next level, he had to work hard. Everything came to a halt when some of the actions he took resulted in being sent to prison.  </p>\n\n\n\n<p>He says that meeting other inmates reminded him that he was in a much better situation than most. He was educated, well-off, loved, and knew he had a future once he was released. He found that many inmates never graduated from high school and were computer illiterate. While inside, Tyler taught subjects like science, math, writing, reading, and social studies. He found that due to the lack of skills and support, many inmates would struggle upon release. He believes getting the mental health support and job training needed to thrive after prison is not easy for many.</p>\n\n\n\n<p>“<em>There’s more to freedom than just being on the outside. You also need a sense of agency and enfranchisement,</em>” says Tyler. He considered his sense of purpose and support network were plenty to keep him going and was ready to take on his next (legal) business challenge as soon as he could.</p>\n\n\n\n<h2>Going forward positively&nbsp;</h2>\n\n\n\n<img width=\"632\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg?resize=632%2C632&ssl=1\" alt=\"Tyler Lau portrait picture\" class=\"wp-image-10139\" />\n\n\n\n<p>The idea that your past doesn’t define you and you can choose to embrace it, is a key driver for Tyler.</p>\n\n\n\n<p>He describes himself as an outlier in many ways. He recalls how politics influenced his life from the day he was born. Tyler’s father is a semi-dissident Chinese visual anthropologist, his mother is an art professor who left her home country of Japan to break free from traditional Japanese gender roles. Tyler feels he inherited a lot of this fearlessness.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>I’ve never fitted in, and yet this is what makes me able to adapt to most situations and relate to just about anyone. I embrace my eclectic, dissonant past and see beauty in the person those experiences shaped me to be</em>,” says Tyler.&nbsp;</p></blockquote>\n\n\n\n<p>Now, he’s able to put those skills to good use in the WordPress community and beyond.&nbsp;</p>\n\n\n\n<p>He says: “<em>Regardless of your physical abilities, mental health struggles, upbringing, and even your run-ins with the law, no one is excluded from carving their place in the WordPress industry</em>”.<br /></p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thank you to Tyler Lau (<a href=\"https://profiles.wordpress.org/tylermaximus/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>tylermaximus</a>) for sharing his #ContributorStory.</p>\n\n\n\n<p>Thanks to Larissa Murillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>), Olga Gleckler (<a href=\"https://profiles.wordpress.org/oglekler/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>oglekler</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) for working on the People of WordPress series.</p>\n\n\n\n<img src=\"https://lh3.googleusercontent.com/Y3odYTyvSfJbVxUxUWEgKxOprox2zxVwhk7_vdW-AIs4IlE-jK0Zt1itCj867x0dIAbIiK-VeuTLMZr6BjNEY0fkTf--4dT1hkLbnGtsPFNfyrVBYIN59IirTkNnqiQgqxk6E1MI\" alt=\"HeroPress logo\" />\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by&nbsp;</em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members in our&nbsp;<a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a>&nbsp;series.</em></p>\n\n\n\n<p><em>#ContributorStory #HeroPress</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Apr 2021 13:47:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: Free Software Foundation Unrelenting on Stallman Reinstatement: “We Missed His Wisdom”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115008\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:231:\"https://wptavern.com/free-software-foundation-unrelenting-on-stallman-reinstatement-we-missed-his-wisdom?utm_source=rss&utm_medium=rss&utm_campaign=free-software-foundation-unrelenting-on-stallman-reinstatement-we-missed-his-wisdom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8324:\"<p>The Free Software Foundation has <a href=\"https://www.fsf.org/news/statement-of-fsf-board-on-election-of-richard-stallman\">published</a> a public explanation of why they decided to reinstate Richard Stallman to the board of directors last month:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&ldquo;The voting members of the Free Software Foundation, which include the board of directors, voted to appoint Richard Stallman to a board seat after several months of thorough discussion and thoughtful deliberation.</p><p>We decided to bring RMS back because we missed his wisdom. His historical, legal and technical acumen on free software is unrivaled. He has a deep sensitivity to the ways that technologies can contribute to both the enhancement and the diminution of basic human rights. His global network of connections is invaluable. He remains the most articulate philosopher and an unquestionably dedicated advocate of freedom in computing.&rdquo;</p></blockquote>\n\n\n\n<p>The board took responsibility for bungling the news of his election to a board seat, stating that the planned flow of information was not executed in a timely manner. When Stallman <a href=\"https://wptavern.com/free-software-community-condemns-richard-stallmans-reinstatement-to-fsf-board-of-directors\">announced his return to the board</a> at last month&rsquo;s LibrePlanet event, the free software community was not able to discern whether he did so with the board&rsquo;s permission. It took the FSF by surprise, polarized the community, and provoked organizations and corporations to publish statements condemning his reinstatement.</p>\n\n\n\n<p>The board admits that &ldquo;FSF staff should have been informed and consulted first,&rdquo; but follows it up by effectively downplaying his influence, stating that Stallman is &ldquo;an unpaid volunteer and subject to the organization&rsquo;s policies.&rdquo; </p>\n\n\n\n<p>The statement reads like a perplexing love letter for someone who struggles with social cues. It obscures most of the real issues outlined in an <a href=\"https://rms-open-letter.github.io/\">open letter</a> signed by many prominent members of the free software community.  The FSF board referenced a <a href=\"https://www.fsf.org/news/rms-addresses-the-free-software-community\">statement</a> from Stallman, published one minute prior, and claims that he has acknowledged his mistakes:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&ldquo;He has sincere regrets, especially at how anger toward him personally has negatively impacted the reputation and mission of FSF. While his personal style remains troubling for some, a majority of the board feel his behavior has moderated and believe that his thinking strengthens the work of the FSF in pursuit of its mission.&rdquo;</p></blockquote>\n\n\n\n<p>The FSF board has officially confirmed that the majority of its leadership advocated for Stallman&rsquo;s return and see it as important in its aim &ldquo;to attract a new generation of activists for software freedom and to grow the movement.&rdquo; </p>\n\n\n\n<p><a href=\"https://www.fsf.org/news/rms-addresses-the-free-software-community\">Stallman&rsquo;s statement</a> identifies his past behaviors as something outside his control, saying it was &ldquo;not a choice&rdquo; and &ldquo;unavoidable:&rdquo;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Later in life, I discovered that some people had negative reactions to my behavior, which I did not even know about. Tending to be direct and honest with my thoughts, I sometimes made others uncomfortable or even offended them &mdash; especially women. This was not a choice: I didn&rsquo;t understand the problem enough to know which choices there were.</p><p>Sometimes I lost my temper because I didn&rsquo;t have the social skills to avoid it. Some people could cope with this; others were hurt. I apologize to each of them. Please direct your criticism at me,&nbsp;<a href=\"https://www.fsf.org/news/statement-of-fsf-board-on-election-of-richard-stallman\">not at the Free Software Foundation</a>.</p></blockquote>\n\n\n\n<p>He also attempted to explain his position regarding the 2019 controversy that prompted his <a href=\"https://wptavern.com/gpl-author-richard-stallman-resigns-from-free-software-foundation\">resignation from the FSF board</a> and MIT&rsquo;s Computer Science and Artificial Intelligence Lab.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&ldquo;It was right for me to talk about the injustice to Minsky, but it was tone-deaf that I didn&rsquo;t acknowledge as context the injustice that Epstein did to women or the pain that caused.</p><p>I&rsquo;ve learned something from this about how to be kind to people who have been hurt. In the future, that will help me be kind to people in other situations, which is what I hope to do.&rdquo;</p></blockquote>\n\n\n\n<p>This strategically intertwined pair of statements from Stallman and the FSF did little to change the community&rsquo;s perception of his reinstatement to the board. They seemed to have the opposite effect of inflaming those who opposed it in the first place.</p>\n\n\n\n<p>&ldquo;I&rsquo;m really grateful that the FSF board took the time to clarify this,&rdquo; Tock founder Brian Fitzpatrick <a href=\"https://twitter.com/therealfitz/status/1381656583554404353\">said</a>. &ldquo;This makes it crystal clear that they would rather have RMS around than become an inclusive and welcoming environment to more than half the people who write software. Toxic to the core.&rdquo;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Congratulations on getting RMS offering a non-apology for being tone deaf. You\'ve just inherited that skill.<br />It\'s time for that \"new generation of activists for software freedom\" to help another foundation grow.</p>&mdash; St&#11093;nehead (@stonehead) <a href=\"https://twitter.com/stonehead/status/1381647487178571776?ref_src=twsrc%5Etfw\">April 12, 2021</a></blockquote>\n</div>\n\n\n\n<p>The statements were met with considerable backlash, as they did little to assuage community concerns regarding Stallman&rsquo;s patterns of misconduct. More recently that includes his controversial remarks on rape, assault,&nbsp;and child sex trafficking, along with two decades of&nbsp;<a href=\"https://geekfeminism.wikia.org/wiki/Richard_Stallman\">behaviors and statements</a>&nbsp;that many have found to be disturbing and offensive. Whether these behaviors are motivated by malice or simply a lack of understanding the proper context, the damage to the FSF continues.</p>\n\n\n\n<p>Red Hat principle engineer Elana Hashman, former director of the Open Source Initiative, <a href=\"https://twitter.com/ehashdn/status/1381665600846528515\">published a thread</a> with suggestions for 501(c)(3) public charities the community can donate to as an alternative to the FSF, including The Software Freedom Conservancy, EFF, OSI, and Software in the Public Interest.</p>\n\n\n\n<p>Last week we <a href=\"https://wptavern.com/fsf-doubles-down-on-stallman-reinstatement-wordpress-does-not-support-his-return-to-the-board\">reported</a> that the WordPress project does not support Stallman&rsquo;s return to the FSF board of directors. Curiously, WordPress&rsquo; executive director Josepha Haden-Chomphosy published the <a href=\"https://josepha.blog/2021/04/02/on-recent-news-about-the-fsf-board-of-directors/\">statement</a> to her personal blog instead of on the project&rsquo;s website, but she confirmed it is WordPress&rsquo; official stance on Stallman&rsquo;s reinstatement. Since that time, the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> has quietly removed the Free Software Foundation from its list of inspirations. </p>\n\n\n\n<p>Many corporations and individuals have distanced themselves and pulled funding from the FSF, but it has not had much impact on the leadership of the organization. The FSF board seems confident in their decision to keep Stallman in place, despite openly admitting that &ldquo;his personal style remains troubling.&rdquo; When the organization&rsquo;s actions so sublimely repudiate its stated goals (to attract a new generation of activists for software freedom), it&rsquo;s easy to see why former supporters can no longer buy into the FSF&rsquo;s promises to improve transparency and accountability.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Apr 2021 03:53:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Display Digital Sheet Music With the WordPress Block Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/display-digital-sheet-music-with-the-wordpress-block-editor?utm_source=rss&utm_medium=rss&utm_campaign=display-digital-sheet-music-with-the-wordpress-block-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4520:\"<img />OSMD plugin output on the front end.\n\n\n\n<p class=\"has-drop-cap\">PhonicScore, a company out of Vienna, recently released its <a href=\"https://wordpress.org/plugins/opensheetmusicdisplay/\">OpenSheetMusicDisplay (OSMD) plugin</a>. It is a WordPress block built for rendering digital sheet music in the browser.</p>\n\n\n\n<p>The OSMD plugin is built on top of the team&rsquo;s JavaScript library of the same name, a project officially released in 2016. It is a bridge between <a href=\"https://www.vexflow.com/\">VexFlow</a> and <a href=\"https://www.musicxml.com/\">MusicXML</a>. VexFlow is a JavaScript API for rendering music notation, and MusicXML is a standard open format for exchanging digital sheet music.</p>\n\n\n\n<p>&ldquo;As WordPress is one of the most popular CMS&rsquo; we decided to make an out-of-the-box solution that users could easily plug in their WP websites,&rdquo; wrote Marin Jurcic in the <a href=\"https://opensheetmusicdisplay.org/2016/09/19/hello-world-opensheetmusicdisplay-musicxml/\">announcement post</a>. &ldquo;This wasn&rsquo;t an easy build, lucky for us OSMD provided all the tools for the job. To make this happen we relied heavily on the latest OSMD release and bundled it with the plugin. To add the &lsquo;out-of-the-box features&rsquo; and get it working we used WordPress&rsquo;s framework/library &mdash; Javascript and PHP.&rdquo;</p>\n\n\n\n<p>This is the type of plugin that allows the beauty of the block editor to shine. A few years ago, such a feat would only have been possible via the shortcode system.  Users would have had to manually type in all of the shortcode&rsquo;s arguments &mdash; assuming they could remember them all &mdash; and preview the post to see what it would look like. Today, they can interact with and make changes directly to their sheet music&rsquo;s display from the editor. </p>\n\n\n\n<p>OSMD was never a WordPress-first project. It was a standalone library that the company decided to make available to WordPress. With the power of the block system, they were able to do that. One can only hope that we see investments in our community from similar projects now that the block editor has become more stable.</p>\n\n\n\n<p>We are barely digging beneath the surface of what will be possible in time. Blocks like OSMD build upon the optimism I had when the system was first unveiled.</p>\n\n\n\n<p>To use the plugin, users must simply insert the OpenSheetMusicDisplay block into their content canvas. It is located under the Embed category. From that point, they must select or upload an XML file via the block options sidebar (<code>.xml</code>, <code>.musicxml</code>, and <code>.mxl</code> files are supported). Dragging and dropping a file does not work in this version &mdash; <em>maybe a feature request for 2.0?</em></p>\n\n\n\n<img />OSMD block in the editor.\n\n\n\n<p>The &ldquo;Basic Options&rdquo; tab has several width and aspect ratio settings. For the most part, it is probably best to leave these at the defaults. However, this will depend on your theme and how much room it provides.</p>\n\n\n\n<p>The block does not currently support the standard wide-alignment system. Instead, it has a width option, allowing users to determine the front-end output. Because this is a non-standard option, it may not play well with all themes. Depending on how the user&rsquo;s active theme handles content width, they can get wildly different results.</p>\n\n\n\n<p>The &ldquo;Drawing Options&rdquo; tab is where users have more control over customizing the output. These settings allow users to determine what is &ldquo;drawn&rdquo; in the digital sheet music. One option is whether to draw the composer&rsquo;s name. Another is to output time signatures. With 10 settings in total, there is a lot to tinker with.</p>\n\n\n\n<p>The biggest issue I ran into with the plugin was with the editor freezing from time to time. It appeared that the block was trying to reload, even when I was working outside of it. This happened despite having unticked the &ldquo;Automatically Rerender on Change&rdquo; checkbox.</p>\n\n\n\n<p>Overall, this plugin should serve users who want to display sheet music well. It is simple to use and offers numerous customization options. The team has a <a href=\"https://opensheetmusicdisplay.github.io/demo/\">demo of the OSMD library</a> in action on their site.</p>\n\n\n\n<p>For those who are not inclined to share digital sheet music, well, we can all appreciate the genius of J.S. Bach&rsquo;s <em>Air</em>:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Apr 2021 21:16:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WordPress Foundation: Announcement: Upcoming live discussion on do_action charity hackathons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpressfoundation.org/?p=184010\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wordpressfoundation.org/2021/announcement-upcoming-live-discussion-on-do_action-charity-hackathons/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4712:\"<blockquote class=\"wp-block-quote\"><p>This live discussion has concluded. You can find a video recording of the live discussion on this post or <a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=pCg47iuHgBI\" target=\"_blank\">watch it directly </a><a href=\"https://www.youtube.com/watch?v=pCg47iuHgBI\" target=\"_blank\" rel=\"noreferrer noopener\">o</a><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=pCg47iuHgBI\" target=\"_blank\">n YouTube</a>. This video will shortly be uploaded to WordPress.tv (with captions) and a full transcript will also be made available. </p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">Over the past few months, many community organizers have expressed interest in organizing do_action charity hackathons and asked many questions about the event to Community deputies. In order to address these questions &#8211; some members of the WordPress Community are organizing a live <a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Training</a> discussion on <a href=\"https://make.wordpress.org/community/2021/04/09/tuesday-training-announcement-how-to-organize-an-online-do_action-charity-hackathon/\">How to organize do_action charity hackathons</a>!</p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/harishanker\" target=\"_blank\">Hari Shanker</a>, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/hlashbrooke\" target=\"_blank\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/nao\">Naoko Takano</a>, and <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/yoga1103\" target=\"_blank\">Yogesh Londhe</a> – who are all experienced do_action hackathon organizers, will participate in this Live discussion on do_action charity hackathons. The event, which will be streamed LIVE on the&nbsp;<a href=\"https://www.youtube.com/WordCampCentral\">WordCamp Central YouTube channel</a> on <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210413T0200\">Tuesday, April 13, 2021, 02:00 UTC</a>, is open to all! Community members can also participate in the discussion by asking questions in the live chat, which will be answered by the panelists live, during the session!</p>\n\n\n\n<h2>What are do_action charity hackathons?</h2>\n\n\n\n<p><a href=\"https://www.google.com/search?q=do_action+handbook&oq=do_action+handbook&aqs=chrome..69i57j69i60l3.2453j0j4&sourceid=chrome&ie=UTF-8\">do_action hackathons</a> are community-organized events that are focused on using WordPress to give deserving charitable organizations their own online presence. Each do_action event includes participants from the local WordPress community coming together to plan and build brand new websites for a number of local organizations in one day. Due to the COVID-19 pandemic, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/organising-an-online-do_action-event/\">do_action hackathons have moved online</a>. </p>\n\n\n\n<p>In this session, we talk about do_action events, and their importance in this post-pandemic world, and on how to effectively organize an online do_action hackathon.</p>\n\n\n\n<h2>Watch the discussion!</h2>\n\n\n\n<p>The live discussion has concluded, but you can catch a recording of the session below.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"jetpack-video-wrapper\"></div>\n</div>\n\n\n\n<p><s><strong>Date and time:</strong>&nbsp;<a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210413T0200\">Tuesday April 13, 2021, 02:00 UTC</a> (Click to view in your local time)<br /><em>You can sign up for notifications on the YouTube live link below!</em></s></p>\n\n\n\n<p><s>In case the timing is off, and if you will not be able to join the live event, fret not! The <a href=\"https://www.youtube.com/watch?v=pCg47iuHgBI\">event recording will be available on YouTube</a>, and will soon be uploaded to <a rel=\"noreferrer noopener\" href=\"https://wordpress.tv/\" target=\"_blank\">WordPress.tv</a> as well!</s> <br />As mentioned above,  while the live discussion has concluded, don&#8217;t forget to check out the recording of the live discussion above. The full video of the discussion (with captions) will shortly be made available on WordPress.tv, along with a full transcript.</p>\n\n\n\n<p>We hope that this session was useful. We strongly encourage you to <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">organize a do_action charity hackathon</a> to support your local non-profits by giving them a WordPress-powered online presence. Thank you for all that you do to support the global WordPress Community!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Apr 2021 15:10:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Hari Shanker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress.org blog: WP Briefing: Who Is WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10099\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/news/2021/04/who-is-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9290:\"<p>In this episode, Josepha explores the five groups within the WordPress ecosystem and provides a high-level example of how they interact and support one another. As always, stay tuned for the small list of big things and a contributor highlight.&nbsp;&nbsp;</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li>Get to know<a href=\"https://make.wordpress.org/\"> WordPress Teams</a></li><li><a href=\"https://wordpress.tv/2017/12/10/josepha-haden-beginners-guide-to-contributions/\">Five Steps of Volunteer Engagement </a></li><li><a href=\"https://twitter.com/CoachBirgit/status/1339516878495117313\">Community Highlight </a></li><li><a href=\"https://centroamerica.wordcamp.org/2021/\">WordCamp Centroamérica 2021 Online</a> (<a href=\"https://centroamerica.wordcamp.org/2021/sesiones/\">Schedule</a>)</li><li><a href=\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\">So you want to make block patterns?</a></li><li><a href=\"https://docs.google.com/spreadsheets/d/1h73xMwjSRkJJsn7ooiwXFeZpd0hxXh26pJ7qXzI5iUg/edit#gid=0\">Gutenberg Tutorial sign-up</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10099\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>In the first episode of this podcast, I said that there&#8217;s a lot that goes into WordPress, that&#8217;s really hard to see. One of the hardest things to see about the WordPress project as you get started is the overall structure. There is quite a bit of documentation that can clarify the basics: the names of teams, what they work on, and where, and when they meet. The way that they influence and support each other can really feel like a bit of a mystery. So today, I&#8217;m going to break down the WordPress community into five big groups; I want you to keep a couple of things in mind.&nbsp;</p>\n\n\n\n<p>Firstly, these are high-level and based on my observations. Each of these groups can be further broken down into subgroups. So while you may not feel represented in this exact five, you are included if you were to dig a little bit deeper. The second thing to keep in mind is that the makeup of these groups is pretty fluid. Many community members find themselves in more than one group, but generally not far off. Some group two folks end up in group three, depending on the situation, people in group four can also end up in group five, and so on. As with so many things that I share, I&#8217;m not trying to insist that one size fits all. I&#8217;m not trying to put the WordPress community into a box. This is just a basic framework to understand how it all fits together. Alright, are you ready? I&#8217;m ready. Let&#8217;s do it!</p>\n\n\n\n<p>Okay, I have a broad definition of the community, which I have mentioned before. I believe that the community is anyone who has interacted with WordPress, whether they know it or not. So, I&#8217;ll start from way out there and work my way in that first group; we’re going to call our <strong>Visitors</strong>.&nbsp;</p>\n\n\n\n<p><strong>Visitors</strong> are people who arrive at a WordPress site to gain information or engage in an activity. Sometimes they know it&#8217;s a WordPress site, but most of the time, they don&#8217;t. The second group are <strong>Users</strong>, people who use WordPress as their CMS. So, that&#8217;s website builders, website designers, small businesses, content creators, and the list goes on and on. The third group I like to refer to is the <strong>Extenders</strong>. Those are people who extend WordPress through the creation of blocks, themes, plugins, and more. There are also people who teach WordPress to others through WordPress podcasts, and newsletters and tutorials. The fourth group I refer to as our <strong>Contributors</strong> is the people who contribute to the open source software and the infrastructure supporting it, but not necessarily the same people who contribute directly to their own product. And then there&#8217;s group five, <strong>Leaders</strong>. Those are people who help drive the vision and strategy for WordPress; the most notable member of that group is of course, Matt Mullenweg. And I&#8217;m also in that group.&nbsp;</p>\n\n\n\n<p>Each of these groups directly influenced the groups on either side. For example, a WordPress user is affected by both visitors and extenders. Imagine a content creator who shares their passion for photography through a WordPress site; this photographer may have visitors that need to purchase photos. In response, the user now has a need to make it possible for visitors to purchase photos on a site. So they go to what we consider the extenders, people who have built a plugin that supports that need. And as a result, that user can install that on their site. And they have have satisfied the need of the visitors to their site, the people who now can purchase photos.&nbsp;</p>\n\n\n\n<p>There are a lot of examples like this in the WordPress project. Every small pattern that you see is mirrored in the larger patterns across our ecosystem. And every large pattern you see in the ecosystem can be seen among our teams. It&#8217;s pretty cool to look at really. So, why should this matter to you? From a very practical standpoint, this matters for anyone who&#8217;s trying to learn more about contributing to the WordPress project. These five groups mirror very closely the five steps of volunteer engagement that we see across the ecosystem and from a more philosophical standpoint, it&#8217;s just kind of nice to know who your neighbors are. Without the influence and support of the groups around us, it can be hard to know whether we&#8217;re on the right track or not. So take a look to your left and look to your right, and get to know your partners in this project.</p>\n\n\n\n<p>That brings us now to our community highlight, the segment where I share a note about contributors who have helped others along the way, or WordPress success story. This week&#8217;s highlight is from @CoachBirgit, <a href=\"https://profiles.wordpress.org/coachbirgit/\">Birgit Olzem</a>, a longtime contributor and a friend of mine. Her success story goes like this.&nbsp;</p>\n\n\n\n<p>WordPress has allowed me as a mother of five to leave a toxic marriage for good.&nbsp;</p>\n\n\n\n<p>Later, the community picked me up when I became seriously ill.&nbsp;</p>\n\n\n\n<p>So I can say from the bottom of my heart, that working with WordPress has saved my life.</p>\n\n\n\n<p>And now our small list of big things. I&#8217;ve got three things for you this week. I think that they&#8217;re all very important. And I hope you check them all out. The first one is a reminder that word camp Central America is coming up on April 15 and 16th. If you have not registered for tickets, you still have time, I will share a link to the registration page and the schedule in the show notes below.&nbsp;</p>\n\n\n\n<p>The second thing on our small list of big things is that the Gutenberg 10.4 release is coming out later this week on April 14th. It&#8217;s an important release because it&#8217;s when we take a look at the current iteration of full site editing tools that we have, and decide if it&#8217;s ready to get into the WordPress 5.8 release. There&#8217;s a post that has a little more information about that which I will share in the show notes below as well. If you haven&#8217;t checked out the Gutenberg plugin lately, obviously I think it&#8217;s a good idea to do that in general, but definitely a good idea to check it out now.&nbsp;</p>\n\n\n\n<p>The third thing on our list today is a reminder to check out our most recent block pattern tutorial, I&#8217;ll share a link to that in the show notes. It&#8217;s this kind of tips and tricks, tutorial, the “show me how to do it,” kind of thing in the style of <a href=\"https://css-tricks.com/css-style-guides/\">CSS-Tricks</a>. If you or anyone that you know might be interested in sharing a similar style of tutorial, there&#8217;s a link to a form in that show notes as well so that you can share with us your name and the topic that you&#8217;re interested in. We&#8217;ll take a look and see if it&#8217;s something that we definitely need to make sure our users know how to do. So, that my friends is your small list of big things.&nbsp;</p>\n\n\n\n<p>Thank you for joining in today for the WordPress briefing. I&#8217;m your host, Josepha Haden Chomphosy. I&#8217;ll see you again in a couple of weeks!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Apr 2021 14:36:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Set Up a Gutenberg Test Site in 2 Minutes with the Gutenberg Nightly Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114098\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:215:\"https://wptavern.com/set-up-a-gutenberg-test-site-in-2-minutes-with-the-gutenberg-nightly-plugin?utm_source=rss&utm_medium=rss&utm_campaign=set-up-a-gutenberg-test-site-in-2-minutes-with-the-gutenberg-nightly-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4142:\"<p>WordPress contributors are working towards landing full site editing (FSE) sometime this year, an ambitious plan that will require all hands on deck for testing. A meeting of a small group of core leads on April 14 will start the process of deciding whether FSE will land in version 5.8. In the meantime, the FSE outreach program has <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">extended the deadline for the fourth round of testing</a> until April 12. </p>\n\n\n\n<p>One of the quickest ways to get started doing alpha/beta testing is to install the Gutenberg Nightly plugin, which pulls in the latest build from the Gutenberg project. Ordinarily, to get the latest build one would have to install NodeJS and npm and use the command line to get set up. This process can be prohibitive, along with the dizzying pace of Gutenberg development, for less technical users who want to start testing.</p>\n\n\n\n<p>The Gutenberg Nightly plugin, combined with the GitHub Updater plugin completely automates the process of grabbing the latest zip from Gutenberg trunk, and users will be notified when a new nightly is available for updating.</p>\n\n\n\n<h2>How to Set Up a Gutenberg Nightly Test Environment</h2>\n\n\n\n<p>The first step is to <a href=\"https://gutenbergtimes.com/need-a-zip-from-master/#nightly\">download</a> and install the Gutenberg Nightly plugin by uploading the zip file. If you already have the stable version of the Gutenberg plugin, you will be prompted to replace the current version with the one you are uploading. If you want to get updates when a new nightly is available, download and install the <a href=\"https://github.com/afragen/github-updater/releases/latest\">GitHub Updater</a> plugin the same way. </p>\n\n\n\n<div class=\"wp-block-image\"><img />Gutenberg Nightly update available</div>\n\n\n\n<p>Testing the full-site editing project will require you to install a theme like TT1 Blocks, which has support for the experimental feature. Once you do, you will see the &ldquo;Site Editor (beta)&rdquo; menu item in the dashboard.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>I set up a Gutenberg testing environment in 2 minutes using these plugins. Please note that it&rsquo;s not recommended to use Gutenberg Nightly in production.</p>\n\n\n\n<p>Birgit Pauli-Haack, publisher of the <a href=\"https://gutenbergtimes.com/\">Gutenberg Times</a>, created the plugin in October 2020, to help testers keep up with the rapid pace of Gutenberg development. </p>\n\n\n\n<p>&ldquo;On October 19, 2020, there were 250 new commits made since the last release (9.1.1) and before the release of 9.2,&rdquo; Pauli-Haack said. &ldquo;Any issue you might file, might get a response like &lsquo;Could you please try it in master, I think it was already fixed.\'&rdquo; This slows down the testing process and can be discouraging to testers.</p>\n\n\n\n<p>Pauli-Haack creates the build every day as a volunteer service to facilitate Gutenberg testing. </p>\n\n\n\n<p>&ldquo;At the beginning it took a bit longer but now I wrote a small <a href=\"https://github.com/bph/distribute-nightly\">Node CLI script</a> that does the distribution to GitHub and uploads it to the GT site as well, so the button Download gives you the newest version,&rdquo; she said. &ldquo;In October, I was a total rookie with an idea.&rdquo;</p>\n\n\n\n<p>Pauli-Haack credits Andy Fragen, author of the GitHub Updater plugin, and Riad Benguella, a technical lead on the Gutenberg project, who helped her past some skill gaps in getting the process more automated.</p>\n\n\n\n<p>&ldquo;Andy Fragen helped me think through it for making it the easiest for the &lsquo;normal&rsquo; users to get a Test version without to know much about git, node and stuff,&rdquo; she said.</p>\n\n\n\n<p>Gutenberg Nightly has facilitated more than 62,000 downloads to date. The repository for the plugin has <a href=\"https://github.com/bph/gutenberg/discussions/\">discussions</a> enabled so users can stay updated with major changes, make feature requests, and <a href=\"https://github.com/bph/gutenberg/discussions/3\">participate in Q&amp;A</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 11 Apr 2021 16:12:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Gutenberg Times: Full-Site Editing Scope in WordPress 5.8. Weekend (Tiny) Edition #165\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=17473\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://gutenbergtimes.com/full-site-editing-scope-in-wordpress-5-8-weekend-edition-165/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8253:\"<p>Howdy! </p>\n\n\n\n<p>In the last two weeks there was so much was happening around Gutenberg.  To keep you somewhat in the loop, I interrupt my unpacking of way-too-many boxes and share a few links with you.</p>\n\n\n\n<p>Next week again in full force. Stay tuned. </p>\n\n\n\n<p>Have a great weekend! </p>\n\n\n\n<p>Yours, ?<br />Birgit</p>\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Grzegorz </strong>(Greg)<strong> Ziółkowsk</strong>i and I published our first episode together, <strong><a href=\"http://erg-10-3-full-site-editing-mvp/\">Episode #41</a></strong>. It is a great episode, and we had a lot of fun. I am delighted having Grzegorz on the show. It&#8217;s now available with show notes and transcript. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>posted <a href=\"https://make.wordpress.org/core/2021/04/08/full-site-editing-scope-for-wp5-8/\">Full Site Editing Scope for WP5.8</a>&nbsp;(u)</p>\n\n\n\n<ul><li>Lesson from Phase 1 roll-out, extenders like plugins developers, site builders and theme authors didn’t have enough time to test their products with the new editor in core.&nbsp;</li><li>Full-Site Editing user experience with Global Styles, Template editing and saving, will not be changing default user experience. It’s opt-in only. There is some confusion on saving template and switch from overall template to content and back. Polishing those will be out of scope for 5.8.&nbsp;</li><li>Also, on the scope list for WordPress 5.8 are: Widget Editor, Navigation Screen and block, refactored Gallery Block and the List View. These&nbsp; components are some of the most complex, and the user experience of them will be key. “They are all high priority to complete (hopefully for WP5.8), but will be punted if they aren’t ready in time for Beta.”&nbsp;</li></ul>\n\n\n\n<p><em>Matias Ventura</em> will demo the current state of these features to the release lead team trio of&nbsp; Matt Mullenweg, Josepha Haden Chomphosy and Helen Hou-Sandi. </p>\n\n\n\n<p><strong>Justin Tadlock</strong> has the skinny: <a href=\"https://wptavern.com/will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming\">Will Full Site Editing Land in WordPress 5.8? A Decision Is Forthcoming</a></p>\n\n\n\n<p><strong>Hector Prieto</strong> published the <a href=\"https://make.wordpress.org/core/2021/04/08/whats-next-in-gutenberg-april-2021/\">April Focus areas for the Gutenberg team.&nbsp;</a></p>\n\n\n\n<p>As expected, it covers Widget, Navigation Screen, and Full-Site Editing with more details. Please see the <strong>“Area to be aware of”</strong> section of the post, for Block and plugin Developers, Designers and Theme builders. We talked about most of them in one or the other episode, but you find them all in one place in Hector’s post.&nbsp;</p>\n\n\n\n<p><strong>Kjell Reigstad</strong> published the notes from the <strong><a href=\"https://make.wordpress.org/themes/2021/04/08/block-themes-meeting-notes-april-7-2021/\">Block Theme Meeting </a></strong> They team discussed among other things: </p>\n\n\n\n<ul><li>TT1 Blocks update&nbsp;</li><li>Block-based theme updates in&nbsp;Gutenberg&nbsp;10.3 with alignment styles automatically for front and back end and the capability to use theme.json styles for every block. </li><li>New tools for transitioning to Block-based Themes.</li></ul>\n\n\n\n<p>The deadline for the <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\"><strong>Full Site Editing Testing Call #4</strong></a> has been extended until <strong>April 12th, 2021. </strong></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p>⏰ <strong>Don&#8217;t Miss this! </strong> <br /><strong>Mega-Meetup April 15th, 2021 </strong> 6:30 -8:30 pm EDT / 23:30 UTC with Anne McCarthy, David Bisset and the organizers of six Florida Meetup groups.  All <strong>About Full Site Editing </strong>(Coming in WordPress). <a href=\"https://www.meetup.com/SF-WordPress-Users/events/277019024/\">Register via Meetup.com</a> <a href=\"https://t.co/36RYiMfivU?amp=1\" rel=\"noreferrer noopener\" target=\"_blank\"></a></p>\n\n\n\n<p>For a more in-depth look on current Gutenberg development,  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\">the Index page with all the teams&#8217; updates</a> in the Core handbook has the latest. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">The index 2020 is here</a></p>\n\n\n\n\n\n<p class=\"has-small-font-size\">Featured Image:  <em>Photo by&nbsp;<a href=\"https://unsplash.com/@fran_?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Fran Jacquier</a>&nbsp;on&nbsp;<a href=\"https://unsplash.com/s/photos/lego?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Unsplash</a></em></p>\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n\n<p> <a href=\"https://gutenbergtimes.com/podcast/changelog-41-greg-ziolkowski-gutenberg-10-3-full-site-editing-mvp/\"><strong>Episode #41</strong> is now available</a>, with new co-host <strong>Grzegorz Ziolkowski</strong></p>\n\n\n\n<p> <strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />?️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />?️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<img />Review by <a href=\"https://twitter.com/Peter_Ingersoll\"><strong>Peter Ingersoll</strong></a> on <a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Apr 2021 15:24:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Will Full Site Editing Land in WordPress 5.8? A Decision Is Forthcoming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114870\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"https://wptavern.com/will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming?utm_source=rss&utm_medium=rss&utm_campaign=will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6679:\"<p class=\"has-drop-cap\">Yesterday, Josepha Haden Chomphosy <a href=\"https://make.wordpress.org/core/2021/04/08/full-site-editing-scope-for-wp5-8/\">announced the roadmap</a> for deciding whether Full Site Editing (FSE) will land in WordPress 5.8. After the launch of Gutenberg 10.4 on April 14, a small group of core leads will participate in a go/no-go demo.</p>\n\n\n\n<p>The following people will be on the call:</p>\n\n\n\n<ul><li>Matias Ventura &ndash; Gutenberg Project Lead who will host the demo.</li><li>Matt Mullenweg &ndash; WordPress Project Lead.</li><li>Helen Hou-Sand&igrave; &ndash; Lead Developer.</li><li>Josepha Haden Chomphosy &ndash; Executive Director.</li></ul>\n\n\n\n<p>The meeting&rsquo;s agenda is simple. Ventura will host the demo, and the group will discuss and cover implementation questions.</p>\n\n\n\n<p>If there are no blockers, they will share a plan for merging FSE into WordPress. The more likely outcome is that they will find at least a few items that must be addressed. In that case, they will share these publicly with a plan to tackle them before a second go/no-go date of April 27.</p>\n\n\n\n<p>The first beta release of WordPress 5.8 is set for June 8, with a general public release for July 20. The team needs to decide on inclusion early in the release cycle to give theme and plugin developers time to prepare.</p>\n\n\n\n<p>While many are on their toes awaiting a final decision, everyone needs to have a little patience at the moment. Everything needs to be carefully weighed by the project leaders. There is a good chance we will not know the outcome until that second, April 27 deadline.</p>\n\n\n\n<p>Most of the FSE transition would be a beta run for a subset users. Including these features in core does not mean that WordPress immediately flips the switch and enables everything for 40% of the web. For the overall FSE experience, users must make an explicit choice to install and activate a block-based theme.</p>\n\n\n\n<p>With that in mind, the onboarding experience should be a welcoming one that invites users into site editing while letting them know the potential issues. If it is a built-in beta, they <em>really</em> need to understand that improvements are forthcoming.</p>\n\n\n\n<p>An in-core beta run like this is also welcome, given the project&rsquo;s launch of the block editor a couple of years ago. Regardless of whether people loved or hated the block editor, the rollout was not smooth for everyone. WordPress dropped end-users into an overhauled system, which was a shocking change for many. The project has a chance to do better this time around by incrementally introducing features to users and allowing others to immerse themselves in the new experience of their own choice.</p>\n\n\n\n<p>&ldquo;The most important context to share is that <strong>it isn&rsquo;t shipping as the full, default experience for users</strong>,&rdquo; wrote Chomphosy in the post, noting that the team is growing beyond past mistakes. &ldquo;One of the clearest pieces of feedback from the Phase One merge process was that there wasn&rsquo;t enough time for our extenders (agencies, theme authors, plugin developers, site builders, etc.) to prepare for the upcoming changes.&rdquo;</p>\n\n\n\n<p>The decision-makers may also decide to ship some pieces but not others. FSE is a project made up of several components.</p>\n\n\n\n<p>&ldquo;The whole full site editing project is sort of an umbrella term for a collection of tools and projects, so it would be possible for some pieces to ship while others don&rsquo;t,&rdquo; said Haden Chomphosy. &ldquo;There are probably some exceptions to that, as you mentioned, but many of these can ship as they are ready.&rdquo;</p>\n\n\n\n<p>The exceptions she was referring to are components that make more sense together. For example, block-based themes via a <code>theme.json</code> config file and most of the site-editing blocks are not as useful when separate.</p>\n\n\n\n<p>Of course, there are cases where something like the Query block could be used outside of the site editor. Users might create custom queries within a page without the benefit of the site editor, for example.</p>\n\n\n\n<p>My primary concern is not with features related to the site editor but with block-based widgets. It is a transitional tool for users on traditional themes. Along with the new nav menus screen, it is not a part of the block-based themes experience. The goal is to allow users to start using blocks in more places. However, this will result in a broken UX in many cases.</p>\n\n\n\n<p>The widgets experience is still <a href=\"https://wptavern.com/are-block-based-widgets-ready-to-land-in-wordpress-5-6\">partially broken</a>, treating each block as a separate widget. Users must learn to put a Heading (widget title) and another block (widget content) into a Group (widget wrapper) for the correct widget-related classes on the front end of the site. For some themes, whether users do this will be a non-issue. For others, it will look ugly at best and break the layout at worst. Putting this responsibility on the shoulders of end-users was <a href=\"https://github.com/WordPress/gutenberg/issues/25174#issuecomment-708238689\">deemed an acceptable solution</a>.</p>\n\n\n\n<p>I wanted to focus on this issue because it is one of those things that may simply be flipped on for all users. I am still afraid that transitioning from a functioning system to a potentially broken one will make for a bumpy ride.</p>\n\n\n\n<p>The WordPress 5.6 release team <a href=\"https://wptavern.com/wordpress-5-6-release-team-pulls-the-plug-on-block-based-widgets\">decided not to ship</a> block-based widgets. Hou-Sand&igrave;, as the core tech lead for 5.6, provided a historical account of the decision and why it was not ready for inclusion:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>My question for features that affect the front-end is &ldquo;can I try out this new thing without the penalty of messing up my site?&rdquo; &mdash; that is, user trust. At this current moment, given that widget areas are not displayed anything like what you see on your site without themes really putting effort into it and that you have to save your changes live without revisions to get an actual contextual view, widget area blocks do not allow you to try this new feature without penalizing you for experimenting.</p></blockquote>\n\n\n\n<p>While widgets have arguably improved, I still see the answer as being the same as last October. I have not seen enough buy-in from the theme development community to support the block editor itself, much less new block-related features. However, at some point, the project simply needs to move forward. Themers will just need to keep up.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Apr 2021 15:48:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: iThemes Acquires Kadence WP, Plans to Sunset Legacy Themes in 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114848\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/ithemes-acquires-kadence-wp-plans-to-sunset-legacy-themes-in-2022?utm_source=rss&utm_medium=rss&utm_campaign=ithemes-acquires-kadence-wp-plans-to-sunset-legacy-themes-in-2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3957:\"<p>iThemes has <a href=\"https://ithemes.com/kadence-wp-joins-ithemes-family/\">acquired Kadence WP</a>, the Missoula-based makers of the <a href=\"https://wordpress.org/plugins/kadence-blocks/\">Kadence Blocks</a> plugin and its accompanying <a href=\"https://wordpress.org/themes/kadence/\">Kadence theme</a>. Originally founded in 2008 as a themes company, iThemes became more of a plugin-oriented business over the years before it was <a href=\"https://wptavern.com/liquid-web-acquires-ithemes-in-multi-million-dollar-deal\">acquired by Liquid Web in 2018</a>. The company is returning to its roots with this acquisition and plans to make Kadence WP the official theme platform of choice for iThemes.</p>\n\n\n\n<p>&ldquo;It&rsquo;s no secret that the &lsquo;themes&rsquo; part of iThemes has been lacking for many years now,&rdquo; iThemes general manager Matt Danner said. &ldquo;While we got our start in WordPress themes in 2008, over the past 10 years, we pivoted to the more obvious needs of our customers (mainly WordPress security, backups, memberships and maintenance) as the theme marketplace got more competitive.&nbsp;</p>\n\n\n\n<p><em>&ldquo;</em>Joining forces with Kadence WP means that iThemes can once again have an innovative and modern WordPress theme platform.&rdquo;</p>\n\n\n\n<p>iThemes announced it will be sunsetting its <a href=\"https://ithemes.com/purchase/builder-theme/\">iThemes Builder theme framework</a> and all of its legacy themes in 2022, in favor of supporting the Kadence theme which already has more than 50,000 active installations. Danner said the older themes &ldquo;are no longer truly compatible with the future direction of WordPress.&rdquo;</p>\n\n\n\n<p>Kadence Blocks are even more popular than the accompanying theme, since they can be used in combination with any WordPress theme. The plugin has gained more than 100,000 users after its initial launch in August 2018. Kadence Blocks <a href=\"https://wptavern.com/wordpress-theme-and-plugin-shops-are-pioneering-the-first-layout-blocks-for-gutenberg\">pioneered some of the first full-featured layout blocks</a> in the early days of Gutenberg prior to its inclusion in core.</p>\n\n\n\n<p>&ldquo;This last year has marked some ridiculous growth for Kadence WP,&rdquo; co-founder Ben Ritner said. &ldquo;Only one year ago my sister Hannah (many users will know Hannah from our support channels) and I were the entirety of&nbsp;the Kadence WP team. It is hard to gauge user numbers with accuracy because of how many free products we have, but the amount of people using Kadence WP products has roughly quadrupled in the last 10 months! Our new Kadence Theme, which landed on the repo in November (only 160 days ago), now has more than 50,000 active users.&rdquo;</p>\n\n\n\n<p>Kadence WP will continue running under its same branding and as a separate company under the iThemes brand. Pricing will remain the same for existing Kadence WP customers. iThemes plans to raise its prices for its Agency Bundle on May 1, 2021, but renewal pricing will remain the same as long as the customers&rsquo; subscriptions auto-renew.</p>\n\n\n\n<p>Kadence Blocks is adding dynamic content for its pro version in the next month. The team is also launching a new plugin called Kadence Cloud, which will allow users to create a pre-built cloud of content that they can pull down into any website. Both Kadence Blocks and the theme will also be rolling in many of the top-voted feature requests from its community. A major new product release is planned for Q4 2021.</p>\n\n\n\n<p>iThemes will be hosting a <a href=\"https://attendee.gotowebinar.com/register/8329602538499610384\">townhall meeting</a> Friday, April 9 at 11:00 am CST to address any questions or concerns that users and customers may have. They are also running an online training workshop titled &ldquo;<a href=\"https://attendee.gotowebinar.com/register/446959587392124432\">Learn How to Use Kadence WP</a>&rdquo; on May 5, 2021, at 1:00 p.m. CST.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Apr 2021 05:23:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Yes, Comments Are Still Relevant, But We Need a Better System\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114628\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/yes-comments-are-still-relevant-but-we-need-a-better-system?utm_source=rss&utm_medium=rss&utm_campaign=yes-comments-are-still-relevant-but-we-need-a-better-system\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6116:\"<p class=\"has-drop-cap\">More and more, open comments are becoming a thing of the past. Large news organizations have kicked them to the curb. Frustrated bloggers who no longer desire all of the hassles with moderation shut down their forms. The conversations have moved to corporate-controlled social media.</p>\n\n\n\n<p>It is hard to pinpoint the exact moment much of the web devolved into chaos. It was probably more of a gradual thing. The tools that we built fostered the darkest side of humanity. Far too often, people let out their worst unfiltered thoughts without regard to decency and kindness. If we dig deep enough, social media is likely the culprit that spawned this growing experience. However, it is also entrenched in the blogging world.</p>\n\n\n\n<p>Now, with the ubiquity of mobile phones, everyone has a voice. And, far too often, the vocal minority drives the masses from discussion to ad hominem. Or, maybe the majority was always looking for a justification.</p>\n\n\n\n<p>There is a bright side. Commenting on and discussing ideas in an open forum can change hearts and minds. It can lead to discoveries and create life-long friendships &mdash; I still routinely chat with people I met through blogs and their comments from nearly two decades ago.</p>\n\n\n\n<p>Ryan McCue, a core contributor to WordPress, said that <a href=\"https://twitter.com/rmccue/status/1375873040496594946\">comments should be a plugin</a>.</p>\n\n\n\n<p>There are few things I could think that would hurt the blogging community more. Comments are the lifeblood of many WordPress-built sites. Without them as part of the core experience, how many new users will venture out to find a commenting plugin? Such a change would sign the death warrant for commenting on a large part of the web, moving more discussion away from blogs into the waiting arms of social networks.</p>\n\n\n\n<p>McCue&rsquo;s response was to a <a href=\"https://twitter.com/Krogsgard/status/1375867036102971396\">tweet by Brian Krogsgard</a>, the Post Status creator and editor. &ldquo;WordPress should have one singular button that says: Turn off all comments and comment displays. This is so hilariously complicated, it&rsquo;s absurd.&rdquo;</p>\n\n\n\n<p>He is not wrong.</p>\n\n\n\n<p>The WordPress comment settings screen is so complex that I rarely change anything other than a setting or two, even when I want comments enabled for a site. There are around two dozen individual options on that screen, and none of them just allow users to turn it all off.</p>\n\n\n\n<p>Eric Karkovack explores this same topic in his piece for Speckyboy titled <a href=\"https://speckyboy.com/is-the-wordpress-comment-system-still-relevant/\">Is the WordPress Comment System Still Relevant?</a> He concluded:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>So, where does this leave the default comment system? It still offers the basics and can be extended. Yet it seems a bit antiquated when compared to what other services are offering. To remain a compelling option, improvements are in order.</p><p>There&rsquo;s certainly no harm in keeping it around. But, short of a renewed effort to improve the out-of-the-box functionality, perhaps it shouldn&rsquo;t be as front-and-center within WordPress as it is now.</p></blockquote>\n\n\n\n<p>WordPress has failed to iterate on its commenting feature in recent years.</p>\n\n\n\n<p>&ldquo;Like most things, [Full Site Editing] will change things there,&rdquo; wrote WordPress Themes Team rep Ari Stathopoulos in the Post Status Slack. &ldquo;Want comments? Add the comment-form block in your template. Don&rsquo;t want them? Don&rsquo;t add it.&rdquo;</p>\n\n\n\n<p>While that is partly true, it only handles things on the front end of the site. All the commenting-related features would still be there in the admin. However, it is a step in the right direction.</p>\n\n\n\n<p>The ability to easily opt in or out of a commenting system is merely one change that needs to happen. Something as basic as an <a href=\"https://core.trac.wordpress.org/ticket/33627\">in-context comment list view</a> is a must for easier moderation. The <a href=\"https://wptavern.com/a-conceptual-wordpress-plugin-by-stephen-cronin-that-makes-comment-moderation-easier\">Tavern still uses</a> Stephen Cronin&rsquo;s <a href=\"https://wordpress.org/plugins/show-parent-comment/\">Show Comment Parent</a> plugin for this. Even a basic JavaScript-based front-end submission form would go a long way toward modernizing the commenting system. Does anyone enjoy a full page reload when leaving a comment?</p>\n\n\n\n<p>However, there is more that we could be doing. For a platform that prides itself on democratizing publishing and owning your content, a <a href=\"https://core.trac.wordpress.org/ticket/35435\">ticket for supporting webmentions</a> has had virtually no movement in five years.</p>\n\n\n\n<p>A Webmention is a standardized protocol for mentions and conversations across the web. It is a part of a goal for a decentralized social &ldquo;network&rdquo; of sorts where everyone owns and controls their content. While the <a href=\"https://wordpress.org/plugins/webmention/\">Webmention plugin</a> by Matthias Pfefferle takes care of this feature, universal adoption would be a far more realistic goal as part of WordPress.</p>\n\n\n\n<p>We should also have some serious conversations about what tools publishers need to build thriving communities via their comments. For example, is comment moderation easy enough? If not, what can we do to improve it?</p>\n\n\n\n<p>WordPress is more than simply a blogging platform. Users can build any kind of site they want today, with or without the comments. However, commenting is part of the software&rsquo;s history and identity. It is a gateway to discussion &mdash; often as important or even more so than a site&rsquo;s content.</p>\n\n\n\n<p>Comments will always be relevant. Whether it is a response to a blog post, tweet, Slack thread, or some new thing we have yet to think of, the web is all about connecting and communicating with others. We should constantly reevaluate whether WordPress is leading the pack, creating the tools to enable more discussion.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Apr 2021 23:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"HeroPress: Hallway Chats Joins The HeroPress Family\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=3524\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"https://heropress.com/hallway-chats-joins-the-heropress-family/#utm_source=rss&utm_medium=rss&utm_campaign=hallway-chats-joins-the-heropress-family\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2413:\"<img width=\"375\" height=\"100\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/hallway-chats-logotype-v01.png\" class=\"attachment-large size-large wp-post-image\" alt=\"Original Hallway Chats logo\" />\n<p>As any parent or pet owner knows, quiet doesn&#8217;t always equal inactivity. And the same is true here at HeroPress.</p>\n\n\n\n<h2 id=\"h-investing-in-a-sustainable-framework\">Investing in a sustainable framework</h2>\n\n\n\n<p>While we haven&#8217;t said much over the last few months, we&#8217;ve been working with the initial feedback we received to expand HeroPress in the most manageable and sustainable way. Because really, if it&#8217;s not manageable and sustainable, what&#8217;s even the point?</p>\n\n\n\n<p>This quest prompted a lot of additional research and active listening, all of which lead the fine folks behind the <a href=\"http://hallwaychats.com\">Hallway Chats</a> podcast to start a conversation with us. </p>\n\n\n\n<h2 id=\"h-hallway-chats-found-us\">Hallway Chats found us</h2>\n\n\n\n<p>We were considering a podcast, but had moved it down the build list. <a href=\"https://twitter.com/TaraClaeys\">Tara Claeys</a> and <a href=\"https://twitter.com/liamdempsey\">Liam Dempsey</a>, while loving the work they&#8217;ve done with Hallway Chats, found life was moving then in different directions, as it does for us all. And as Hallway Chats approached its 150th episode, the decision was made to pass the torch, or microphone as it were.</p>\n\n\n\n<p>We&#8217;re thrilled to be able to build on their legacy and continue to grow Hallway Chats through out the community, and we&#8217;re grateful to Tara and Liam that they&#8217;ve entrusted it into our care.</p>\n\n\n\n<h2 id=\"h-embrace-opportunities-that-are-the-right-fit\">Embrace opportunities that are the right fit</h2>\n\n\n\n<p>A few shifts and changes are inevitable, but the spirit of Hallway Chats will always stand. After all, why change something that so ideally meshes with our own goals?</p>\n\n\n\n<p>Listen to the <a href=\"https://hallwaychats.com/episodes/episode-150-cate-and-topher-derosia/\">150th Episode of Hallway Chats</a> where Tara, Liam, Topher, and I talk even more about the direction we&#8217;re all heading.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/hallway-chats-joins-the-heropress-family/\">Hallway Chats Joins The HeroPress Family</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Apr 2021 14:55:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Calling All Themers: Design the Next Round of Query Block Patterns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114777\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/calling-all-themers-design-the-next-round-of-query-block-patterns?utm_source=rss&utm_medium=rss&utm_campaign=calling-all-themers-design-the-next-round-of-query-block-patterns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4621:\"<p class=\"has-drop-cap\">The Gutenberg plugin repository currently has an open ticket calling for <a href=\"https://github.com/WordPress/gutenberg/issues/30508\">community-contributed Query block patterns</a>. These would launch alongside Full Site Editing&rsquo;s inclusion in WordPress, which could be as soon as version 5.8 &mdash; no hard decision has been made on that yet. Some may not end up bundled directly in WordPress but could be included in the <a href=\"https://wptavern.com/first-look-at-initial-designs-for-wordpress-block-pattern-directory\">upcoming pattern directory</a>.</p>\n\n\n\n<p><a href=\"https://wptavern.com/gutenberg-10-2-adds-spacers-to-navigation-lists-lets-users-categorize-template-parts-and-introduces-scoped-patterns\">Gutenberg 10.2</a> introduced a new feature called &ldquo;scoped patterns.&rdquo; This system allows developers to build block patterns within a specific context instead of always being available from the inserter. Specifically, the Gutenberg development team created a handful of patterns for the Query block. When inserting the block, users can choose between each of these patterns as a starting point for outputting their posts.</p>\n\n\n\n<img />Pattern selections for the Query block in its initial state.\n\n\n\n<p>The patterns are far too generic and do not come close to replicating the array of design options in the real world. While the end goal is to not cover every scenario imaginable, WordPress should ultimately give users a little more flexibility as a jumping-off point.</p>\n\n\n\n<p>&ldquo;Those were always meant to be temporary to start with,&rdquo; wrote Kjell Reigstad, a core WordPress contributor and Design Director at Automattic, in the GitHub ticket. &ldquo;Let&rsquo;s take another look at these, both to replace the current ones for now, but also so that we eventually have a nice set of WordPress community-designed query block patterns to add to the Pattern Directory at launch.&rdquo;</p>\n\n\n\n<p>Theme authors will be able to release their own scoped patterns for the Query block too. However, with block-based themes being few and far between at this phase of the project, WordPress needs to set the stage.</p>\n\n\n\n<p>This is one of the reasons I was so vocal pre-WordPress 5.5 about the <a href=\"https://wptavern.com/decision-time-what-block-patterns-should-ship-with-wordpress-5-5\">early pattern designs</a>, and it is why I was happy to see them <a href=\"https://wptavern.com/gutenberg-8-7-adds-minor-changes-updates-block-pattern-designs-and-continues-full-site-editing-work\">overhauled before the launch</a>. Many users need that bit of inspiration, that push to try out alternate layouts instead of building them on their own. They need options beyond the typical stacked blog posts layouts.</p>\n\n\n\n<p>A few well-designed Query patterns do that.</p>\n\n\n\n<p>I decided to try my hand at building what I think would be a fun Query pattern to use:</p>\n\n\n\n<img />Query block pattern with full-width background image.\n\n\n\n<p>I built this using core blocks instead of the Query block with the Eksell theme installed. Side note: let me just reiterate my earlier <a href=\"https://wptavern.com/compatibility-is-not-enough-the-eksell-wordpress-theme-creates-art-with-blocks\">review of Eksell</a>. It is such a well-rounded design that anyone can create all sorts of custom patterns. It makes for an easy-to-use testbed for exploring design concepts.</p>\n\n\n\n<p>The idea was based on a pattern that Mel Choyce-Dwan shared in the ticket:</p>\n\n\n\n<img /> Query block pattern with background image and centered text. \n\n\n\n<p>I do not think it is currently possible to build this Query pattern idea with the site editor. Unless I am mistaken, there is no way to use the post featured image as a background or within the Cover block, a common layout design.</p>\n\n\n\n<p>Eventually, the site editor should get to the point where theme authors can move at least a hair beyond the basics. It will take some time for the tooling to catch up, but we are approaching the point where designers can build more complex things. That is another reason theme authors should be involved with this discussion. It needs input and ideas from themers who are out there dealing with users in real-world settings. The Gutenberg team cannot know everything it needs to build without this vital community source.</p>\n\n\n\n<p>Choyce-Dwan shared several other patterns in the ticket that are worth exploring. Along with Reigstad, Beatriz Fialho and Paal Joachim Romdahl have contributed pattern ideas.</p>\n\n\n\n<p>If you fancy yourself a theme designer, now is as good a time as any to contribute.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Apr 2021 22:45:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Matt: Wix and Their Dirty Tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=53999\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2021/04/wix-dirty-tricks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3651:\"<p>Wix, the website builder company you may remember from <a href=\"https://ma.tt/2016/10/wix-and-the-gpl/\">stealing WordPress code and lying about it</a>, has now decided the best way to gain relevance is attacking the open source WordPress community in a <a href=\"https://wptavern.com/wix-takes-a-jab-at-wordpress-with-bewildering-new-marketing-campaign\">bizarre set of ads</a>. They can&#8217;t even come up with original concepts for attack ads, and have tried to rip-off of Apple&#8217;s Mac vs PC ads, but tastelessly personify the WordPress community as an absent, drunken father in a therapy session. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<p>I have a lot of empathy for whoever was forced to work on these ads, including the actors, it must have felt bad working on something that&#8217;s<strong> like Encyclopedia Britannica attacking Wikipedia</strong>. WordPress is a global movement of hundreds of thousands of volunteers and community members, coming together to make the web a better place. The code, and everything you put into it, belongs to you, and its open source license ensures that you&#8217;re in complete control, now and forever. WordPress is free, and also gives you freedom. </p>\n\n\n\n<p>Wix is a for-profit company with a valuation that peaked at around 20 billion dollars, and whose business model is getting customers to pay more and more every year and making it difficult to leave or <a href=\"https://www.trustpilot.com/review/www.wix.com?aspects=refund\">get a refund</a>. (Don&#8217;t take my word for it, look at their investor presentations.) They are so insecure that they are also the only website creator I&#8217;m aware of that doesn&#8217;t allow you to export your content, so they&#8217;re like a roach motel where you can check in but never check out. Once you buy into their proprietary stack you&#8217;re locked in, which even their support documentation admits:</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><strong>So if we&#8217;re comparing website builders to abusive relationships, Wix is one that locks you in the basement and doesn&#8217;t let you leave.</strong> I&#8217;m surprised consumer protection agencies haven&#8217;t gone after them.</p>\n\n\n\n<p>Philosophically, I believe in open source, and if WordPress isn&#8217;t a good fit for you there are other great open source communities like Drupal, Joomla, Jekyll, and Typo3. We also have a great relationship with some of our proprietary competitors, and I have huge respect for the teams at Shopify and Squarespace, and even though we compete I&#8217;ve always seen them operate with integrity and I&#8217;d recommend them without hesitation. </p>\n\n\n\n<p>I have to believe that users will care about that in the long run, and maybe that&#8217;s <a href=\"https://w3techs.com/technologies/history_overview/content_management/all/y\">why Squarespace just passed up Wix in market share</a>. They <a href=\"https://support.squarespace.com/hc/en-us/articles/206566687-Exporting-your-site\">natively support exporting into WordPress&#8217; format</a> and don&#8217;t have to resort to dirty tricks to be successful. I expect Squarespace&#8217;s upcoming IPO will be a great one.</p>\n\n\n\n<p>Wix, though, continues to show their true colors. Regardless of their product, I hope people consider the behavior of companies in the world they support with their dollars. Wix really wants you to see their new campaign though, so let&#8217;s take the bait and watch the creepy, misleading way they are trying to represent themselves.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Apr 2021 17:34:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: Wix’s Negative Advertising Campaign Falls Flat with WordPress Developers and Professionals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114772\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://wptavern.com/wixs-negative-advertising-campaign-falls-flat-with-wordpress-developers-and-professionals?utm_source=rss&utm_medium=rss&utm_campaign=wixs-negative-advertising-campaign-falls-flat-with-wordpress-developers-and-professionals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5971:\"<p>Wix has launched a negative advertising campaign targeting WordPress, following a <a href=\"https://wptavern.com/wix-takes-a-jab-at-wordpress-with-bewildering-new-marketing-campaign\">bizarre marketing stunt</a> where the company shipped out Bose headphones to influential WordPress community members. Recipients were puzzled, because it appeared the company was wasting its marketing budget on people who were not likely to be swayed by the campaign. Wix seems oblivious to the <a href=\"https://twitter.com/danyork/status/1379128016387866624\">negative </a><a href=\"https://twitter.com/wesbos/status/1379570402347864066\">responses</a> to its headphones marketing ploy.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Like, these are nice headphones, but I want to know if there is a proprietary CMS that is willing to pay to replace the outdoor condenser thing for my A/C within the next 12 months or not before making my decision.</p>&mdash; Josh Pollock (@Josh412) <a href=\"https://twitter.com/Josh412/status/1379470244968857600?ref_src=twsrc%5Etfw\">April 6, 2021</a></blockquote>\n</div>\n\n\n\n<p>Subsequent advertisements in this new &ldquo;You Deserve Better&rdquo; campaign are markedly more negative than the <a href=\"https://www.secret-update.com/from-wp\">launch video</a> sent to recipients of the headphones, packed with tasteless and tired motifs. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Wix representative Maya Gril said the campaign is part of the company&rsquo;s &ldquo;initiative to connect with an audience that doesn&rsquo;t think or know that Wix applies to their needs.&rdquo; </p>\n\n\n\n<p>When asked what message they are intending to send with the videos, Gril likened using WordPress to being stuck in a bad relationship.</p>\n\n\n\n<p>&ldquo;The campaign shows in a clever way that WordPress users don&rsquo;t need to be stuck in a bad relationship with their platform and they should consider the alternative which allows them to focus on their actual work,&rdquo; Gril said. &ldquo;Each video in the campaign revolves around user pain points, which also highlight Wix&rsquo;s strengths.&rdquo;</p>\n\n\n\n<p>Morten Rand-Hendriksen, who received a pair of the headphones, characterized the campaign as &ldquo;<a href=\"https://twitter.com/mor10/status/1379513577619394563\">nuclear troll-marketing</a>.&rdquo; Instead of emphasizing any new, innovative features of the Wix platform, the ads come across as short, petulant narratives with no clear objective. </p>\n\n\n\n<p>&ldquo;I guess they&rsquo;re trying to provoke us into responding?&rdquo; WordPress co-founder Matt Mullenweg <a href=\"https://twitter.com/photomatt/status/1379217014472896512\">tweeted</a> in response to discussion on the campaign. &ldquo;I agree it comes off as creepy and misleading to impersonate &lsquo;WordPress&rsquo; this way.</p>\n\n\n\n<p>&ldquo;I can&rsquo;t tell if trying to get a cease and desist letter is part of their strategy to try and drum up press. Unethical, tacky behavior from an unethical, tacky company. Good reminder: I really appreciate the integrity, principles, and ethics of WordPress ecosystem companies.&rdquo;</p>\n\n\n\n<p>Wix&rsquo;s new video ads seem more geared at professional developers with references that are likely outside of regular users&rsquo; experience with the software. The company may have failed to attract professionals in the past, which might explain why it opted to send thousands of dollars worth of headphones to influential WordPress users who fall within that demographic. </p>\n\n\n\n<p>In 2019, Wix began shifting its marketing budget away from TV advertisements and added products that targeted agencies, developers, and designers. The company spent $55 million in marketing in the first quarter of 2019, according to reports shared with <a href=\"https://digiday.com/marketing/wix-com-using-linkedin-target-designers-engineers-agencies/\">Digiday</a>. Wix became more active on LinkedIn&nbsp;and Twitter in pursuit of professionals who would bring more customers to its platform.</p>\n\n\n\n<p>&ldquo;We want to make it clear that we have everything a professional needs,&rdquo; Maya Gril said. &ldquo;Our product is mature and constantly evolving. We&rsquo;re broadening our target audience and we want all new, existing and prospective users to know that Wix is the ultimate web creation platform to help them create, manage and grow online.&rdquo;</p>\n\n\n\n<p>Unfortunately, Wix is lacking one very important feature for catering to &ldquo;professional needs&rdquo; &ndash; data portability.  When asked for his thoughts on the campaign, Mullenweg added that Wix is the only CMS in the world that doesn&rsquo;t allow export &ndash; even Facebook does. The <a href=\"https://support.wix.com/en/article/exporting-or-embedding-your-wix-site-elsewhere\">Wix support center</a> states: Y<em>our Wix site and all of its content is&nbsp;<a href=\"https://support.wix.com/en/article/wix-site-hosting\">hosted</a>&nbsp;exclusively on Wix&rsquo;s servers, and cannot be exported elsewhere.</em></p>\n\n\n\n<p>Having content that is locked in and cannot be easily exported to other platforms or hosts does not appeal to professionals. No amount of extravagant spending on marketing stunts will convince developers to bring their customers to a proprietary CMS that also locks in your content. </p>\n\n\n\n<p>This is why their marketing doesn&rsquo;t appeal to the group of people who received the headphones. Many of them build WordPress as long-time contributors or run WordPress product businesses. </p>\n\n\n\n<p>Wix fundamentally misunderstands why people use WordPress and what makes them stay. It&rsquo;s for reasons not found in their overly simplified list of differentiators played out in the new video ads. The desperate marketing tactics, which are geared more towards developers and power users, serve only to reinforce the platform&rsquo;s underdog status and lack of market awareness.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Apr 2021 07:10:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Twentig Now Upgrades the Twenty Twenty-One Theme Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114785\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/twentig-now-upgrades-the-twenty-twenty-one-theme-experience?utm_source=rss&utm_medium=rss&utm_campaign=twentig-now-upgrades-the-twenty-twenty-one-theme-experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6098:\"<p class=\"has-drop-cap\">Twentig, the brainchild of sibling co-founders Diane and Yann Collet, now supports the Twenty Twenty-One theme. The developers originally built the plugin, which is <a href=\"https://wordpress.org/plugins/twentig/\">hosted on WordPress.org</a>, around the idea of &ldquo;supercharging&rdquo; Twenty Twenty. After its initial success, they have turned their sights onto the most recent default theme, adding a slew of new features over the past few months.</p>\n\n\n\n<p>The plugin still supports Twenty Twenty. It has merely added features for the latest default theme to its repertoire. The duo behind the plugin does not plan to stop there either.</p>\n\n\n\n<p>&ldquo;Yes, we&rsquo;ll definitively continue this with the future default themes,&rdquo; said Yann Collet. &ldquo;It will be exciting to see what we can do with Full Site Editing and the next block-based theme. With FSE coming, the opportunity is immense, making us confident that we can help people building better websites.&rdquo;</p>\n\n\n\n<p>When I <a href=\"https://wptavern.com/supercharge-the-default-wordpress-theme-with-twentig-a-toolbox-for-twenty-twenty\">last covered it</a>, Twentig had a mere 4,000 active installations. All 34 of its reviews were five stars. Today, the plugin has accumulated over 10,000 installs and 75 five-star reviews. It did garner its first four-star rating, bringing the average down a tad. Nevertheless, its user base clearly loves what the plugin developers are doing.</p>\n\n\n\n<p>The team has created 10 <a href=\"https://twentig.com/demos/\">website demos</a> and 8 single-page examples for inspiration, each on top of the Twenty Twenty-One theme.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />Orlando</li><li class=\"blocks-gallery-item\"><img />Kyoto</li><li class=\"blocks-gallery-item\"><img />Letuce</li></ul>\n\n\n\n<p>One of the great things about the plugin is that it essentially treats the default themes as a bit of a foundation, a framework. Users do not have to search around for a new theme when they tire of their current look. They can simply mix things up with Twentig.</p>\n\n\n\n<p>&ldquo;The goal is to showcase the power and flexibility of Twentig, the default theme, and the block editor,&rdquo; said the team. &ldquo;And ultimately inspire people to be creative with blocks. It&rsquo;s incredibly fun and fast to build directly inside the block editor with our block patterns instead of using a prototyping tool like Figma.&rdquo;</p>\n\n\n\n<h2>Extending the Block Editor</h2>\n\n\n\n<p class=\"has-drop-cap\">The Twentig plugin&rsquo;s strength is in how it extends the block editor. Users are first presented with a custom sidebar panel with a plethora of patterns and full-page layouts. The plugin then further provides options for individual blocks.</p>\n\n\n\n<p>Unlike many other block-related plugins, Twentig does not register its own blocks. It uses the core WordPress blocks, except for Contact Form 7 integration, by mixing and matching them in various ways. If a user needs a call-to-action section, the plugin offers 11 patterns. If a user wants to spruce up their galleries, they have plenty of choices.</p>\n\n\n\n<img />Inserting a single page layout.\n\n\n\n<p>The plugin&rsquo;s page layouts and patterns all work with both the Twenty Twenty and Twenty Twenty-One themes. Since Twentig relies primarily on core blocks, it is just a matter of making sure its custom CSS works.</p>\n\n\n\n<p>Some blocks get an extra setting or two through the plugin. However, the bulk of customization options happen through the Twentig &ldquo;CSS Library.&rdquo; This is a setting under the Advanced tab for most blocks that users can access by clicking the &ldquo;+&rdquo; icon next to the Additional CSS Classes option. It allows users to tick off checkboxes for numerous classes &mdash; each has an explanation of what it does. These are merely a set of utilities that change the block&rsquo;s output in some way.</p>\n\n\n\n<img />Picking Heading block classes via the Twentig CSS Library.\n\n\n\n<p>Twentig&rsquo;s CSS classes system follows the road paved by utility class frameworks like Tailwind. WordPress does a little of this but does not take a holistic approach to it. I have argued that WordPress <a href=\"https://wptavern.com/themes-of-the-future-a-design-framework-and-a-master-theme\">should build a design framework</a> in the past. A standardized class system would play well with block options, giving the development team a foundation for creating a better user experience across themes.</p>\n\n\n\n<p>The drawback is that the two extra stylesheets on top of Twenty Twenty-One&rsquo;s CSS add a bit of heft to the page. This could give pause to users who want to keep things lightweight. However, it has a smaller footprint than when using it with the older Twenty Twenty.</p>\n\n\n\n<h2>Customizer Options and More</h2>\n\n\n\n<img />Customizing Twenty Twenty-One&rsquo;s design.\n\n\n\n<p class=\"has-drop-cap\">The plugin packages dozens of settings under the &ldquo;Twentig Options&rdquo; customizer panel. It also extends other sections, such as adding more color options. Users who care more about modifying the overall design than blocks will find nearly anything they need to put their own spin on their sites.</p>\n\n\n\n<p>Everything from fonts to site layouts to what post metadata to show is covered. Users can also switch between stacked and grid-style blog posts designs while further customizing based on their choices.</p>\n\n\n\n<p>The biggest downside to the plugin&rsquo;s customizer integration is that it does not utilize the live preview functionality with most of its options. Making a change means a frame refresh to see its effects. A little bit of custom JavaScript and a few partials for server-side changes would go a long way toward making the experience better.</p>\n\n\n\n<p>Ultimately, future versions of Twentig will rely less on or not at all on the customizer. If Twenty Twenty-Two is a block-based, FSE theme, such customization will happen in the upcoming site editor. The plugin developers will need to change tactics and find ways to extend the experience in new ways.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Apr 2021 22:36:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Wix Takes a Jab at WordPress with Bewildering New Marketing Campaign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114714\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/wix-takes-a-jab-at-wordpress-with-bewildering-new-marketing-campaign?utm_source=rss&utm_medium=rss&utm_campaign=wix-takes-a-jab-at-wordpress-with-bewildering-new-marketing-campaign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5921:\"<p>Wix is taking direct aim at WordPress in a new cryptic marketing campaign that began over the weekend with shipments of <a href=\"https://www.amazon.com/Bose-Cancelling-Wireless-Bluetooth-Headphones/dp/B07Q9MJKBV/\">Bose noise-canceling headphones</a> landing in the mailboxes of prominent WordPress users. At the end of December, 2020, Wix sent out the following Twitter DM to a group of people it deemed &ldquo;influencers from the tech industry,&rdquo; soliciting their addresses in order to deliver a box: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>In the last few months, my team and I have been working on a new innovative concept. We have packed this concept into a free, no strings attached box that we&rsquo;d love to share with you as one of our selected influencers from the Tech industry. </p><p>I know the information I have provided you is basic, but the reason is that I do not want to ruin your experience (and let&rsquo;s be honest, what&rsquo;s more fun than being surprised on the holidays?)</p></blockquote>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>Recipients were instructed to scan a QR code to view a one-minute <a href=\"https://www.secret-update.com/from-wp\">video</a> where a man acts as a personified &ldquo;WordPress&rdquo; making bizarre claims:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&ldquo;Apparently, Wix is coming out with a campaign trashing me. I just want you to know that it&rsquo;s totally fake news, completely bogus. They&rsquo;re just spreading lies because they&rsquo;re jealous of our relationship.&rdquo; </p><cite><a href=\"https://www.secret-update.com/from-wp\">www.secret-update.com/from-wp</a></cite></blockquote>\n\n\n\n<p>The message of the video is not clear and it ends with a few snide jabs referencing &ldquo;exhausted memory&rdquo; and WordPress&rsquo; market share. </p>\n\n\n\n<div><img /></div>\n\n\n\n<p>The most common reaction to the surprise headphones was confusion. Many recipients had no idea what Wix was trying to communicate with the gift.</p>\n\n\n\n<div>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I don\'t understand their goal. Am I supposed to start using their service because they sent me some headphones I don\'t want?</p>&mdash; Michael Torbert (@michaeltorbert) <a href=\"https://twitter.com/michaeltorbert/status/1379125464917237763?ref_src=twsrc%5Etfw\">April 5, 2021</a></blockquote>\n</div>\n\n\n\n<p>A few people perceived the video to be cheeky and humorous. WordPress contributor Aaron Campbell found it off-putting. </p>\n\n\n\n<p>&ldquo;The video takes some odd snipes at WordPress, but the whole overall feel is a bit shady/dirty. Not a great look for Wix in my opinion,&rdquo; Campbell said after receiving the headphones in the mail. &ldquo;I think I&rsquo;d be fine with it if it weren&rsquo;t signed as &lsquo;From WP&rsquo; and &lsquo;Yours, WP.&rsquo; By the time I got to watching the video I already had that bad taste in my mouth.&rdquo;</p>\n\n\n\n<p>Some speculated that it may be the first act in a strange marketing saga of Wix targeting WordPress. Others were inadvertently convinced the headphones were actually from WordPress, since the advertisement uses WordPress&rsquo; trademark in the video. This may be a violation of the WordPress Foundation&rsquo;s <a href=\"https://wordpressfoundation.org/trademark-policy/\">trademark policy</a>, but this has not yet been confirmed. Wix was not printed anywhere in the message, except on the shipping label. </p>\n\n\n\n<div>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Ok thank you to whoever at <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> sent me this, I don&rsquo;t remember giving you my address but these are cool headphones and you definitely got me not-using-Wix if that was your goal &hearts;&#65039;<br /><br />(i also have not used WP in like 10 years but now it will be in/around my head, dammit) <a href=\"https://t.co/l1xA7FvAiw\">pic.twitter.com/l1xA7FvAiw</a></p>&mdash; swyx (@swyx) <a href=\"https://twitter.com/swyx/status/1378268509910622211?ref_src=twsrc%5Etfw\">April 3, 2021</a></blockquote>\n</div>\n\n\n\n<p>This isn&rsquo;t the first time WordPress and Wix have been at odds. In 2016, Matt Mullenweg&nbsp;<a rel=\"noreferrer noopener\" href=\"https://wptavern.com/mullenweg-takes-aim-at-wix-over-gpl-abuses-wix-response-fails-to-address-licensing-issue\" target=\"_blank\">called out Wix for copying GPL code</a>&nbsp;from the WordPress mobile app and distributing it in its&nbsp;<a rel=\"noreferrer noopener\" href=\"http://www.prnewswire.com/news-releases/wixcom-launches-wix-app-providing-a-powerful-mobile-operating-system-for-small-business-owners-store-owners-hoteliers-and-bloggers-around-the-world-300339448.html\" target=\"_blank\">proprietary app</a>.&nbsp;This rendered the entire app in violation of the GPL. Instead of complying with the GPL, Wix responded by <a href=\"https://wptavern.com/wix-removes-gpl-licensed-wordpress-code-from-mobile-app-forks-original-mit-library\">removing the GPL-licensed code</a> and forking the original MIT-licensed library that the WordPress mobile app code was built upon. The fork was relicensed under an absurd modification of the MIT that prohibits the code&rsquo;s redistribution under any copyleft license. </p>\n\n\n\n<p>In October 2020, Wix passed Drupal as 4th <a href=\"https://w3techs.com/technologies/history_overview/content_management\">most popular CMS</a>, according to W3Techs. Since that time, Squarespace has grown to overtake Wix, pushing the CMS back into 5th place with 2.4% of the market. It&rsquo;s only natural that Wix would want to target WordPress, the market leader at 40.9%. However, the strategy of misrepresenting WordPress, while sending headphones to influential users and contributors, was perplexing and unsavory. Wix has not yet responded to my request for comment on its new marketing campaign.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Apr 2021 06:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: The Michelle WordPress Theme Launches With Dozens of Block Patterns and Styles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114708\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:221:\"https://wptavern.com/the-michelle-wordpress-theme-launches-with-dozens-of-block-patterns-and-styles?utm_source=rss&utm_medium=rss&utm_campaign=the-michelle-wordpress-theme-launches-with-dozens-of-block-patterns-and-styles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6534:\"<p class=\"has-drop-cap\">Oliver Juhas recently released his sixth theme to the WordPress community for free. <a href=\"https://wordpress.org/themes/michelle/\">Michelle</a> is a block-ready theme. However, it also supports Beaver Builder, Elementor, and other page-building plugins.</p>\n\n\n\n<p>It is a multipurpose theme, which is often an immediate turn-off for me. I prefer to see a purpose-driven design with a unique take on a niche. However, it is hard not to love the personality of Michelle. Juhas did not shy away from putting his brand of styling on the project, which is evident in his past <a href=\"https://wordpress.org/themes/author/webmandesign/\">free themes</a>.</p>\n\n\n\n<p>Juhas is marketing Michelle as an accessibility-ready theme. However, it has yet to receive an accessibility review for the theme directory, which would allow it to be tagged as such. From a quick scan for common issues, everything seems to be in order. It will likely pass its review like some of his past free themes. And, &ldquo;inclusive, disabilities friendly, and barrierless&rdquo; are at the forefront of his branding for <a href=\"https://www.webmandesign.eu/\">WebMan Design</a>.</p>\n\n\n\n<p>As has become common for block-ready themes, Michelle packages a &ldquo;Content Only&rdquo; template. This is a post/page template that allows end-users to use the block editor as a page builder by not displaying anything other than the post content.</p>\n\n\n\n<p>The theme is yet another showcase of what is possible with the block editor. A couple of weeks after Anders Nor&eacute;n&rsquo;s <a href=\"https://wptavern.com/eksell-portfolio-theme-now-available-in-wordpress-themes-directory\">Eksell landed in the directory</a>, Juhas has presented the community with another quality theme. The two are entirely different in style and approach, but they both make the block system shine in their own ways.</p>\n\n\n\n<img />Portfolio designed using multiple blocks.\n\n\n\n<p>Users can read more about the theme and peruse several demos via the <a href=\"https://www.webmandesign.eu/portfolio/michelle-wordpress-theme/\">theme&rsquo;s official page</a>.</p>\n\n\n\n<h2>Block Patterns and Styles</h2>\n\n\n\n<p class=\"has-drop-cap\">Michelle may be the only free theme in existence with 67 patterns. And, no, you did not misread that. It literally registers 67 block patterns. Yeah, that is a lot.</p>\n\n\n\n<p>It has a little bit of everything. From team galleries to logos, from hero headers to contact cards, it is hard not to find something you need. There was no way that I could realistically test all of them. However, for the dozen or so that I did try, they worked well and offered an easy one-click option for end-users.</p>\n\n\n\n<img />Variable gallery with description pattern.\n\n\n\n<p>I always knew the day would come when a theme author would push the limits on the number of patterns it should offer. While 67 seems a bit excessive, I know from experience that we will see a day when patterns number in the 100s.</p>\n\n\n\n<p>I hate to continue beating a dead horse, but WordPress needs to use an <a href=\"https://wptavern.com/proposal-to-create-an-expanded-view-or-overlay-for-the-block-patterns-inserter\">overlay system for block patterns</a>, at least for desktop users. Michelle makes it more apparent than ever that a small slide-out panel will not cut it.</p>\n\n\n\n<p>If the theme&rsquo;s array of patterns is not enough to whet users&rsquo; appetites, its two dozen block styles just might.</p>\n\n\n\n<img />Hiding a Heading block for everyone but screen-readers.\n\n\n\n<p>The options range from light and dark text shadows to variable galleries. It even has an &ldquo;accessibly hidden&rdquo; style for Heading blocks, which hides the text from the screen but makes it available to screen readers.</p>\n\n\n\n<h2>Block-Ready Footer and 404 Page</h2>\n\n\n\n<p class=\"has-drop-cap\">The theme allows end-users to build their footer and 404 error pages via the block system. Considering that the site editor is not available yet and the block editor is limited to post content, Juhas had to think outside the box a little to make this possible. He made use of the reusable blocks system. This is the sort of ingenuity that happens when theme authors are not burdened by too many rules.</p>\n\n\n\n<p>In the customizer, users can select the Theme Options &gt; Content section. From there, they are directed to pick a reusable block for their footer and 404 pages. Or they can simply opt out of it. The customizer section also links to the semi-secret admin page to create reusable blocks.</p>\n\n\n\n<img />Select reusable blocks for the 404 and footer content.\n\n\n\n<p>In the past, I have used a similar technique for 404 views. Instead of going the reusable block route, theme users could select a private page. Either option is acceptable for allowing users to modify content they may not have been able to customize in the past.</p>\n\n\n\n<h2>Starter Content</h2>\n\n\n\n<p class=\"has-drop-cap\">Michelle makes extensive use of the WordPress starter content feature. This allows new WordPress users to see what their site could look like with pre-loaded content. The theme creates Home, About, Blog, Services, FAQ, and Contact pages.</p>\n\n\n\n<img />Homepage starter content.\n\n\n\n<p>The feature has languished in recent years. Many theme authors had hoped they would eventually be able to use the feature for non-new installs too. However, Helen Hou-Sand&iacute; <a href=\"https://wptavern.com/wordpress-to-combine-its-long-neglected-theme-previewer-with-starter-content\">got the ball rolling again in November 2020</a>, breathing new life into an old idea. WordPress.org would begin displaying theme starter content via the theme preview system. Only the Twenty Twenty-One, Twenty Twenty, and Twenty Seventeen themes received this treatment last year. It now seems that it is being rolled out for others.</p>\n\n\n\n<p>This is a welcome change in the directory. Users can now <a href=\"https://wp-themes.com/michelle/\">get a feel of the Michelle theme</a> without tracking down the author&rsquo;s demo. It is a better experience than the old-school demo content.</p>\n\n\n\n<p>One issue is that the previewer uses the first sentence of the theme description for the demo&rsquo;s tagline. This can make for a long and unusual bit of text. It can also mess up a theme&rsquo;s layout as it is doing with Michelle. I hope this will be addressed from WordPress&rsquo;s end soon.</p>\n\n\n\n<p>Other theme authors should note that starter content could factor into whether a user skips over or downloads their theme.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Apr 2021 23:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: Doctorow on IP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=53979\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://ma.tt/2021/04/doctorow-on-ip/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:655:\"<p>It&#8217;s not every day you see noted writer Cory Doctorow refer to a column as &#8220;the piece I&#8217;m most proud of,&#8221; and <a href=\"https://locusmag.com/2020/09/cory-doctorow-ip/\">his essay in Locus Magazine on IP doesn&#8217;t disappoint</a>, connecting the free software movement and the evolution of the term &#8220;author&#8217;s monopolies&#8221; to &#8220;intellectual property.&#8221;</p>\n\n\n\n<p>The essay on DRM and Apple, <a href=\"https://pluralistic.net/2021/03/22/gandersauce/#petard\">available on his WP-powered blog</a>, <a href=\"https://twitter.com/doctorow/status/1374020143316004864\">or Twitter</a>, is also worth reading.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Apr 2021 02:42:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress.org blog: The Month in WordPress: March 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10084\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/04/the-month-in-wordpress-march-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9799:\"<blockquote class=\"wp-block-quote\"><p>This way of iterating improves WordPress and ties back to one of my favorite open-source principles. The idea that with many eyes, all bugs are shallow. To me, that means that with enough people looking at a problem, someone is bound to be able to see the solution.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">These words from <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> on the <a href=\"https://wordpress.org/news/2021/03/how-wordpress-improves/\">How WordPress Improves</a> episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a> point to the factors that differentiate building software in an open-source environment. Our updates this month are closely tied to the philosophy behind those core principles of open source software.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.7 released</h2>\n\n\n\n<p>WordPress <a href=\"https://wordpress.org/news/2021/03/esperanza/\">version 5.7</a> “Esperanza,” came out on March 9. The release offers fresher admin colors, several improvements to the block editor, single-click HTTP to HTTPS migration, and a new Robots API. Read more about it in the <a href=\"https://wordpress.org/news/2021/03/esperanza/\">release post</a>, the <a href=\"https://make.wordpress.org/core/2021/02/23/wordpress-5-7-field-guide/\">field guide</a>, and the <a href=\"https://make.wordpress.org/community/2021/03/12/meetup-group-resources-talking-points-for-wordpress-5-7/\">talking points post for meetup groups</a>. The Core Team has also <a href=\"https://make.wordpress.org/core/2021/03/30/5-8-pre-planning/\">started work on WordPress 5.8 pre-planning</a>.</p>\n\n\n\n<p>Want to contribute to WordPress 5.8? Join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>. The Core Team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC.&nbsp;</p>\n\n\n\n<h2>Gutenberg Version 10.1 and 10.2 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">Version 10.1</a> on March 3 and <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">Version 10.2</a> on March 17.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">Version 10.1</a> showcases significant improvements to reusable blocks, a clearer image toolbar, and spatial options for the social media block. <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">Version 10.2</a> offers block pattern options to display contents from the query block and removes writing prompts from empty paragraphs in the editor. It also adds width adjustment for spacer blocks in horizontal parent blocks and the ability to transform media and text blocks into columns.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/03/08/whats-next-in-gutenberg-march-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates. Don’t miss the monthly Gutenberg tutorial on <a href=\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\">How to make block patterns</a>!</p>\n\n\n\n<h2>Full Site Editing updates</h2>\n\n\n\n<p>March saw a plethora of updates to the <a href=\"https://make.wordpress.org/core/tag/full-site-editing/\">Full Site Editing</a> project!</p>\n\n\n\n<ul><li><a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> published a <a href=\"https://make.wordpress.org/updates/2021/03/12/full-site-editing-pre-merge-overview/\">Full Site Editing pre-merge overview</a>. She shares the project’s current status, go/no-go dates for core merge, communication plans, and challenges.&nbsp;</li><li>March saw two calls for testing as part of the <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">Full Site Editing outreach program</a>. The first test of the month — <a href=\"https://make.wordpress.org/test/2021/03/09/fse-program-testing-call-3-create-a-fun-custom-404-%20page/\">creating a custom 404 page</a>,&nbsp; wrapped up successfully.&nbsp; Participate in the latest testing initiative — <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">&nbsp;build a restaurant-themed website header</a> to help improve the future of WordPress! Deadline: April 8.&nbsp;</li><li>You can also find <a href=\"https://make.wordpress.org/core/2021/03/16/high-level-feedback-from-the-fse-program-march/\">high-level feedback on the FSE Program</a> in this March 2021 post.</li></ul>\n\n\n\n<h2>Proposal launched for a WordPress contributor handbook</h2>\n\n\n\n<p>A proposal has been kicked off on <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">building a project-wide WordPress contributor handbook</a>. The handbook will have content around the WordPress project’s underlying philosophies and commitments, along with shared expectations on working together and building products. It will also contain modern open source best practices for WordPress.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>You can now schedule office hours with Matt Mullenweg and Josepha Haden as part of their <a href=\"https://make.wordpress.org/core/2021/03/12/q2-listening-hours-april-7th-2021/\">Q2 Quarterly listening hours initiative</a>. This quarter’s listening session is scheduled for April 7th, 2021, from <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210407T2200\">22:00</a>&#8211;<a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210408T0000\">24:00</a> UTC. Slots are still available — <a href=\"https://calendly.com/mmullenweg/team-lead-office-hours?month=2021-04&date=2021-04-08\">sign up now</a>!&nbsp;</li><li>The Themes Team is working on <a href=\"https://make.wordpress.org/themes/2021/03/17/next-steps-on-themes-and-reviews/\">automating the theme review process</a>. The team has shared a detailed post on these changes and is requesting feedback.</li><li>The Core Team has <a href=\"https://make.wordpress.org/core/2021/03/05/dual-licensing-gutenberg-next-steps/\">kicked-off plans</a> on dual licensing Gutenberg under GPL and MPL.</li><li><a href=\"https://buddypress.org/2021/03/buddypress-7-2-1-security-release/\">Version 7.2.1</a> of BuddyPress (security release) is out! Update all your BuddyPresses!</li><li>The Docs Team shipped the <a href=\"https://make.wordpress.org/docs/2021/03/07/wordpress-documentation-style-guide-google-season-of-docs-2020-project-report-tacitonic/\">WordPress documentation style guide</a> as part of its Google Season of Docs 2020 effort. The team has also kicked off work on applying for <a href=\"https://href.li/?https://make.wordpress.org/docs/tag/season-of-docs-2021/\">Google Season of Docs 2021</a>!</li><li>The Polyglots Team is making <a href=\"https://make.wordpress.org/polyglots/2021/03/26/polyglots-training-working-group-update-2/\">significant progress on building their contributor training program</a>. The team is also requesting feedback on <a href=\"https://make.wordpress.org/polyglots/2021/03/30/request-for-feedback-polyglots-team-stats-dashboard/\">building their dashboard</a>.</li><li><a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> shared an <a href=\"https://make.wordpress.org/updates/2021/03/19/experiment-coordinating-sponsored-contributor-teams/\">experiment to coordinate sponsored contributors</a> by adding them to a private Slack channel to offer them better support.</li><li>The Community Team announced its revamped <a href=\"https://make.wordpress.org/community/2021-wordpress-global-community-sponsorship-program/\">2021 Global Sponsorship Program</a>. The team also published a <a href=\"https://make.wordpress.org/community/2021/03/12/2021-financial-update-for-the-wordpress-community/\">financial update for WP Communities in 2021</a>.</li><li>The Core Team is moving ahead to <a href=\"https://make.wordpress.org/core/2021/03/04/discussion-dropping-support-for-ie11/\">drop support for Internet Explorer 11</a> for upcoming versions of WordPress.</li><li>The Design Team shared <a href=\"https://make.wordpress.org/design/2021/03/30/wordpress-org-patterns-directory/\">initial designs for the Block pattern directory</a>.</li><li>The <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> workspace briefly went down on March 30 due to a Slack ToS issue, which was subsequently resolved. More details on <a href=\"https://make.wordpress.org/updates/2021/03/30/journal-entry-wordpress-slack-workspace-unavailability/\">this explainer post</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 03 Apr 2021 16:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"WPTavern: FSF Doubles Down on Stallman Reinstatement, WordPress Does Not Support His Return to the Board\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114565\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:251:\"https://wptavern.com/fsf-doubles-down-on-stallman-reinstatement-wordpress-does-not-support-his-return-to-the-board?utm_source=rss&utm_medium=rss&utm_campaign=fsf-doubles-down-on-stallman-reinstatement-wordpress-does-not-support-his-return-to-the-board\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9079:\"<p>The <a href=\"https://www.fsf.org/\">Free Software Foundation</a> (FSF) is hemorrhaging board members and management following the <a href=\"https://wptavern.com/free-software-community-condemns-richard-stallmans-reinstatement-to-fsf-board-of-directors\">reinstatement of Richard Stallman</a>. The GPL author and founder of the FSF announced last week that he had rejoined the board and is not planning to resign a second time. An <a href=\"https://rms-open-letter.github.io/\">open letter</a> signed by more than 3,000 people called&nbsp;for the removal of Stallman from all leadership positions, including the GNU project, and removal of the entire Board of the FSF. So far it has gained support from Red hat, Mozilla, Outreachy, the Software Conservancy project, and many other high profile organizations.</p>\n\n\n\n<p>&ldquo;We are long past the point where we can pretend that the most important thing about software freedom is the software,&rdquo; Mozilla Engineering Community Manager Michael Hoye said in signing support for the open letter. &ldquo;We cannot demand better from the internet if we do not demand better from our leaders, our colleagues and ourselves.&rdquo; </p>\n\n\n\n<p>In addition to the resignation of former FSF board member Kat Walsh, the organization&rsquo;s executive director, deputy director, and chief technology officer have also resigned. They published a joint <a href=\"https://www.fsf.org/blogs/executive-director/management-team-members-resigning\">statement</a>, reaffirming their commitment to the mission of free software, despite their departure:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p></p><p>As members of FSF management, we have decided to resign, with specific end dates to be determined. We believe in the importance of the FSF&rsquo;s mission and feel a new team will be better placed to implement recent changes in governance. Free software and copyleft are critical issues of our time, and the FSF is, and should continue to be, the organization leading this movement. FSF staff have our utmost respect, support, and appreciation, and it has been a privilege to work with you all. Our team&rsquo;s mutual goal is to ensure a smooth transition while supporting the necessary renovation of the foundation&rsquo;s governance.</p></blockquote>\n\n\n\n<p>An oddly-timed <a href=\"https://twitter.com/fsf/status/1376714994721689601\">tweet</a> announced a new published statement the FSF board voted on, which &ldquo;condemns misogyny, racism, and other bigotry as well as defamation, intimidation, and unfair attacks on free thought and speech.&rdquo; The statement was met with ridicule and outrage on Twitter, as it hints at the defense Stallman used when he <a href=\"https://wptavern.com/gpl-author-richard-stallman-resigns-from-free-software-foundation\">resigned as the FSF board director</a>, claiming he had been subject to &ldquo;a series of misunderstandings and mischaracterizations.&rdquo;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">While our primary mission is freedom for software users, we want to be clear, the FSF board unanimously condemns misogyny, racism,and other bigotry as well as defamation, intimidation, and unfair attacks on free thought and speech.</p>&mdash; Free Software Fndn. (@fsf) <a href=\"https://twitter.com/fsf/status/1376714994721689601?ref_src=twsrc%5Etfw\">March 30, 2021</a></blockquote>\n</div>\n\n\n\n<p>Recent statements published to the FSF website indicate that its leadership is doubling down on the decision to reinstate Stallman:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><a href=\"https://fsf.org/about/staff-and-board\">Some of our colleagues in the FSF</a>&nbsp;have decided to resign. We are grateful for the good work they have done for so long, and we will miss them. We regret losing them; we regret the situation that has motivated them to leave.</p><p>We appreciate their strong commitment to free software and we want to find replacements with a similar competence and commitment. We are open to suggestions and applications for these positions.</p><p>Finally, we would like to thank the numerous friends across the free software movement who have recently joined as well as those who have left and provided suggestions for helping us through this difficult time.</p></blockquote>\n\n\n\n<p>The FSF seems to be counting the resignations as an acceptable loss, as funds from donors are evaporating. Several organizations have discontinued financial support for the organization. Most notably, Red Hat, a long-time donor with hundreds of contributors who have submitted millions of lines of code to projects stewarded by the FSF, publicly <a href=\"https://www.redhat.com/en/blog/red-hat-statement-about-richard-stallmans-return-free-software-foundation-board\">discontinued support</a> for the organization and any of its events. In addition to $708,016 in membership dues, the FSF received $1,383,003 in contributions, gifts, and grants, which makes up the bulk of its annual revenue, according to a recent <a href=\"https://www.charitynavigator.org/index.cfm?bay=search.summary&orgid=8557#accountability-transparency-performance-metrics\">report</a> on Charity Navigator.</p>\n\n\n\n<p>Stallman is synonymous with the FSF and his reinstatement puts many free software advocates in a difficult position. Some cannot easily write off the entire organization, as it is engaged in important work. The FSF publishes the GPL, LGPL, and FDL licenses. It also holds copyrights to defend free software from those who would seek to make it proprietary and has the power to enforce the GPL. As part of its <a href=\"https://www.fsf.org/licensing\">Free Software Licensing and Compliance Lab</a>, the organization works to ensure that free software distributors respect their obligations to pass on the user freedoms that these licenses are meant to convey. </p>\n\n\n\n<p>The Fedora Council cited the FSF&rsquo;s important function when publishing a <a href=\"https://fedoramagazine.org/fedora-council-statement-on-richard-stallman-rejoining-fsf-board/\">statement</a> on why it is pulling funding from the organization:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Along with many in the free and open source software world, the Fedora Council was taken aback that the Free Software Foundation (FSF) has allowed Richard Stallman to rejoin their Board of Directors given his history of abuse and harassment. The Fedora Council does not normally involve itself with the governance of other projects. However, this is an exceptional case due to the FSF&rsquo;s stewardship of the GPL family of licenses, which are critical for the work we do.</p></blockquote>\n\n\n\n<p>The council will not provide funding or attend any FSF-sponsored events where Stallman is a featured speaker or exhibitor, and stated that this also applies to any organization where he has a leadership role.</p>\n\n\n\n<h2>WordPress Responds to Stallman&rsquo;s Reinstatement</h2>\n\n\n\n<p>Up until today, WordPress had not published an official statement on Stallman&rsquo;s reinstatement to the FSF board. <a href=\"https://wordpressfoundation.org/\">The WordPress Foundation</a> website lists the Free Software Foundation as one of the project&rsquo;s inspirations. WordPress co-founder Matt Mullenweg was also among the FSF&rsquo;s list of patrons in previous years. </p>\n\n\n\n<p>After asking WordPress&rsquo; executive director Josepha Haden Chomphosy for a comment regarding the matter, she published a <a href=\"https://josepha.blog/2021/04/02/on-recent-news-about-the-fsf-board-of-directors/\">statement</a>: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>In short, I do not support his return as a board member.&nbsp;</p><p>It makes me proud that the WordPress project embodies the best traditions of open source and retires outdated traditions, or shibboleths, that do not have a place in our mission: to democratize publishing and grow the open web. For years, this community has been committed to championing underrepresented voices and maintaining a safe and welcoming environment for those we rarely see in open source.&nbsp;</p></blockquote>\n\n\n\n<p>Although the statement is published on her personal blog, Haden Chomphosy confirmed that this is the WordPress project&rsquo;s official stance on Stallman&rsquo;s reinstatement. The statement quietly calls out Stallman&rsquo;s lack of accountability and the fact that he has not publicly acknowledged how harmful his behavior has been to the free software community:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The high standards for welcoming behavior are held across the board. WordPress contributors lead with accountability, acknowledgment of error, and a genuine desire to grow based on feedback. Under the guidance of many thoughtful leaders, WordPress makes space for those who are committed to growth.&nbsp;</p></blockquote>\n\n\n\n<p>The message is more focused on the positive aspects of the WordPress community and its values but is clear in the first paragraph: WordPress does not support Stallman&rsquo;s return as an FSF board member.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Apr 2021 18:57:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Disable the WordPress Block Editor’s Fullscreen Mode With a Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/disable-the-wordpress-block-editors-fullscreen-mode-with-a-plugin?utm_source=rss&utm_medium=rss&utm_campaign=disable-the-wordpress-block-editors-fullscreen-mode-with-a-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3173:\"<p class=\"has-drop-cap\">On Wednesday, Johan Jonk Stenstr&ouml;m released <a href=\"https://wordpress.org/plugins/fullscreen-mode-b-gone/\">Fullscreen Mode B Gone</a> to the WordPress plugin directory. As the catchy title implies, it gets rid of the block editor&rsquo;s fullscreen mode.</p>\n\n\n\n<p>As anyone who prefers to opt-out of fullscreen mode knows, there are moments when you log into WordPress and hop over to the post editor only to find it is not in the state you last left it. It is a slight annoyance but enough to dampen the user experience.</p>\n\n\n\n<p>Nearly two years ago, Andrew Duthie opened a ticket for storing <a href=\"https://github.com/WordPress/gutenberg/issues/15105\">users&rsquo; editor preferences to the database</a> instead of their browser&rsquo;s local storage. This includes basic settings like toggling whether fullscreen mode should be enabled. Local storage is not considered sticky, at least not permanently. It can be cleared in a variety of ways. This means that users must deal with disabling the default fullscreen editor more often than they should. It is also not stored when switching browsers, using private tabs, or when working on multiple sites across the same network.</p>\n\n\n\n<p>The ultimate goal should be to persistently save preferences on a per-user basis. There has been little movement on that ticket in the past year. Most comments have come in the form of closed duplicates.</p>\n\n\n\n<p>In the meantime, users must look for alternative solutions. That&rsquo;s where plugins like Fullscreen Mode B Gone offer some assistance.</p>\n\n\n\n<p>The plugin is simple. It toggles the block editor&rsquo;s fullscreen mode off. Regardless of whether users have switched browsers, cleared their local storage, or anything else, they can safely enter the editor without being bombarded by a different editing experience.</p>\n\n\n\n<img />New post with fullscreen mode disabled.\n\n\n\n<p>Both an upside and a downside of the plugin is that it resets fullscreen mode each time the user opens the editor. It does not address the sticky issue. For users like me who prefer to always have fullscreen mode disabled or only turn it on once in a while, this is ideal. However, for users who want WordPress to remember the last state, it is best to skip this plugin. The default experience is better suited to what you need.</p>\n\n\n\n<p>One of the things I dislike about how the editor works is that it requires JavaScript for plugins to make changes like this. Even if it is merely a few lines of code, it still calls for one more HTTP response just to alter a default setting. At least with PHP, a simple filter would have sufficed.</p>\n\n\n\n<p>This is not Stenstr&ouml;m&rsquo;s first editor-related plugin. He has a plugin titled <a href=\"https://wordpress.org/plugins/fatso/\">Fatso</a>, which widens the content canvas for users who prefer more space when writing. Also, continuing with the &ldquo;B Gone&rdquo; branding, he released <a href=\"https://wordpress.org/plugins/welcome-to-the-block-editor-b-gone/\">Welcome To the Block Editor B Gone</a> a week ago. Similar to his current plugin, it disables the block editor welcome message permanently.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Apr 2021 16:38:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"WPTavern: Gutenberg 10.3 Supports Default Image Sizes, Continues Normalizing Toolbars, and Categorizes Theme Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114610\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:271:\"https://wptavern.com/gutenberg-10-3-supports-default-image-sizes-continues-normalizing-toolbars-and-categorizes-theme-blocks?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-10-3-supports-default-image-sizes-continues-normalizing-toolbars-and-categorizes-theme-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6241:\"<p class=\"has-drop-cap\">Version 10.3 of the Gutenberg plugin landed yesterday. Users can now define a default Image block size. The development team also continued work on normalizing block toolbars, created a &ldquo;theme&rdquo; block category, and added a padding option to the Verse block.</p>\n\n\n\n<p>Contributors fixed over 30 bugs. However, the bulk of work went toward Full Site Editing (FSE) with over 70 commits. It is an impressive effort toward the looming WordPress 5.8 deadline and an upcoming decision on whether FSE will land in the release.</p>\n\n\n\n<p>The team included a few additional blocks for FSE. The new <a href=\"https://github.com/WordPress/gutenberg/pull/29766\">Login/out block</a> displays a login or logout link, depending on whether the user is logged out or in, respectively. The block also has an option for displaying a login form. A <a href=\"https://github.com/WordPress/gutenberg/pull/29428\">Query Title block</a> was included with an Archive Title variation, which will automatically output the current title on archive views. The team also added a <a href=\"https://github.com/WordPress/gutenberg/pull/29613\">Term Description block</a> for displaying category, tag, and custom taxonomy term descriptions on archives.</p>\n\n\n\n<p>Of course, as has become ritual at this point, I am now writing in an editor that looks different than it did a day ago. In version 10.2, all of our Paragraph blocks were shifted to the left.  In 10.3, none of our theme&rsquo;s width constraints are applying to the content canvas.   I still optimistically envision a day in which a Gutenberg update does not affect theme styles.</p>\n\n\n\n<h2>Default Image Sizes</h2>\n\n\n\n<img />\n\n\n\n<p class=\"has-drop-cap\">One of the features I have been patiently awaiting has finally arrived &mdash; <em>sort of.</em> We all have pet-peeves when it comes to the block editor, and not being able to <a href=\"https://github.com/WordPress/gutenberg/pull/29966\">set the default image size</a> when using the Image block has been high on my list.</p>\n\n\n\n<p>A recently-added feature uses the core WordPress <code>image_default_size</code> option to handle this. When set, any new Image blocks added will default to this chosen size. While it is a welcome enhancement, there are two problems with the solution.</p>\n\n\n\n<p>The first issue is that this option is not exposed in the WordPress admin interface. That is unless you know how to get to the secret <code>/wp-admin/options.php</code> page. There are no links to it, but users can directly enter the URL, scroll down to find the <code>image_default_size</code> option, and manually type in the size handle (e.g., <code>full</code>, <code>large</code>, etc.) that they want before saving.</p>\n\n\n\n<p>The second issue is that it solves the problem on a site-wide level but not on a user level. For publications like WP Tavern with multiple authors, we all have our own preferred workflows. For me, I like to pre-crop all of my images before uploading, which often means that I want to use the full-sized image in the post. However, other writers may want to go a different route. The default image size should be a user preference, falling back to the site setting.</p>\n\n\n\n<p>Nevertheless, I am happy to see some progress. I can skip that extra step of setting the image size every time I add an image to a post.</p>\n\n\n\n<p>Next, let&rsquo;s make this happen for image alignment. Or, how about we let users set defaults for many more block options to help them streamline their workflows?</p>\n\n\n\n<h2>Normalizing Block Toolbar Groupings</h2>\n\n\n\n<img />Semantic groupings for the Paragraph block.\n\n\n\n<p class=\"has-drop-cap\">Building off <a href=\"https://wptavern.com/gutenberg-10-1-enhances-reusable-blocks-updates-social-icons-spacing-options-and-normalizes-image-block-toolbar\">work that started in version 10.1</a>, the development team continued <a href=\"https://github.com/WordPress/gutenberg/issues/25983\">normalizing the block toolbar</a>. Over a dozen blocks received the new treatment.</p>\n\n\n\n<p>The end goal is to create semantic groupings of the toolbar buttons for all blocks. This will make it easier for end-users to find options and for developers to know where to place buttons in the future. The order in the toolbar, broken down into four groups, is as follows:</p>\n\n\n\n<ul><li>Meta</li><li>Block Level</li><li>Inline Level</li><li>More Options</li></ul>\n\n\n\n<p>The toolbar separates each grouping with a border. With the Paragraph block, for example, the text alignment option is on the block level. However, the bold, italic, and link settings are inline.</p>\n\n\n\n<p>Developers creating custom blocks should follow the best practices under the <a href=\"https://github.com/WordPress/gutenberg/blob/trunk/docs/how-to-guides/designers/block-design.md\">block design documentation</a>.</p>\n\n\n\n<h2>Theme Block Category</h2>\n\n\n\n<img />Theme category with Template Part, Header, and Footer blocks.\n\n\n\n<p class=\"has-drop-cap\">When using a block-based theme, which enables FSE mode, Gutenberg 10.3 introduces a new <a href=\"https://github.com/WordPress/gutenberg/pull/30020\">&ldquo;Theme&rdquo; category in the inserter</a>. It currently includes the Template Part, Header, and Footer blocks. The goal for the enhancement is to indicate that they are the building blocks of themes.</p>\n\n\n\n<p>The enhancement could be better if the category was not so tough to find in the inserter&rsquo;s long list of blocks. I am still arguing that we bring back the original accordion in the UI. In the site editor, it would be better to shift the Theme category to the top, which is primarily for editing theme-related things.</p>\n\n\n\n<h2>Padding Option for the Verse Block</h2>\n\n\n\n<img />Adding horizontal padding to the Verse block.\n\n\n\n<p class=\"has-drop-cap\">Users can now set the <a href=\"https://github.com/WordPress/gutenberg/pull/29820\">padding for the Verse block</a>. The setting feels a bit out of place right now without any other stylistic options. Background and border options will make padding more relevant in the long term. </p>\n\n\n\n<p>For now, it is nice to see more blocks getting spacing options. It just happened to land on what, I&rsquo;d wager, is the least-used block for WordPress users.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Apr 2021 22:21:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: FSE Outreach Round #4: Building a Restaurant-Themed Header With Gutenberg’s Site Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114578\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:233:\"https://wptavern.com/fse-outreach-round-4-building-a-restaurant-themed-header-with-gutenbergs-site-editor?utm_source=rss&utm_medium=rss&utm_campaign=fse-outreach-round-4-building-a-restaurant-themed-header-with-gutenbergs-site-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6069:\"<p class=\"has-drop-cap\">Anne McCarthy <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">announced the fourth round of testing</a> for the Full Site Editing (FSE) Outreach program last week. This testing phase calls for users to build a restaurant-themed header via the Gutenberg plugin&rsquo;s site editor. Testing is open to anyone, and participants should leave feedback by April 8.</p>\n\n\n\n<p>The testing process is broken down into 24 steps with both setup and testing instructions. Those participating will need to activate the latest version of the <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks</a> theme and the <a href=\"https://wordpress.org/plugins/gutenberg\">Gutenberg</a> plugin.</p>\n\n\n\n<p>The more people who leave feedback, the better it is for the project. The program provides that direct link between the user and the developer team that has often been missing in the past. If you have an hour or so of spare time, jump right in.</p>\n\n\n\n<h2>Building a Custom Header</h2>\n\n\n\n<p class=\"has-drop-cap\">I want to push the site editor beyond its limits, creating move advanced layouts. However, the site builder is so fundamentally limiting &mdash; and broken in some cases &mdash; that it is easy to become frustrated. And, depending on which version of Gutenberg you are using, such as the latest dev vs. stable version, you can get wildly different results.</p>\n\n\n\n<p>This propensity to jump ahead of the lesson is something I have done my entire life. In school, I frustrated more than a few teachers. I would be working on stuff from the end of the chapter when they were still explaining the basics to the rest of the class a half-hour later. I have always wanted to get to the &ldquo;good stuff.&rdquo; Of course, I did so by blazing past the boring fundamentals. I also dropped out of software engineering twice in college because building calculators was neither exciting nor challenging.</p>\n\n\n\n<p>Like always, I jumped ahead with Round #4 of the FSE Outreach Program. I came to the realization that attempting to do anything remotely advanced with the site editor was simply not going to happen.</p>\n\n\n\n<p>I want Full Site Editing to be successful, but we are mere weeks away from the deadline that determines whether it will land in the next version of WordPress. Somehow this experience felt like a step back from where the plugin was a few weeks ago as I built a custom homepage as part of the <a href=\"https://wptavern.com/fse-outreach-round-2-building-a-custom-homepage-with-gutenbergs-site-editor\">second round</a> of the FSE Outreach testing program. I do not know whether the problems stemmed directly from Gutenberg, the TT1 Blocks theme, or both. As someone who prides himself on near-infinite patience, Round #4 sought to crack me.</p>\n\n\n\n<p>I wanted to recreate several elements from the UK-based <a href=\"https://www.phocafe.co.uk/\">Pho Cafe</a> page header. I knew the site editor could not yet manage a one-to-one replication.  I still thought I could pull in parts of it but utterly failed.</p>\n\n\n\n<img />Pho Cafe website page header.\n\n\n\n<p>I appreciate the need for controlled circumstances. Step-by-step testing puts everyone on the same page, makes it easier to gather data, and allows others to reproduce issues. I am just bad at it.</p>\n\n\n\n<h2>Following the Rules</h2>\n\n\n\n<p class=\"has-drop-cap\">I restarted from scratch. I followed the rules. And, for the most part, the testing round was successful. I built a restaurant website header from the instructions and put my own spin on it.</p>\n\n\n\n<img />Custom beachside caf&eacute; header design.\n\n\n\n<p>Of course, I hit a few snags. That is what the testing program is all about &mdash; identifying pain points.</p>\n\n\n\n<p>The most problematic issue is that what I saw in the editor was not what I got on the front end. I have played around with it enough to know in my mind what it <em>might</em> look like on the front end to make adjustments without previewing the changes. However, that is not the user experience that WordPress is shooting for.</p>\n\n\n\n<img />Editor view of the restaurant website header.\n\n\n\n<p>Admittedly, on the front end, I tidied up the padding for the Group block and bottom margin for the Columns block for the &ldquo;Order Online&rdquo; strip across the top of the header. I thought about making the button smaller too. However, I stuck with the TT1 Blocks theme default. Ultimately, padding, margin, and other types of sizing/spacing should be customizable by the end-user.</p>\n\n\n\n<p>Wide and full block alignments completely disappeared after activating TT1 Blocks. I am unsure if this was a recent change in the Gutenberg plugin or the theme. Nevertheless, they were gone, which was one reason I had trouble recreating pieces of the original page header I wanted to build.</p>\n\n\n\n<p>The TT1 Blocks theme also has a hardcoded font-size for the site title link. This means that users cannot change the size of the Site Title block. I wanted to bump this up a little to make it more prominent.</p>\n\n\n\n<p>Like the first design I was shooting for, I wanted my Navigation items to look like individual buttons, each with a bit of whitespace in between. However, the Navigation block does not currently support adding backgrounds to each nav item. Even if it did, it also does not have a horizontal margin setting to add the spacing. And, I outright refuse to use a <a href=\"https://wptavern.com/gutenberg-10-2-adds-spacers-to-navigation-lists-lets-users-categorize-template-parts-and-introduces-scoped-patterns\">Spacer block between items</a>.</p>\n\n\n\n<p>I did want to spruce my restaurant page header up a bit with a custom background. To do that, I added the primary elements inside a Cover block. Currently, the only way to do that is to copy all of the blocks, delete the old ones, and paste them into a new Cover block. A welcome enhancement to the editor would be an option for &ldquo;grouping&rdquo; blocks into a Cover like what is possible with the Group block.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Mar 2021 22:07:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: First Look at Initial Designs for WordPress’ Block Pattern Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114531\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"https://wptavern.com/first-look-at-initial-designs-for-wordpress-block-pattern-directory?utm_source=rss&utm_medium=rss&utm_campaign=first-look-at-initial-designs-for-wordpress-block-pattern-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3268:\"<p>WordPress contributors began <a href=\"https://wptavern.com/wordpress-contributors-discuss-launching-an-official-block-pattern-directory\">discussing</a> the possibility of a block pattern directory in October 2020, an idea that garnered enthusiastic support. The directory would offer a place to browse user-submitted patterns, as well as one-click installation of patterns from the block inserter inside the editor. </p>\n\n\n\n<p>Interface designer Shaun Andrews <a href=\"https://make.wordpress.org/design/2021/03/30/wordpress-org-patterns-directory/\">published</a> the initial designs for the pattern directory yesterday. Patterns will be displayed in a masonry-style grid that can be sorted by category, which works well for pattern thumbnails of varying heights. Users can search the directory and sort by featured, newest, and most popular. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://cloudup.com/cK4jSz1Fx9c\"><img src=\"https://cldup.com/HiaWY_zXIf.gif\" alt=\"Masonry grid\" width=\"1024\" height=\"535\" /></a>\n</div>\n\n\n\n<p>The idea is that a user will be able to copy a single pattern to their clipboard while visiting the directory and paste it directly into the block editor. Users will also be able to &ldquo;favorite&rdquo; patterns from the directory and access them inside the editor.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://cloudup.com/czovcau6B_D\"><img src=\"https://cldup.com/OYhRf1SQz9.gif\" alt=\"Copy pattern flow\" width=\"1024\" height=\"757\" /></a>\n</div>\n\n\n\n<p>One of the most exciting aspects of the plan is that anyone will be able to create and submit a pattern without having a lot of technical knowledge. Andrews shared a quick landing page mockup to explain what patterns are and how to submit one. Prospective pattern authors would be able to create a pattern on WordPress.org using a hosted instance of the block editor with a few tweaks specific to describing and categorizing the pattern.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Users who submit patterns will have a new &ldquo;My Patterns&rdquo; screen listing all of their patterns, ones they have favorited, information about how many people have favorited their submitted patterns, and status updates for patterns still in review.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>&ldquo;This is a big opportunity for designers to contribute to the overall WordPress ecosystem without having to know how to code a&nbsp;plugin&nbsp;or a theme,&rdquo; Andrews said. It opens up a new avenue of design contribution that would not have been possible with the same scale of distribution in the days of the previous editor.</p>\n\n\n\n<p>There are still many unanswered questions, such as how &ldquo;featured&rdquo; patterns would be chosen, how drafts work, if the patterns can only include core blocks, how users will browse and manage favorite patterns in the editor, who approves the patterns, how pattern authors can edit existing patterns, and more. If you want to help out on the project, check out the Pattern Directory repository on <a href=\"https://github.com/WordPress/pattern-directory\">GitHub</a>. The work is broken down into smaller projects in the <a href=\"https://github.com/WordPress/pattern-directory/issues\">issues</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Mar 2021 17:12:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: GoDaddy Pro Will Kick off 2-Day Expand Event on April 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/godaddy-pro-will-kick-off-2-day-expand-event-on-april-27?utm_source=rss&utm_medium=rss&utm_campaign=godaddy-pro-will-kick-off-2-day-expand-event-on-april-27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5095:\"<p class=\"has-drop-cap\">GoDaddy Pro is launching its first <a href=\"https://www.godaddy.com/pro/expand\">virtual Expand event</a> on April 27. The <a href=\"http://events.godaddy.com/expand\">free-to-attend conference</a> will focus on web professionals and will last until April 28.</p>\n\n\n\n<p>In February, GoDaddy <a href=\"https://wptavern.com/godaddy-launches-the-hub-a-new-site-project-and-client-management-experience-for-web-professionals\">re-launched GoDaddy Pro</a> as a formal sub-brand of the company. The &ldquo;Pro&rdquo; branding was not a new outing. However, it was a fresh take on an old idea. As part of this launch, they introduced a re-engineered interface named the Hub. The experience was geared toward website designers and developers, providing them with a central location to manage their client projects. More than simply a new set of tools, the company created a dedicated branding experience for GoDaddy Pro.</p>\n\n\n\n<p>&ldquo;We are committed to, passionate about, and truly in awe of web designers and developers,&rdquo; said Adam Warner, the Global Field Marketing Sr. Manager at GoDaddy. &ldquo;It has been a pleasure supporting this audience, but it&rsquo;s now our mission to up the ante and deepen our commitment. Our goal with GoDaddy Pro is to empower web pros with a unified tool that helps them create outsize efficiency for their operation, deliver incredible results for their clients, grow their skills and operation, and connect and inspire by fostering community.&rdquo;</p>\n\n\n\n<p>The Expand 2021 event is a continuation of that goal. The target audience is described as &ldquo;web designers and developers who identify as eager side hustlers or website freelancers.&rdquo; The conference&rsquo;s sessions are meant to provide instructions, resources, and connections to help developers grow their businesses.</p>\n\n\n\n<p>The event will begin with an opening keynote from GoDaddy&rsquo;s Aman Bhutani, the CEO; Tara Wellington, the Senior Director of Product Management; and Warner. It will feature eight sessions, split evenly between each day. The event&rsquo;s schedule will fit into a small window between 10 am and 12:30 pm <a href=\"https://www.timeanddate.com/time/zones/pt\">Pacific Time</a> on both days.</p>\n\n\n\n<p>By some conference standards, even virtual ones, this may seem like a small event. However, the tighter focus could be a welcome one for people suffering from <a href=\"https://wptavern.com/wordcamp-us-2020-canceled-due-to-pandemic-stress-and-online-event-fatigue\">online event fatigue</a>. Each session is scheduled to last around 30 minutes.</p>\n\n\n\n<p>The sessions will focus on a wide span of topics like client management, eCommerce, creating a project starter stack, website security, and scaling a freelance business with care plans.</p>\n\n\n\n<h2>The History Behind GoDaddy Pro Expand</h2>\n\n\n\n<p class=\"has-drop-cap\">Spearheading the first Expand conference, Warner avoided talking about target audiences, performance indicators, or budgetary concerns in an internal memo sent throughout GoDaddy. The effort is about creating a series of GoDaddy Pro Expand events globally in the coming months and years that help the community.</p>\n\n\n\n<p>The idea for a conference had been in the making since 2018. Warner described the purpose of GoDaddy Pro, Expand 2021, and meetups as empowering and inspiring the next generation of web designers and developers to deliver for their clients and create self-sustaining freelance businesses.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Expand 2021 is, in some way, my Opus for giving back to the community that raised me and giving the new generation a head start in following their own passions. It&rsquo;s the culmination of my years exploring and creating on the internet. My first time on the internet was in 1993. I was in my third year of college, working at Hungry Howie&rsquo;s Pizza in small-town Michigan. A co-worker had some of us to her house, and her boyfriend logged us on to a Bulletin Board System (BBS). We chatted in a dull, orange text late into the night to people around the world.</p><p>I was amazed then, and that sense of wonder and possibility stayed with me as I started to learn HTML and build simple websites a few years later. Then came my discovery of WordPress in early 2005 and the incredible global community of users willing to lift each other up for collective success.</p><p>It was at that moment, I knew I had to find a way to make websites and WordPress my career.</p></blockquote>\n\n\n\n<p>Now, 28 years later, Warner is taking the next step in organizing his first event from scratch along with over 40 others. He wanted to build a conference that was devoid of &ldquo;talking heads touting theoretical advice.&rdquo; Instead, to offer an experience with actionable knowledge that web professionals can use immediately.</p>\n\n\n\n<p>&ldquo;The real purpose of Expand 2021 is to &lsquo;pay it forward&rsquo; by advising and inspiring the next generation of web designers and developers, enabling them to take the next steps in their paths,&rdquo; said Warner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Mar 2021 20:16:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: So you want to make block patterns?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9995\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12967:\"<img width=\"632\" height=\"356\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?resize=632%2C356&ssl=1\" alt=\"\" class=\"wp-image-9998\" />\n\n\n\n<p>If you&#8217;ve ever built something for the WordPress block editor — a theme or a plugin — you may have also heard about <strong>block patterns</strong>. </p>\n\n\n\n<p>Looking at the patterns that come bundled with WordPress, I thought it would be nice to dedicate to them a short post. They&#8217;re pretty nice, useful shortcuts when you know them, but there&#8217;s a good chance you may not know what they are or why you might want to use them.</p>\n\n\n\n<h2>What&#8217;s a block pattern?</h2>\n\n\n\n<p>Patterns are&nbsp;<strong>collections of pre-arranged blocks</strong>&nbsp;that can be combined and arranged in many ways making it easier to create beautiful content. They act as a head-start, leaving you to plug and play with your content as you see fit and be as simple as single blocks or as complex as a full-page layout.</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"414\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=632%2C414&ssl=1\" alt=\"\" class=\"wp-image-10021\" /></div>\n\n\n\n<p>They live in a tab in the block library. You can click or drag and you&#8217;re able to preview them with your site&#8217;s styles.</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"413\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=632%2C413&ssl=1\" alt=\"\" class=\"wp-image-10022\" /></div>\n\n\n\n<p>Basically, a block pattern is just a bunch of blocks put together in advance:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>	&lt;!-- wp:group --&gt;\n&lt;div class=\"wp-block-group\"&gt;&lt;div class=\"wp-block-group__inner-container\"&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;\n&lt;hr class=\"wp-block-separator is-style-default\"/&gt;\n&lt;!-- /wp:separator --&gt;\n&lt;!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --&gt;\n&lt;div class=\"wp-block-image is-style-rounded\"&gt;&lt;figure class=\"aligncenter size-large is-resized\"&gt;&lt;img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/&gt;&lt;/figure&gt;&lt;/div&gt;\n&lt;!-- /wp:image --&gt;\n&lt;!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --&gt;\n&lt;blockquote class=\"wp-block-quote has-text-align-center is-style-large\"&gt;&lt;p&gt;\"Contributing makes me feel like I\'m being useful to the planet.\"&lt;/p&gt;&lt;cite&gt;— Anna Wong, &lt;em&gt;Volunteer&lt;/em&gt;&lt;/cite&gt;&lt;/blockquote&gt;\n&lt;!-- /wp:quote --&gt;\n&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;\n&lt;hr class=\"wp-block-separator is-style-default\"/&gt;\n&lt;!-- /wp:separator --&gt;&lt;/div&gt;&lt;/div&gt;\n&lt;!-- /wp:group --&gt;</code></pre>\n\n\n\n<p>That&#8217;s also how you create them: just use the block editor to configure a smattering of blocks to your liking, and the hard part&#8217;s over.</p>\n\n\n\n<h2>How do I get them in the block library?</h2>\n\n\n\n<p>There&#8217;s <a href=\"https://developer.wordpress.org/block-editor/developers/block-api/block-patterns/\">more documentation in the handbook</a>, but what it boils down to is this:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php \n/*\nPlugin Name: Quote Pattern Example Plugin\n*/\n\nregister_block_pattern(\n	\'my-plugin/my-quote-pattern\',\n	array(\n		\'title\'       =&gt; __( \'Quote with Avatar\', \'my-plugin\' ),\n		\'categories\'  =&gt; array( \'text\' ),\n		\'description\' =&gt; _x( \'A big quote with an avatar\".\', \'Block pattern description\', \'my-plugin\' ),\n		\'content\'     =&gt; \'&lt;!-- wp:group --&gt;&lt;div class=\"wp-block-group\"&gt;&lt;div class=\"wp-block-group__inner-container\"&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --&gt;&lt;div class=\"wp-block-image is-style-rounded\"&gt;&lt;figure class=\"aligncenter size-large is-resized\"&gt;&lt;img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/&gt;&lt;/figure&gt;&lt;/div&gt;&lt;!-- /wp:image --&gt;&lt;!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --&gt;&lt;blockquote class=\"wp-block-quote has-text-align-center is-style-large\"&gt;&lt;p&gt;\"Contributing makes me feel like I\\\'m being useful to the planet.\"&lt;/p&gt;&lt;cite&gt;— Anna Wong, &lt;em&gt;Volunteer&lt;/em&gt;&lt;/cite&gt;&lt;/blockquote&gt;&lt;!-- /wp:quote --&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- /wp:group --&gt;\',\n	)\n);\n\n?&gt;</code></pre>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f446.png\" alt=\"?\" class=\"wp-smiley\" /> That&#8217;s a snippet of PHP, which means you can drop it in a WordPress plugin, or perhaps more simply, paste it into the <strong>functions.php</strong> file from your theme. Done:</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"430\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=632%2C430&ssl=1\" alt=\"\" class=\"wp-image-10047\" /></div>\n\n\n\n<p>For patterns that include images, it&#8217;s worth thinking about where those are stored. The <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks theme</a> (which is a fancy name for &#8220;TwentyTwentyOne Blocks&#8221;) stores images in the theme library.</p>\n\n\n\n<h2>Now what?</h2>\n\n\n\n<p>The thing about a block pattern is, as soon as you insert it from the block library, it stops being <em>a cohesive unit</em> — now it&#8217;s just a smattering of blocks, detached from the pattern you created and meant to be customized to your liking. It&#8217;s a <em>shortcut</em>, not a <em>template</em>. That also means you don&#8217;t have to worry about switching themes or deactivating pattern plugins: the blocks you already inserted won&#8217;t go anywhere.</p>\n\n\n\n<p>That being said, if you like this one pattern so much you want to use it again and again, with no customization at all, you can make it into a <a href=\"https://wordpress.org/news/2021/02/gutenberg-tutorial-reusable-blocks/\">reusable block</a>:</p>\n\n\n\n\n\n\n\n<p>Reusable blocks are created, as the name implies, to be reused. The feature is a great way to store small bits of commonly used snippets that you can edit in one place to update in all. &#8220;<strong>Follow me on Twitter</strong>,&#8221; &#8220;<strong>Article series</strong>,<strong>&#8220;</strong> or <strong>&#8220;Subscribe to my podcast&#8221;</strong> are great examples of that.</p>\n\n\n\n<h2>What makes a good block pattern?</h2>\n\n\n\n<p>Patterns, as they ship today, are limited by the features available. If the block editor doesn&#8217;t allow you to customize letter-spacing, your block pattern can&#8217;t either. While the Global Styles project will expand what&#8217;s to blocks, in the meantime, we have to work with the available tools.</p>\n\n\n\n<p>Even then, with the most basic ingredients — color, photography, typography — it is possible to do a lot:</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://lh5.googleusercontent.com/W3RKCu5c7ONKnmuLdChmOhD40iZAFseq30i-qGwqFaq0dPTj_U5b1JXhhRR96-jRvJvKgC8BBZA4p_-EBYF-WoMRPoDLgCX8FG3RIWQhv6zX6-H7xBj4FZGGRm7cl_qdVgRy9G8q\" alt=\"\" />Three columns with images and text<br /></div>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"397\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=632%2C397&ssl=1\" alt=\"\" class=\"wp-image-10036\" />Media and text with image on the right</div>\n\n\n\n<p>I designed these patterns to potentially land in WordPress core, which all have a few properties in common:</p>\n\n\n\n<h3><strong>They share a theme.</strong></h3>\n\n\n\n<p>You can think of a pattern as a section of a website: it is meant to be part of a whole, and so it works best when it can exist in the context of other patterns that share the same theme. There are a few sharing a Nature theme in the patterns above, a few sharing an Art theme, and others sharing an Architecture theme. When seen together, it becomes easier to see how you might be able to piece together multiple pages of your site, one page at a time.</p>\n\n\n\n<ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><img width=\"632\" height=\"406\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=632%2C406&ssl=1\" alt=\"\" class=\"wp-image-10033\" /></li><li class=\"blocks-gallery-item\"><img width=\"632\" height=\"405\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=632%2C405&ssl=1\" alt=\"\" class=\"wp-image-10034\" /></li></ul>\n\n\n\n<h3><strong>They share a minimalist color palette.</strong></h3>\n\n\n\n<p>By being parts of a whole, patterns will inevitably land in a context that uses different colors. With a reduced color palette, there&#8217;s both a better chance of fitting in and less to customize to make it just right.</p>\n\n\n\n<ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><img width=\"632\" height=\"535\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=632%2C535&ssl=1\" alt=\"\" class=\"wp-image-10042\" /></li><li class=\"blocks-gallery-item\"><img width=\"632\" height=\"271\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container.jpg?resize=632%2C271&ssl=1\" alt=\"\" class=\"wp-image-10043\" /></li></ul>\n\n\n\n<h3><strong>The best patterns <strong>do things you might have not done otherwise</strong>.</strong></h3>\n\n\n\n<p>Whether that&#8217;s images offset to create a unique silhouette, or just using less visible features (like fixed positioning in the Cover block), it&#8217;s a way to surface creativity.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Tip: You can use any block in your patterns, including blocks that came from a plugin. And if that block is in the block directory, it will prompt you to install it with one click if it&#8217;s missing from your self-hosted WordPress:</em></p></blockquote>\n\n\n\n\n\n\n\n<h2>Here’s a plugin for you</h2>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php \n/*\nPlugin Name: Quote Pattern Example Plugin\n*/\n\nregister_block_pattern(\n	\'my-plugin/my-quote-pattern\',\n	array(\n		\'title\'       =&gt; __( \'Quote with Avatar\', \'my-plugin\' ),\n		\'categories\'  =&gt; array( \'text\' ),\n		\'description\' =&gt; _x( \'A big quote with an avatar\".\', \'Block pattern description\', \'my-plugin\' ),\n		\'content\'     =&gt; \'&lt;!-- wp:group --&gt;&lt;div class=\"wp-block-group\"&gt;&lt;div class=\"wp-block-group__inner-container\"&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --&gt;&lt;div class=\"wp-block-image is-style-rounded\"&gt;&lt;figure class=\"aligncenter size-large is-resized\"&gt;&lt;img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/&gt;&lt;/figure&gt;&lt;/div&gt;&lt;!-- /wp:image --&gt;&lt;!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --&gt;&lt;blockquote class=\"wp-block-quote has-text-align-center is-style-large\"&gt;&lt;p&gt;\"Contributing makes me feel like I\\\'m being useful to the planet.\"&lt;/p&gt;&lt;cite&gt;— Anna Wong, &lt;em&gt;Volunteer&lt;/em&gt;&lt;/cite&gt;&lt;/blockquote&gt;&lt;!-- /wp:quote --&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- /wp:group --&gt;\',\n	)\n);\n\n?&gt;</code></pre>\n\n\n\n<p>In case you want to make patterns, this example plugin features two of the patterns you saw above. Drop it in your plugins folder and they should show up in your block library.</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"966\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/03/Captura-de-ecra-2021-03-30-as-11.00.39.png?resize=632%2C966&ssl=1\" alt=\"\" class=\"wp-image-10062\" />Installed pattern under &#8220;Text&#8221; Category</div>\n\n\n\n<p>Feel free to tweak it, customize it, and make it yours. It’s GPL, after all!</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><em>Thank you <a href=\"https://profiles.wordpress.org/joen/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joen</a> for the help writing this post.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Mar 2021 17:01:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Beatriz Fialho\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"WPTavern: Open Collective Launches Funds to Help Companies Streamline Donations to Multiple Open Source Projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114400\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:269:\"https://wptavern.com/open-collective-launches-funds-to-help-companies-streamline-donations-to-multiple-open-source-projects?utm_source=rss&utm_medium=rss&utm_campaign=open-collective-launches-funds-to-help-companies-streamline-donations-to-multiple-open-source-projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4141:\"<p>Open Collective has launched <a href=\"https://blog.opencollective.com/funds-for-open-source/\">Funds</a>, a new funding infrastructure for funneling contributions to open source projects. Any open source project can receive contributions from a Fund, even those that are not listed on Open Collective due to having their own foundation or working with another fiscal host. The new feature was added to Open Collective&rsquo;s existing non-profit funding platform that serves more than 2,500 projects. </p>\n\n\n\n<p>Funds were designed to mitigate the friction between corporations and open source projects, cutting out the excessive bureaucracy that can sometimes stifle funding for smaller projects. Companies can use the feature to support multiple projects that are crucial to their business efforts and underlying tech.</p>\n\n\n\n<p>&ldquo;Funds facilitates a relationship between maintainers and organizations on their own terms,&rdquo; Open Collective co-founder Pia Mancini said. &ldquo;No contracts, no promises, no agendas. We take on the work of administrating payments to projects and of ensuring companies have what they need in their procurement processes.&rdquo;</p>\n\n\n\n<p>Traditionally, if you wanted to work on an open source project full time, you would most likely need to be sponsored by a company. Although WordPress&rsquo; &ldquo;<a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a>&rdquo; campaign isn&rsquo;t perfect, it has brought some stability, enabling the project to drive important efforts forward even in leaner times of contribution from unpaid volunteers. Some open source projects aren&rsquo;t able to thrive this way, especially those that are categorized as simple utilities.</p>\n\n\n\n<p>Critical dependencies can sometimes be grossly underfunded when supported by only a handful of individuals who may not have steady employment to buoy their maintainership efforts. The <a rel=\"noreferrer noopener\" href=\"http://heartbleed.com/\" target=\"_blank\">Heartbleed Bug</a> that was disclosed in 2014 put a spotlight on the immense economic challenges of funding open source work. In the aftermath of this global fiasco, the tech industry turned its attention towards brainstorming different initiatives that might create a more healthy ecosystem.</p>\n\n\n\n<p>Open Collective&rsquo;s Funds feature aims to make &ldquo;working for an open source project a legitimate alternative to a career working for a for-profit corporation.&rdquo; Prior to launching the new feature, the platform quietly tested a number of Funds with Airbnb, Indeed, Salesforce, and other companies with successful outcomes for maintainers.</p>\n\n\n\n<p>&ldquo;Airbnb&rsquo;s investment in webpack has enabled groundbreaking advancements in web compiler technology, paved the way for the last 2 major versions, and enabled us to devote entire teams to ecosystem management, CLI, docs, and infrastructure,&rdquo; webpack core team member Sean Larkin said. </p>\n\n\n\n<p>Airbnb received so many reports of the positive impact of its Fund that the company decided to expand its open source sustainability commitment by 50% to $150,000.</p>\n\n\n\n<p>&ldquo;Donations from Airbnb have made it possible for ESLint to pay core contributors for work,&rdquo; ESLint creator Nicholas Zakas said. &ldquo;As a result, contributors are able to spend more time pushing forward large projects that weren&rsquo;t possible when we relied solely on volunteering.&rdquo;</p>\n\n\n\n<p>As open source projects are becoming less self-contained and more interdependent, maintaining the health of the overall ecosystem is a priority. When smaller utilities that everyone depends on are underfunded, it can have a ripple effect that slows down progress throughout the vast web of projects that rely on the dependency. </p>\n\n\n\n<p>Open Collective&rsquo;s Funds feature is one solution that helps companies streamline their donations and keep track of their contributions to multiple projects in one place. Companies interested in creating a new Fund can get in touch with the organization via its <a href=\"https://www.oscollective.org/contact\">contact form</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Mar 2021 06:39:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Creating Tiled, Masonry, and Other Image Layouts With Meow Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114473\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"https://wptavern.com/creating-tiled-masonry-and-other-image-layouts-with-meow-gallery?utm_source=rss&utm_medium=rss&utm_campaign=creating-tiled-masonry-and-other-image-layouts-with-meow-gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4546:\"<p class=\"has-drop-cap\">I am uncertain of how I first came across the <a href=\"https://wordpress.org/plugins/meow-gallery/\">Meow Gallery</a> WordPress plugin. It was a pinned tab in my browser for a while, but it has recently become one of those projects that I keep coming back to. I delight in the imagery of the Meow Apps brand, created by Japan-based software developer Jordy Meow. It has the sort of fun and artistic visuals that are often missing in the WordPress business ecosystem. This creativity also comes across in the Meow Apps plugins.</p>\n\n\n\n<p>The problem with WordPress gallery plugins is that I find a new one I want to use every other week. It is a bit of an obsession. There are so many different options that it is tough to grow comfortable with a solution before finding something new and shiny to tinker with.</p>\n\n\n\n<p>Such is the case with Meow Gallery. From the simplicity of its options to the range of layouts that the plugin provides, it has found its way onto my ever-growing list of favorite gallery-related plugins.</p>\n\n\n\n<p>I also prefer the decoupled, modular nature of what Meow Apps is doing with its plugins. Meow Gallery keeps a tight focus on the gallery layout itself.  Users can select an image lightbox/overlay extension separately. <a href=\"https://wordpress.org/plugins/meow-lightbox/\">Meow Lightbox</a> is recommended, of course. However, both are developed to work alongside third-party gallery or lightbox plugins. It is the sort of building-block solution that more developers in the community should embrace, ultimately offering end-users more freedom.</p>\n\n\n\n<p>Meow Gallery is straightforward to use. It works similarly to the core Gallery block. When first adding images, users can drag-and-drop them directly into it or select from their media library. From that point, the experiences begin to diverge.</p>\n\n\n\n<img />Tiled gallery with 10px gutter.\n\n\n\n<p>Instead of selecting the number of columns, whether to crop, or the image size, the Meow Gallery block automatically handles this based on the type of layout chosen.  Options may change based on the layout too. The following are available:</p>\n\n\n\n<ul><li>Tiles</li><li>Masonry</li><li>Justified</li><li>Square</li><li>Cascade</li><li>Carousel (pro only)</li><li>Map (pro only)</li></ul>\n\n\n\n<p>The block also offers a handful of basic animations, link options, and more. However, the gutter setting provides more control over the output. The gutter is the horizontal and vertical space between images. Users can choose between 0 and 100. Gutter spacing is the one option from the plugin that WordPress should adopt, allowing theme authors to opt-into a default and users to customize.</p>\n\n\n\n<img />Square-layout gallery with no gutter.\n\n\n\n<p>The plugin also has <a href=\"https://meowapps.com/plugin/meow-gallery/\">commercial features</a>, but they are value-added upsells instead of necessary functionality. The pro version includes extras like more layouts, new animations, and infinite scrolling for galleries with many images.</p>\n\n\n\n<p>The one off-putting issue with Meow Gallery is that it creates a custom block. Having already seen solutions from other plugin authors that extend the default Gallery block, I was hoping this plugin would go in the same direction. Extending the core block makes it easier for end-users to switch gallery plugins at any point. However, users can transform Meow Gallery blocks into Gallery blocks and vice versa.</p>\n\n\n\n<p>Keep in mind that the WordPress Gallery block is also undergoing drastic changes. Currently, the plan is to make it more of a container block that houses nested Image blocks. By not extending the core block, plugin users will miss out on some of the advantages this change brings. Of course, the plugin developer could follow suit and add the same features to the project.</p>\n\n\n\n<p>Meow Gallery relies on the WordPress <code>gallery</code> shortcode. Therefore, it will continue working regardless of whether users deactivate the plugin in the future. As a fallback, it is not a perfect solution. Users of the block editor would likely rather have it revert to the core Gallery block &mdash; the shortcode and block are not remotely the same. However, it is a bit of a compromise between showing a working gallery or nothing at all.</p>\n\n\n\n<p>I suspect the reliance on the shortcode is for historical reasons. Meow Gallery existed in the pre-block era. However, the developer has managed to keep up with the times, offering support for both the block and classic editor.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Mar 2021 21:26:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: WP Briefing: How WordPress Improves\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/news/?post_type=podcast&p=9980\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2021/03/how-wordpress-improves/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10224:\"<p>In this episode, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> explores the WordPress release process. Tune in and learn the phases of a release and catch this week’s small list of big things.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2021/03/esperanza/\">WordPress 5.7 “Esperanza” </a></li><li><a href=\"https://en.wikipedia.org/wiki/Esperanza_Spalding\">Esperanza Spalding</a></li><li><a href=\"https://wordpress.org/news/2021/02/gutenberg-tutorial-reusable-blocks/\">Gutenberg Tutorial: Reusable Blocks</a></li><li><a href=\"https://make.wordpress.org/test/\">make.wordpress.org/test</a></li><li><a href=\"https://make.wordpress.org/core/handbook/contribute/git/\">GitHub repository </a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-9980\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>All right, so last week, we wrapped up and shipped the WordPress 5.7 release. The release team this time around was smaller than we&#8217;ve had in the last couple of years. By the numbers, it looks really good: 66 enhancements or feature requests went in, 127 bugs were fixed, and seven versions of a Gutenberg plugin were merged and backported. If you use WordPress, you are probably aware that we have new releases throughout the year, but you probably don&#8217;t know much about the release process. There&#8217;s not really a reason to know unless you&#8217;re actively contributing to a release. For those interested in knowing more about how we improve WordPress, this week&#8217;s exploration is for you.</p>\n\n\n\n<p>We&#8217;re gonna take a look at what goes into WordPress releases and just kind of zoom our way in from the highest level. At the highest level, there are three major WordPress releases a year, plus the minor releases, plus Gutenberg releases. So if you&#8217;re following current WordPress work and future WordPress work, that&#8217;s going to get you to probably around <strong>30 releases a year</strong>. If we zoom in one level to the release itself, a single release of WordPress takes four to five months from start to the day that we ship, and an additional four to six weeks on support and translations, and minor releases after that. If you&#8217;re looking from my vantage point, you&#8217;ll see that WordPress releases have essentially five parts, some of which happen kind of simultaneously.&nbsp;</p>\n\n\n\n<p>The first part is planning and includes the project lead, lead developers, design; groups like that. The second phase is the creation phase when we&#8217;re actually building the things that have to go into the CMS that involves the design, core, editor, mobile, and other teams. Then there&#8217;s this phase that I like to refer to as the distribution phase. This is mostly done by the teams that make sure that WordPress is widely distributable; the polyglots team work on translations, accessibility does some work, docs make sure that everything is documented, and training, of course, gets things ready for when we have to be able to tell people how to use the release.&nbsp;</p>\n\n\n\n<p>Then there is the fourth phase; I really don&#8217;t think they go sequentially or in a waterfall format. The fourth-ish phase that I include, and that I tend to see, is this extending and iteration phase. It&#8217;s the phase where we see our theme authors and our plugin authors, folks who are doing support, show up and help us to make sure that WordPress is available not only widely but broadly to ensure that their audiences as theme authors and plugin authors are covered in the features that they need based on what they are using WordPress for. The fifth phase is the part of our communication that involves the community team, especially marketing, WordPressTV, and learn.wordpress.org. Basically, anyone who&#8217;s showing up to make sure that we all share what happened in the release, the features that are coming, and how that affects the users is involved in that particular phase. So five big phases of what happens over those four to five months, and then for the month or month and a half afterward.&nbsp;</p>\n\n\n\n<p>If we zoom in a bit more on the creation phase, each release has people who lead the work and coordinate contributor efforts during the course of the release. For any given release, hundreds of people contribute and receive credit for moving the WordPress project forward. Okay, hold on a second. Let&#8217;s pump the brakes and zoom in a bit on that. Hundreds of people work on every major release for a project that powers over 40% of the web that feels like a small number. But for the people who process the contributions in preparation for release, it&#8217;s actually pretty substantial. For every release, there is a small team of leaders who asked the hard questions. Is this a usable feature? Does this make WordPress better overall? And, of course, is this ready to ship?&nbsp; Some of those leaders, a smaller subset of even the leaders that we have already, are committers who actually prep and merge patches to the CMS; they don&#8217;t do all the work to create a design or write all the code. This tiny group of people processes hundreds and hundreds of bug fixes, improvements, and enhancements that have been submitted over the course of months and sometimes years. As a side note, that whole process is a little smaller, a little faster in the Gutenberg featured plugin, but the basic parts are still there. Alright, so we&#8217;ve zoomed from the big picture way into some of the finer details, and it really looks like any other project cycle. So now, I&#8217;m going to layer in the filter of open source to that process.</p>\n\n\n\n<p>There are a couple of things that make building software in an open source environment so different. The first is that the code is readily available. If you have a basic understanding of the languages, you can see the code, learn from it, and make suggestions about improving it. Second, you consider the user a co-developer in the process, which means that as long as people use your product, they will have opinions on what you shipped. This way of iterating improves WordPress and ties back to one of my favorite open source principles. The idea that with many eyes, all bugs are shallow. To me, that means that with enough people looking at a problem, someone is bound to be able to see the solution.</p>\n\n\n\n<p>This brings us to our community highlight, the segment where I share a note about contributors who have helped others along the way or a WordPress success story. This week&#8217;s highlight is from Nok in our Bangkok community. When asked to help her find her way into the WordPress community, she said, “@shinichiN who started the WordPress community in Bangkok and encouraged me to contribute, and also @mayukojpn has introduced me to the WP community team to join as a deputy. “ Thank you for sharing those two inspiring people with us. And if you, listener, have any stories that you would like to share of your own WordPress success or people that you have been so grateful to help you find your way in the project, you can feel free to email those to me at <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>.</p>\n\n\n\n<p>That brings us to our final segment of the WP Briefing, the small list of big things. I only have three things to share with you this week. The first one is that about a week ago, we had our first release of 2021. It was the WordPress 5.7 release, titled Esperanza. If you have not yet seen it, go ahead and update your website or check with your host and make sure that they have updated you if you&#8217;re on a managed host. And then take a listen to the artists that it&#8217;s named after.&nbsp;</p>\n\n\n\n<p>The second thing that I want you to keep an eye out for is wordpress.org/news. We are starting a new series of content that gets at the heart of some of Gutenberg’s basic parts; there’s a lot of change coming up in the next few releases of WordPress. And the most important thing to me is that you understand what we&#8217;re trying to change and where those changes are primarily taking place. There will be a couple of tutorials that go up there over the course of the of the next few weeks. The third item on the small list of big things is to remind you of our call for testing. As I mentioned earlier in the podcast, the users of any open source software are the code developers; the software built is supposed to make your life and work easier. When you test things and find interactions that can use a little bit of refinement or features that are not working exactly as expected, it&#8217;s incredibly helpful for us to have that information to always make sure that we&#8217;re solving problems instead of accidentally creating them. If you want to participate in the Current call for testing, you can head over to make.wordpress.org/test. Or, if you&#8217;ve been doing your own testing, you can also submit any bugs you have found in the GitHub repo, which I will share in the show notes below. So that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress briefing. I’m your host, Josepha Haden Chomphosy. I&#8217;ll see you again in a couple of weeks!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Mar 2021 15:15:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WordPress.org blog: WP Briefing: Talking Full Site Editing with Matías Ventura\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wordpress.org/news/2021/03/talking-full-site-editing-with-matias-ventura/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:31292:\"<p>In this episode, Josepha is joined by Matías Ventura, also known as “the spark behind the vision of Gutenberg.” Josepha and Matías discuss full site editing and answer your questions, from “is full site editing a standalone plugin?” to “will full site editing break my current site?”</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/tt1-blocks/\">Twenty Twenty One theme</a></li><li><a href=\"https://centroamerica.wordcamp.org/2021/\">Word Camp Central America </a></li><li><a href=\"https://make.wordpress.org/core/2021/03/12/q2-listening-hours-april-7th-2021/\">2021 Second Quarter Listening Hours with Matt Mullenweg and Josepha Haden Chomphosy</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10013\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>Josepha [0:41]: This month, we have a bonus briefing, so I&#8217;ve asked my dear friend and colleague <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> to join me. Matías was recently called “the spark behind the vision of Gutenberg.” With full site editing coming our way in 202, I asked if he would join me for a quick Q&amp;A. Welcome, Matías.&nbsp;</p>\n\n\n\n<p>Matías [0:56]: Hello, hello! Thanks for inviting me. It&#8217;s a pleasure to be here.</p>\n\n\n\n<p>Josepha [1:00]: Well, I&#8217;m delighted to have you. And I think that we have a lot of excellent questions. All right, so Matías, we actually ended up with questions in about three different groupings. And so I&#8217;m going to start with the “what is it about full site editing,” sorts of questions that people had. We&#8217;re gonna work our way into “what are we doing with it?” and then “how are we planning on getting this out the door?” Then, a couple of big picture questions that people asked. We&#8217;re just gonna leap right in this full site editing part of the Gutenberg plugin, or is it a standalone plugin?</p>\n\n\n\n<p>Matías [1:39]: Okay, we&#8217;ll start with the basics. Full site editing is part of the Gutenberg plugin right now. I think it&#8217;s important to mention that full site editing is like an umbrella for several projects that we&#8217;re working on. They are all aiming to bring blocks into more parts of your site so that editing becomes easier and more expressive, and so on. So full site editing right now encompasses adding a ton of new blocks. I think we have around 20 new blocks coming in, including navigation query, site, title, logo, etc. There&#8217;s also the interface to interact with templates outside of the content; that&#8217;s another big part of the full site editing project. We also have a lot of new design tools included, many of these have been released in previous major releases, but they still comprise a strong part of what full site editing is. We also have something called Global Styles, which aims to allow people to configure the visual aspects of blogs across the entire site, not just on any individual blog. And of course, then there&#8217;s a whole layer of how we utilize these tools. It can get complex because there are many layers and projects that need to come together. So yeah, all of these are accessible through the Gutenberg plugin right now.</p>\n\n\n\n<p>Josepha [3:07]: Yeah. So it&#8217;s not a standalone plugin. If you wanted to check out full site editing the site editor experience as it is now, you would just have to make sure you had the Gutenberg plugin on your site. Right?</p>\n\n\n\n<p>Matías: Yes, correct.</p>\n\n\n\n<p>Josepha:&nbsp; So a couple of the questions related to this are how exactly do I enable it on my site? And what is the easiest and safest way to try this on my site? And I think the answer is, is right in there. It&#8217;s in the Gutenberg plugin. And so if you have that plugin, you don&#8217;t need the testing plugin or anything else to make that work, right?</p>\n\n\n\n<p>Matías [3:51]:&nbsp; No, you like, you might need to install a theme like Twenty Twenty One blocks that unlock some of these new interfaces that we just talked about. Like other of these pieces are available for anything. But some of these, like the interface to edit templates, right now only talk with things that know how to express their desire.&nbsp;</p>\n\n\n\n<p>Josepha [4:14]: And I think we have less than 10 themes right now that do that, but I&#8217;ll leave some links to at least 2021 blocks in the show notes. And then, if there are another one or two themes that I can find, I can add those in there as well.&nbsp;</p>\n\n\n\n<p>So you have to have the Gutenberg plugin; you have to have a theme that works with that site editor kind of experience. And then you&#8217;re safe to try everything out. It shows up in your left toolbar just like any other thing, like if you were working with plugins, or if you were adding a post or anything else, right?</p>\n\n\n\n<p>Matías [4:51]: Yes, correct. And so, some of these details are being worked on right now. Like how and where you access things, and so on. These things are subject to change, but right now, you have this site editor beta in the sidebar when both you have the plugin running and a theme that&#8217;s capable.</p>\n\n\n\n<p>Josepha [5:10]: Yeah. Excellent note. If you are running this on a production website, I would recommend you not do that unless you are very, very good with WordPress. It&#8217;s a really safe and easy thing to test and try out. But because it is still in beta, I recommend always putting it on a test site. I have a couple of different test sites that I run on myself. Another question that I had was, “will full site editing slow down my site?” And I think we have some refreshed performance tests coming out about that. And maybe they&#8217;ll be out by the time we publish this podcast.</p>\n\n\n\n<p>Matías [5:49]: Yeah, I mean, like the performance has been one of the major focuses for the whole project. In many cases, it should speed up things because we&#8217;re like, I think one of the big pieces that these projects bring into the picture, especially for themes, is that it allows only the necessary assets to be loaded on the front end. For example, if for a given page, there are, I don&#8217;t know, 10-15 blocks being used, you would only get the CSS and scrapes and so on related to those blocks. This can cut down on a lot a ton of CSS that themes used to end queue on a side, particularly if you were trying to customize many widgets and so on, like a lot of themes have the full styles or multiple widgets, even third party plugins, and so on. So one of the advantages of having this blog system is that we can know at the time of rendering what blogs are being used and only load those assets.&nbsp;</p>\n\n\n\n<p>Josepha [6:50]: Excellent. Another big question that we have is, “does full site editing work with the classic editor? And does it work with other builders?” I think that&#8217;s a really big answer if you&#8217;re going to get super deep into it. But I think that the short answer is yes, it does. Is that fair?</p>\n\n\n\n<p>Matías [7:08]: Yeah, I don&#8217;t think it touches a bit on that full site editing is not like a single thing. There are multiple projects around it. So again, like the template editor that only deals with blogs, it doesn&#8217;t have a lot to do with a classic editor. But the classic editor use for both doesn&#8217;t change anything at all; like the same way that when the block editor was introduced, it didn&#8217;t change how you could still write posts in the classic editor. You will still be able to do that.</p>\n\n\n\n<p>Josepha [7:41]: And if you are brand new to WordPress person, or, I mean, I guess at this point, you don&#8217;t have to be super brand new. If you&#8217;re fairly new to WordPress person and have no idea what we&#8217;re talking about when we say the classic editor, you don&#8217;t really have to worry about it either. You don&#8217;t have to go and find out what that is; the block editor that you have right now works perfectly for what you&#8217;re trying to do. So if you don&#8217;t know what I mean when I say classic editor, don&#8217;t worry about chasing it down either.&nbsp;</p>\n\n\n\n<p>I think that this last question we accidentally answered earlier, but I&#8217;m going to go ahead and ask it anyway since I received it. “I keep hearing that you can use the site editor with the 2021 theme. But I don&#8217;t seem to be able to. What am I missing?” I think the answer is that there&#8217;s the Twenty Twenty One theme shipped with the WordPress release 5.6. And then there is the Twenty Twenty One blocks theme; those are two different themes. The link to the Twenty Twenty One block theme is going to be in our show notes this time around. And so, if you have been trying to use the full site editor with Twenty Twenty One and not succeeding, try the link to the one below. And I bet that that will work for you.</p>\n\n\n\n<p>Matías [8:50]: Yes, that&#8217;s correct.&nbsp;</p>\n\n\n\n<p>Josepha [8:51]: All right, excellent. Well, that brings us kind of into our second set of questions, which is about how we are doing it. The first one that folks have is “will full site editing be on by default in the next release. In this context, the next release is WordPress 5.8. But I think it&#8217;s a safe question to ask if full site editing will be on by default in the release that it&#8217;s planned for.</p>\n\n\n\n<p>Matías [9:15]: Yeah, and for this, I need to go back to the same principle of many projects because there are many pieces of full site editing, and we have been merging them in major releases, particularly like the blocks and the design tools. There are more coming in that we want to make accessible as soon as possible. The full experience that requires a theme to opt-in to templates using blogs won’t be by default; it requires a specific theme running. A lot of these details we&#8217;re still like determining exactly what projects are ready to be merged and so on. But yeah, if you have a theme right now that works the way you want, it doesn&#8217;t change anything there. If anything, it adds some more capabilities and more customization tools, and so on. And the theme can also regulate how much they want to incorporate.</p>\n\n\n\n<p>Josepha [10:13]: Matías, you&#8217;ve mentioned a couple of times in this podcast so far like this is a really complex and really complicated part of this work. And just for anyone out there who&#8217;s either encountering Gutenberg or full site editing or this podcast for the first time, I think a tiny bit of context that&#8217;s worth having here is that Matías and I have been working on this together in various capacities for like, five years. And Matías has probably been working on this for practically a decade. So, when we say that this is a really complicated problem, and when we say that this is a complex set of issues that we&#8217;re working with like, it is all that we have been thinking about for I want to say at least the last three or four years, but certainly it&#8217;s all that we have been trying to untangle for quite a bit of time before that as well. So we don&#8217;t take it lightly when we&#8217;re like, “this is complicated;” we mean it. It&#8217;s really complicated. And we&#8217;re trying our hardest over here as WordPress.&nbsp;</p>\n\n\n\n<p>The next big question, since we&#8217;re all stuck in the “it&#8217;s very complicated,” part of things is the question, “will this update break my current site?” Like, if I have a site that is updated and ready, and it&#8217;s exactly as I wanted it to be, and it took me two years to get there will full site editing, whichever release it&#8217;s in. Currently, 5.8 is what we&#8217;re planning for. Will that break anything on my site as I know it right now?</p>\n\n\n\n<p>Matías [11:44]: No, not at all. One of the major things that the WordPress team, the WordPress community, always cares so much about, never to break things. Many of these things are stepping stones that you can adopt, as we&#8217;ve talked about full site editing. But for example, we also have a few concurrent projects around the widget screen and the navigation screen that are meant to bring blocks into existing interfaces. So again, the theme doesn&#8217;t need to change, and a lot of care is being put into making this more like you&#8217;re unlocking new features, and nothing really breaks or falls apart.</p>\n\n\n\n<p>Josepha [12:23]: This update, like all the other updates, should have minimal, minimal impact on what you have to actively fix on your site. Every once in a while, a bug is gonna get by. We can&#8217;t say that we&#8217;re 100% perfect with not breaking things. But also, we always and I and I know that we&#8217;re planning on this for our remaining releases for the rest of the year. At the very least, I can&#8217;t imagine we&#8217;d ever change it. But after every major release, we always make a plan to have a minor release within the next one or two weeks. Because we know that a broken thing on a site is really incredibly impactful, even if you&#8217;re only 1% of the sites that had that happen to it. And so I think that&#8217;s true in this case, too. And getting that feedback back from all of the people who are actually using WordPress is the thing that makes us be able to kind of move quickly when we do see those problems.&nbsp;</p>\n\n\n\n<p>One of the questions that we have been getting is, “can I see a live preview without saving the changes that I made?” When I got this question, I didn&#8217;t actually understand it. And so I went and looked at a site without the Gutenberg plugin on it, and then a site with the Gutenberg plugin on it. And of course, on sites without Gutenberg, without the block editor, without full site editing, when you are looking to preview, you have the option to open up your preview in a new window. And you don&#8217;t have that with Gutenberg because it&#8217;s supposed to be a true WYSIWYG editor. A true what you see is what you get, editor. I think that the answer to this is, yes, you can see a live preview without actually saving the changes on the front end of your site. But you don&#8217;t actually have to reload anything. You don&#8217;t have to open it up in a new window. You don&#8217;t have to, like, actively click “please show me a preview” because what you see in your editing screen should be what you see at the end of your app as an end-user.</p>\n\n\n\n<p>Matías [14:28]: Yeah, that&#8217;s the sort of the main gist to it. Yes, the site editor is built so that it always reflects the front end as truly as possible, so that&#8217;s one layer. Also, the preview tools should allow you to see in different devices like mobile breakpoints, and I don&#8217;t know if they will have breakpoints and stuff like that. There are a lot of things in the current interface that is just not enabled. There are some challenges in the sidebar. Because the site editor is not just focused on a single post, it&#8217;s focused on the entire site. So, there can be many, many changes that need to be shadowed for the site.&nbsp;</p>\n\n\n\n<p>If you&#8217;re changing the site title, some of the global styles, aspects, and so on need to be orchestrated. So, to see in the previewing new window, there are some challenges there to integrate. Again, the interface is not final yet; a lot of these things are still being tweaked and improved. There are many things from the regular post editor that are not enabled yet. But they will be enabled. So yeah, it&#8217;s a, I guess, it&#8217;s not a simple thing to answer. Because, again, the idea of previewing the site that&#8217;s core to the whole project is that you&#8217;re always interacting in the same way that when you&#8217;re in the customizer, you&#8217;re seeing the preview all the time. That&#8217;s the main scope of this project,</p>\n\n\n\n<p>Josepha [15:54]: Excellent. Changes like that changes to your workflow can be really hard to get your mind around, especially if part of that existing workflow was there to create some confidence in what you&#8217;re seeing with your users. And so I understand. Now that I&#8217;ve researched that question a bit, I see where that&#8217;s coming from. Based on existing workflows and existing patterns that we have for ourselves in WordPress, will we need to have a theme to use the full site editor?</p>\n\n\n\n<p>Matías [16:33]: I think we&#8217;ve already covered some of these. And again, they are tools that can work on any existing theme. There is other stuff that needs space-specific themes to opt-in into these tools, like blog templates and so on.</p>\n\n\n\n<p>Josepha [16:50]: Yes, I think the question that we have next, because I see that the literal next question I have is actually something we have covered; just because we&#8217;re being pretty conversational about it, not because anyone already asked the question. So I&#8217;m actually going to skip to the last question of this section that I received. I got this next one via Twitter. The question is, “how do you view the role of themes once full site editing is fully rolled out and all the page elements (content, headers, widgets, footers, etc.) and all the views are managed via blocks and block patterns? Will things become typographic and block styles?”</p>\n\n\n\n<p>Matías [17:28]: I think this is a great question because it goes to the heart of, why are we doing all this. One of the main reasons is to empower users more. WordPress has been democratizing publishing for a while; this is another step into allowing themes to get more customization tools and more control over their site if they want to. I think the recent call for testing has focused on the 404 page, for example. That&#8217;s something that forever has been locked away from users. And it&#8217;s also something that, as a theme developer, and I used to develop themes a long time ago, that was one of the things where you decide what sort of approach you take for the 404 page. Maybe sometimes you want to have something more whimsical. Sometimes you need something more serious. And committing to one when you can have such a diverse and broad user base can be challenging. With these, it becomes as easy as offering a few different patterns for that template. Then the user will always be able to change the copy and modify something. So again, it opens up a lot of these things that used to be locked down. However, from a theme perspective, I think this doesn&#8217;t reduce the theme at all. If anything, it allows the theme to focus less on coding and functions and more on design expression and aesthetics. I don&#8217;t think that would ever be exhausted. That will always remain as diverse as humans are interacting with WordPress. And so it&#8217;s not that I don&#8217;t see it&#8217;s just as like, typographic and block styles. How do you express a template, how do you express the structure, what choices you quote, what choices you make as a theme builder? And of course, there are many degrees of control there. Because a site maintainer may not want the 404 template to be editable, that sort of control will always be present.</p>\n\n\n\n<p>Josepha [19:38]: Yeah. And really fast. I have to add a caveat to a thing that you said in there. For anyone who&#8217;s listening keenly, you may have heard Matías say that the users can update any of the content there &#8211; any of the copy. In this context, we&#8217;re talking about users as in the people who are maintaining the site, not people who are visiting your site. Visitors to your site will not be able to change any copy on your page unless you&#8217;ve done something very interesting with your WordPress site, which is also fine if that&#8217;s what you prefer to do. By default, your visitors can&#8217;t change everything on your website, which is good news, frankly.</p>\n\n\n\n<p>So I&#8217;ve got one logistics question, which I&#8217;m happy to take. And then one is kind of a big picture question that I also got from Twitter. “What about the classic editor block; what is going to happen to that? And when will we know?” So ages and ages ago, before COVID? I think so. Probably maybe a couple of years ago, Matt said that the classic editor plugin would be supported through the end of 2021. And that is still the case; there will be active support on that through the end of 2021. After that, it will not be actively supported anymore. It won&#8217;t be removed from any place that you can get access to right now. In a “this is the end of its lifecycle” sort of way, we just won&#8217;t have anyone who is currently committed to maintaining that plugin anymore. So that&#8217;s what&#8217;s happening at the end of the year. And yeah, at the end of 2021. The big question that we have is, “why is full site editing being so rushed?” I think this is a bit of a loaded question.</p>\n\n\n\n<p>Matías [21:32]: Yeah, I think I think it&#8217;s still a fair question, though. I think we&#8217;re dealing with two things here. And one is ensuring that we release things in the best state possible. And also, some of the urgency is to offer tools that we know that people lack right now and that could really benefit from. Making that determination is very tricky. The full site editing project has been in the works for the last couple of years. If we count the initial phase of Gutenberg, that&#8217;s four to five years. We&#8217;ve been doing many calls for testing, which I think have been super useful to catch issues and reflect as a community on where things are going; how do we integrate with these? How do we use it? What are the shortcomings? What do we need to do? Based on all of these, we&#8217;ll continue to make decisions on when things become ready. We&#8217;re not committed to releasing something that&#8217;s not in a good state. And I think we will always be very careful about that. There are these two competing senses of the urgency &#8211; of getting some of these tools out, and because it also benefits from the feedback loops. I always say that, in many ways, the initial phase of Gutenberg, to me, is not finished. We took the initial two years to do the 5.0 release, the initial block editor, and so on. But, it&#8217;s still being improved at a very fast pace, among all the recent major releases improvements to the editor were included; that will continue to be the case. In many ways, phase one is not finished. And the moment we choose to release some of these tools or editing tools, it won&#8217;t be finished either. They will need to continue to grow, mature, and incorporate a lot of the feedback. Even the things that the ecosystem is building around. I&#8217;ve seen a few themes already that are incorporating a blank canvas template so that you can use them in some pages and take over and do everything with blocks. So even the community and ecosystem as a whole is also sort of paving the way for what needs to come.</p>\n\n\n\n<p>Josepha [24:06]: I think from my perspective, and of course, I&#8217;m on the people side of things, the communication side of things, the logistics side of things; I have a frequently a very different view from what a lot of other folks are seeing. And so from my side of things, I have to say, I&#8217;m communicating about this change in a really broad way, which has not been happening since 2019 when we started the work. We&#8217;ve been communicating broadly with the WordPress community, but not with everybody who uses WordPress. So, I think that for a lot of people, this looks like a project that we started really actively working on in the last six months or so. And now we&#8217;re just racing toward a finish line. I think that there&#8217;s, there&#8217;s not been a lot of awareness of everything that&#8217;s gone into it. And so, on the one hand, it feels a little less rushed to me knowing the full length of the history on this. But also, as you said, I really think that this gets a bunch of tools to people who otherwise have not been able to accomplish these things in WordPress or otherwise. I am so anxious to get something to people who really can benefit from this change the most. And it&#8217;s the nature of the open source, right that like, one, as long as you have users, you&#8217;re going to have stuff you have to fix in your software. So we&#8217;re never really, really going to be done with this; there&#8217;s not going to be like a done point of WordPress. And the second thing is, I think it&#8217;s generally true that you don&#8217;t really start getting full user feedback until after you have launched your major release. I think that we see that a lot in open source software; you can bring in as many people as you think you can in your user tests heading up to it. And in your accessibility tests. And, in general, quality assurance tests. You can bring in a lot of people and still not have gotten the full understanding of the various niche use cases that your users will bring to you. Because at this point, we&#8217;re like 40% of the web. And that means that we&#8217;re serving this majority collection of increasingly minority voices and niche voices in the space. And so, a little bit I feel a sense of urgency; I feel a bit of anxiousness about trying to get this out there for one, to get the tools in the hands of the people who can benefit the most from them, but also so that we can start really getting the full stress test of this software out and get that feedback in so that we can really build something responsive to what our users need our long tail, “anyone who ever uses WordPress ever,” definition of users. And so, that&#8217;s why I feel a sense of urgency around it. Even though you know, as I said, you and I have been working on this for like five years, and you&#8217;ve been working on it for a decade or something. I actually don&#8217;t know how long it&#8217;s been worked on.</p>\n\n\n\n<p>Matías [27:35]: Now that makes me feel a bit old.</p>\n\n\n\n<p>Josepha [27:40]: Nobody makes Matías feel old. He is a lovely, wonderful colleague. Sorry, Matías, If I made you feel old.</p>\n\n\n\n<p>Matías [27:46]: No, that&#8217;s totally fine. I also want to add that full site editing is not like a single toggle that&#8217;s going to drop into a major release. So I think that&#8217;s important to consider, I think this entire year is going to see a lot of these tools being, and sometimes the sort of the end-user is not the, again, the site maintainer. Still, you can also be the theme developer; I think there are many tools that would be empowering for theme developers to use. Again, we mentioned there are like five to ten themes, block themes right now. That needs to grow a lot, and that only grows through these sorts of feedback loops. And the theme community pushing things forward and seeing where things can lead to. I&#8217;m very excited about the pattern directory integration because I think that can also combine with blog themes in very powerful ways. Imagine if, I don&#8217;t know many of these patterns that are very common on the web and very needed, that if we can refine them together with a second community and make them available across themes, you can combine a header from one theme with a content of another; all these sorts of mixtures could happen. All of this needs exploration, the creativity of the entire community, and so on. In that sense, getting all these tools, even if it doesn&#8217;t immediately change anything for like the site itself, starts to unlock a lot of things.&nbsp;</p>\n\n\n\n<p>Josepha [29:27]: I&#8217;m going to take a bit of your answer from there and tie it all the way back to your first answer that we had when you joined me today. And say, I think you&#8217;re absolutely right. We have a set of users in our theme authors and our plugin developers as well that we desperately need to get looking at this set of tools. I hope that what we are shipping in the first iteration of this serves as an opportunity for all of those theme authors and agency owners, plugin authors, WordPress site configurers freelancers. Like, I really hope that this puts it into a really accessible, easy-to-access space for them so that they can do those experiments based on what they know their users need the most. They are the group that has the closest access to site maintainers. And what they need compared to, for instance, me or a potential you like we have a lot of information, you and I, we do a lot of tests, we have a strong sense of what is needed at the moment, but we don&#8217;t have as a close connection that our theme and agency and plugin folks all have. And so that&#8217;s another part of why I&#8217;m so excited to get this out in the current iteration of it.</p>\n\n\n\n<p>Josepha [31:04]: That was a lot of questions in a little bit of time. This is going to be officially my longest WordPress briefing. Matías, I am so glad that you were able to join me today. And I think that everyone&#8217;s going to be really, really excited to hear your answers to these questions.</p>\n\n\n\n<p>Matías [31:23]: Thank you for having me.</p>\n\n\n\n<p>Josepha [31:25]: All right, my friends. That brings us into our small list of big things. I&#8217;m going to skip our community highlight today just because we had a slightly longer word press briefing in our bonus iteration today. But the small list of big things. The first thing is WordCamp Central America is coming up on April 15; there is a registration link in the show notes that you can access your tickets with. I recommend that you go; we&#8217;ve got a lot of excellent speakers coming up there and a lot of good content and good training and learning for y&#8217;all. The second thing is that Matt Mullenweg and I have listening hours coming up with the community in the first week of April. I&#8217;ll add the link to register for those in the show notes as well; it&#8217;s just a few minutes for you all to stop by, check-in, see what&#8217;s going on, and share some celebrations or concerns with us. And I hope that I see you there.&nbsp;</p>\n\n\n\n<p>So that my friends is your small list of big things. Thank you for joining in today for the WordPress briefing. I&#8217;m your host, Josepha Haden Chomphosy. I&#8217;ll see you again in a couple of weeks!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Mar 2021 15:05:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Gutenberg Times: New Gallery Block, Convert Blocks, Business News and more  Weekend Edition #164\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=17347\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://gutenbergtimes.com/gallery-block-convert-blocks-business-weekend-edition-164/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21372:\"<p>Howdy, </p>\n\n\n\n<p>Despite the new spread of the coronavirus in Europe and the problems around vaccinations, I am  quite hopeful to be able to travel again in the second half of the year and visit the homeland after two years. Patience is a virtue. </p>\n\n\n\n<p>Today, we have a full roster of content for developers, content creators, theme authors, implementers and contributors.  Again I am awed by the astonishing creativity in the WordPress space! </p>\n\n\n\n<p>Remember, you don&#8217;t need to read it all in one sitting. It&#8217;ll keep the whole week!  </p>\n\n\n\n<p><strong>Yours ?<br />Birgit </strong></p>\n\n\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-full-site-editing-themes\">Full-Site Editing + Themes</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-refactor-of-the-gallery-block-using-image-blocks\">Refactor of the Gallery Block, using image blocks. </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-block-editor-for-content-creators\">Block editor for content creators</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-should-you-switch-to-the-block-editor\">Should you switch to the block editor? </a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-business-news-around-gutenberg\">Business News around Gutenberg</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#5-extendify\">Extendify</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#6-plugins-now-owned-by-extendify\">Plugins now owned by Extendify: </a></li><li><a href=\"https://gutenbergtimes.com/feed/#7-people-behind-extendify\">People behind Extendify</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#8-go-daddy\">GoDaddy</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#9-developing-for-the-block-editor\">Developing for the block editor</a></li><li><a href=\"https://gutenbergtimes.com/feed/#10-meta-charset-utf-8-word-press-events\">&lt;meta charset=&#8221;utf-8&#8243;>WordPress Events</a></li></ul></div>\n\n\n\n<h2 id=\"0-full-site-editing-themes\">Full-Site Editing + Themes</h2>\n\n\n\n<p>WPTavern has a podcast again! The WordPress Juke Box. For the inaugural episode host Nathan Wrigley interviewed. Among other things, <strong>Josepha Haden Chomphosy</strong> talked about her benchmark for the Go/NoGo decision to merge Full-Site Editing into core for the 5.8 release in July. Find additional thoughts in my post: <a href=\"https://gutenbergtimes.com/full-site-editing-mvp-can-i-build-a-landing-page/\"><strong>Full-site Editing MVP: Can I Build a Landing Page?</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> posted the fourth call for testing: <strong><a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">Building a restaurant themed header</a></strong>, with instructions to use columns, navigation block and other features for the header template part. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>There is a lot of movement on the Gutenberg Repo and the Themes Team keeps a list of relevant issues and discussions for theme developers. <a href=\"https://twitter.com/one_maggie\"><strong>Maggie Cabrera</strong></a> published the round-up post <strong><a href=\"https://make.wordpress.org/themes/2021/03/26/gutenberg-themes-week-of-march-25-2021/\">Gutenberg + Themes: Week of March 25, 2021</a></strong>. It&#8217;s an excellent reading list if you need to dive deeper in the upcoming changes for your theme or your customer. One of the issues caught my eye: the discussion and work around block alignment settings for themes. The current way predates the revamp of the Inner Blocks. There is some work to be done, streamlining the styling for themes. <a href=\"https://github.com/WordPress/gutenberg/issues/29506\">Join the discussion on GitHub</a>. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">The index 2020 is here</a></p>\n\n\n\n\n<h3 id=\"1-refactor-of-the-gallery-block-using-image-blocks\">Refactor of the Gallery Block, using image blocks. </h3>\n\n\n\n<p>If you love to take a sneak peek at the new version of the Gallery block, heed the call for testing by <a href=\"https://twitter.com/glendaviesnz\"><strong>Glen</strong></a><strong><a href=\"https://twitter.com/glendaviesnz\"> </a></strong><a href=\"https://twitter.com/glendaviesnz\"><strong>Davies</strong>:</a> <a href=\"https://make.wordpress.org/core/2021/03/23/gallery-block-update-call-for-testing/\"><strong>Gallery Block Update – Call for Testing</strong></a>. The refactored version is now using single image blocks inside the Gallery block. You can us all the great features: individual links per image, block styles, choices for size and editing capabilities. If you also use a plugin with your site, like CoBlocks, you can still apply the great filters and animations to your gallery block. In his post, Davies walks you through the few features and asked to test all the many facets of the new Gallery block. </p>\n\n\n\n<p>On the WPTavern, <strong>Justin Tadlock</strong> explains how this new change can make a lot of difference on how gallery layouts will be built. Among other ideas, he pictures that among images, a Pull Quote block could be added. <a href=\"https://wptavern.com/refactoring-gutenbergs-gallery-block-to-support-nested-images\">Refactoring Gutenberg’s Gallery Block To Support Nested Images</a>.</p>\n\n\n\n<p>I posted <a href=\"https://make.wordpress.org/core/2021/03/23/gallery-block-update-call-for-testing/#comment-40962\">my first impression as a comment</a> and created <a href=\"https://github.com/WordPress/gutenberg/issues/30250\">a bug report on GitHub</a> when my images lost all their styling when I added the gallery block to a group. I suggested making it possible to apply block styles to more than one image at a time, and that the gallery block / image block copies the respective Alt texts from the media library. Both suggestions made it into the <a href=\"https://github.com/WordPress/gutenberg/projects/56#card-57737540\">project board.</a></p>\n\n\n\n<h2 id=\"2-block-editor-for-content-creators\">Block editor for content creators</h2>\n\n\n\n<p><a href=\"https://twitter.com/liamdempsey\"><strong>Liam Dempsey</strong></a> asked his Twitter followers for recommendation of Block plugins. He collected all the suggestions in this blog post: <strong><a href=\"https://liamdempsey.com/community-recommendations-for-gutenberg-blocks-in-wordpress/\">Community Recommendations for Gutenberg Blocks in WordPress</a>.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Amie Suzan</strong> at at <a href=\"https://twitter.com/virfice\"><strong>Virfice</strong></a> reviewed the <strong>Blocksy Theme and gives 18 <a href=\"https://www.virfice.com/blocksy-wordpress-theme-review/\">Unavoidable Reasons to Build Sites With It</a></strong>. The theme received some attention after Chris Lema revamped his site using the block editor it <a href=\"https://chrislema.com/this-site-now-runs-on-the-blocksy-theme/\">now runs on the Blocksy theme</a>. Justin Tadlock at the WPTavern also found the <a href=\"https://wptavern.com/blocksy-wordpress-theme-provides-a-solid-block-editor-experience\">Blocksy theme to provide a solid block editor experience</a></p>\n\n\n\n<p>?  <a href=\"https://wordpress.org/themes/blocksy/\">WPRepo</a> | <a href=\"https://creativethemes.com/blocksy/\">Website</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/andersnoren\">Anders&nbsp;Norén</a></strong> published a new free theme in the WordPress Repository, named <strong>Eskell</strong>, inspired by the Swedish graphic designer&nbsp;Olle Eksell. In his <strong>introduction to the theme</strong>, Andres wrote: &#8220;(&#8230;) <em>the star of the show in Eksell is the archive page, which features a masonry grid of posts and a category filter that updates the grid with posts from the selected category without a hard reload.&#8221;</em> In includes full color settings and dark mode for devices that support it. He continues: <em>&#8220;The Blank Canvas Template hides everything on the page except the blocks you add to the Block Editor content. That gives users the freedom to create entirely custom pages, with whatever blocks they want. It feels like a little preview of what we’ll be able to do once Full Site Editing is merged into WordPress Core.&#8221;</em></p>\n\n\n\n<p> <strong>Justin Tadlock </strong>published a review <a href=\"https://wptavern.com/compatibility-is-not-enough-the-eksell-wordpress-theme-creates-art-with-blocks\">Eksell theme creates art with blocks</a> and <a href=\"https://wptavern.com/eksell-portfolio-theme-now-available-in-wordpress-themes-directory\">a follow-up article</a> on the WPTavern. </p>\n\n\n\n<p>? <a href=\"https://wordpress.org/themes/eksell/\">WPRepo</a> | <a href=\"https://www.andersnoren.se/teman/eksell-wordpress-theme/\">Website</a> | <a href=\"https://andersnoren.se/themes/eksell/\">Demo</a></p>\n\n\n\n<h2 id=\"3-should-you-switch-to-the-block-editor\">Should you switch to the block editor? </h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/bfintal\">Benjamin Intal</a></strong> from Stackable posted <strong><a href=\"https://wpstackable.com/blog/why-you-should-switch-to-the-gutenberg-wordpress-editor/\">Why You Should Switch to the Gutenberg WordPress Editor</a></strong>. He wrote: <em>&#8220;In this article, we enumerate some reasons why the Gutenberg WordPress editor might be your new primary choice for page building. Read on, and we might just convince you to give Gutenberg another shot.&#8221;</em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>WordPressVIP post takes us <strong><a href=\"https://wpvip.com/case-studies/behind-the-scenes-of-news-uks-rampant-speed-to-value/\">Behind the scenes of News UK’s rampant speed to value</a></strong>. News UK is the powerhouse behind some of the UK’s most famous news, media, and lifestyle brands. Its reach ranges from the highly respected the London Times to the hugely popular Sun. In the more detailed case study, you&#8217;ll learn from the editor&#8217;s perspective how the usage of the block editor has streamlined content production, increased productivity and fosters a culture of innovation between teams. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On the WPBuild podcast <strong>A-Z of WordPress</strong> this week, <strong>Nathan Wrigley </strong>and <strong>David Walmsley</strong> tackled the letter  <a href=\"https://wpbuilds.com/2021/03/25/222-g-is-for-gutenberg/\"><strong>G &#8211; Gutenberg</strong></a>. If the early controversy in 2018 had you shy away from trying it out,  but now you heard so much positive about it, this episode will give you an update on how people are using the block-editor now and what&#8217;s in store for 2021. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Let <a href=\"https://twitter.com/allie_nimmons\"><strong>Allie Nimmons</strong></a> of WPBuffs tell you <strong><a href=\"https://wpbuffs.com/why-and-how-to-use-the-wordpress-block-editor/\">Why and How to use the WordPress block editor.</a> </strong> It&#8217;s an excellent introduction and tutorial with dozens of links to learn more. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>For those of us who are worried about migrating a ton of content from classic editor and short codes to block editor, <a href=\"https://twitter.com/_dsawardekar\"><strong>Darshan Sawardekar</strong></a>, lead web engineer at the web agency 10up, has good news. This week, he announced <a href=\"https://10up.com/blog/2021/convert-to-blocks/\"><strong>the release of the Convert to Blocks plugin.</strong></a> Convert to Blocks converts your content to blocks on the fly and those changes will be saved when you update the post. It&#8217;s not a Bulk Converter, it only converts content once it is opened in the block editor. </p>\n\n\n\n<p>? <a href=\"https://wordpress.org/plugins/convert-to-blocks/\">WPRepo</a> | <a href=\"https://github.com/10up/convert-to-blocks\">GitHub</a></p>\n\n\n\n<p>A couple of months ago, the WPTavern published the article <strong><a href=\"https://wptavern.com/ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks\">How To Bulk Convert Classic WordPress Posts To Blocks?</a></strong>. Justin Tadlock listed two more plugins for the purpose: <a href=\"https://bulkconverttoblocks.com/\">Bulk Convert to Blocks</a> (still in development) and <a href=\"https://wordpress.org/plugins/bulk-block-converter/\">Bulk Block Converter</a>, last updated a year ago. We used it at a recent project and it worked very well. </p>\n\n\n\n<h2 id=\"4-business-news-around-gutenberg\">Business News around Gutenberg</h2>\n\n\n\n<h3 id=\"5-extendify\">Extendify</h3>\n\n\n\n<p><a href=\"https://wptavern.com/extendify-acquires-editor-plus-introduces-commercial-templates-in-its-plan-to-improve-block-editing\">WPTavern has the scoop:  <em>Extendify</em> recently aquired plugin EditorPlus</a> and joined forces with Munir Kamal and his team around Gutenberg Hub. Back in November 2020, they also acquired Redux Framework, and hired its creator, <a href=\"https://twitter.com/dovyp\">Dōvy Paukstys</a>, part-time. </p>\n\n\n\n<h4 id=\"6-plugins-now-owned-by-extendify\">Plugins now owned by Extendify: </h4>\n\n\n\n<ul><li><a href=\"https://wordpress.org/plugins/editorplus/\">Editor Plus,</a></li><li><a href=\"https://wordpress.org/plugins/acf-blocks/\">ACF Blocks</a>,</li><li><a href=\"https://wordpress.org/plugins/forms-gutenberg/\">Gutenberg Forms</a>,</li><li><a href=\"https://wordpress.org/plugins/redux-framework/\">Redux Framework</a>,</li><li><a href=\"https://wordpress.org/plugins/ml-slider/\">MetaSlider</a>,&nbsp;</li><li><a href=\"https://wordpress.org/plugins/block-slider/\">Block Slider</a>. </li></ul>\n\n\n\n<h4 id=\"7-people-behind-extendify\">People behind Extendify</h4>\n\n\n\n<p><a href=\"https://twitter.com/chrislubkert\"><strong>Chris Lukbert</strong></a>&nbsp;and&nbsp;<a href=\"https://twitter.com/arturgrabo\"><strong>Artur Grabowski</strong></a>, co-founders of <a href=\"https://extendify.com/\">Extendify</a>, are former Automattic employees. So is <strong><a href=\"https://twitter.com/karmatosed\">Tammie Lister,</a></strong> Extendify&#8217;s Head of Design. Lister has been a major WordPress contributor on the Gutenberg block-editor as co-lead since  the beginning in 2017. She participated in one of our first Live Q &amp; As in  <a href=\"https://gutenbergtimes.com/episode-6-creating-gutenberg-live-q-a-w-leads-tammie-lister-joen-asmussen-and-matias-ventura/\">November 2018 </a>with her Gutenberg co-leads  Joen Asmussen and Matias Ventura. You can also read more about Lister on <a href=\"https://heropress.com/essays/discovering-your-place/\">HeroPress: Discovering Your Place</a>. </p>\n\n\n\n<h3 id=\"8-go-daddy\">GoDaddy</h3>\n\n\n\n<p>GoDaddy is sponsoring <a href=\"https://twitter.com/Mamaduka\"><strong>George Mamadashvili</strong></a> to contribute on the WordPress Gutenberg project full-time. Mamadashvili was one of the developers behind the cool blocks published under the brand of SortaBrilliant in 2018 and 2019. Recently, he released <a href=\"https://wordpress.org/plugins/toggles/\">Toggles</a>, an accordion block for FAQs, and other use cases. You can also use it to hide spoilers in Movie or Book reviews. </p>\n\n\n\n<h2 id=\"9-developing-for-the-block-editor\">Developing for the block editor</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/mattwatsoncodes\">Matt Watson</a></strong> published his 5th tutorial <a href=\"https://wholesomecode.ltd/guides/create-customizer-panel-wordpress-gutenberg-components/\">Create a Customizer Panel using Gutenberg Components</a> for developers. You should read his previous posts before tackling this one. </p>\n\n\n\n<ul><li><a href=\"https://wholesomecode.ltd/guides/creating-plugin-wordpress-gutenberg/\">Creating a Plugin for the Block Editor</a></li><li><a href=\"https://wholesomecode.ltd/guides/options-settings-data-wordpress-gutenberg/\">Using Options to Store Data in the Block Editor</a>&nbsp;</li><li><a href=\"https://wholesomecode.ltd/guides/entry-points-wordpress-create-block-script/\">Add Entry Points to the Create-Block Script</a></li><li><a href=\"https://wholesomecode.ltd/guides/create-settings-page-wordpress-gutenberg-components/\">Create a Settings Page using Gutenberg Components</a></li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On <strong>WordPressTV</strong> you&#8217;ll find <strong>Chris van Patten</strong>&#8216;s <a href=\"https://wordpress.tv/2020/04/02/chris-van-patten-the-ultimate-beginners-guide-to-the-gutenberg-data-api/\">The Ultimate Beginner’s Guide to the Gutenberg Data&nbsp;API</a>. The Data API is how you get data in and out of Gutenberg, track changes across blocks, and execute events around the editor.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The <strong>WordCamp India</strong> presentation by <strong><a href=\"https://twitter.com/gziolo\">Grzegorz &#8220;Greg&#8221; Ziółkowski</a> <a href=\"https://www.youtube.com/watch?v=YQwHsk27HMQ\">Block</a></strong><a href=\"https://www.youtube.com/watch?v=YQwHsk27HMQ\"><strong> Development with scaffolding</strong></a> helps you get started building a single block plugin with the <a href=\"https://www.npmjs.com/package/@wordpress/create-block\">create-block-script</a>. </p>\n\n\n\n<p></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"10-meta-charset-utf-8-word-press-events\">WordPress Events</h2>\n\n\n\n<p><strong>April 6, 2021 9 am EDT / 14:00 UTC</strong><br /><a href=\"https://www.youtube.com/watch?v=jAIlY3lTAos\"><strong>WPCafe: Building the Twenty Twenty-One</strong> </a>with Caroline Nymark and Mel Dwan-Choyce, live on YouTube</p>\n\n\n\n<p><strong>April 6, 2021 9 am EDT / 14:00 UTC</strong><br /><a href=\"https://www.youtube.com/watch?v=jAIlY3lTAos\"><strong>WPCafe: Building the Twenty Twenty-One</strong> </a>with Caroline Nymark and Mel Dwan-Choyce, live on YouTube</p>\n\n\n\n<p><strong>April 15, 2021 6:30 pm EDT / 23:30 UTC</strong><br /><strong><a href=\"https://www.meetup.com/SF-WordPress-Users/events/277019024/\">South Florida Mega Meetup</a></strong> &#8220;New Site Builder Edition&#8221;</p>\n\n\n\n<p><strong>April 15 &#8211; 17, 2021</strong><br /><a href=\"https://centroamerica.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Centroamérica 2021</a></p>\n\n\n\n<p><strong>April 27 and 28th</strong><br /><a href=\"https://www.godaddy.com/pro/expand\"><strong>Expand 2021</strong></a> &#8211;&nbsp;a virtual event hosted by GoDaddy that brings the web design and developer community together to share ideas and experiences, make connections and support each other.</p>\n\n\n\n<p><strong>May 24 &#8211; 27. 2021</strong><br /><strong><a href=\"https://wordsesh.com/\" target=\"_blank\" rel=\"noreferrer noopener\">WordSesh 2021</a> </strong><br /><a href=\"https://wordsesh.com/speak/\">Speaker submissions are </a>due on Monday! (March 29th)! </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" id=\"block-828c0dab-dbd1-4313-9d2c-1d1d3aa9bc87\" />\n\n\n\n<p id=\"block-7cb87457-965b-4235-ab43-168b3a78f4ee\">On the<a href=\"https://wpcalendar.io/online/\">&nbsp;<strong>Calendar for WordPress Online Events</strong></a> you&#8217;ll find a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.</p>\n\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 Mar 2021 20:30:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: WordPress to Drop Support for IE11 in Upcoming 5.8 or 5.9 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/wordpress-to-drop-support-for-ie11-in-upcoming-5-8-or-5-9-release?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-to-drop-support-for-ie11-in-upcoming-5-8-or-5-9-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3258:\"<p>In early March, WordPress contributors began discussing the possibility of <a href=\"https://wptavern.com/wordpress-considers-dropping-support-for-ie-11-after-usage-falls-below-1\">dropping support for IE11</a> in the near future after usage fell below ~1%. This week, the discussion&rsquo;s facilitator, H&eacute;ctor Prieto, <a href=\"https://make.wordpress.org/core/2021/03/25/discussion-summary-dropping-support-for-ie11/\">confirmed</a> the majority of participants are in agreement to move forward and set a timeline for discontinuing support. Contributors are now considering either the 5.8. or 5.9 release.</p>\n\n\n\n<p>&ldquo;The argument for dropping in 5.8 is to realize the change and improvement quicker, while others are inclined to wait until 5.9 to provide a longer window between the official announcement and the effective date,&rdquo; Prieto said. The final call is up the the 5.8 release team, which has not yet been identified.</p>\n\n\n\n<p>The release scope and schedule hinges on whether or not the <a href=\"https://make.wordpress.org/updates/2021/03/12/full-site-editing-pre-merge-overview/\">April go/no-go conditions</a> are met for including full-site editing in the merge for 5.8 (July 2021) or 5.9 (December 2021). Teams for 5.8 will be finalized in April/May, and they will decide how to proceed for discontinuing IE11.</p>\n\n\n\n<p>Jb Audras suggested that if 5.8 release leads elect to drop support for IE11,  he could work with other contributors to update the BrowseHappy notice in one of the upcoming minor versions.</p>\n\n\n\n<p>&ldquo;Even if the BrowseHappy notice can be updated independently from&nbsp;Core&nbsp;releases, I think it&rsquo;s better to update alongside a release, to give better visibility to this change,&rdquo; Audras said.</p>\n\n\n\n<p>Microsoft 365 apps and services will no longer support IE11 <a href=\"https://techcommunity.microsoft.com/t5/microsoft-365-blog/microsoft-365-apps-say-farewell-to-internet-explorer-11-and/ba-p/1591666\">beginning August 17, 2021</a>. Drupal recently went through a similar process of deciding to drop IE11 support with the upcoming Drupal 10 release, anticipated in June 2022. Those who have to use IE11 retain the option to remain on Drupal 9&rsquo;s LTS release until the end of 2023. Participants in the <a href=\"https://www.drupal.org/project/drupal/issues/3155358\">discussion</a> cited many of the same considerations now facing WordPress contributors.</p>\n\n\n\n<p>Matt Mullenweg <a href=\"https://make.wordpress.org/core/2021/03/04/discussion-dropping-support-for-ie11/#comment-40870\">commented</a> on the preliminary discussion to suggest giving IE11 users a path forward if they land on wp-admin using an unsupported browser: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Supportive of dropping support, and if someone visits on an explicitly dropped browser like IE11 showing them a friendly message saying why wp-admin&nbsp;is not accessible and next steps they can take.</p></blockquote>\n\n\n\n<p>The technical implementation is being discussed in the <a href=\"https://core.trac.wordpress.org/ticket/48743\">ticket</a> Riad Benguella created to discourage IE11 usage and WordPress&rsquo; projects and teams will begin examining the practical implications of dropping support.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Mar 2021 23:32:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: 10up Creates Classic Post Migration Route With Its Convert to Blocks WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114406\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:235:\"https://wptavern.com/10up-creates-classic-post-migration-route-with-its-convert-to-blocks-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=10up-creates-classic-post-migration-route-with-its-convert-to-blocks-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3803:\"<p class=\"has-drop-cap\">Yesterday, 10up officially announced <a href=\"https://10up.com/blog/2021/convert-to-blocks/\">Convert to Blocks</a>, a WordPress plugin for transforming classic posts into blocks. The goal is to provide users with a safe migration route for old content while removing the burdens of other options in the space.</p>\n\n\n\n<p>I briefly mentioned this plugin in an <a href=\"https://wptavern.com/ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks\">article covering bulk conversion</a> in the Ask the Bartender series. However, I could not recommend it to most users because it was <a href=\"https://github.com/10up/convert-to-blocks\">hosted on GitHub</a>, a site that is geared toward developers. With it now officially in the WordPress plugin directory, it is a much more user-friendly option.</p>\n\n\n\n<p>Most conversion options either convert posts in bulk or through a manual process, such as the user clicking a button. Bulk converters can be problematic at a large scale simply because there is no reliable way for users to check the success of each post&rsquo;s conversion to blocks. Of course, users could check these posts individually, but that is impractical when dealing with more than a few dozen posts.</p>\n\n\n\n<p>Bulk converters are also done so in conjunction with a database backup. It is sensible to do this when altering large amounts of content at once just to be on the safe side.</p>\n\n\n\n<p>&ldquo;We saw a space for a third way &mdash; a solution that eliminates editors stumbling upon Classic blocks and needing to know how to convert them, while also holding back on content transformation until content needs to be modified &mdash; at which point it is also, typically, checked again on the front end of the site,&rdquo; <a href=\"https://10up.com/blog/2021/convert-to-blocks/\">wrote Darshan Sawardekar</a>, a 10up lead web engineer, in the announcement.</p>\n\n\n\n<p>&ldquo;That&rsquo;s where the idea for Convert to Blocks came into play. It began as a creative engineering solution to mitigate risk and improve content mapping. Its success inspired the development and public release of the plugin to help others facilitate safe content migrations to the WordPress block editor.&rdquo;</p>\n\n\n\n<p>10up&rsquo;s solution is a bit of a middle ground. It only converts a post when a user enters the editing screen for it. From that point, the user can check whether the conversion looks correct, fix any problems if they arise, and save the post.</p>\n\n\n\n<img />Converted gallery post.\n\n\n\n<p>Essentially, it works the same as the default convert-to-blocks options in WordPress without the manual step.</p>\n\n\n\n<p>For many users, this is the ideal solution. Because classic content works the same as it always has on the front end, it is unnecessary to convert it unless the need to edit the post also arises.</p>\n\n\n\n<p>Convert to Blocks also adds a new column to the manage posts screen named &ldquo;Editor.&rdquo; It lists whether the post content was created with either the block or classic editor, providing users with an at-a-glance look without checking posts individually.</p>\n\n\n\n<img />Additional &ldquo;Editor&rdquo; column on the manage posts screen.\n\n\n\n<p>Like other plugins, Convert to Blocks uses the core transformation feature, which is an imperfect solution. Depending on the content of the post, the conversion will sometimes throw an error. That is why bulk solutions are often problematic. With this plugin, users will know immediately upon editing a post if there is an issue.</p>\n\n\n\n<p>Given the plugins available today for converting classic posts to blocks, this would be my top choice. It focuses on transforming to blocks where it matters &mdash; during the editing process &mdash; and removes some manual work for the user.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Mar 2021 16:01:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: Free Software Community Condemns Richard Stallman’s Reinstatement to FSF Board of Directors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114253\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:245:\"https://wptavern.com/free-software-community-condemns-richard-stallmans-reinstatement-to-fsf-board-of-directors?utm_source=rss&utm_medium=rss&utm_campaign=free-software-community-condemns-richard-stallmans-reinstatement-to-fsf-board-of-directors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7505:\"<p>GPL author Richard Stallman <a href=\"https://streamable.com/nzthxn\">announced</a> this week that he has rejoined the board of the Free Software Foundation (FSF), which he established in 1985, and is not planning to resign a second time:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&ldquo;I have an announcement to make. I&rsquo;m now on the Free Software Foundation Board of Directors once again. We were working on a video to announce this with, but that turned out to be difficult, we didn&rsquo;t have experience doing that sort of thing so it didn&rsquo;t get finished but here is the announcement. Some of you will be happy at this, and some might be disappointed, but who knows? In any case, that&rsquo;s how it is, and I&rsquo;m not planning to resign a second time.&rdquo;</p></blockquote>\n\n\n\n<p>In 2019, Stallman <a href=\"https://wptavern.com/gpl-author-richard-stallman-resigns-from-free-software-foundation\">resigned</a> as director of the board and president of the FSF, and was subsequently <a href=\"https://wptavern.com/gnu-project-maintainers-move-to-oust-richard-stallman-from-leadership\">ousted by GNU project maintainers</a> from his position as head of the project. Calls for his removal were precipitated by Stallman&rsquo;s controversial remarks on rape, assault, and child sex trafficking, along with two decades of <a href=\"https://geekfeminism.wikia.org/wiki/Richard_Stallman\">behaviors and statements</a> that many have found to be disturbing and offensive. His return came as a shock to the free software community, though some suspect he never really left.</p>\n\n\n\n<p>&ldquo;I did not support the decision to reinstate RMS,&rdquo; former FSF board member Kat Walsh <a href=\"https://twitter.com/mindspillage/status/1374448587388588037\">said</a> after resigning from the board yesterday. &ldquo;I made my arguments and placed my opposing vote; while I was glad I was able to do that I regret not being able to turn the decision the other way.</p>\n\n\n\n<p>&ldquo;I wish the organization well; my departure is not a rejection of the ideas of free software, only a belief that my role in the organization was no longer the best way to put them forward into the world.&rdquo;</p>\n\n\n\n<p>Stallman&rsquo;s reinstatement came with a staggering lack of transparency from FSF&rsquo;s board of directors and has triggered a cascade of condemnation from individuals and organizations across the tech industry. Among the many critical responsibilities it maintains, the FSF currently&nbsp;<a rel=\"noreferrer noopener\" href=\"https://en.wikipedia.org/wiki/Free_Software_Foundation#History\" target=\"_blank\">holds the copyrights to enforce the GPL</a>.</p>\n\n\n\n<p>The Open Source Initiative published a <a href=\"https://opensource.org/OSI_Response\">statement</a> this week, calling for Stallman&rsquo;s removal from FSF&rsquo;s leadership:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The Open Source Initiative calls upon the Free Software Foundation to hold Stallman responsible for past behavior, remove him from the organization&rsquo;s leadership and work to address the harm he caused to all those he has excluded: those he considers less worthy, and those he has hurt with his words and actions. We will not participate in any events that include Richard M. Stallman and we cannot collaborate with the Free Software Foundation until Stallman is removed from the organization&rsquo;s leadership. &nbsp;</p></blockquote>\n\n\n\n<p>Red Hat <a href=\"https://www.redhat.com/en/blog/red-hat-statement-about-richard-stallmans-return-free-software-foundation-board?sc_cid=701f2000000tyBjAAI\">announced</a> that it is suspending all funding of the FSF and any FSF-hosted events. Mozilla <a href=\"https://twitter.com/mozilla/status/1374513444838199304\">joined</a> the Open Source Diversity Community, Outreachy, and the Software Conservancy project in supporting an <a href=\"https://rms-open-letter.github.io/\">open letter</a> that calls for the removal of the entire Board of the Free Software Foundation, along with the removal of Stallman from all leadership positions, including the GNU Project. The letter states that the undersigned do not acknowledge Stallman&rsquo;s leadership of the FSF and do not condone his actions and opinions:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>There has been enough tolerance of RMS&rsquo;s repugnant ideas and behavior. We cannot continue to let one person ruin the meaning of our work. Our communities have no space for people like Richard M. Stallman, and we will not continue suffering his behavior, giving him a leadership role, or otherwise holding him and his hurtful and dangerous ideology as acceptable.</p></blockquote>\n\n\n\n<p> The petition has been signed by more than 2400 free software advocates. Notable signatories include Molly de Blanc (Debian Project, GNOME Foundation), Elana Hashman (Debian Technical Committee Member, Open Source Initiative Director, Kubernetes SIG Instrumentation Chair), Neil McGovern (GNOME Foundation Executive Director, Former Debian Project Leader), and Luis Villa (Former Director of the Open Source Initiative and the GNOME Foundation; contributor to the GPL v3 drafting process).</p>\n\n\n\n<p>The Electronic Frontier Foundation (EFF) published a <a href=\"https://www.eff.org/deeplinks/2021/03/statement-re-election-richard-stallman-fsf-board\">statement</a> urging the voting members&nbsp;of the FSF board to call a special meeting to reconsider Stallman&rsquo;s reinstatement, in support of the &ldquo;long-term viability of the free software movement:&rdquo;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Free software is a vital component of an open and just technological society: its key institutions and individuals cannot place misguided feelings of loyalty above their commitment to that cause. The movement for digital freedom is larger than any one individual contributor, regardless of their role. Indeed, we hope that this moment can be an opportunity to bring in new leaders and new ideas to the free software movement.</p></blockquote>\n\n\n\n<p>Stallman still has many staunch supporters, as more than 2,000 people have signed an <a href=\"https://rms-support-letter.github.io/\">open letter</a> in support of him and his leadership. They contend that removing RMS &ldquo;will hurt FSF&rsquo;s image and will deal a significant blow to the momentum of the free software movement.&rdquo;</p>\n\n\n\n<p>Stallman is still listed among the <a href=\"https://www.fsf.org/about/staff-and-board\">FSF&rsquo;s board of directors</a>, but the board appears to be reorganizing. A preliminary <a href=\"https://www.fsf.org/news/preliminary-board-statement-on-fsf-governance\">statement</a> on upcoming changes to the board&rsquo;s governance said they are moving to adopt a transparent, formal process for identifying candidates and appointing new board members. The board intends to require existing board members to submit to this process as well &ldquo;to decide which of them remain on the board,&rdquo; with a deadline of 30 days to complete the changes.</p>\n\n\n\n<p>By allowing Stallman to resume his position, the FSF squandered the opportunity it had to redefine itself following his resignation in 2019. The organization missed the chance to carve out a new future that would be free from his damaging influence. If the board doesn&rsquo;t act in the best interests of the greater community, by remedying its lack of transparency and accountability, it may permanently resign the organization to irrelevance.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Mar 2021 05:46:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Gutenberg Times: Full-site Editing MVP: Can I Build a Landing Page?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=17337\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://gutenbergtimes.com/full-site-editing-mvp-can-i-build-a-landing-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6562:\"<p><strong>Josepha Haden Chomphosy</strong> was the featured guest on the <a href=\"https://wptavern.com/podcast/1-josepha-haden-chomphosy-on-the-past-present-and-future-of-wordpress\">inaugural episode of the WPTavern Jukebox podcast</a>, hosted by <strong>Nathan Wrigley</strong>. In their conversation, they covered a lot of ground. The show is definitely worth your 40 minutes of listen. </p>\n\n\n\n<p>Around minute 23 of the audio they talked a bit more about Full-Site Editing and its merge into the core. Chomphosy said she knows &#8216;this summer&#8217; is an ambitions goal, and she also assured the listeners that the team won&#8217;t release something that&#8217;s not functional and usable. </p>\n\n\n\n<h2>Go/NoGo Mid to End of April</h2>\n\n\n\n<p>The Core release and Gutenberg teams will make the Go/NoGo decision to merge Full-Site Editing for the next WordPress release in July (5.8)  on April 17 or on April 23.  In other words, the state of Full Site editing in Gutenberg plugin version 10.4 and 10.5.  If it doesn&#8217;t get merged into 5.8, Full-Site Editing will be merged in WordPress 5.9 to be released in December 2021</p>\n\n\n\n<p>Chomphosy also shared her &#8211; unofficial &#8211; benchmark of what should be possible with the prototype of the Site Editor by April: Can you &#8211; without writing code &#8211; create a landing page with Full-site editing tools. She calls it &#8220;the smallest viable sentence. The I-AM of websites.&#8221;</p>\n\n\n\n<h2>A Landing page is the smallest viable unit</h2>\n\n\n\n<p>This single web page consists of a header, a footer, a hero image with a button, some text, a form or a call to action.  This narrows the focus of the MVP, the prototype, considerably. It also increases the probability that the first low-key, opt-in version of Full-Site editing might actually make it into the next WordPress version. A narrow scope will also help content creators, teachers and developers get started working on their discovery of the new WordPress feature. As soon as it is merged into WordPress core, plugin developer and theme builders can test their ideas against it and get familiar with the underlying concepts. </p>\n\n\n\n<p>It&#8217;s a good way to ease-in content creators, too. When you are not dealing with the header and footer of a big site, but just for a single page, it’s not so critical if you get lost on the way from content editing to template part (header, footer) editing and back again. It&#8217;s all on the same page, literally. </p>\n\n\n\n<p>This transition was one of the major causes of confusion during the <a href=\"https://make.wordpress.org/core/2021/03/16/high-level-feedback-from-the-fse-program-march/\">first few testing calls for the FSE outreach program</a> and the developers are working on making it less confusing. With this unofficial benchmark of a single landing page creation, the team will have additional time and input on how to better handle that switch between editing a template that is used for many pages and the content of a single post or page content.</p>\n\n\n\n<p>A very tangible goal, &#8220;Can I build a landing page with the tools available?&#8221; makes it straightforward for WordPress contributors who work on the parts that make that are not code, like documentation, marketing, training and testing.</p>\n\n\n\n<h2>Call For Testing: Create a Header</h2>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">4th call for testing</a> via the WordPress FSE-Outreach program asks you to<a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\"> create a header for a Restaurant</a>. <strong>Anne McCarthy</strong> has detailed instructions for you as well as video if you are in a testing mood. Your input is definitely wanted!</p>\n\n\n\n<p>Chomphosy also added that Matias Ventura, the technical lead for Gutenberg,  might have different benchmarks for the MVP. I am curious, and <a href=\"https://twitter.com/JosephaHaden/status/1371956586516606977\">answer Josepha&#8217;s call for questions</a> on Full-Site Editing for her next episode of the WPBriefing podcast when Matias will be her guest. </p>\n\n\n\n<p>Full-Side Editing project encompasses a lot more than the Site Editor with template parts. There are Global Styles, Widgets in Customizer, a new Navigation and Widget screen, block-based themes with a theme.json file and query block. Some of it will work its way into the MVP. We will see how far the team progresses on their journey, that will only begin once Full-Site editing comes to Millions of WordPress users. No Fear, though. It will all be opt-in. Nothing will break. </p>\n\n\n\n<p class=\"has-white-color has-secondary-background-color has-text-color has-background has-large-font-size\">&#8220;Given enough eyeballs, all bugs are shallow&#8221; &#8212; Eric Raymond&#8217;s Linus&#8217; Law</p>\n\n\n\n<div class=\"wp-block-group has-secondary-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Leave Your Email for our Weekend Edition</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too. We only share your email address <br />with our Email provider Mailchimp</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n</div></div>\n\n\n\n<p></p>\n\n\n\n<div class=\"wp-block-cover alignfull has-background-dim\"><img /><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-large-font-size\">Take a deep dive into </p>\n\n\n\n<p class=\"has-text-align-center has-white-color has-text-color has-huge-font-size\"><a href=\"https://gutenbergtimes.com/full-site-editing/\">Full-Edit Editing </a></p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background\">Ultimate Resources List</a></div>\n</div>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Mar 2021 04:34:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: Extendify Acquires Editor Plus, Introduces Commercial Templates in Its Plan To Improve Block Editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114307\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:263:\"https://wptavern.com/extendify-acquires-editor-plus-introduces-commercial-templates-in-its-plan-to-improve-block-editing?utm_source=rss&utm_medium=rss&utm_campaign=extendify-acquires-editor-plus-introduces-commercial-templates-in-its-plan-to-improve-block-editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6447:\"<p class=\"has-drop-cap\">With the release of <a href=\"https://wordpress.org/plugins/editorplus/\">Editor Plus 2.7</a> in recent weeks, <a href=\"https://extendify.com/\">Extendify</a> stamped its brand name on the plugin. The company officially acquired the plugin months ago. However, this was its first public outing as the new owner of a project that has seen a steady uptick in its popularity, recently surpassing 5,000 active installations.</p>\n\n\n\n<p>Extendify was busy in late 2020. The company quietly purchased the <a href=\"https://wordpress.org/plugins/redux-framework/\">Redux Framework</a> in November. D&#333;vy Paukstys, the creator, remained on board part-time with the financial backing needed to continue the project. In December, Extendify joined forces with Munir Kamal and his team behind Editor Plus and Gutenberg Hub.</p>\n\n\n\n<p>&ldquo;Our mission is to turn WordPress into a superpower for entrepreneurs around the world,&rdquo; said Extendify co-founder Chris Lubkert. &ldquo;As you know, despite its unrivaled popularity, many users still struggle to use WordPress to create the site they need. We see tremendous potential to empower WordPress users to create a Gutenberg-native website in a few clicks. By bringing together Redux, Editor Plus, and Gutenberg Hub, we have the foundational pieces to create a world-class onboarding and site-building experience.&rdquo;</p>\n\n\n\n<p>There are no plans to build a &ldquo;super&rdquo; plugin that combines Editor Plus and Redux. Gutenberg Hub will continue providing resources to help users leverage the block editor.</p>\n\n\n\n<p>&ldquo;Currently, the Redux template library and the library in Editor Plus are separate,&rdquo; said Lubkert. &ldquo;But we are heavily investing in making the Extendify library the best solution for users and eventually plan to introduce this to the Redux user base as well.&rdquo;</p>\n\n\n\n<p>Extendify&rsquo;s first public act as Editor Plus&rsquo;s owner was not to introduce new features in its recent major-release, version 2.7. Instead, users were presented with a limitation on features they previously had access to for free.</p>\n\n\n\n<p>Version 2.7 limits the template and pattern inserter, <a href=\"https://wptavern.com/editor-plus-2-6-adds-block-pattern-and-template-library\">introduced in 2.6</a>, to three imports. Beyond that, users must upgrade to one of the Extendify Pro paid tiers. The single-site option is $99 per year with an introductory rate of $49. The unlimited sites tier is $299, and it currently has a $149 limited-time offer.</p>\n\n\n\n<img />Template and pattern inserter.\n\n\n\n<p>At first glance, it seemed like a cash grab from new owners. There were no public announcements or explanations for the change outside of a minor note in the plugin&rsquo;s change log &mdash; just new ownership and upsells. Lubkert said he plans to rectify this by publishing an announcement post next week.</p>\n\n\n\n<p>Extendify had already been involved with new feature development for months. The API behind the template inserter was coming from their server in Editor Plus 2.6. It was the groundwork for Extendify Pro, but it was also still under development.</p>\n\n\n\n<p>&ldquo;We&rsquo;re a small, nimble team, and it was a development timing issue,&rdquo; said Lubkert. &ldquo;We finished the library approximately three weeks before we finished paid plans, and we certainly didn&rsquo;t want to delay users getting their hands on the library while we finished up work on Extendify Pro.&rdquo;</p>\n\n\n\n<p>Users will not lose any previously-imported templates. However, importing anything beyond three additional templates in Editor Plus 2.7 or newer will require a purchase of Extendify Pro for an API key.</p>\n\n\n\n<p>&ldquo;We are now offering an added layer of value for users who want to benefit from the power of Editor Plus but may not be in a position to use it to create their site from scratch,&rdquo; said Lubkert. &ldquo;For those users, we are creating the most beautiful and effective Gutenberg-native templates, built with Editor Plus, as part of the Extendify Pro template library. As you know, we launched the initial beta version a few weeks ago. A subscription is required for unlimited access to the library, but all users can import any three templates or patterns for free.&rdquo;</p>\n\n\n\n<p><em>With the launch of the template inserter in 2.6, there was no public mention of it being a beta version.</em></p>\n\n\n\n<p>Templates and patterns from Gutenberg Hub remain free. Users can still browse the site, copy a template code snippet, and paste it into the block editor.</p>\n\n\n\n<p>The team removed the custom blocks extension in Editor Plus 2.7.1, released earlier today. This feature allowed end-users to copy blocks from the Gutenberg Hub block library, paste them into the plugin, and save them for use on the site. Users could also add custom blocks via this settings screen.</p>\n\n\n\n<img />Removed custom block feature.\n\n\n\n<p>&ldquo;The custom block feature in Editor Plus was an experiment that was pretty cool, actually,&rdquo; said Lubkert. &ldquo;However, [Kamal] suggested removing it from Editor Plus since it is now very similar to the reusable block functionality in core. We want Editor Plus to push the envelope of what is possible with Gutenberg, and having a duplicate feature that is available in core doesn&rsquo;t add real, incremental value for our users.&rdquo;</p>\n\n\n\n<p>Updating to 2.7+ will also likely deactivate the plugin for end-users. The primary plugin filename changed from <code>index.php</code> to <code>editorplus.php</code>. Developers should generally avoid doing this because WordPress uses this filename to determine if a plugin is active.</p>\n\n\n\n<p>I remain optimistic about Editor Plus&rsquo;s future now that it has the financial backing it deserves. Having been an early supporter of the project, I knew this day would come. Nearly every time I spoke with Kamal in the past, I asked him about plans for monetizing the product. It had grown beyond what one developer could reasonably handle and scale without a business plan in place.</p>\n\n\n\n<p>&ldquo;We agree with your sentiment that WordPress projects need to generate revenue in order to fund the development of truly transformational experiences,&rdquo; said Lubkert. &ldquo;We have been investing in our team as well. Tammie Lister joined us as Head of Design. We&rsquo;ve also added engineering, support, and QA team members.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Mar 2021 21:44:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WordPress Foundation: 5 tips for organizing a successful online do_action charity hackathon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpressfoundation.org/?p=182733\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wordpressfoundation.org/2021/5-tips-for-organizing-a-successful-online-do_action-charity-hackathon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6491:\"<p>In 2020, unfazed by the COVID-19 pandemic, <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">community organizers rallied together and worked hard to give a WordPress-powered web presence for charities</a> through <a href=\"https://doaction.org/\">online charity hackathons</a>. Our passionate and resilient community members are pulling out all stops this year to continue the good work. We already have two applications for do_action events in the queue, with more in the pipeline! This post aims to encourage all our zealous organizers with tips on how best to organize successful <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/organising-an-online-do_action-event/\">online do_action charity hackathons</a>.</p>\n\n\n\n<ol><li><strong>Recruit a core team and prepare an event plan</strong><br />Enlist a team of 5-10 members to wrangle the event. Much like a WordCamp, organizers need to plan do_action events down to the last detail. Make sure you have a plan for the entire event lifecycle &#8211; including <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/gathering-non-profits/\">selecting nonprofits</a>, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/getting-particpants/\">finding volunteers</a>, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/finding-sponsors/\">finding sponsors</a>, task management, and execution. For inspiration, check out how the <a href=\"https://github.com/doactionjp/do_action_guideline\">do_action Japan team came up with a plan for the event beforehand</a>! Having a solid communication strategy and setting deadlines is equally important. Finding answers to questions like: “<em>When do volunteer teams meet?”,  “How often should there be check-ins?”,  “How do we track tasks?”,  “How do we measure progress?” </em>and<em> “ What deadlines do we need to meet?” </em>for instance, will help in devising a strategy.</li><li><strong>Finding non-profits and volunteers </strong><br /><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/gathering-non-profits/\">Finding eligible non-profits</a> for your event could be a challenge. When your event publishes the call for non-profits, share it widely on social media. Since this is a charitable event, we have noticed that getting PR from local news media outlets is a lot easier. You might also want to reach out to Non-profit organizations and offer assistance proactively. You can follow the same approach for volunteer recruitment too.</li><li><strong>Fix your collaboration tools and communication strategy<br /></strong>Since this will be an online event, you will need the right collaboration tools to make the event successful. <strong>Please note: A doaction.org G Suite/Google Workspace account will be provided to all do_action event organizers in 2021 and beyond! Feel free to use that account for all your needs. Check out </strong><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/google-workspace-account-for-do_action-events/\"><strong>the handbook page for more information</strong></a><strong>.</strong> Here are some tools that you can use for your event:<ul><li>doaction.org website (call for nonprofits &amp; hackathon participants)</li><li>Slack (overall event prep, communication on the event days) &#8211; A free plan will be sufficient.</li><li>Zoom (event organizer &amp; inter-team meetings, opening/closing remarks) &#8211; <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">WordPress Community zoom accounts</a> can be used. </li><li><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/google-workspace-account-for-do_action-events/\">Google Workspace tools</a> (provided to all 2021 organizers in the <a href=\"mailto:location@doaction.org\">location@doaction.org</a> format) &#8211; Gmail (inquiries &amp; sponsor communication), Google Forms (call for organizers &amp; sponsors, post-event survey), Google Sheets (task &amp; data management), Google Docs (collaborative editing of documents, Google Drive (for storage needs),  and Google Slides (opening/closing remarks presentation)</li><li>WordPress.com P2 &#8211; for task management</li><li>Trello &#8211; for task management.</li><li>Figma (design)</li></ul></li><li><strong>Finding sponsors<br /></strong>For online do_action events, organizers need not worry about venue or catering expenses. Hence, sponsorship benefits for these events can be passed along directly to non-profits. Most WordPress companies are passionate about supporting non-profits, and providing product/service licenses is a cost-effective way for them to support the community. Consider reaching out to specific companies as per your needs. Sponsorship benefits that do_action events in 2020 had availed include:<ul><li>Free domain and web hosting for non-profits</li><li>Sponsored premium plugins and themes (Only 100% GPL Compliant themes and plugins are allowed)</li><li>Sponsored website services (backups, caching, security, optimization, etc.)</li></ul></li><li><strong>Find a way to offer post-event support for non-profit websites<br /></strong>Make sure that once the event is over, each non-profit is trained on how to use and update the site. Perhaps a few volunteers could provide post-event support for a short while (while ensuring that the right expectations are set on both sides). Offering post-event support as a sponsorship benefit could also be a solution to that problem.</li></ol>\n\n\n\n<p>Does all of this sound exciting? Would you like to support your local community by organizing a do_action event? <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">Send in your application</a> right away! You can read more about do_action in the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/\">event handbook</a>. Thank you for all that you do to support the global community through WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Mar 2021 03:50:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Hari Shanker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: Insert Font Awesome Icons Into the Block Editor via the JVM Gutenberg Rich Text Icons Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114315\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:249:\"https://wptavern.com/insert-font-awesome-icons-into-the-block-editor-via-the-jvm-gutenberg-rich-text-icons-plugin?utm_source=rss&utm_medium=rss&utm_campaign=insert-font-awesome-icons-into-the-block-editor-via-the-jvm-gutenberg-rich-text-icons-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3071:\"<p class=\"has-drop-cap\">Joris van Montfort, a freelance WordPress developer, released the <a href=\"https://wordpress.org/plugins/jvm-rich-text-icons/\">JVM Gutenberg Rich Text Icons</a> plugin over the weekend. The goal was simple: allow users to insert icons nearly anywhere in the block editor at the click of a button.</p>\n\n\n\n<p>The plugin uses version 4.7 of the Font Awesome library out of the box. However, developers can modify this to include custom icon sets.</p>\n\n\n\n<p>Like many of the most useful plugins, it stays in its lane, performing a simple task and doing it well. The plugin presents users with a &ldquo;flag&rdquo; button in the editor toolbar whenever they edit a Rich Text field.</p>\n\n\n\n<img />Inserting an icon into a Heading block.\n\n\n\n<p>Rich Text is a block editor component for entering text. Anywhere users can type in the editor canvas is fair game for inserting an icon. This includes paragraphs, headings, image captions, and more. It also extends to blocks from other plugin developers. If they employ a Rich Text field anywhere, the &ldquo;flag&rdquo; button will appear, and users can plop an icon in it.</p>\n\n\n\n<p>Icons inserted through the plugin automatically inherit the surrounding text size. If you stick it in a Heading block, it will grow larger. If you stick it in a Button block, it will match up with the Button text. The same is true for the colors too.</p>\n\n\n\n<img />Inserting icons in various blocks at different sizes and colors.\n\n\n\n<p>Because it is impossible to match each theme&rsquo;s design perfectly, some minor spacing or alignment adjustments may be needed. For the most part, the icons looked good when I tested them with various themes. However, there were a couple of one-pixel-off issues and minor alignment miscues with some blocks. On the whole, I did not run into any design-breaking issues. The plugin displayed its icons as it should.</p>\n\n\n\n<p>One usability issue I encountered was being unable to delete an icon via the <code>Backspace</code> or <code>Delete</code> keys on my keyboard in use with the Buttons block. It worked well with other blocks. The solution for this was to click on the inserted icon. Then, select the &ldquo;flag&rdquo; icon in the toolbar to reopen the inserter. After choosing no replacement, the old one disappeared.</p>\n\n\n\n<p>The plugin developer provided filter hooks for third-party developers to implement icon sets other than Font Awesome via a custom JSON file. Instructions are outlined in the plugin&rsquo;s readme. There are also hooks for uploading or overwriting the stylesheet and classes.</p>\n\n\n\n<p>While I like the plugin&rsquo;s execution, I dislike that it loads its own Font Awesome stylesheet. If using another plugin or theme that does the same, its inclusion increases the page load size for end-users by loading multiple copies of the same code. This is not the fault of the plugin developer. It is a limitation created by WordPress&rsquo;s lack of a dependency system. However, users who give the plugin a try should be mindful of this potential issue.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Mar 2021 23:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Chrome 90 to Use HTTPS by Default in the Address Bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/chrome-90-to-use-https-by-default-in-the-address-bar?utm_source=rss&utm_medium=rss&utm_campaign=chrome-90-to-use-https-by-default-in-the-address-bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2895:\"<p>Chrome&rsquo;s upcoming <a href=\"https://blog.chromium.org/2021/03/a-safer-default-for-navigation-https.html\">version 90</a> will use&nbsp;<em>https://</em>&nbsp;by default in the address bar, bringing a significant improvement to security and loading speed. HTTPS adoption has shot up significantly over the past six years after Google&nbsp;<a href=\"https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html\">announced</a>&nbsp;in 2014 that HTTPS would be used as a ranking signal in search results. </p>\n\n\n\n<p>In February 2021, W3Techs found that <a href=\"https://w3techs.com/blog/entry/fact_20210202\">82.2% of websites use a valid SSL certificate</a>. Today, more than <a href=\"https://transparencyreport.google.com/https/overview?hl=en\">98% of pages loaded in Chrome</a> use HTTPS as the default protocol, making this change to using HTTPS as the default for navigations long overdue. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Firefox Telemetry charts HTTPS adoption at <a href=\"https://letsencrypt.org/stats/#percent-pageloads\">more than 84%</a> of web pages for all users and 92% for traffic originating in the USA.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Currently, anytime a user puts a site into the address bar without specifying the protocol, such as &ldquo;example.com,&rdquo; Chrome uses HTTP by default and then has to retry for HTTPS. </p>\n\n\n\n<p>The update in Chrome 90 is good news for Chrome users, because it improves the loading speed for sites that support HTTPS by cutting out the redirection loop after the initial load. A gif on the Chromium blog illustrates this in a nice way: </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Those who are using Chrome Canary can access experiments to try it out ahead of the version 90 release. Navigate to the following URL to mark the experimental feature as enabled:</p>\n\n\n\n<p><strong><em>chrome://flags/#omnibox-default-typed-navigations-to-https</em></strong></p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>WordPress site owners will want to make sure their sites are using HTTPS in order to take advantage of the speed boost this change introduces. Fortunately, for those who haven&rsquo;t migrated over yet, the latest <a href=\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\">5.7 release makes it easy to update with the click of a button</a>. WordPress can detect if the site&rsquo;s hosting environment supports HTTPS and then offers a one-click update process via the Site Health screen. It even handles mixed content rewrites where possible, so site owners will not have to worry about having a bunch of broken links after migrating. </p>\n\n\n\n<p>Chrome 90 went into beta in mid-March. The stable release is <a href=\"https://www.chromestatus.com/features/schedule\">scheduled</a> for 20 days following beta on April 13, 2021.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Mar 2021 17:28:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"HeroPress: My Journey From Freelancer To Product Maker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:160:\"https://heropress.com/essays/my-journey-from-freelancer-to-product-maker/#utm_source=rss&utm_medium=rss&utm_campaign=my-journey-from-freelancer-to-product-maker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9826:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/03/032321-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The WordPress community is integral for its success and I can\'t thank it enough.\" /><p>Like many others in our industry, my WordPress journey started a while ago.</p>\n<p>I built my first website using GeoCities when I was 14 years old, 21 years ago (boy am I getting old). At the time I was obsessed with skateboarding, the website was for friends I used to hang out and ride around with from school. I remember how excited I felt when I could see that my website was online and I would literally show it to everyone I could, even though looking back at it now it was extremely brightly coloured and scrappy!</p>\n<p>Back then, with my family&#8217;s 56k connection, whenever I connected to the internet it would take over the landline, so I was only allowed to go online for an hour per day. So I spent the days fiddling with Front Page, just waiting for my 1 hour to upload the code and share the updates with my MIRC friends (kinda like a Stone Age version of Slack).</p>\n<p>That’s about the time I also picked up a guitar for the first time&#8230;.</p>\n<h3>Music, business and websites</h3>\n<p>To start I borrowed a super cheap electric guitar from a friend to learn how to play, and impress a girl I liked. After playing all evening, I felt so inspired that the guitar ended up next to me while I slept in bed. It was love at first chord.</p>\n<p>Because I was so obsessed, I couldn’t stop practicing and quickly I became pretty good (for a kid). So much so that I formed a band with some friends and started performing wherever we could. For the next decade, I focused on becoming the best rock musician I could.</p>\n<p>I didn’t want to just play the guitar in a band that was performing at local events and school, I wanted us to go places and started treating it as a business. I began studying business by reading every book I could, which led me to take courses and become a certified business and digital consultant.</p>\n<p>During my studies, I learned WordPress and the entire Adobe suite. This was my first introduction to WordPress and it made me love designing and developing websites even more than I already did.</p>\n<p>I had fun during this time, but they were some tough years and despite all of my efforts, my band wasn’t doing very well.</p>\n<blockquote><p>After everything I had put into it, I thought I’d have my own episode on MTV Cribs already!</p></blockquote>\n<p>We decided the band needed a change.</p>\n<p>We rebranded, wrote new stuff, this time in English to maximise our reach, and did an online launch using everything I learned.</p>\n<p>Within a month of the launch, my local band from a small town in Israel was signed to release an album worldwide through a British label.</p>\n<p>We were stoked!</p>\n<p>We decided to drop everything, come to the UK and start touring Europe. And so we did!</p>\n<p>Starting from scratch, we began building our audience at small venues and pubs, while really pumping things up online, using WordPress to build our website and promote!</p>\n<p>We went from playing to sometimes less than 10 people to hundreds, then thousands. Playing with some of the artists we grew up listening to.</p>\n<p>It was pretty amazing, but I was still broke surprisingly!</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/03/image1.jpg\"><img /></a></p>\n<p>Luckily though, from my efforts in promoting the band using our website and designs on social media, my work began to get noticed and I started to attract clients.</p>\n<p>With little to no money in my bank account, I started freelancing out the back of our tour van and built clients websites while touring Europe. Free McDonalds WiFi became my best friend and no matter where we went, there was always one nearby.</p>\n<p>While I drew in more clients and started generating revenue for myself, unfortunately my band ended up splitting up. It was unavoidable and in the end, it was the best thing that could have happened to me (even though it was devastating at the time).</p>\n<p>I then thought, “you know what, I’m going to start taking this freelancing thing seriously.”</p>\n<blockquote><p>I started building my own business, using my rediscovered passion for the web and WordPress in particular.</p></blockquote>\n<p>As I got deeper into building websites, I began to insert myself more into the WordPress community, which filled the void of being “the band guy”. As my time now wasn’t being taken up by touring, I employed my first designer and this is where my agency took off.</p>\n<p>We managed to pull in 6 figures within the first year, and we kept growing!</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/03/image2.jpg\"><img /></a></p>\n<p>Within a few years, my agency grew to 12 employees. As I acquired more clients, I realized there was something holding me back.</p>\n<h3>From Agency To Product Maker</h3>\n<p>As we began dealing with more and more clients day-to-day, it became blindingly apparent that we simply did not have the correct tools to deal with the volume efficiently.</p>\n<p>So, I went on the hunt for a platform or tool that could help organize and deal with client requests quickly and easily. We already had a ticketing system in place, while using emails, phone calls and face to face meetings, but it was just all a mess.</p>\n<p>There are solutions to the problems of project management BUT I struggled to find a purely dedicated platform that was for a web design agency.</p>\n<blockquote><p>I arranged a meeting with my team and we decided, let’s just build our own solution.</p></blockquote>\n<p>We had the designers and developers to make it happen, so&#8230;we did! We developed a simple WordPress plugin that we could use to take requests from our clients across all of their websites, and after it was implemented, it worked like a dream.</p>\n<p>Being the person I am though, I didn’t stop there. I thought, “other people should be using this” and that’s where my product, Atarim, was born. I reached out to the WordPress community wherever I could and got a bunch of beta testers to try it out with their own clients.</p>\n<p>The feedback was so positive that we developed the plugin even further and started charging monthly and annual plans for other agencies and freelancers to start using it. We are now a fully fledged agency management platform serving thousands of freelancers and agencies and helped deliver tens of thousands of website projects. In just short of two years.</p>\n<p>Now we only deal with a couple of legacy clients who have been with us for a while, and we use our own platform to manage them.</p>\n<h3>The WP Community</h3>\n<p>I’ve been part of the WordPress community for a long time now, and I’m humbled and honored to say that without it, my product would not be where it is today.</p>\n<p>Before COVID, I was a regular at every event I could get to, whether it was in London (where I live) or another country.</p>\n<blockquote><p>I’ve made some lifelong friends within the community and it has made working day-to-day an absolute blast</p></blockquote>\n<p>…(obviously with some major stresses in between, but hey you aren’t doing it right if you aren’t stressed most of the time!).</p>\n<p>Because of COVID though, I was driven to creating our own event online. Last year we had our first and we are currently gearing up for the second one to go live very soon!</p>\n<p>The Atarim Web Agency Summit was born out of love for the WordPress Community. An online event that spans 4 days where we can all come together and listen to some of the greatest minds in our industry talk about their craft and how we can improve our agencies and freelance businesses.</p>\n<p>We managed to develop the summit into the biggest online event in the WordPress space and it was incredibly humbling to partner with some of the largest companies and famous speakers. Companies that have products I myself have been using for years, and speakers that I used to watch on YouTube!</p>\n<p>Also, the feedback we received from our initial beta test and the feedback we continue to get from our current users, helps shape the product every single day. The WordPress community is integral for it’s success and I can’t thank it enough.</p>\n<p>I love that our platform is helping agencies and freelancers that are experiencing the exact same stresses and problems I was facing when growing my agency. This is what drives my team and I to continue working and evolving Atarim, until it is the only way to manage website projects.</p>\n<h3>What’s Next?</h3>\n<p>Next, I want to make our platform accessible on any type of website, whether it’s WordPress, Drupal, Shopify or built purely from custom HTML &amp; CSS. I want Atarim to be accessible to any type of agency owner and freelancer so they can implement our platform and reap the benefits.</p>\n<p>I’m continuing to build the team as our product gets more and more users, so we can up development on a weekly basis and release updates that enhance the experience for our current and bring in new users.</p>\n<p>As for me personally, I’m learning new and exciting things every day, attending courses and webinars where I can to ensure that I’m doing the best I can to steer Atarim in the right direction. I’ve been at this for nearly 2 years now, the plan is to go for another 8 years and re-evaluate from there.</p>\n<p>I’m excited for the future!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/my-journey-from-freelancer-to-product-maker/\">My Journey From Freelancer To Product Maker</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Mar 2021 08:01:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Vito Peleg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Eksell Portfolio Theme Now Available in WordPress Themes Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114120\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/eksell-portfolio-theme-now-available-in-wordpress-themes-directory?utm_source=rss&utm_medium=rss&utm_campaign=eksell-portfolio-theme-now-available-in-wordpress-themes-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2805:\"<p>Anders Nor&eacute;n&rsquo;s new <a href=\"https://wordpress.org/themes/eksell/\">Eksell theme</a> is now available for download from the WordPress Themes directory. Eksell was inspired by Swedish graphic designer <a href=\"http://olleeksell.se/\">Olle Eksell</a>. It arrives a year and a half after Nor&eacute;n&rsquo;s popular Chaplin theme was released.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Last week Justin Tadlock published a <a href=\"https://wptavern.com/compatibility-is-not-enough-the-eksell-wordpress-theme-creates-art-with-blocks\">preview</a> of the theme while it was still making its way through the review system. Since that time, Nor&eacute;n has added to the five block patterns he originally submitted with the theme. There are now 12 block patterns that help users create stacked galleries, calls to action, multiple columns with pullquotes, and more. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Eksell also includes a unique &ldquo;<a href=\"https://andersnoren.se/themes/eksell/blank-canvas/\">Blank Canvas</a>&rdquo; page template that only displays content added in the block editor, which Nor&eacute;n said offers a preview of what users will be able to do once Full Site Editing (FSE) is merged into core.</p>\n\n\n\n<p>The <a href=\"https://www.andersnoren.se/introducing-eksell/\">Eksell announcement post</a> is a sobering reminder of the uncertainty facing even the most experienced theme developers with changes coming later this year. Nor&eacute;n said he is not planning to update his existing 20 themes to support FSE:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>My current belief is that I won&rsquo;t update my existing themes to take advantage of Full Site Editing. Not because I don&rsquo;t buy into the vision of Full Site Editing, but because I don&rsquo;t think anyone would be well-served by six year old themes (like Hoffman) very much not built for FSE being updated to sorta-kinda support it. I would rather spend that time on themes built from the ground up to take advantage of the new tools Full Site Editing gives us.</p></blockquote>\n\n\n\n<p>Once FSE is released, Nor&eacute;n said themes not updated to support it will immediately feel outdated &ldquo;much like Classic Editor themes felt in the spring of 2019.&rdquo; Theme developers don&rsquo;t yet know what shape themes will take or how difficult it may be to update them once FSE is in core. </p>\n\n\n\n<p>Nor&eacute;n is considering updating Eksell to bridge the gap between the world before FSE and whatever themes look like after it lands in core, but reserved the right to leave it behind with the others. For the time being, it is one of the best themes around for the block editor, but it may be the last of the truly classic themes before the dawn of a new era in theming.  </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Mar 2021 01:28:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Refactoring Gutenberg’s Gallery Block To Support Nested Images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114179\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:187:\"https://wptavern.com/refactoring-gutenbergs-gallery-block-to-support-nested-images?utm_source=rss&utm_medium=rss&utm_campaign=refactoring-gutenbergs-gallery-block-to-support-nested-images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4957:\"<p class=\"has-drop-cap\">Like many others, I often have pinned tabs of all sorts of things in my browser. Some of them linger there for months. Others for years, I shamefully admit. Of the handful of Gutenberg-related browser tabs I have had <a href=\"https://github.com/WordPress/gutenberg/pull/25940\">pinned since late 2020</a>, one of them finally had the sort of movement I have been waiting on. The Gallery block was finally getting the <a href=\"https://make.wordpress.org/core/2021/03/23/gallery-block-update-call-for-testing/\">much-needed refactor</a> it needed.</p>\n\n\n\n<p>A gallery is essentially a container with nested images. The concept of nested blocks has existed and has been in use for a long while now. However, the core Gallery block does not make use of this capability. This means that users have no access to existing Image block features.</p>\n\n\n\n<p><em>Want to customize the link for individual images?</em> No can do with the Gallery block. Instead, users must use Columns and drop Image blocks in. It is such a fundamentally broken part of the user experience there is little wonder that users have looked outside of core WordPress for alternative solutions. And it has been a problem since the introduction of galleries via the shortcode system in WordPress 2.5.</p>\n\n\n\n<p><em>Want to alternate styles for each image in the gallery?</em> That has traditionally been impossible too. However, when each image is an Image block, users can alternate between square and round styles, for example.</p>\n\n\n\n<img />Alternating Image block styles in a Gallery.\n\n\n\n<p>Users can even use a plugin like Editor Plus with its extended Image block styles to create a Gallery of &ldquo;image blobs&rdquo; or animate them individually.</p>\n\n\n\n<img />Individual images with &ldquo;blob&rdquo; shapes via Editor Plus.\n\n\n\n<p>This change could open some layout possibilities where users control the positioning of each item in the grid. And, why stop with images? There is no reason that core could not open the block up to other types of nesting in the future, such as videos, quotes, and more.</p>\n\n\n\n<img />Gallery of images with a quote.\n\n\n\n<p>The downside to this new feature is that it could require more work from developers who have already built on top of the Gallery block. That is why it is fundamental that they test this change now.</p>\n\n\n\n<p>Testers can see the change by switching to the <a href=\"https://github.com/WordPress/gutenberg/pull/25940\">gallery refactor branch</a> via GitHub or grab a <a href=\"https://glendaviesnz.files.wordpress.com/2021/03/gutenberg-gallery-refactor-1.zip\">ZIP file</a> of the build. It adds a new &ldquo;Gallery Refactor&rdquo; option to Gutenberg&rsquo;s Experimental setting screen, which must be enabled.</p>\n\n\n\n<p>Only newly-added Gallery blocks will use the new format. Nothing changed about it at first glance. However, by selecting an individual image, users can use the typical Image block settings. The two exceptions are the align and resize options, removed because they would break the layout. New galleries also do not work in the site editor yet.</p>\n\n\n\n<p>&ldquo;While the expectation is nothing changes in terms of output, this is a pretty major change on a technical level for a very popular block, so it&rsquo;d be a huge help to gather as much testing feedback as possible,&rdquo; wrote Glen Davies in the announcement post.</p>\n\n\n\n<p>This statement could be misleading. There are fundamental, backward-incompatible changes to the markup output with the new implementation.</p>\n\n\n\n<p>In previous iterations of the gallery, it had a wrapper container (<code>&lt;div&gt;</code>) and an unordered list (<code>&lt;ul&gt;</code>) of images. The proposed change would remove the list entirely, dropping the Image blocks as direct children of the containing element. This will break custom theme styles and potentially plugin integration.</p>\n\n\n\n<p>On a technical level, I do not see the need to change the outer markup galleries. It is only the image part of the equation that needs to change. If this is because of limitations with the <code>InnerBlocks</code> system (nested blocks feature), perhaps it is not robust enough to meet developers&rsquo; needs.</p>\n\n\n\n<p>With continual breaking changes to markup and CSS in the core block system, coding the entirety of a site&rsquo;s CSS from scratch is probably a thing of the past. This is not the first instance of such breakage and will undoubtedly be the last, a rarity in the pre-block era. The best course of action is for theme authors to leave core styles in place and extend them, even if it means some bloat for page loads. It is not a fool-proof plan, but it lightens the burden.</p>\n\n\n\n<p>Overall, I welcome the Gallery block enhancement, even it breaks a few things. It potentially opens a world of possibilities and is necessary if the project ever wants to provide end-users with anything other than super basic functionality.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Mar 2021 17:39:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 16 Apr 2021 12:35:36 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 16 Apr 2021 12:30:09 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20201216060157\";}','no'),(9346,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1618619736','no'),(9347,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1618576536','no'),(9348,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1618619736','no'),(9349,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/04/wordpress-5-7-1-security-and-maintenance-release/\'>WordPress 5.7.1 Security and Maintenance Release</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/04/people-of-wordpress-tyler-lau/\'>People of WordPress: Tyler Lau</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/full-site-editing-is-partly-a-go-for-wordpress-5-8?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=full-site-editing-is-partly-a-go-for-wordpress-5-8\'>WPTavern: Full Site Editing Is Partly a ‘Go’ for WordPress 5.8</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/zerodium-temporarily-triples-payout-to-300k-for-wordpress-exploits?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zerodium-temporarily-triples-payout-to-300k-for-wordpress-exploits\'>WPTavern: Zerodium Temporarily Triples Payout to $300K for WordPress Exploits</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/04/wordpress-5-7-1-security-and-maintenance-release/\'>WordPress.org blog: WordPress 5.7.1 Security and Maintenance Release</a></li></ul></div>','no'),(9359,'_elementor_global_css','a:6:{s:4:\"time\";i:1618577708;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(9367,'_transient_is_multi_author','0','yes'),(9368,'_transient_timeout_rsssl_mixed_content_fixer_detected','1618578930','no'),(9369,'_transient_rsssl_mixed_content_fixer_detected','found','no'),(9371,'_transient_onepress_categories','2','yes'),(9373,'_site_transient_timeout_theme_roots','1618584431','no'),(9374,'_site_transient_theme_roots','a:3:{s:30:\"advancingblackentrepreneurship\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(9376,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1618582636;s:7:\"checked\";a:3:{s:30:\"advancingblackentrepreneurship\";s:5:\"2.2.5\";s:12:\"twentytwenty\";s:3:\"1.5\";s:15:\"twentytwentyone\";s:3:\"1.0\";}s:8:\"response\";a:2:{s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.7.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.2.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(9381,'_transient_doing_cron','1618615896.3405759334564208984375','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=12331 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,5,'_edit_lock','1618578686:2'),(4,5,'_edit_last','1'),(5,5,'_hide_page_title',''),(6,5,'_hide_header',''),(7,5,'_hide_footer',''),(8,5,'_hide_breadcrumb',''),(9,5,'_cover',''),(10,5,'_show_excerpt',''),(11,5,'_wc_apply_product',''),(12,5,'_elementor_edit_mode','builder'),(13,7,'_elementor_edit_mode','builder'),(14,7,'_elementor_template_type','kit'),(15,7,'_elementor_version','3.1.4'),(16,5,'_elementor_template_type','wp-page'),(17,5,'_elementor_version','3.1.4'),(19,5,'_wp_page_template','elementor_header_footer'),(20,5,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(21,5,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff; font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL\\u00a0 TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at: blackentrepreneurshipfund@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(22,8,'_wp_attached_file','2020/11/Black-Business-advancingblackentrepreneurship-scaled.jpg'),(23,8,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:64:\"2020/11/Black-Business-advancingblackentrepreneurship-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Black-Business-advancingblackentrepreneurship-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"Black-Business-advancingblackentrepreneurship-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Black-Business-advancingblackentrepreneurship-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Black-Business-advancingblackentrepreneurship-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:59:\"Black-Business-advancingblackentrepreneurship-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:59:\"Black-Business-advancingblackentrepreneurship-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:57:\"Black-Business-advancingblackentrepreneurship-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:57:\"Black-Business-advancingblackentrepreneurship-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:57:\"Black-Business-advancingblackentrepreneurship-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:49:\"Black-Business-advancingblackentrepreneurship.jpg\";}'),(24,9,'_wp_attached_file','2020/11/black-women-advancingblackentrepreneurship-scaled.jpg'),(25,9,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:61:\"2020/11/black-women-advancingblackentrepreneurship-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"black-women-advancingblackentrepreneurship-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"black-women-advancingblackentrepreneurship-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"black-women-advancingblackentrepreneurship-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"black-women-advancingblackentrepreneurship-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:56:\"black-women-advancingblackentrepreneurship-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:56:\"black-women-advancingblackentrepreneurship-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:54:\"black-women-advancingblackentrepreneurship-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:54:\"black-women-advancingblackentrepreneurship-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:54:\"black-women-advancingblackentrepreneurship-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:46:\"black-women-advancingblackentrepreneurship.jpg\";}'),(26,10,'_elementor_edit_mode','builder'),(27,10,'_elementor_template_type','wp-page'),(28,10,'_elementor_version','3.0.12'),(29,10,'_wp_page_template','elementor_header_footer'),(30,10,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(31,10,'_elementor_data','[{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE TRYING TO ACHIEVE\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 60 Days\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"fp-el\\\">This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support \\u2014 for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.<\\/p><p class=\\\"fp-el\\\">The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and\\/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.<\\/p><p class=\\\"fp-el\\\">Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.<\\/p><p class=\\\"fp-el\\\">Together, we can do this.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(42,12,'_elementor_edit_mode','builder'),(43,12,'_elementor_template_type','wp-page'),(44,12,'_elementor_version','3.0.12'),(45,12,'_wp_page_template','elementor_header_footer'),(46,12,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(47,12,'_elementor_data','[{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE TRYING TO ACHIEVE\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 60 Days\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"fp-el\\\">This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support \\u2014 for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.<\\/p><p class=\\\"fp-el\\\">The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and\\/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.<\\/p><p class=\\\"fp-el\\\">Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.<\\/p><p class=\\\"fp-el\\\">Together, we can do this.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"CALL TO ACTION: $1 MILLION IN 60 DAYS \",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(52,14,'_wp_attached_file','2020/11/goal_progress-advancingblackentrepreneurship-4-scaled.jpg'),(53,14,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:65:\"2020/11/goal_progress-advancingblackentrepreneurship-4-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"goal_progress-advancingblackentrepreneurship-4-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-4-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"goal_progress-advancingblackentrepreneurship-4-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:60:\"goal_progress-advancingblackentrepreneurship-4-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-4-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-4-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-4-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:50:\"goal_progress-advancingblackentrepreneurship-4.jpg\";}'),(62,16,'_wp_attached_file','2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg'),(63,16,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:65:\"2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-3-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"goal_progress-advancingblackentrepreneurship-3-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:60:\"goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-3-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-3-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:50:\"goal_progress-advancingblackentrepreneurship-3.jpg\";}'),(64,17,'_wp_attached_file','2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg'),(65,17,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:65:\"2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"goal_progress-advancingblackentrepreneurship-2-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:60:\"goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-2-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:50:\"goal_progress-advancingblackentrepreneurship-2.jpg\";}'),(66,18,'_wp_attached_file','2020/11/goal_progress-advancingblackentrepreneurship-1-scaled.jpg'),(67,18,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:65:\"2020/11/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:60:\"goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:50:\"goal_progress-advancingblackentrepreneurship-1.jpg\";}'),(68,19,'_wp_attached_file','2020/11/goal_progress-advancingblackentrepreneurship-scaled.jpg'),(69,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:63:\"2020/11/goal_progress-advancingblackentrepreneurship-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"goal_progress-advancingblackentrepreneurship-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"goal_progress-advancingblackentrepreneurship-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"goal_progress-advancingblackentrepreneurship-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"goal_progress-advancingblackentrepreneurship-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:56:\"goal_progress-advancingblackentrepreneurship-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:56:\"goal_progress-advancingblackentrepreneurship-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:56:\"goal_progress-advancingblackentrepreneurship-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:48:\"goal_progress-advancingblackentrepreneurship.jpg\";}'),(70,20,'_wp_attached_file','2020/11/goal_progress-advancingblackentrepreneurship-5-scaled.jpg'),(71,20,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1702;s:4:\"file\";s:65:\"2020/11/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-5-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-5-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:60:\"goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:60:\"goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-5-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-5-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:58:\"goal_progress-advancingblackentrepreneurship-5-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:50:\"goal_progress-advancingblackentrepreneurship-5.jpg\";}'),(72,21,'_elementor_edit_mode','builder'),(73,21,'_elementor_template_type','wp-page'),(74,21,'_elementor_version','3.0.12'),(75,21,'_wp_page_template','elementor_header_footer'),(76,21,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(77,21,'_elementor_data','[{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE TRYING TO ACHIEVE\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 60 Days\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"fp-el\\\">This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support \\u2014 for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.<\\/p><p class=\\\"fp-el\\\">The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and\\/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.<\\/p><p class=\\\"fp-el\\\">Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.<\\/p><p class=\\\"fp-el\\\">Together, we can do this.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"CALL TO ACTION: $1 MILLION IN 60 DAYS \",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(80,22,'_elementor_edit_mode','builder'),(81,22,'_elementor_template_type','wp-page'),(82,22,'_elementor_version','3.0.12'),(83,22,'_wp_page_template','elementor_header_footer'),(84,22,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(85,22,'_elementor_data','[{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE TRYING TO ACHIEVE\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 60 Days\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"fp-el\\\">This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support \\u2014 for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.<\\/p><p class=\\\"fp-el\\\">The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and\\/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.<\\/p><p class=\\\"fp-el\\\">Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.<\\/p><p class=\\\"fp-el\\\">Together, we can do this.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"CALL TO ACTION: $1 MILLION IN 60 DAYS \",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(89,23,'_elementor_edit_mode','builder'),(90,23,'_elementor_template_type','wp-page'),(91,23,'_elementor_version','3.0.12'),(92,23,'_wp_page_template','elementor_header_footer'),(93,23,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(94,23,'_elementor_data','[{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE TRYING TO ACHIEVE\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 60 Days\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"fp-el\\\">This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support \\u2014 for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.<\\/p><p class=\\\"fp-el\\\">The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and\\/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.<\\/p><p class=\\\"fp-el\\\">Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.<\\/p><p class=\\\"fp-el\\\">Together, we can do this.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"CALL TO ACTION: $1 MILLION IN 60 DAYS \",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(99,25,'_wp_attached_file','2020/11/abe_slider1-scaled.jpg'),(100,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:30:\"2020/11/abe_slider1-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"abe_slider1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"abe_slider1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"abe_slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"abe_slider1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"abe_slider1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"abe_slider1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:23:\"abe_slider1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:23:\"abe_slider1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:23:\"abe_slider1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"abe_slider1.jpg\";}'),(101,26,'_wp_attached_file','2020/11/abe_slider2-scaled.jpg'),(102,26,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:30:\"2020/11/abe_slider2-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"abe_slider2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"abe_slider2-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"abe_slider2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"abe_slider2-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"abe_slider2-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"abe_slider2-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:23:\"abe_slider2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:23:\"abe_slider2-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:23:\"abe_slider2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"abe_slider2.jpg\";}'),(103,27,'_elementor_edit_mode','builder'),(104,27,'_elementor_template_type','wp-page'),(105,27,'_elementor_version','3.0.12'),(106,27,'_wp_page_template','elementor_header_footer'),(107,27,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(108,27,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE TRYING TO ACHIEVE\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 60 Days\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"fp-el\\\">This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support \\u2014 for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.<\\/p><p class=\\\"fp-el\\\">The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and\\/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.<\\/p><p class=\\\"fp-el\\\">Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.<\\/p><p class=\\\"fp-el\\\">Together, we can do this.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"CALL TO ACTION: $1 MILLION IN 60 DAYS \",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(111,28,'_elementor_edit_mode','builder'),(112,28,'_elementor_template_type','wp-page'),(113,28,'_elementor_version','3.0.12'),(114,28,'_wp_page_template','elementor_header_footer'),(115,28,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(116,28,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE TRYING TO ACHIEVE\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 60 Days\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"fp-el\\\">This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support \\u2014 for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.<\\/p><p class=\\\"fp-el\\\">The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and\\/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.<\\/p><p class=\\\"fp-el\\\">Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.<\\/p><p class=\\\"fp-el\\\">Together, we can do this.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"CALL TO ACTION: $1 MILLION IN 60 DAYS \",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(123,30,'_wp_attached_file','2020/11/abe_contact_us-scaled.jpg'),(129,30,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:33:\"2020/11/abe_contact_us-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"abe_contact_us-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"abe_contact_us-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"abe_contact_us-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"abe_contact_us-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"abe_contact_us-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"abe_contact_us-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:26:\"abe_contact_us-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:26:\"abe_contact_us-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:26:\"abe_contact_us-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"abe_contact_us.jpg\";}'),(130,31,'_elementor_edit_mode','builder'),(131,31,'_elementor_template_type','wp-page'),(132,31,'_elementor_version','3.0.12'),(133,31,'_wp_page_template','elementor_header_footer'),(134,31,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(135,31,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE TRYING TO ACHIEVE\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 60 Days\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"fp-el\\\">This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support \\u2014 for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.<\\/p><p class=\\\"fp-el\\\">The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and\\/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.<\\/p><p class=\\\"fp-el\\\">Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.<\\/p><p class=\\\"fp-el\\\">Together, we can do this.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"CALL TO ACTION: $1 MILLION IN 60 DAYS \",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":30,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/abe_contact_us-scaled.jpg\"}]},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(138,32,'_elementor_edit_mode','builder'),(139,32,'_elementor_template_type','wp-page'),(140,32,'_elementor_version','3.0.12'),(141,32,'_wp_page_template','elementor_header_footer'),(142,32,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(143,32,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE TRYING TO ACHIEVE\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 60 Days\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"fp-el\\\">This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support \\u2014 for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.<\\/p><p class=\\\"fp-el\\\">The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and\\/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.<\\/p><p class=\\\"fp-el\\\">Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.<\\/p><p class=\\\"fp-el\\\">Together, we can do this.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"CALL TO ACTION: $1 MILLION IN 60 DAYS \",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(150,37,'_elementor_edit_mode','builder'),(151,37,'_elementor_template_type','kit'),(152,37,'_elementor_version','3.0.12'),(154,7,'_wp_page_template','default'),(155,7,'_elementor_page_settings','a:8:{s:9:\"site_name\";s:33:\"Advancing Black Entrepreneurship \";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:6:{i:0;a:3:{s:3:\"_id\";s:7:\"a992e7d\";s:5:\"title\";s:11:\"New Item #1\";s:5:\"color\";s:7:\"#EDC904\";}i:1;a:3:{s:3:\"_id\";s:7:\"5063fc1\";s:5:\"title\";s:11:\"New Item #2\";s:5:\"color\";s:9:\"#020101F7\";}i:2;a:3:{s:3:\"_id\";s:7:\"4718518\";s:5:\"title\";s:11:\"New Item #3\";s:5:\"color\";s:9:\"#EAEFF2FC\";}i:3;a:3:{s:3:\"_id\";s:7:\"bc32b4f\";s:5:\"title\";s:11:\"New Item #4\";s:5:\"color\";s:7:\"#010201\";}i:4;a:3:{s:3:\"_id\";s:7:\"1797791\";s:5:\"title\";s:11:\"New Item #5\";s:5:\"color\";s:7:\"#05CBCE\";}i:5;a:3:{s:3:\"_id\";s:7:\"d88799f\";s:5:\"title\";s:11:\"New Item #6\";s:5:\"color\";s:7:\"#0BEAED\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:6;}'),(179,42,'_menu_item_type','custom'),(180,42,'_menu_item_menu_item_parent','0'),(181,42,'_menu_item_object_id','42'),(182,42,'_menu_item_object','custom'),(183,42,'_menu_item_target','_blank'),(184,42,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(185,42,'_menu_item_xfn',''),(186,42,'_menu_item_url','https://www.paypal.com/donate/?hosted_button_id=WUFDZMHP2A9BG'),(220,64,'_elementor_edit_mode','builder'),(221,64,'_elementor_template_type','wp-page'),(222,64,'_elementor_version','3.0.12'),(223,64,'_wp_page_template','elementor_header_footer'),(224,64,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(225,64,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE TRYING TO ACHIEVE\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 60 Days\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"fp-el\\\">This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support \\u2014 for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.<\\/p><p class=\\\"fp-el\\\">The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and\\/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.<\\/p><p class=\\\"fp-el\\\">Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.<\\/p><p class=\\\"fp-el\\\">Together, we can do this.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"CALL TO ACTION: $1 MILLION IN 60 DAYS \",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(226,65,'_elementor_edit_mode','builder'),(227,65,'_elementor_template_type','wp-page'),(228,65,'_elementor_version','3.0.12'),(229,65,'_wp_page_template','elementor_header_footer'),(230,65,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(231,65,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"WHAT WE ARE TRYING TO ACHIEVE\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 60 Days\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"fp-el\\\">This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support \\u2014 for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.<\\/p><p class=\\\"fp-el\\\">The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and\\/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.<\\/p><p class=\\\"fp-el\\\">Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.<\\/p><p class=\\\"fp-el\\\">Together, we can do this.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"CALL TO ACTION: $1 MILLION IN 60 DAYS \",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(232,66,'_elementor_edit_mode','builder'),(233,66,'_elementor_template_type','wp-page'),(234,66,'_elementor_version','3.0.12'),(235,66,'_wp_page_template','elementor_header_footer'),(236,66,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(237,66,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"CALL TO ACTION: $1 MILLION IN 60 DAYS \",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(246,68,'_elementor_edit_mode','builder'),(247,68,'_elementor_template_type','wp-page'),(248,68,'_elementor_version','3.0.13'),(249,68,'_wp_page_template','elementor_header_footer'),(250,68,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(251,68,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"CALL TO ACTION: $1 MILLION IN 60 DAYS \",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(252,69,'_elementor_edit_mode','builder'),(253,69,'_elementor_template_type','wp-page'),(254,69,'_elementor_version','3.0.13'),(255,69,'_wp_page_template','elementor_header_footer'),(256,69,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(257,69,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"CALL TO ACTION: $1 MILLION IN 60 DAYS \",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(258,70,'_elementor_edit_mode','builder'),(259,70,'_elementor_template_type','wp-page'),(260,70,'_elementor_version','3.0.13'),(261,70,'_wp_page_template','elementor_header_footer'),(262,70,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(263,70,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\nMovement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(272,72,'_elementor_edit_mode','builder'),(273,72,'_elementor_template_type','wp-page'),(274,72,'_elementor_version','3.0.13'),(275,72,'_wp_page_template','elementor_header_footer'),(276,72,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(277,72,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\nMovement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(278,73,'_elementor_edit_mode','builder'),(279,73,'_elementor_template_type','wp-page'),(280,73,'_elementor_version','3.0.13'),(281,73,'_wp_page_template','elementor_header_footer'),(282,73,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(283,73,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\nMovement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To A Black Business\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(284,74,'_elementor_edit_mode','builder'),(285,74,'_elementor_template_type','wp-page'),(286,74,'_elementor_version','3.0.13'),(287,74,'_wp_page_template','elementor_header_footer'),(288,74,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(289,74,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\nMovement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(291,75,'_elementor_edit_mode','builder'),(292,75,'_elementor_template_type','wp-page'),(293,75,'_elementor_version','3.0.13'),(294,75,'_wp_page_template','elementor_header_footer'),(295,75,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(296,75,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\nMovement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(297,76,'_elementor_edit_mode','builder'),(298,76,'_elementor_template_type','wp-page'),(299,76,'_elementor_version','3.0.13'),(300,76,'_wp_page_template','elementor_header_footer'),(301,76,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(302,76,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\nMovement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Goal Progress\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(303,77,'_elementor_edit_mode','builder'),(304,77,'_elementor_template_type','wp-page'),(305,77,'_elementor_version','3.0.13'),(306,77,'_wp_page_template','elementor_header_footer'),(307,77,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(308,77,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\nMovement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take a pledge as an Individual or Company\\/Organization: We are asking each participant to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging participants to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(317,79,'_elementor_edit_mode','builder'),(318,79,'_elementor_template_type','wp-page'),(319,79,'_elementor_version','3.0.13'),(320,79,'_wp_page_template','elementor_header_footer'),(321,79,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(322,79,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\nMovement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take a pledge as an Individual or Company\\/Organization: We are asking each participant to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging participants to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(323,80,'_elementor_edit_mode','builder'),(324,80,'_elementor_template_type','wp-page'),(325,80,'_elementor_version','3.0.13'),(326,80,'_wp_page_template','elementor_header_footer'),(327,80,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(328,80,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\nMovement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Take a pledge as an Individual or Company\\/Organization: We are asking each participant to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging participants to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(329,81,'_elementor_edit_mode','builder'),(330,81,'_elementor_template_type','wp-page'),(331,81,'_elementor_version','3.0.13'),(332,81,'_wp_page_template','elementor_header_footer'),(333,81,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(334,81,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\nMovement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(336,82,'_elementor_edit_mode','builder'),(337,82,'_elementor_template_type','wp-page'),(338,82,'_elementor_version','3.0.13'),(339,82,'_wp_page_template','elementor_header_footer'),(340,82,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(341,82,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\nMovement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(342,83,'_elementor_edit_mode','builder'),(343,83,'_elementor_template_type','wp-page'),(344,83,'_elementor_version','3.0.13'),(345,83,'_wp_page_template','elementor_header_footer'),(346,83,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(347,83,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\nMovement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(348,84,'_elementor_edit_mode','builder'),(349,84,'_elementor_template_type','wp-page'),(350,84,'_elementor_version','3.0.13'),(351,84,'_wp_page_template','elementor_header_footer'),(352,84,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(353,84,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(364,86,'_elementor_edit_mode','builder'),(365,86,'_elementor_template_type','wp-page'),(366,86,'_elementor_version','3.0.13'),(367,86,'_wp_page_template','elementor_header_footer'),(368,86,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(369,86,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(371,87,'_elementor_edit_mode','builder'),(372,87,'_elementor_template_type','wp-page'),(373,87,'_elementor_version','3.0.13'),(374,87,'_wp_page_template','elementor_header_footer'),(375,87,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(376,87,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate To Support Black Businesses\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we\\u2019ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses \\u2014 those most impacted by the COVID-19 pandemic and socio-economic injustices.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19. \\u00a0 In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don\\u2019t get left behind.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(378,88,'_elementor_edit_mode','builder'),(379,88,'_elementor_template_type','wp-page'),(380,88,'_elementor_version','3.0.13'),(381,88,'_wp_page_template','elementor_header_footer'),(382,88,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(383,88,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"MOVEMENT OF ECONOMIC JUSTICE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"We focus on five areas:\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\\u200b<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(393,90,'_elementor_edit_mode','builder'),(394,90,'_elementor_template_type','wp-page'),(395,90,'_elementor_version','3.0.13'),(396,90,'_wp_page_template','elementor_header_footer'),(397,90,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(398,90,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"MOVEMENT OF ECONOMIC JUSTICE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"We focus on five areas:\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\\u200b<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(399,91,'_elementor_edit_mode','builder'),(400,91,'_elementor_template_type','wp-page'),(401,91,'_elementor_version','3.0.13'),(402,91,'_wp_page_template','elementor_header_footer'),(403,91,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(404,91,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"MOVEMENT OF ECONOMIC JUSTICE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"We focus on five areas:\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The status quo is unsustainable, and we must not level the playing field but establish a new one \\u2026 a just and equitable economic system that works for ALL.\\u200b<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(405,92,'_elementor_edit_mode','builder'),(406,92,'_elementor_template_type','wp-page'),(407,92,'_elementor_version','3.0.13'),(408,92,'_wp_page_template','elementor_header_footer'),(409,92,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(410,92,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"MOVEMENT OF ECONOMIC JUSTICE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"We focus on five areas:\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>HBCUS \\u2013 EDUCATING FUTURE FOUNDERS<\\/b><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">-P<\\/span><i><span style=\\\"font-weight: 400;\\\">repare HBCU students to become entrepreneurs<\\/span><\\/i><\\/p><\\/li><li><p><b>ARTS AND CREATIVE ECONOMY<\\/b><\\/p><p><i><span style=\\\"font-weight: 400;\\\">-Assist\\u00a0creative entrepreneurs leverage their talents into a successful business\\u00a0<br \\/><\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(413,93,'_elementor_edit_mode','builder'),(414,93,'_elementor_template_type','wp-page'),(415,93,'_elementor_version','3.0.13'),(416,93,'_wp_page_template','elementor_header_footer'),(417,93,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(418,93,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"MOVEMENT OF ECONOMIC JUSTICE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"We focus on five areas:\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>HBCUS \\u2013 EDUCATING FUTURE FOUNDERS<\\/b><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">-P<\\/span><i><span style=\\\"font-weight: 400;\\\">repare HBCU students to become entrepreneurs<\\/span><\\/i><\\/p><\\/li><li><p><b>ARTS AND CREATIVE ECONOMY<\\/b><\\/p><p><i><span style=\\\"font-weight: 400;\\\">-Assist\\u00a0creative entrepreneurs leverage their talents into a successful business\\u00a0<br \\/><\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(420,94,'_elementor_edit_mode','builder'),(421,94,'_elementor_template_type','wp-page'),(422,94,'_elementor_version','3.0.13'),(423,94,'_wp_page_template','elementor_header_footer'),(424,94,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(425,94,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Advancing Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/p><p class=\\\"fp-el\\\">\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"MOVEMENT OF ECONOMIC JUSTICE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"We focus on five areas:\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>HBCUS \\u2013 EDUCATING FUTURE FOUNDERS<\\/b><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">-P<\\/span><i><span style=\\\"font-weight: 400;\\\">repare HBCU students to become entrepreneurs<\\/span><\\/i><\\/p><\\/li><li><p><b>ARTS AND CREATIVE ECONOMY<\\/b><\\/p><p><i><span style=\\\"font-weight: 400;\\\">-Assist\\u00a0creative entrepreneurs leverage their talents into a successful business\\u00a0<br \\/><\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(427,95,'_elementor_edit_mode','builder'),(428,95,'_elementor_template_type','wp-page'),(429,95,'_elementor_version','3.0.13'),(430,95,'_wp_page_template','elementor_header_footer'),(431,95,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(432,95,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p>\\n<p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the&nbsp;<em>Advancing Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to&nbsp;raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><br><\\/p><br>\\n<p>\\n<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"MOVEMENT OF ECONOMIC JUSTICE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"We focus on five areas:\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>HBCUS \\u2013 EDUCATING FUTURE FOUNDERS<\\/b><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">-P<\\/span><i><span style=\\\"font-weight: 400;\\\">repare HBCU students to become entrepreneurs<\\/span><\\/i><\\/p><\\/li><li><p><b>ARTS AND CREATIVE ECONOMY<\\/b><\\/p><p><i><span style=\\\"font-weight: 400;\\\">-Assist\\u00a0creative entrepreneurs leverage their talents into a successful business\\u00a0<br \\/><\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(443,97,'_elementor_edit_mode','builder'),(444,97,'_elementor_template_type','wp-page'),(445,97,'_elementor_version','3.0.13'),(446,97,'_wp_page_template','elementor_header_footer'),(447,97,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(448,97,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p>\\n<p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the&nbsp;<em>Advancing Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to&nbsp;raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><br><\\/p><br>\\n<p>\\n<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"MOVEMENT OF ECONOMIC JUSTICE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"We focus on five areas:\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>HBCUS \\u2013 EDUCATING FUTURE FOUNDERS<\\/b><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">-P<\\/span><i><span style=\\\"font-weight: 400;\\\">repare HBCU students to become entrepreneurs<\\/span><\\/i><\\/p><\\/li><li><p><b>ARTS AND CREATIVE ECONOMY<\\/b><\\/p><p><i><span style=\\\"font-weight: 400;\\\">-Assist\\u00a0creative entrepreneurs leverage their talents into a successful business\\u00a0<br \\/><\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(450,98,'_elementor_edit_mode','builder'),(451,98,'_elementor_template_type','wp-page'),(452,98,'_elementor_version','3.0.13'),(453,98,'_wp_page_template','elementor_header_footer'),(454,98,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(455,98,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advancing Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p>\\n<p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the&nbsp;<em>Advancing Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to&nbsp;raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><br><\\/p><br>\\n<p>\\n<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"MOVEMENT OF ECONOMIC JUSTICE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"We focus on five areas:\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>HBCUS \\u2013 EDUCATING FUTURE FOUNDERS<\\/b><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">-P<\\/span><i><span style=\\\"font-weight: 400;\\\">repare HBCU students to become entrepreneurs<\\/span><\\/i><\\/p><\\/li><li><p><b>ARTS AND CREATIVE ECONOMY<\\/b><\\/p><p><i><span style=\\\"font-weight: 400;\\\">-Assist\\u00a0creative entrepreneurs leverage their talents into a successful business\\u00a0<br \\/><\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(457,99,'_elementor_edit_mode','builder'),(458,99,'_elementor_template_type','wp-page'),(459,99,'_elementor_version','3.0.13'),(460,99,'_wp_page_template','elementor_header_footer'),(461,99,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(462,99,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADVANCING BLACK ENTREPRENEURSHIP\\nis Movement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Focus on five areas:\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>HBCUS \\u2013 EDUCATING FUTURE FOUNDERS<\\/b><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">-P<\\/span><i><span style=\\\"font-weight: 400;\\\">repare HBCU students to become entrepreneurs<\\/span><\\/i><\\/p><\\/li><li><p><b>ARTS AND CREATIVE ECONOMY<\\/b><\\/p><p><i><span style=\\\"font-weight: 400;\\\">-Assist\\u00a0creative entrepreneurs leverage their talents into a successful business\\u00a0<br \\/><\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(465,100,'_elementor_edit_mode','builder'),(466,100,'_elementor_template_type','wp-page'),(467,100,'_elementor_version','3.0.13'),(468,100,'_wp_page_template','elementor_header_footer'),(469,100,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(470,100,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADVANCING BLACK ENTREPRENEURSHIP\\nis Movement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Focus on five areas:\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>HBCUS \\u2013 EDUCATING FUTURE FOUNDERS<\\/b><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">-P<\\/span><i><span style=\\\"font-weight: 400;\\\">repare HBCU students to become entrepreneurs<\\/span><\\/i><\\/p><\\/li><li><p><b>ARTS AND CREATIVE ECONOMY<\\/b><\\/p><p><i><span style=\\\"font-weight: 400;\\\">-Assist\\u00a0creative entrepreneurs leverage their talents into a successful business\\u00a0<br \\/><\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(471,101,'_elementor_edit_mode','builder'),(472,101,'_elementor_template_type','wp-page'),(473,101,'_elementor_version','3.0.13'),(474,101,'_wp_page_template','elementor_header_footer'),(475,101,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(476,101,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADVANCING BLACK ENTREPRENEURSHIP\\nis Movement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Focus on five areas:\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>HBCUS \\u2013 EDUCATING FUTURE FOUNDERS<\\/b><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">-P<\\/span><i><span style=\\\"font-weight: 400;\\\">repare HBCU students to become entrepreneurs<\\/span><\\/i><\\/p><\\/li><li><p><b>ARTS AND CREATIVE ECONOMY<\\/b><\\/p><p><i><span style=\\\"font-weight: 400;\\\">-Assist\\u00a0creative entrepreneurs leverage their talents into a successful business\\u00a0<br \\/><\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(477,102,'_elementor_edit_mode','builder'),(478,102,'_elementor_template_type','wp-page'),(479,102,'_elementor_version','3.0.13'),(480,102,'_wp_page_template','elementor_header_footer'),(481,102,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(482,102,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADVANCING BLACK ENTREPRENEURSHIP\\nis <br>Movement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Focus on five areas:\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>HBCUS \\u2013 EDUCATING FUTURE FOUNDERS<\\/b><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">-P<\\/span><i><span style=\\\"font-weight: 400;\\\">repare HBCU students to become entrepreneurs<\\/span><\\/i><\\/p><\\/li><li><p><b>ARTS AND CREATIVE ECONOMY<\\/b><\\/p><p><i><span style=\\\"font-weight: 400;\\\">-Assist\\u00a0creative entrepreneurs leverage their talents into a successful business\\u00a0<br \\/><\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(485,103,'_elementor_edit_mode','builder'),(486,103,'_elementor_template_type','wp-page'),(487,103,'_elementor_version','3.0.13'),(488,103,'_wp_page_template','elementor_header_footer'),(489,103,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(490,103,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADVANCING BLACK ENTREPRENEURSHIP\\nis <br>Movement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Focus on five areas:\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>HBCUS \\u2013 EDUCATING FUTURE FOUNDERS<\\/b><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">-P<\\/span><i><span style=\\\"font-weight: 400;\\\">repare HBCU students to become entrepreneurs<\\/span><\\/i><\\/p><\\/li><li><p><b>ARTS AND CREATIVE ECONOMY<\\/b><\\/p><p><i><span style=\\\"font-weight: 400;\\\">-Assist\\u00a0creative entrepreneurs leverage their talents into a successful business\\u00a0<br \\/><\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(492,104,'_elementor_edit_mode','builder'),(493,104,'_elementor_template_type','wp-page'),(494,104,'_elementor_version','3.0.13'),(495,104,'_wp_page_template','elementor_header_footer'),(496,104,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(497,104,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADVANCING BLACK ENTREPRENEURSHIP\\nis <br>Movement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Focus on five areas:\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>HBCUS \\u2013 EDUCATING FUTURE FOUNDERS<\\/b><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">-P<\\/span><i><span style=\\\"font-weight: 400;\\\">repare HBCU students to become entrepreneurs<\\/span><\\/i><\\/p><\\/li><li><p><b>ARTS AND CREATIVE ECONOMY<\\/b><\\/p><p><i><span style=\\\"font-weight: 400;\\\">-Assist\\u00a0creative entrepreneurs leverage their talents into a successful business\\u00a0<br \\/><\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(499,105,'_elementor_edit_mode','builder'),(500,105,'_elementor_template_type','wp-page'),(501,105,'_elementor_version','3.0.13'),(502,105,'_wp_page_template','elementor_header_footer'),(503,105,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(504,105,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADVANCING BLACK ENTREPRENEURSHIP\\nis <br>Movement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Focus on Five Areas\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>HBCUS \\u2013 EDUCATING FUTURE FOUNDERS<\\/b><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">-P<\\/span><i><span style=\\\"font-weight: 400;\\\">repare HBCU students to become entrepreneurs<\\/span><\\/i><\\/p><\\/li><li><p><b>ARTS AND CREATIVE ECONOMY<\\/b><\\/p><p><i><span style=\\\"font-weight: 400;\\\">-Assist\\u00a0creative entrepreneurs leverage their talents into a successful business\\u00a0<br \\/><\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(515,107,'_elementor_edit_mode','builder'),(516,107,'_elementor_template_type','wp-page'),(517,107,'_elementor_version','3.0.13'),(518,107,'_wp_page_template','elementor_header_footer'),(519,107,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(520,107,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADVANCING BLACK ENTREPRENEURSHIP\\nis <br>Movement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Focus on Five Areas\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>HBCUS \\u2013 EDUCATING FUTURE FOUNDERS<\\/b><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">-P<\\/span><i><span style=\\\"font-weight: 400;\\\">repare HBCU students to become entrepreneurs<\\/span><\\/i><\\/p><\\/li><li><p><b>ARTS AND CREATIVE ECONOMY<\\/b><\\/p><p><i><span style=\\\"font-weight: 400;\\\">-Assist\\u00a0creative entrepreneurs leverage their talents into a successful business\\u00a0<br \\/><\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(521,108,'_elementor_edit_mode','builder'),(522,108,'_elementor_template_type','wp-page'),(523,108,'_elementor_version','3.0.13'),(524,108,'_wp_page_template','elementor_header_footer'),(525,108,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(526,108,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADVANCING BLACK ENTREPRENEURSHIP\\nis <br>Movement of Economic Justice\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Focus on Five Areas\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 <\\/b><b><\\/b><b><\\/b><b><\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0<\\/span>-<em>i<\\/em><i>ncrease access to capital for black entrepreneurs<\\/i><\\/p><\\/li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM<\\/b><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT <\\/b><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><\\/p><p><span style=\\\"font-weight: 400;\\\">-<\\/span><i><span style=\\\"font-weight: 400;\\\">Help Black-Owned businesses grow through city\\/state\\/federal procurement of goods and services<\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ul><li><p><b>HBCUS \\u2013 EDUCATING FUTURE FOUNDERS<\\/b><\\/p><p><span style=\\\"font-weight: 400;\\\">\\u00a0<\\/span><span style=\\\"font-weight: 400;\\\">-P<\\/span><i><span style=\\\"font-weight: 400;\\\">repare HBCU students to become entrepreneurs<\\/span><\\/i><\\/p><\\/li><li><p><b>ARTS AND CREATIVE ECONOMY<\\/b><\\/p><p><i><span style=\\\"font-weight: 400;\\\">-Assist\\u00a0creative entrepreneurs leverage their talents into a successful business\\u00a0<br \\/><\\/span><\\/i><\\/p><\\/li><\\/ul>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(527,109,'_elementor_edit_mode','builder'),(528,109,'_elementor_template_type','wp-page'),(529,109,'_elementor_version','3.0.13'),(530,109,'_wp_page_template','elementor_header_footer'),(531,109,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(532,109,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">Built By Black - Certification<\\/h1>\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cBuilt By Black\\u201d businesses by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Built By Black - Certification\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them.\\nActing as the certifying agent, ReMix Ideas reviews businesses based on a five-point criteria system. \\nCriteria:\\n1.\\tIt is Black-Owned business\\n2.\\tIt is located in Arkansas\\n3.\\tIt is registered with the Secretary of State\\n4.\\tIt has a good customer service\\n5.\\tIt is committed to working with the local technical assistance provider for at least 6 months\\n\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(541,111,'_elementor_edit_mode','builder'),(542,111,'_elementor_template_type','wp-page'),(543,111,'_elementor_version','3.0.13'),(544,111,'_wp_page_template','elementor_header_footer'),(545,111,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(546,111,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">Built By Black - Certification<\\/h1>\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cBuilt By Black\\u201d businesses by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Built By Black - Certification\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them.\\nActing as the certifying agent, ReMix Ideas reviews businesses based on a five-point criteria system. \\nCriteria:\\n1.\\tIt is Black-Owned business\\n2.\\tIt is located in Arkansas\\n3.\\tIt is registered with the Secretary of State\\n4.\\tIt has a good customer service\\n5.\\tIt is committed to working with the local technical assistance provider for at least 6 months\\n\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(547,112,'_elementor_edit_mode','builder'),(548,112,'_elementor_template_type','wp-page'),(549,112,'_elementor_version','3.0.13'),(550,112,'_wp_page_template','elementor_header_footer'),(551,112,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(552,112,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">Built By Black - Certification<\\/h1>\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cBuilt By Black\\u201d businesses by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Built By Black - Certification\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them.\\nActing as the certifying agent, ReMix Ideas reviews businesses based on a five-point criteria system. \\nCriteria:\\n1.\\tIt is Black-Owned business\\n2.\\tIt is located in Arkansas\\n3.\\tIt is registered with the Secretary of State\\n4.\\tIt has a good customer service\\n5.\\tIt is committed to working with the local technical assistance provider for at least 6 months\\n\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(553,113,'_elementor_edit_mode','builder'),(554,113,'_elementor_template_type','wp-page'),(555,113,'_elementor_version','3.0.13'),(556,113,'_wp_page_template','elementor_header_footer'),(557,113,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(558,113,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">Built By Black - Certification<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cBuilt By Black\\u201d businesses by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(560,114,'_wp_attached_file','2020/11/Black-1-scaled.jpg'),(561,114,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:26:\"2020/11/Black-1-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Black-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Black-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Black-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Black-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Black-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"Black-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:19:\"Black-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:19:\"Black-1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:19:\"Black-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"Black-1.jpg\";}'),(562,115,'_elementor_edit_mode','builder'),(563,115,'_elementor_template_type','wp-page'),(564,115,'_elementor_version','3.0.13'),(565,115,'_wp_page_template','elementor_header_footer'),(566,115,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(567,115,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">Built By Black - Certification<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cBuilt By Black\\u201d businesses by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(568,116,'_elementor_edit_mode','builder'),(569,116,'_elementor_template_type','wp-page'),(570,116,'_elementor_version','3.0.13'),(571,116,'_wp_page_template','elementor_header_footer'),(572,116,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(573,116,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-Business-advancingblackentrepreneurship-scaled.jpg\",\"id\":8}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">Built By Black - Certification<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cBuilt By Black\\u201d businesses by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(574,117,'_elementor_edit_mode','builder'),(575,117,'_elementor_template_type','wp-page'),(576,117,'_elementor_version','3.0.13'),(577,117,'_wp_page_template','elementor_header_footer'),(578,117,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(579,117,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">Built By Black - Certification<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cBuilt By Black\\u201d businesses by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(581,118,'_wp_attached_file','2020/11/Black-3-scaled.jpg'),(582,118,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:26:\"2020/11/Black-3-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Black-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Black-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Black-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Black-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Black-3-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"Black-3-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:19:\"Black-3-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:19:\"Black-3-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:19:\"Black-3-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"Black-3.jpg\";}'),(584,119,'_elementor_edit_mode','builder'),(585,119,'_elementor_template_type','wp-page'),(586,119,'_elementor_version','3.0.13'),(587,119,'_wp_page_template','elementor_header_footer'),(588,119,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(589,119,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">Built By Black - Certification<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cBuilt By Black\\u201d businesses by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(591,120,'_elementor_edit_mode','builder'),(592,120,'_elementor_template_type','wp-page'),(593,120,'_elementor_version','3.0.13'),(594,120,'_wp_page_template','elementor_header_footer'),(595,120,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(596,120,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">Built By Black - Certification<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cBuilt By Black\\u201d businesses by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(598,121,'_elementor_edit_mode','builder'),(599,121,'_elementor_template_type','wp-page'),(600,121,'_elementor_version','3.0.13'),(601,121,'_wp_page_template','elementor_header_footer'),(602,121,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(603,121,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">BUILT BY BLACK - Certification<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cBuilt By Black\\u201d businesses by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(606,122,'_wp_attached_file','2020/11/Black-2.jpg'),(607,123,'_wp_attached_file','2020/11/Black-2-1.jpg'),(609,124,'_wp_attached_file','2020/11/Black-5-scaled.jpg'),(610,124,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:26:\"2020/11/Black-5-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Black-5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Black-5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Black-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Black-5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Black-5-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"Black-5-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:19:\"Black-5-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:19:\"Black-5-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:19:\"Black-5-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"Black-5.jpg\";}'),(611,125,'_elementor_edit_mode','builder'),(612,125,'_elementor_template_type','wp-page'),(613,125,'_elementor_version','3.0.13'),(614,125,'_wp_page_template','elementor_header_footer'),(615,125,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(616,125,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">BUILT BY BLACK - Certification<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cBuilt By Black\\u201d businesses by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(618,126,'_elementor_edit_mode','builder'),(619,126,'_elementor_template_type','wp-page'),(620,126,'_elementor_version','3.0.13'),(621,126,'_wp_page_template','elementor_header_footer'),(622,126,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(623,126,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">BUILT BY BLACK - Certification<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cBuilt By Black\\u201d businesses by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(625,127,'_elementor_edit_mode','builder'),(626,127,'_elementor_template_type','wp-page'),(627,127,'_elementor_version','3.0.13'),(628,127,'_wp_page_template','elementor_header_footer'),(629,127,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(630,127,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Certified Black-Owned Business is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cBuilt By Black\\u201d businesses by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(640,129,'_elementor_edit_mode','builder'),(641,129,'_elementor_template_type','wp-page'),(642,129,'_elementor_version','3.0.13'),(643,129,'_wp_page_template','elementor_header_footer'),(644,129,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(645,129,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Certified Black-Owned Business is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cBuilt By Black\\u201d businesses by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(646,130,'_elementor_edit_mode','builder'),(647,130,'_elementor_template_type','wp-page'),(648,130,'_elementor_version','3.0.13'),(649,130,'_wp_page_template','elementor_header_footer'),(650,130,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(651,130,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Certified Black-Owned Business is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cBuilt By Black\\u201d businesses by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(652,131,'_elementor_edit_mode','builder'),(653,131,'_elementor_template_type','wp-page'),(654,131,'_elementor_version','3.0.13'),(655,131,'_wp_page_template','elementor_header_footer'),(656,131,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(657,131,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Certified Black-Owned Business is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(668,133,'_elementor_edit_mode','builder'),(669,133,'_elementor_template_type','wp-page'),(670,133,'_elementor_version','3.0.13'),(671,133,'_wp_page_template','elementor_header_footer'),(672,133,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(673,133,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Certified Black-Owned Business is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(674,134,'_elementor_edit_mode','builder'),(675,134,'_elementor_template_type','wp-page'),(676,134,'_elementor_version','3.0.13'),(677,134,'_wp_page_template','elementor_header_footer'),(678,134,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(679,134,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Certified Black-Owned Business is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(680,135,'_elementor_edit_mode','builder'),(681,135,'_elementor_template_type','wp-page'),(682,135,'_elementor_version','3.0.13'),(683,135,'_wp_page_template','elementor_header_footer'),(684,135,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(685,135,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(687,136,'_elementor_edit_mode','builder'),(688,136,'_elementor_template_type','wp-page'),(689,136,'_elementor_version','3.0.13'),(690,136,'_wp_page_template','elementor_header_footer'),(691,136,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(692,136,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(693,137,'_elementor_edit_mode','builder'),(694,137,'_elementor_template_type','wp-page'),(695,137,'_elementor_version','3.0.13'),(696,137,'_wp_page_template','elementor_header_footer'),(697,137,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(698,137,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>It IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(699,138,'_elementor_edit_mode','builder'),(700,138,'_elementor_template_type','wp-page'),(701,138,'_elementor_version','3.0.13'),(702,138,'_wp_page_template','elementor_header_footer'),(703,138,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(704,138,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>IT IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(707,139,'_edit_lock','1606685528:1'),(708,139,'_edit_last','1'),(709,139,'slide_template','default'),(710,139,'rs_page_bg_color','#ffffff'),(711,139,'_hide_page_title',''),(712,139,'_hide_header',''),(713,139,'_hide_footer',''),(714,139,'_hide_breadcrumb',''),(715,139,'_cover',''),(716,139,'_show_excerpt',''),(717,139,'_wc_apply_product',''),(718,139,'_elementor_edit_mode','builder'),(719,139,'_elementor_template_type','wp-page'),(720,139,'_elementor_version','3.0.13'),(721,139,'_wp_page_template','elementor_header_footer'),(722,139,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\",\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Certified Black-Owned businesses individually and institutionally. Below a list of Certified Black-Owned Businesses to Support.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(726,143,'_edit_lock','1605621072:1'),(727,144,'_wp_attached_file','2020/11/feature_page_post_grid.jpg'),(728,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1248;s:4:\"file\";s:34:\"2020/11/feature_page_post_grid.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"feature_page_post_grid-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"feature_page_post_grid-1024x639.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"feature_page_post_grid-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"feature_page_post_grid-768x479.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"feature_page_post_grid-1536x958.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:958;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:34:\"feature_page_post_grid-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:34:\"feature_page_post_grid-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:34:\"feature_page_post_grid-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(729,143,'_edit_last','1'),(730,143,'slide_template',''),(731,143,'rs_page_bg_color',''),(732,143,'post__in',''),(733,143,'post__not_in',''),(734,143,'limit',''),(735,143,'layout','layout17'),(736,143,'tgp_filter','_taxonomy_filter'),(737,143,'tgp_filter','_sort_order'),(738,143,'tgp_filter_taxonomy','category'),(739,143,'tgp_filter_taxonomy_hierarchical',''),(740,143,'tgp_filter_type','dropdown'),(741,143,'tgp_default_filter',''),(742,143,'tpg_hide_all_button',''),(743,143,'tpg_post_count',''),(744,143,'isotope_filter','category'),(745,143,'isotope_default_filter',''),(746,143,'tpg_show_all_text','Show all'),(747,143,'isotope_filter_dropdown',''),(748,143,'isotope_filter_show_all',''),(749,143,'isotope_filter_count',''),(750,143,'isotope_filter_url',''),(751,143,'isotope_search_filter',''),(752,143,'carousel_property','pagination'),(753,143,'tpg_carousel_speed','250'),(754,143,'tpg_carousel_autoplay_timeout','5000'),(755,143,'tgp_layout2_image_column','4'),(756,143,'column','3'),(757,143,'tpg_tab_column','2'),(758,143,'tpg_mobile_column','1'),(759,143,'ignore_sticky_posts','1'),(760,143,'pagination',''),(761,143,'posts_per_page','5'),(762,143,'posts_loading_type','load_more'),(763,143,'feature_image',''),(764,143,'featured_image_size','thumbnail'),(765,143,'custom_image_size',''),(766,143,'custom_image_size',''),(767,143,'custom_image_size','soft'),(768,143,'media_source','feature_image'),(769,143,'tpg_image_type','normal'),(770,143,'tpg_title_limit',''),(771,143,'tpg_title_limit_type','character'),(772,143,'excerpt_limit',''),(773,143,'tgp_excerpt_type','character'),(774,143,'tgp_excerpt_more_text',''),(775,143,'tgp_read_more_text',''),(776,143,'tgp_not_found_text','No post found'),(777,143,'margin_option','default'),(778,143,'grid_style','even'),(779,143,'link_to_detail_page','yes'),(780,143,'detail_page_link_type','popup'),(781,143,'popup_type','single'),(782,143,'link_target',''),(783,143,'default_preview_image','144'),(784,143,'parent_class',''),(785,143,'primary_color','#0367bf'),(786,143,'button_bg_color',''),(787,143,'button_hover_bg_color',''),(788,143,'button_active_bg_color',''),(789,143,'button_border_color',''),(790,143,'button_text_bg_color',''),(791,143,'button_hover_text_color',''),(792,143,'tgp_gutter',''),(793,143,'overlay_color',''),(794,143,'overlay_opacity','1'),(795,143,'overlay_padding',''),(796,143,'tpg_read_more_button_border_radius',''),(797,143,'tpg_title_position',''),(798,143,'tpg_post_type','post'),(799,143,'item_fields','title'),(800,143,'item_fields','excerpt'),(801,143,'item_fields','read_more'),(802,143,'item_fields','post_date'),(803,143,'item_fields','author'),(804,143,'item_fields','categories'),(805,143,'item_fields','tags'),(806,143,'item_fields','comment_count'),(807,143,'item_fields','social_share'),(808,143,'title_color',''),(809,143,'title_size',''),(810,143,'title_weight',''),(811,143,'title_alignment',''),(812,143,'title_hover_color',''),(813,143,'title_hover_size',''),(814,143,'title_hover_weight',''),(815,143,'title_hover_alignment',''),(816,143,'excerpt_color',''),(817,143,'excerpt_size',''),(818,143,'excerpt_weight',''),(819,143,'excerpt_alignment',''),(820,143,'meta_data_color',''),(821,143,'meta_data_size',''),(822,143,'meta_data_weight',''),(823,143,'meta_data_alignment',''),(824,143,'_tpg_last_active_tab','sc-post-layout-settings'),(828,145,'_edit_lock','1605621000:1'),(830,145,'_edit_last','1'),(831,145,'slide_template','default'),(832,145,'rs_page_bg_color','#ffffff'),(833,147,'_wp_attached_file','2020/11/1.-Pyramid-Book-Store-.jpg'),(834,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1073;s:6:\"height\";i:1162;s:4:\"file\";s:34:\"2020/11/1.-Pyramid-Book-Store-.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"1.-Pyramid-Book-Store--277x300.jpg\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"1.-Pyramid-Book-Store--946x1024.jpg\";s:5:\"width\";i:946;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"1.-Pyramid-Book-Store--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"1.-Pyramid-Book-Store--768x832.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:832;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:34:\"1.-Pyramid-Book-Store--300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:34:\"1.-Pyramid-Book-Store--480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:34:\"1.-Pyramid-Book-Store--640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605547414\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(836,148,'_wp_attached_file','2020/11/2.-Kettle-Corn-.jpg'),(837,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:832;s:6:\"height\";i:717;s:4:\"file\";s:27:\"2020/11/2.-Kettle-Corn-.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"2.-Kettle-Corn--300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"2.-Kettle-Corn--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"2.-Kettle-Corn--768x662.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:27:\"2.-Kettle-Corn--300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:27:\"2.-Kettle-Corn--480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:27:\"2.-Kettle-Corn--640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605547738\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(846,150,'_elementor_edit_mode','builder'),(847,150,'_elementor_template_type','wp-page'),(848,150,'_elementor_version','3.0.13'),(849,150,'_wp_page_template','elementor_header_footer'),(850,150,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"88c523c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(852,151,'_elementor_edit_mode','builder'),(853,151,'_elementor_template_type','wp-page'),(854,151,'_elementor_version','3.0.13'),(855,151,'_wp_page_template','elementor_header_footer'),(856,151,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"88c523c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(858,152,'_elementor_edit_mode','builder'),(859,152,'_elementor_template_type','wp-page'),(860,152,'_elementor_version','3.0.13'),(861,152,'_wp_page_template','elementor_header_footer'),(862,152,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"88c523c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(867,153,'_edit_lock','1605620901:1'),(877,153,'_edit_last','1'),(879,153,'slide_template','default'),(880,153,'rs_page_bg_color','#ffffff'),(882,157,'_edit_lock','1605620917:1'),(885,157,'_edit_last','1'),(887,157,'slide_template','default'),(888,157,'rs_page_bg_color','#ffffff'),(889,159,'_edit_lock','1605620860:1'),(892,159,'_edit_last','1'),(893,159,'slide_template','default'),(894,159,'rs_page_bg_color','#ffffff'),(895,161,'_edit_lock','1605620813:1'),(898,161,'_oembed_af44bf01181a4f7f9f3abbc839e03301','<blockquote class=\"wp-embedded-content\" data-secret=\"j7SpPkf2pN\"><a href=\"http://realnaturalsalon.com/\">Real Natural Solutions @Home Hair Care</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;Real Natural Solutions @Home Hair Care&#8221; &#8212; Love That Hair | Natural Hair Solutions\" src=\"http://realnaturalsalon.com/embed/#?secret=j7SpPkf2pN\" data-secret=\"j7SpPkf2pN\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(899,161,'_oembed_time_af44bf01181a4f7f9f3abbc839e03301','1605620037'),(900,161,'_edit_last','1'),(903,161,'slide_template','default'),(904,161,'rs_page_bg_color','#ffffff'),(908,164,'_edit_lock','1605620742:1'),(911,164,'_oembed_71cd4f861799fd3820a3720c49c32761','<blockquote class=\"wp-embedded-content\" data-secret=\"bRrVoBj7EU\"><a href=\"http://www.deesdelightfuldesserts.com/\">Dees Delightful Desserts</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;Dees Delightful Desserts&#8221; &#8212; DEE&rsquo;S DELIGHTFUL DESSERTS, LLC\" src=\"http://www.deesdelightfuldesserts.com/embed/#?secret=bRrVoBj7EU\" data-secret=\"bRrVoBj7EU\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(912,164,'_oembed_time_71cd4f861799fd3820a3720c49c32761','1605620150'),(913,164,'_edit_last','1'),(916,164,'slide_template','default'),(917,164,'rs_page_bg_color','#ffffff'),(918,166,'_edit_lock','1605620565:1'),(921,166,'_edit_last','1'),(924,166,'slide_template','default'),(925,166,'rs_page_bg_color','#ffffff'),(926,168,'_edit_lock','1605620526:1'),(929,168,'_edit_last','1'),(931,168,'slide_template','default'),(932,168,'rs_page_bg_color','#ffffff'),(933,170,'_edit_lock','1605620498:1'),(936,170,'_edit_last','1'),(938,170,'slide_template','default'),(939,170,'rs_page_bg_color','#ffffff'),(940,172,'_edit_lock','1605620448:1'),(943,172,'_edit_last','1'),(946,172,'slide_template','default'),(947,172,'rs_page_bg_color','#ffffff'),(948,174,'_wp_attached_file','2020/11/10.-A-Kick.jpg'),(949,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1242;s:6:\"height\";i:459;s:4:\"file\";s:22:\"2020/11/10.-A-Kick.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"10.-A-Kick-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"10.-A-Kick-1024x378.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"10.-A-Kick-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"10.-A-Kick-768x284.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:22:\"10.-A-Kick-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:22:\"10.-A-Kick-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:22:\"10.-A-Kick-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(950,172,'_thumbnail_id','174'),(953,175,'_wp_attached_file','2020/11/9.-Lindseys.jpg'),(954,175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2020/11/9.-Lindseys.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"9.-Lindseys-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"9.-Lindseys-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"9.-Lindseys-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"9.-Lindseys-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:23:\"9.-Lindseys-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:23:\"9.-Lindseys-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:23:\"9.-Lindseys-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"www.kesphoto.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(957,170,'_thumbnail_id','175'),(958,176,'_wp_attached_file','2020/11/8.-Indigo-Blue-Coffee-House.png'),(959,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:39:\"2020/11/8.-Indigo-Blue-Coffee-House.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"8.-Indigo-Blue-Coffee-House-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"8.-Indigo-Blue-Coffee-House-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"8.-Indigo-Blue-Coffee-House-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"8.-Indigo-Blue-Coffee-House-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:39:\"8.-Indigo-Blue-Coffee-House-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:39:\"8.-Indigo-Blue-Coffee-House-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:39:\"8.-Indigo-Blue-Coffee-House-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(962,168,'_thumbnail_id','176'),(964,177,'_wp_attached_file','2020/11/7.-Haygood-BBQ-1.jpg'),(965,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1529;s:4:\"file\";s:28:\"2020/11/7.-Haygood-BBQ-1.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"7.-Haygood-BBQ-1-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"7.-Haygood-BBQ-1-1024x765.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"7.-Haygood-BBQ-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"7.-Haygood-BBQ-1-768x573.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"7.-Haygood-BBQ-1-1536x1147.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:28:\"7.-Haygood-BBQ-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:28:\"7.-Haygood-BBQ-1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:28:\"7.-Haygood-BBQ-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(968,166,'_thumbnail_id','177'),(969,178,'_wp_attached_file','2020/11/6.-Dee.jpg'),(970,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:959;s:4:\"file\";s:18:\"2020/11/6.-Dee.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"6.-Dee-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"6.-Dee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"6.-Dee-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:18:\"6.-Dee-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:18:\"6.-Dee-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:18:\"6.-Dee-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(973,164,'_thumbnail_id','178'),(978,180,'_wp_attached_file','2020/11/5.-Real-Natural-Salon.png'),(979,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:628;s:4:\"file\";s:33:\"2020/11/5.-Real-Natural-Salon.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"5.-Real-Natural-Salon-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"5.-Real-Natural-Salon-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"5.-Real-Natural-Salon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"5.-Real-Natural-Salon-768x402.png\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:33:\"5.-Real-Natural-Salon-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:33:\"5.-Real-Natural-Salon-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:33:\"5.-Real-Natural-Salon-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(982,161,'_thumbnail_id','180'),(985,181,'_wp_attached_file','2020/11/4.-Michael-Blake-Menswear.jpg'),(986,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1361;s:4:\"file\";s:37:\"2020/11/4.-Michael-Blake-Menswear.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"4.-Michael-Blake-Menswear-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"4.-Michael-Blake-Menswear-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"4.-Michael-Blake-Menswear-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"4.-Michael-Blake-Menswear-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"4.-Michael-Blake-Menswear-1536x1021.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1021;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:37:\"4.-Michael-Blake-Menswear-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:37:\"4.-Michael-Blake-Menswear-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:37:\"4.-Michael-Blake-Menswear-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(989,159,'_thumbnail_id','181'),(992,182,'_wp_attached_file','2020/11/3.-Kontiki.png'),(993,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1651;s:6:\"height\";i:752;s:4:\"file\";s:22:\"2020/11/3.-Kontiki.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"3.-Kontiki-300x137.png\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"3.-Kontiki-1024x466.png\";s:5:\"width\";i:1024;s:6:\"height\";i:466;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"3.-Kontiki-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"3.-Kontiki-768x350.png\";s:5:\"width\";i:768;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"3.-Kontiki-1536x700.png\";s:5:\"width\";i:1536;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:22:\"3.-Kontiki-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:22:\"3.-Kontiki-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:22:\"3.-Kontiki-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(996,157,'_thumbnail_id','182'),(998,183,'_wp_attached_file','2020/11/2.-Kettle-Corn-1-1.jpg'),(999,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:832;s:6:\"height\";i:717;s:4:\"file\";s:30:\"2020/11/2.-Kettle-Corn-1-1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"2.-Kettle-Corn-1-1-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"2.-Kettle-Corn-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"2.-Kettle-Corn-1-1-768x662.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:30:\"2.-Kettle-Corn-1-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:30:\"2.-Kettle-Corn-1-1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:30:\"2.-Kettle-Corn-1-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605547738\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1002,153,'_thumbnail_id','183'),(1005,145,'_thumbnail_id','147'),(1006,145,'_pingme','1'),(1007,145,'_encloseme','1'),(1008,184,'_elementor_edit_mode','builder'),(1009,184,'_elementor_template_type','wp-page'),(1010,184,'_elementor_version','3.0.13'),(1011,184,'_wp_page_template','elementor_header_footer'),(1012,184,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"88c523c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1013,185,'_elementor_edit_mode','builder'),(1014,185,'_elementor_template_type','wp-page'),(1015,185,'_elementor_version','3.0.13'),(1016,185,'_wp_page_template','elementor_header_footer'),(1017,185,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"88c523c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1018,186,'_elementor_edit_mode','builder'),(1019,186,'_elementor_template_type','wp-page'),(1020,186,'_elementor_version','3.0.13'),(1021,186,'_wp_page_template','elementor_header_footer'),(1022,186,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"88c523c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"cc6dd7c\",\"elType\":\"widget\",\"settings\":{\"eihe_effect\":\"eihe-fade-in-down\",\"eihe_image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"eihe_title\":\"Pyramid Book Store\",\"eihe_tag\":\"h1\",\"eihe_description\":\"\"},\"elements\":[],\"widgetType\":\"e_image_hover_effects\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e86b45\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dda0825\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e47f9a2\",\"elType\":\"widget\",\"settings\":{\"post_grid_id\":\"143\"},\"elements\":[],\"widgetType\":\"the-post-grid-pro\"}],\"isInner\":false}],\"isInner\":false}]'),(1024,187,'_pt_cv_id','c0d3b1am2y'),(1025,187,'_pt_cv_settings','a:40:{s:16:\"pt_cv_form_nonce\";s:10:\"b43017d13c\";s:16:\"_wp_http_referer\";s:56:\"/wp-admin/admin.php?page=content-views-add&id=c0d3b1am2y\";s:13:\"pt-cv-post-id\";s:3:\"187\";s:13:\"pt-cv-view-id\";s:10:\"c0d3b1am2y\";s:13:\"pt-cv-version\";s:12:\"free-2.3.3.1\";s:16:\"pt-cv-view-title\";s:18:\"Business Directory\";s:18:\"pt-cv-content-type\";s:4:\"post\";s:14:\"pt-cv-post__in\";s:0:\"\";s:18:\"pt-cv-post__not_in\";s:0:\"\";s:17:\"pt-cv-post_parent\";s:0:\"\";s:11:\"pt-cv-limit\";s:2:\"10\";s:23:\"pt-cv-advanced-settings\";a:2:{i:0;s:8:\"taxonomy\";i:1;s:6:\"search\";}s:23:\"pt-cv-category-operator\";s:2:\"IN\";s:23:\"pt-cv-post_tag-operator\";s:2:\"IN\";s:23:\"pt-cv-taxonomy-relation\";s:3:\"AND\";s:13:\"pt-cv-orderby\";s:0:\"\";s:11:\"pt-cv-order\";s:3:\"asc\";s:17:\"pt-cv-post_status\";a:1:{i:0;s:7:\"publish\";}s:7:\"pt-cv-s\";s:0:\"\";s:15:\"pt-cv-view-type\";s:4:\"grid\";s:25:\"pt-cv-grid-number-columns\";s:1:\"4\";s:33:\"pt-cv-collapsible-open-first-item\";s:3:\"yes\";s:32:\"pt-cv-resp-tablet-number-columns\";s:1:\"2\";s:25:\"pt-cv-resp-number-columns\";s:1:\"2\";s:19:\"pt-cv-layout-format\";s:5:\"1-col\";s:30:\"pt-cv-field-thumbnail-position\";s:4:\"left\";s:26:\"pt-cv-show-field-thumbnail\";s:3:\"yes\";s:22:\"pt-cv-show-field-title\";s:3:\"yes\";s:21:\"pt-cv-field-title-tag\";s:2:\"h4\";s:26:\"pt-cv-field-thumbnail-size\";s:6:\"medium\";s:24:\"pt-cv-field-content-show\";s:7:\"excerpt\";s:26:\"pt-cv-field-excerpt-length\";s:2:\"20\";s:33:\"pt-cv-field-excerpt-readmore-text\";s:9:\"Read More\";s:22:\"pt-cv-meta-fields-date\";s:3:\"yes\";s:26:\"pt-cv-meta-fields-taxonomy\";s:3:\"yes\";s:23:\"pt-cv-enable-pagination\";s:3:\"yes\";s:31:\"pt-cv-pagination-items-per-page\";s:1:\"5\";s:21:\"pt-cv-pagination-type\";s:4:\"ajax\";s:22:\"pt-cv-pagination-style\";s:7:\"regular\";s:19:\"pt-cv-other-open-in\";s:5:\"_self\";}'),(1036,189,'_elementor_edit_mode','builder'),(1037,189,'_elementor_template_type','wp-page'),(1038,189,'_elementor_version','3.0.13'),(1039,189,'_wp_page_template','elementor_header_footer'),(1040,189,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"88c523c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"cc6dd7c\",\"elType\":\"widget\",\"settings\":{\"eihe_effect\":\"eihe-fade-in-down\",\"eihe_image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"eihe_title\":\"Pyramid Book Store\",\"eihe_tag\":\"h1\",\"eihe_description\":\"\"},\"elements\":[],\"widgetType\":\"e_image_hover_effects\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e86b45\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dda0825\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e47f9a2\",\"elType\":\"widget\",\"settings\":{\"post_grid_id\":\"143\"},\"elements\":[],\"widgetType\":\"the-post-grid-pro\"}],\"isInner\":false}],\"isInner\":false}]'),(1042,190,'_elementor_edit_mode','builder'),(1043,190,'_elementor_template_type','wp-page'),(1044,190,'_elementor_version','3.0.13'),(1045,190,'_wp_page_template','elementor_header_footer'),(1046,190,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"88c523c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"cc6dd7c\",\"elType\":\"widget\",\"settings\":{\"eihe_effect\":\"eihe-fade-in-down\",\"eihe_image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"eihe_title\":\"Pyramid Book Store\",\"eihe_tag\":\"h1\",\"eihe_description\":\"\"},\"elements\":[],\"widgetType\":\"e_image_hover_effects\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4e86b45\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dda0825\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e47f9a2\",\"elType\":\"widget\",\"settings\":{\"post_grid_id\":\"143\"},\"elements\":[],\"widgetType\":\"the-post-grid-pro\"}],\"isInner\":false}],\"isInner\":false}]'),(1048,191,'_elementor_edit_mode','builder'),(1049,191,'_elementor_template_type','wp-page'),(1050,191,'_elementor_version','3.0.13'),(1051,191,'_wp_page_template','elementor_header_footer'),(1052,191,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1063,193,'_elementor_edit_mode','builder'),(1064,193,'_elementor_template_type','wp-page'),(1065,193,'_elementor_version','3.0.13'),(1066,193,'_wp_page_template','elementor_header_footer'),(1067,193,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1068,194,'_elementor_edit_mode','builder'),(1069,194,'_elementor_template_type','wp-page'),(1070,194,'_elementor_version','3.0.13'),(1071,194,'_wp_page_template','elementor_header_footer'),(1072,194,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1073,195,'_elementor_edit_mode','builder'),(1074,195,'_elementor_template_type','wp-page'),(1075,195,'_elementor_version','3.0.13'),(1076,195,'_wp_page_template','elementor_header_footer'),(1077,195,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1079,196,'_elementor_edit_mode','builder'),(1080,196,'_elementor_template_type','wp-page'),(1081,196,'_elementor_version','3.0.13'),(1082,196,'_wp_page_template','elementor_header_footer'),(1083,196,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1084,197,'_elementor_edit_mode','builder'),(1085,197,'_elementor_template_type','wp-page'),(1086,197,'_elementor_version','3.0.13'),(1087,197,'_wp_page_template','elementor_header_footer'),(1088,197,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1089,198,'_elementor_edit_mode','builder'),(1090,198,'_elementor_template_type','wp-page'),(1091,198,'_elementor_version','3.0.13'),(1092,198,'_wp_page_template','elementor_header_footer');
INSERT INTO `wp_postmeta` VALUES (1093,198,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1095,199,'_elementor_edit_mode','builder'),(1096,199,'_elementor_template_type','wp-page'),(1097,199,'_elementor_version','3.0.13'),(1098,199,'_wp_page_template','elementor_header_footer'),(1099,199,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1100,200,'_elementor_edit_mode','builder'),(1101,200,'_elementor_template_type','wp-page'),(1102,200,'_elementor_version','3.0.13'),(1103,200,'_wp_page_template','elementor_header_footer'),(1104,200,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1105,201,'_elementor_edit_mode','builder'),(1106,201,'_elementor_template_type','wp-page'),(1107,201,'_elementor_version','3.0.13'),(1108,201,'_wp_page_template','elementor_header_footer'),(1109,201,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1111,202,'_elementor_edit_mode','builder'),(1112,202,'_elementor_template_type','wp-page'),(1113,202,'_elementor_version','3.0.13'),(1114,202,'_wp_page_template','elementor_header_footer'),(1115,202,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1116,203,'_elementor_edit_mode','builder'),(1117,203,'_elementor_template_type','wp-page'),(1118,203,'_elementor_version','3.0.13'),(1119,203,'_wp_page_template','elementor_header_footer'),(1120,203,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1121,204,'_elementor_edit_mode','builder'),(1122,204,'_elementor_template_type','wp-page'),(1123,204,'_elementor_version','3.0.13'),(1124,204,'_wp_page_template','elementor_header_footer'),(1125,204,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1128,205,'_elementor_edit_mode','builder'),(1129,205,'_elementor_template_type','wp-page'),(1130,205,'_elementor_version','3.0.13'),(1131,205,'_wp_page_template','elementor_header_footer'),(1132,205,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1134,206,'_elementor_edit_mode','builder'),(1135,206,'_elementor_template_type','wp-page'),(1136,206,'_elementor_version','3.0.13'),(1137,206,'_wp_page_template','elementor_header_footer'),(1138,206,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1140,207,'_elementor_edit_mode','builder'),(1141,207,'_elementor_template_type','wp-page'),(1142,207,'_elementor_version','3.0.13'),(1143,207,'_wp_page_template','elementor_header_footer'),(1144,207,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1153,209,'_wp_attached_file','2020/11/Advancing-Black-Entrepreneurship-Banner.jpg'),(1154,210,'_wp_attached_file','2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg'),(1155,210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1325;s:4:\"file\";s:53:\"2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Advancing-Black-Entrepreneurship-Banner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:55:\"Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1018;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:53:\"Advancing-Black-Entrepreneurship-Banner-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:53:\"Advancing-Black-Entrepreneurship-Banner-1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:53:\"Advancing-Black-Entrepreneurship-Banner-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1160,213,'_wp_attached_file','2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png'),(1161,213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:57:\"2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"Advancing-Black-Entrepreneurship-Banner-Image-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Advancing-Black-Entrepreneurship-Banner-Image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"Advancing-Black-Entrepreneurship-Banner-Image-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:57:\"Advancing-Black-Entrepreneurship-Banner-Image-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:57:\"Advancing-Black-Entrepreneurship-Banner-Image-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:57:\"Advancing-Black-Entrepreneurship-Banner-Image-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1162,214,'_elementor_edit_mode','builder'),(1163,214,'_elementor_template_type','wp-page'),(1164,214,'_elementor_version','3.0.13'),(1165,214,'_wp_page_template','elementor_header_footer'),(1166,214,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1167,215,'_elementor_edit_mode','builder'),(1168,215,'_elementor_template_type','wp-page'),(1169,215,'_elementor_version','3.0.13'),(1170,215,'_wp_page_template','elementor_header_footer'),(1171,215,'_elementor_data','[{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1172,216,'_elementor_edit_mode','builder'),(1173,216,'_elementor_template_type','wp-page'),(1174,216,'_elementor_version','3.0.13'),(1175,216,'_wp_page_template','elementor_header_footer'),(1176,216,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1179,217,'_elementor_edit_mode','builder'),(1180,217,'_elementor_template_type','wp-page'),(1181,217,'_elementor_version','3.0.13'),(1182,217,'_wp_page_template','elementor_header_footer'),(1183,217,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1185,218,'_elementor_edit_mode','builder'),(1186,218,'_elementor_template_type','wp-page'),(1187,218,'_elementor_version','3.0.13'),(1188,218,'_wp_page_template','elementor_header_footer'),(1189,218,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1191,219,'_elementor_edit_mode','builder'),(1192,219,'_elementor_template_type','wp-page'),(1193,219,'_elementor_version','3.0.13'),(1194,219,'_wp_page_template','elementor_header_footer'),(1195,219,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1198,220,'_elementor_edit_mode','builder'),(1199,220,'_elementor_template_type','wp-page'),(1200,220,'_elementor_version','3.0.13'),(1201,220,'_wp_page_template','elementor_header_footer'),(1202,220,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1203,221,'_elementor_edit_mode','builder'),(1204,221,'_elementor_template_type','wp-page'),(1205,221,'_elementor_version','3.0.13'),(1206,221,'_wp_page_template','elementor_header_footer'),(1208,221,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1209,222,'_elementor_edit_mode','builder'),(1210,222,'_elementor_template_type','wp-page'),(1211,222,'_elementor_version','3.0.13'),(1212,222,'_wp_page_template','elementor_header_footer'),(1213,222,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1217,223,'_elementor_edit_mode','builder'),(1218,223,'_elementor_template_type','wp-page'),(1219,223,'_elementor_version','3.0.13'),(1220,223,'_wp_page_template','elementor_header_footer'),(1221,223,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1223,224,'_elementor_edit_mode','builder'),(1224,224,'_elementor_template_type','wp-page'),(1225,224,'_elementor_version','3.0.13'),(1226,224,'_wp_page_template','elementor_header_footer'),(1227,224,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1229,225,'_elementor_edit_mode','builder'),(1230,225,'_elementor_template_type','wp-page'),(1231,225,'_elementor_version','3.0.13'),(1232,225,'_wp_page_template','elementor_header_footer'),(1233,225,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1237,226,'_elementor_edit_mode','builder'),(1238,226,'_elementor_template_type','wp-page'),(1239,226,'_elementor_version','3.0.13'),(1240,226,'_wp_page_template','elementor_header_footer'),(1241,226,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1243,227,'_elementor_edit_mode','builder'),(1244,227,'_elementor_template_type','wp-page'),(1245,227,'_elementor_version','3.0.13'),(1246,227,'_wp_page_template','elementor_header_footer'),(1247,227,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1249,228,'_elementor_edit_mode','builder'),(1250,228,'_elementor_template_type','wp-page'),(1251,228,'_elementor_version','3.0.13'),(1252,228,'_wp_page_template','elementor_header_footer'),(1253,228,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1257,229,'_elementor_edit_mode','builder'),(1258,229,'_elementor_template_type','wp-page'),(1259,229,'_elementor_version','3.0.13'),(1260,229,'_wp_page_template','elementor_header_footer'),(1261,229,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1263,230,'_elementor_edit_mode','builder'),(1264,230,'_elementor_template_type','wp-page'),(1265,230,'_elementor_version','3.0.13'),(1266,230,'_wp_page_template','elementor_header_footer'),(1267,230,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1269,231,'_elementor_edit_mode','builder'),(1270,231,'_elementor_template_type','wp-page'),(1271,231,'_elementor_version','3.0.13'),(1272,231,'_wp_page_template','elementor_header_footer'),(1273,231,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"onepress-medium\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1277,232,'_elementor_edit_mode','builder'),(1278,232,'_elementor_template_type','wp-page'),(1279,232,'_elementor_version','3.0.13'),(1280,232,'_wp_page_template','elementor_header_footer'),(1281,232,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"onepress-medium\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1283,233,'_elementor_edit_mode','builder'),(1284,233,'_elementor_template_type','wp-page'),(1285,233,'_elementor_version','3.0.13'),(1286,233,'_wp_page_template','elementor_header_footer'),(1287,233,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"onepress-medium\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1289,234,'_elementor_edit_mode','builder'),(1290,234,'_elementor_template_type','wp-page'),(1291,234,'_elementor_version','3.0.13'),(1292,234,'_wp_page_template','elementor_header_footer'),(1293,234,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1296,235,'_elementor_edit_mode','builder'),(1297,235,'_elementor_template_type','wp-page'),(1298,235,'_elementor_version','3.0.13'),(1299,235,'_wp_page_template','elementor_header_footer'),(1300,235,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1301,236,'_elementor_edit_mode','builder'),(1302,236,'_elementor_template_type','wp-page'),(1303,236,'_elementor_version','3.0.13'),(1304,236,'_wp_page_template','elementor_header_footer'),(1305,236,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1306,237,'_elementor_edit_mode','builder'),(1307,237,'_elementor_template_type','wp-page'),(1308,237,'_elementor_version','3.0.13'),(1309,237,'_wp_page_template','elementor_header_footer'),(1310,237,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1313,238,'_elementor_edit_mode','builder'),(1314,238,'_elementor_template_type','wp-page'),(1315,238,'_elementor_version','3.0.13'),(1316,238,'_wp_page_template','elementor_header_footer'),(1317,238,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1319,239,'_elementor_edit_mode','builder'),(1320,239,'_elementor_template_type','wp-page'),(1321,239,'_elementor_version','3.0.13'),(1322,239,'_wp_page_template','elementor_header_footer'),(1323,239,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1325,240,'_elementor_edit_mode','builder'),(1326,240,'_elementor_template_type','wp-page'),(1327,240,'_elementor_version','3.0.13'),(1328,240,'_wp_page_template','elementor_header_footer'),(1329,240,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1344,242,'_elementor_edit_mode','builder'),(1345,242,'_elementor_template_type','wp-page'),(1346,242,'_elementor_version','3.0.13'),(1347,242,'_wp_page_template','elementor_header_footer'),(1348,242,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1349,242,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>IT IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1351,243,'_elementor_edit_mode','builder'),(1352,243,'_elementor_template_type','wp-page'),(1353,243,'_elementor_version','3.0.13'),(1354,243,'_wp_page_template','elementor_header_footer'),(1355,243,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1356,243,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a9ca587\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>IT IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1358,244,'_elementor_edit_mode','builder'),(1359,244,'_elementor_template_type','wp-page'),(1360,244,'_elementor_version','3.0.13'),(1361,244,'_wp_page_template','elementor_header_footer'),(1362,244,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1363,244,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>IT IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1367,245,'_elementor_edit_mode','builder'),(1368,245,'_elementor_template_type','wp-page'),(1369,245,'_elementor_version','3.0.13'),(1370,245,'_wp_page_template','elementor_header_footer'),(1371,245,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1372,245,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>IT IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1374,246,'_elementor_edit_mode','builder'),(1375,246,'_elementor_template_type','wp-page'),(1376,246,'_elementor_version','3.0.13'),(1377,246,'_wp_page_template','elementor_header_footer'),(1378,246,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1379,246,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"603f354\",\"elType\":\"widget\",\"settings\":{\"text\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"eab4d64\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e40df4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"6e46329\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<ol><li><strong>IT IS BLACK -OWNED BUISNESS<\\/strong><\\/li><li><strong>IT IS LOCATED IN ARKANSAS<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#F2CE05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4259be9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a42ec27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE<\\/strong><\\/p>\",\"text_color\":\"#F4CF05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"65c57d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"aacf5ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>4. IT HAS A GOOD CUSTOMER SERVICE<\\/strong><\\/p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS<\\/strong><\\/p><p><i><span style=\\\"font-weight: 400;\\\">\\u00a0<br \\/><\\/span><\\/i><\\/p>\",\"text_color\":\"#EFC608\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1381,247,'_elementor_edit_mode','builder'),(1382,247,'_elementor_template_type','wp-page'),(1383,247,'_elementor_version','3.0.13'),(1384,247,'_wp_page_template','elementor_header_footer'),(1385,247,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1386,247,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Amplify your business reach through social media posts, and media outreach<\\/li><li>Offer your business technical assistance and free workshops\\/seminars<\\/li><li>Your business will receive recognition at the Black Founders Summit<\\/li><li>Your business will be listed in our online directory<\\/li><li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1401,249,'_elementor_edit_mode','builder'),(1402,249,'_elementor_template_type','wp-page'),(1403,249,'_elementor_version','3.0.13'),(1404,249,'_wp_page_template','elementor_header_footer'),(1405,249,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1406,249,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Amplify your business reach through social media posts, and media outreach<\\/li><li>Offer your business technical assistance and free workshops\\/seminars<\\/li><li>Your business will receive recognition at the Black Founders Summit<\\/li><li>Your business will be listed in our online directory<\\/li><li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1408,250,'_elementor_edit_mode','builder'),(1409,250,'_elementor_template_type','wp-page'),(1410,250,'_elementor_version','3.0.13'),(1411,250,'_wp_page_template','elementor_header_footer'),(1412,250,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1413,250,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Amplify your business reach through social media posts, and media outreach<\\/li><li>Offer your business technical assistance and free workshops\\/seminars<\\/li><li>Your business will receive recognition at the Black Founders Summit<\\/li><li>Your business will be listed in our online directory<\\/li><li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1415,251,'_elementor_edit_mode','builder'),(1416,251,'_elementor_template_type','wp-page'),(1417,251,'_elementor_version','3.0.13'),(1418,251,'_wp_page_template','elementor_header_footer'),(1419,251,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1420,251,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Amplify your business reach through social media posts, and media outreach<\\/li><li>Offer your business technical assistance and free workshops\\/seminars<\\/li><li>Your business will receive recognition at the Black Founders Summit<\\/li><li>Your business will be listed in our online directory<\\/li><li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1433,253,'_elementor_edit_mode','builder'),(1434,253,'_elementor_template_type','wp-page'),(1435,253,'_elementor_version','3.0.13'),(1436,253,'_wp_page_template','elementor_header_footer'),(1437,253,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1438,253,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Amplify your business reach through social media posts, and media outreach<\\/li><li>Offer your business technical assistance and free workshops\\/seminars<\\/li><li>Your business will receive recognition at the Black Founders Summit<\\/li><li>Your business will be listed in our online directory<\\/li><li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1440,254,'_elementor_edit_mode','builder'),(1441,254,'_elementor_template_type','wp-page'),(1442,254,'_elementor_version','3.0.13'),(1443,254,'_wp_page_template','elementor_header_footer'),(1444,254,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1445,254,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Amplify your business reach through social media posts, and media outreach<\\/li><li>Offer your business technical assistance and free workshops\\/seminars<\\/li><li>Your business will receive recognition at the Black Founders Summit<\\/li><li>Your business will be listed in our online directory<\\/li><li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\\n\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1447,255,'_elementor_edit_mode','builder'),(1448,255,'_elementor_template_type','wp-page'),(1449,255,'_elementor_version','3.0.13'),(1450,255,'_wp_page_template','elementor_header_footer'),(1451,255,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1452,255,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1456,256,'_elementor_edit_mode','builder'),(1457,256,'_elementor_template_type','wp-page'),(1458,256,'_elementor_version','3.0.13'),(1459,256,'_wp_page_template','elementor_header_footer'),(1460,256,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1461,256,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1463,257,'_elementor_edit_mode','builder'),(1464,257,'_elementor_template_type','wp-page'),(1465,257,'_elementor_version','3.0.13'),(1466,257,'_wp_page_template','elementor_header_footer'),(1467,257,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1468,257,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1470,258,'_elementor_edit_mode','builder'),(1471,258,'_elementor_template_type','wp-page'),(1472,258,'_elementor_version','3.0.13'),(1473,258,'_wp_page_template','elementor_header_footer'),(1474,258,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1475,258,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1479,259,'_elementor_edit_mode','builder'),(1480,259,'_elementor_template_type','wp-page'),(1481,259,'_elementor_version','3.0.13'),(1482,259,'_wp_page_template','elementor_header_footer'),(1483,259,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1484,259,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1486,260,'_elementor_edit_mode','builder'),(1487,260,'_elementor_template_type','wp-page'),(1488,260,'_elementor_version','3.0.13'),(1489,260,'_wp_page_template','elementor_header_footer'),(1490,260,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1491,260,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1493,261,'_elementor_edit_mode','builder'),(1494,261,'_elementor_template_type','wp-page'),(1495,261,'_elementor_version','3.0.13'),(1496,261,'_wp_page_template','elementor_header_footer'),(1497,261,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1498,261,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1502,262,'_elementor_edit_mode','builder'),(1503,262,'_elementor_template_type','wp-page'),(1504,262,'_elementor_version','3.0.13'),(1505,262,'_wp_page_template','elementor_header_footer'),(1506,262,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1507,262,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1509,263,'_elementor_edit_mode','builder'),(1510,263,'_elementor_template_type','wp-page'),(1511,263,'_elementor_version','3.0.13'),(1512,263,'_wp_page_template','elementor_header_footer'),(1513,263,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1514,263,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1516,264,'_elementor_edit_mode','builder'),(1517,264,'_elementor_template_type','wp-page'),(1518,264,'_elementor_version','3.0.13'),(1519,264,'_wp_page_template','elementor_header_footer'),(1520,264,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1521,264,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1534,266,'_elementor_edit_mode','builder'),(1535,266,'_elementor_template_type','wp-page'),(1536,266,'_elementor_version','3.0.13'),(1537,266,'_wp_page_template','elementor_header_footer'),(1538,266,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1539,266,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1541,267,'_elementor_edit_mode','builder'),(1542,267,'_elementor_template_type','wp-page'),(1543,267,'_elementor_version','3.0.13'),(1544,267,'_wp_page_template','elementor_header_footer'),(1545,267,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1546,267,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"015\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1548,268,'_elementor_edit_mode','builder'),(1549,268,'_elementor_template_type','wp-page'),(1550,268,'_elementor_version','3.0.13'),(1551,268,'_wp_page_template','elementor_header_footer'),(1552,268,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1553,268,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1557,269,'_elementor_edit_mode','builder'),(1558,269,'_elementor_template_type','wp-page'),(1559,269,'_elementor_version','3.0.13'),(1560,269,'_wp_page_template','elementor_header_footer'),(1561,269,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1562,269,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1564,270,'_elementor_edit_mode','builder'),(1565,270,'_elementor_template_type','wp-page'),(1566,270,'_elementor_version','3.0.13'),(1567,270,'_wp_page_template','elementor_header_footer'),(1568,270,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1569,270,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1571,271,'_elementor_edit_mode','builder'),(1572,271,'_elementor_template_type','wp-page'),(1573,271,'_elementor_version','3.0.13'),(1574,271,'_wp_page_template','elementor_header_footer'),(1575,271,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1576,271,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1580,272,'_elementor_edit_mode','builder'),(1581,272,'_elementor_template_type','wp-page'),(1582,272,'_elementor_version','3.0.13'),(1583,272,'_wp_page_template','elementor_header_footer'),(1584,272,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1585,272,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1587,273,'_elementor_edit_mode','builder'),(1588,273,'_elementor_template_type','wp-page'),(1589,273,'_elementor_version','3.0.13'),(1590,273,'_wp_page_template','elementor_header_footer'),(1591,273,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1592,273,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1594,274,'_elementor_edit_mode','builder'),(1595,274,'_elementor_template_type','wp-page'),(1596,274,'_elementor_version','3.0.13'),(1597,274,'_wp_page_template','elementor_header_footer'),(1598,274,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1599,274,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1603,275,'_elementor_edit_mode','builder'),(1604,275,'_elementor_template_type','wp-page'),(1605,275,'_elementor_version','3.0.13'),(1606,275,'_wp_page_template','elementor_header_footer'),(1607,275,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1608,275,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1610,276,'_elementor_edit_mode','builder'),(1611,276,'_elementor_template_type','wp-page'),(1612,276,'_elementor_version','3.0.13'),(1613,276,'_wp_page_template','elementor_header_footer'),(1614,276,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1615,276,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1617,277,'_elementor_edit_mode','builder'),(1618,277,'_elementor_template_type','wp-page'),(1619,277,'_elementor_version','3.0.13'),(1620,277,'_wp_page_template','elementor_header_footer'),(1621,277,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1622,277,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1626,278,'_elementor_edit_mode','builder'),(1627,278,'_elementor_template_type','wp-page'),(1628,278,'_elementor_version','3.0.13'),(1629,278,'_wp_page_template','elementor_header_footer'),(1630,278,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1631,278,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1633,279,'_elementor_edit_mode','builder'),(1634,279,'_elementor_template_type','wp-page'),(1635,279,'_elementor_version','3.0.13'),(1636,279,'_wp_page_template','elementor_header_footer'),(1637,279,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1638,279,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Take A Pledge\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1640,280,'_elementor_edit_mode','builder'),(1641,280,'_elementor_template_type','wp-page'),(1642,280,'_elementor_version','3.0.13'),(1643,280,'_wp_page_template','elementor_header_footer'),(1644,280,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1645,280,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Certified Black-Owned Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1648,281,'_wp_attached_file','2020/11/Certified-Black.png'),(1649,281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1831;s:6:\"height\";i:1832;s:4:\"file\";s:27:\"2020/11/Certified-Black.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Certified-Black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Certified-Black-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Certified-Black-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Certified-Black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"Certified-Black-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:27:\"Certified-Black-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:27:\"Certified-Black-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:27:\"Certified-Black-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1650,282,'_elementor_edit_mode','builder'),(1651,282,'_elementor_template_type','wp-page'),(1652,282,'_elementor_version','3.0.13'),(1653,282,'_wp_page_template','elementor_header_footer'),(1654,282,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1656,283,'_elementor_edit_mode','builder'),(1657,283,'_elementor_template_type','wp-page'),(1658,283,'_elementor_version','3.0.13'),(1659,283,'_wp_page_template','elementor_header_footer'),(1660,283,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-Image.png\",\"id\":213},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1662,284,'_elementor_edit_mode','builder'),(1663,284,'_elementor_template_type','wp-page'),(1664,284,'_elementor_version','3.0.13'),(1665,284,'_wp_page_template','elementor_header_footer');
INSERT INTO `wp_postmeta` VALUES (1666,284,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1671,285,'_elementor_edit_mode','builder'),(1672,285,'_elementor_template_type','wp-page'),(1673,285,'_elementor_version','3.0.13'),(1674,285,'_wp_page_template','elementor_header_footer'),(1675,285,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1677,286,'_elementor_edit_mode','builder'),(1678,286,'_elementor_template_type','wp-page'),(1679,286,'_elementor_version','3.0.13'),(1680,286,'_wp_page_template','elementor_header_footer'),(1681,286,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1683,287,'_elementor_edit_mode','builder'),(1684,287,'_elementor_template_type','wp-page'),(1685,287,'_elementor_version','3.0.13'),(1686,287,'_wp_page_template','elementor_header_footer'),(1687,287,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1690,288,'_elementor_edit_mode','builder'),(1691,288,'_elementor_template_type','wp-page'),(1692,288,'_elementor_version','3.0.13'),(1693,288,'_wp_page_template','elementor_header_footer'),(1694,288,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1695,288,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Certified Black-Owned Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1697,289,'_elementor_edit_mode','builder'),(1698,289,'_elementor_template_type','wp-page'),(1699,289,'_elementor_version','3.0.13'),(1700,289,'_wp_page_template','elementor_header_footer'),(1701,289,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1702,289,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-2-scaled.jpg\",\"id\":17},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-5-scaled.jpg\",\"id\":20},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Certified Black-Owned Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-1-scaled.jpg\",\"id\":18},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-3-scaled.jpg\",\"id\":16},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1704,290,'_elementor_edit_mode','builder'),(1705,290,'_elementor_template_type','wp-page'),(1706,290,'_elementor_version','3.0.13'),(1707,290,'_wp_page_template','elementor_header_footer'),(1708,290,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1709,290,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Certified Black-Owned Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1714,291,'_elementor_edit_mode','builder'),(1715,291,'_elementor_template_type','wp-page'),(1716,291,'_elementor_version','3.0.13'),(1717,291,'_wp_page_template','elementor_header_footer'),(1718,291,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1719,291,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Certified Black-Owned Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1721,292,'_elementor_edit_mode','builder'),(1722,292,'_elementor_template_type','wp-page'),(1723,292,'_elementor_version','3.0.13'),(1724,292,'_wp_page_template','elementor_header_footer'),(1725,292,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1726,292,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Certified Black-Owned Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1728,293,'_elementor_edit_mode','builder'),(1729,293,'_elementor_template_type','wp-page'),(1730,293,'_elementor_version','3.0.13'),(1731,293,'_wp_page_template','elementor_header_footer'),(1732,293,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1733,293,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Certified Black-Owned Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1737,294,'_elementor_edit_mode','builder'),(1738,294,'_elementor_template_type','wp-page'),(1739,294,'_elementor_version','3.0.13'),(1740,294,'_wp_page_template','elementor_header_footer'),(1741,294,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1743,295,'_elementor_edit_mode','builder'),(1744,295,'_elementor_template_type','wp-page'),(1745,295,'_elementor_version','3.0.13'),(1746,295,'_wp_page_template','elementor_header_footer'),(1747,295,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1749,296,'_elementor_edit_mode','builder'),(1750,296,'_elementor_template_type','wp-page'),(1751,296,'_elementor_version','3.0.13'),(1752,296,'_wp_page_template','elementor_header_footer'),(1753,296,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1757,297,'_elementor_edit_mode','builder'),(1758,297,'_elementor_template_type','wp-page'),(1759,297,'_elementor_version','3.0.13'),(1760,297,'_wp_page_template','elementor_header_footer'),(1761,297,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1763,298,'_elementor_edit_mode','builder'),(1764,298,'_elementor_template_type','wp-page'),(1765,298,'_elementor_version','3.0.13'),(1766,298,'_wp_page_template','elementor_header_footer'),(1767,298,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1769,299,'_elementor_edit_mode','builder'),(1770,299,'_elementor_template_type','wp-page'),(1771,299,'_elementor_version','3.0.13'),(1772,299,'_wp_page_template','elementor_header_footer'),(1773,299,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1782,301,'_elementor_edit_mode','builder'),(1783,301,'_elementor_template_type','wp-page'),(1784,301,'_elementor_version','3.0.13'),(1785,301,'_wp_page_template','elementor_header_footer'),(1786,301,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1787,302,'_elementor_edit_mode','builder'),(1788,302,'_elementor_template_type','wp-page'),(1789,302,'_elementor_version','3.0.13'),(1790,302,'_wp_page_template','elementor_header_footer'),(1791,302,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1792,303,'_elementor_edit_mode','builder'),(1793,303,'_elementor_template_type','wp-page'),(1794,303,'_elementor_version','3.0.13'),(1795,303,'_wp_page_template','elementor_header_footer'),(1796,303,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1798,304,'_elementor_edit_mode','builder'),(1799,304,'_elementor_template_type','wp-page'),(1800,304,'_elementor_version','3.0.13'),(1801,304,'_wp_page_template','elementor_header_footer'),(1802,304,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1803,305,'_elementor_edit_mode','builder'),(1804,305,'_elementor_template_type','wp-page'),(1805,305,'_elementor_version','3.0.13'),(1806,305,'_wp_page_template','elementor_header_footer'),(1807,305,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1808,306,'_elementor_edit_mode','builder'),(1809,306,'_elementor_template_type','wp-page'),(1810,306,'_elementor_version','3.0.13'),(1811,306,'_wp_page_template','elementor_header_footer'),(1812,306,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Certified Black-Owned businesses individually and institutionally. Below a list of Certified Black-Owned Businesses to Support.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1815,307,'_elementor_edit_mode','builder'),(1816,307,'_elementor_template_type','wp-page'),(1817,307,'_elementor_version','3.0.13'),(1818,307,'_wp_page_template','elementor_header_footer'),(1819,307,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Certified Black-Owned businesses individually and institutionally. Below a list of Certified Black-Owned Businesses to Support.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1821,308,'_elementor_edit_mode','builder'),(1822,308,'_elementor_template_type','wp-page'),(1823,308,'_elementor_version','3.0.13'),(1824,308,'_wp_page_template','elementor_header_footer'),(1825,308,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\",\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Certified Black-Owned businesses individually and institutionally. Below a list of Certified Black-Owned Businesses to Support.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1827,309,'_elementor_edit_mode','builder'),(1828,309,'_elementor_template_type','wp-page'),(1829,309,'_elementor_version','3.0.13'),(1830,309,'_wp_page_template','elementor_header_footer'),(1831,309,'_elementor_data','[{\"id\":\"d17fa0f\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"aa9a383\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"caca5e0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"object-fit\":\"fill\",\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6259b56\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2c84d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"23a86a1\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"support\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"b01fedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with Certified Black-Owned businesses individually and institutionally. Below a list of Certified Black-Owned Businesses to Support.\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a42bc6\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6f358ca\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"2c9c426\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"59b1ec5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pyramid Art Books & Custom Framing \",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"21fb9cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"80f87ea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/9.-Lindseys.jpg\",\"id\":175},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.lindseybbq.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"fcbfeb6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lindsey\'s BBQ & Hospitality House\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"d25c21a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"eabf83a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-.jpg\",\"id\":148},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d78798\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mr. Keith\'s Kettle Corn\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"size\":\"medium\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b42980b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"b3cacbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/5.-Real-Natural-Salon.png\",\"id\":180},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/realnaturalsalon.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7010c0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Real Natural Salon\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f41324e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"25fa630\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"7121843\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/deesdelightfuldesserts.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"eb2732c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dee\'s Delightful Desserts\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3a00ab0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"dd3cd34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/Indigo-Blue-Coffeehouse-2057388374581543\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e746388\",\"elType\":\"widget\",\"settings\":{\"title\":\"Indigo Blue Coffeehouse\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b701858\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"0204d4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/Haygoodbbq.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c875a17\",\"elType\":\"widget\",\"settings\":{\"title\":\"Haygood BBQ Concession & Catering\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"00\",\"bottom\":\"00\",\"left\":\"00\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"7e6e0b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"bbdccf8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/kontikikitchen\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b15272d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Kontiki African Restaurant\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8710d9c\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"ecb5416\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[{\"id\":\"aa20f41\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/10.-A-Kick.jpg\",\"id\":174},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"475\",\"height\":\"475\"},\"hover_animation\":\"grow\",\"_background_background\":\"classic\",\"link_to\":\"custom\",\"link\":{\"url\":\"http:\\/\\/www.akickabove.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"93858bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Kick Above<br>-<br>A Personal Training Studio\",\"size\":\"medium\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"800\",\"_margin\":{\"unit\":\"px\",\"top\":\"-165\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"05\",\"right\":\"0\",\"bottom\":\"05\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"b224ae5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"114c176\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"47cb984\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1833,139,'_elementor_controls_usage','a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:10;s:10:\"image_size\";i:10;s:22:\"image_custom_dimension\";i:9;s:7:\"link_to\";i:9;s:4:\"link\";i:9;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"width\";i:1;s:10:\"object-fit\";i:1;s:15:\"hover_animation\";i:9;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:9;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:14;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:14;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}}}s:11:\"menu-anchor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_anchor\";a:1:{s:6:\"anchor\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:10;s:4:\"size\";i:9;s:5:\"align\";i:9;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:10;s:21:\"typography_typography\";i:10;s:22:\"typography_font_family\";i:10;s:22:\"typography_font_weight\";i:10;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:9;s:8:\"_padding\";i:9;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:9;s:17:\"_background_color\";i:9;}}}}}'),(1843,311,'_elementor_edit_mode','builder'),(1844,311,'_elementor_template_type','wp-page'),(1845,311,'_elementor_version','3.0.13'),(1846,311,'_wp_page_template','elementor_header_footer'),(1847,311,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1848,311,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Certified Black-Owned Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1849,312,'_elementor_edit_mode','builder'),(1850,312,'_elementor_template_type','wp-page'),(1851,312,'_elementor_version','3.0.13'),(1852,312,'_wp_page_template','elementor_header_footer'),(1853,312,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1854,312,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Shop Certified Black-Owned Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1855,313,'_elementor_edit_mode','builder'),(1856,313,'_elementor_template_type','wp-page'),(1857,313,'_elementor_version','3.0.13'),(1858,313,'_wp_page_template','elementor_header_footer'),(1859,313,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1860,313,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1862,314,'_elementor_edit_mode','builder'),(1863,314,'_elementor_template_type','wp-page'),(1864,314,'_elementor_version','3.0.13'),(1865,314,'_wp_page_template','elementor_header_footer'),(1866,314,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1867,314,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1868,315,'_elementor_edit_mode','builder'),(1869,315,'_elementor_template_type','wp-page'),(1870,315,'_elementor_version','3.0.13'),(1871,315,'_wp_page_template','elementor_header_footer'),(1872,315,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1873,315,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1874,316,'_elementor_edit_mode','builder'),(1875,316,'_elementor_template_type','wp-page'),(1876,316,'_elementor_version','3.0.13'),(1877,316,'_wp_page_template','elementor_header_footer'),(1878,316,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1879,316,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1882,317,'_elementor_edit_mode','builder'),(1883,317,'_elementor_template_type','wp-page'),(1884,317,'_elementor_version','3.0.13'),(1885,317,'_wp_page_template','elementor_header_footer'),(1886,317,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1887,317,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1889,318,'_elementor_edit_mode','builder'),(1890,318,'_elementor_template_type','wp-page'),(1891,318,'_elementor_version','3.0.13'),(1892,318,'_wp_page_template','elementor_header_footer'),(1893,318,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1894,318,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1896,319,'_elementor_edit_mode','builder'),(1897,319,'_elementor_template_type','wp-page'),(1898,319,'_elementor_version','3.0.13'),(1899,319,'_wp_page_template','elementor_header_footer'),(1900,319,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1901,319,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1904,320,'_elementor_edit_mode','builder'),(1905,320,'_elementor_template_type','wp-page'),(1906,320,'_elementor_version','3.0.13'),(1907,320,'_wp_page_template','elementor_header_footer'),(1908,320,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1909,320,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1910,321,'_elementor_edit_mode','builder'),(1911,321,'_elementor_template_type','wp-page'),(1912,321,'_elementor_version','3.0.13'),(1913,321,'_wp_page_template','elementor_header_footer'),(1914,321,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1915,321,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1916,322,'_elementor_edit_mode','builder'),(1917,322,'_elementor_template_type','wp-page'),(1918,322,'_elementor_version','3.0.13'),(1919,322,'_wp_page_template','elementor_header_footer'),(1920,322,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1921,322,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1924,323,'_field_1','Ben'),(1925,323,'_field_2','remixideaslr@gmail.com'),(1926,323,'_field_3','Shop Black'),(1927,323,'_form_id','1'),(1928,323,'_seq_num','1'),(1929,325,'_elementor_edit_mode','builder'),(1930,325,'_elementor_template_type','wp-page'),(1931,325,'_elementor_version','3.0.13'),(1932,325,'_wp_page_template','elementor_header_footer'),(1933,325,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1934,325,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1936,326,'_elementor_edit_mode','builder'),(1937,326,'_elementor_template_type','wp-page'),(1938,326,'_elementor_version','3.0.13'),(1939,326,'_wp_page_template','elementor_header_footer'),(1940,326,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1941,326,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge 10% of monthly spending\\/budget with certified Black-Owned businesses individually and institutionally. \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1943,327,'_elementor_edit_mode','builder'),(1944,327,'_elementor_template_type','wp-page'),(1945,327,'_elementor_version','3.0.13'),(1946,327,'_wp_page_template','elementor_header_footer'),(1947,327,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1948,327,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1958,329,'_elementor_edit_mode','builder'),(1959,329,'_elementor_template_type','wp-page'),(1960,329,'_elementor_version','3.0.13'),(1961,329,'_wp_page_template','elementor_header_footer'),(1962,329,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1963,329,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1964,330,'_elementor_edit_mode','builder'),(1965,330,'_elementor_template_type','wp-page'),(1966,330,'_elementor_version','3.0.13'),(1967,330,'_wp_page_template','elementor_header_footer'),(1968,330,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1969,330,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1970,331,'_elementor_edit_mode','builder'),(1971,331,'_elementor_template_type','wp-page'),(1972,331,'_elementor_version','3.0.13'),(1973,331,'_wp_page_template','elementor_header_footer'),(1974,331,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1975,331,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\\nSUPPORT THE BLACK-OWNED COMPANIES WITH YOUR DOLLARS\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1977,332,'_elementor_edit_mode','builder'),(1978,332,'_elementor_template_type','wp-page'),(1979,332,'_elementor_version','3.0.13'),(1980,332,'_wp_page_template','elementor_header_footer'),(1981,332,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1982,332,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\\nSUPPORT THE BLACK-OWNED COMPANIES WITH YOUR DOLLARS\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1983,333,'_elementor_edit_mode','builder'),(1984,333,'_elementor_template_type','wp-page'),(1985,333,'_elementor_version','3.0.13'),(1986,333,'_wp_page_template','elementor_header_footer'),(1987,333,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1988,333,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\\nSUPPORT THE BLACK-OWNED COMPANIES WITH YOUR DOLLARS\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1989,334,'_elementor_edit_mode','builder'),(1990,334,'_elementor_template_type','wp-page'),(1991,334,'_elementor_version','3.0.13'),(1992,334,'_wp_page_template','elementor_header_footer'),(1993,334,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1994,334,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2005,336,'_elementor_edit_mode','builder'),(2006,336,'_elementor_template_type','wp-page'),(2007,336,'_elementor_version','3.0.13'),(2008,336,'_wp_page_template','elementor_header_footer'),(2009,336,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2010,336,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2011,337,'_elementor_edit_mode','builder'),(2012,337,'_elementor_template_type','wp-page'),(2013,337,'_elementor_version','3.0.13'),(2014,337,'_wp_page_template','elementor_header_footer'),(2015,337,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2016,337,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Offer your business technical assistance and free workshops\\/seminars<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2017,338,'_elementor_edit_mode','builder'),(2018,338,'_elementor_template_type','wp-page'),(2019,338,'_elementor_version','3.0.13'),(2020,338,'_wp_page_template','elementor_header_footer'),(2021,338,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2022,338,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Promote your business: Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Capacity Development: Access to mentoring, technical assistance&nbsp; and education<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2031,340,'_elementor_edit_mode','builder'),(2032,340,'_elementor_template_type','wp-page'),(2033,340,'_elementor_version','3.0.13'),(2034,340,'_wp_page_template','elementor_header_footer'),(2035,340,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2036,340,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Promote your business: Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Capacity Development: Access to mentoring, technical assistance&nbsp; and education<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2037,341,'_elementor_edit_mode','builder'),(2038,341,'_elementor_template_type','wp-page'),(2039,341,'_elementor_version','3.0.13'),(2040,341,'_wp_page_template','elementor_header_footer'),(2041,341,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2042,341,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Promote your business: Amplify your business reach through social media posts, and media outreach<\\/li>\\n<li>Capacity Development: Access to mentoring, technical assistance&nbsp; and education<\\/li>\\n<li>Your business will receive recognition at the Black Founders Summit<\\/li>\\n<li>Your business will be listed in our online directory<\\/li>\\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2043,342,'_elementor_edit_mode','builder'),(2044,342,'_elementor_template_type','wp-page'),(2045,342,'_elementor_version','3.0.13'),(2046,342,'_wp_page_template','elementor_header_footer'),(2047,342,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2048,342,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li>\\n<li>Capacity Development: Access to mentoring, technical assistance&nbsp; and education<\\/li>\\n<li>Access: Business opportunities with the corporations, state and local entities&nbsp;<\\/li>\\n<li>Networking: Networking at ReMix Ideas events<\\/li>\\n<li>Advocacy: Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2050,343,'_elementor_edit_mode','builder'),(2051,343,'_elementor_template_type','wp-page'),(2052,343,'_elementor_version','3.0.13'),(2053,343,'_wp_page_template','elementor_header_footer'),(2054,343,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2055,343,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li>\\n<li>Capacity Development: Access to mentoring, technical assistance&nbsp; and education<\\/li>\\n<li>Access: Business opportunities with the corporations, state and local entities&nbsp;<\\/li>\\n<li>Networking: Networking at ReMix Ideas events<\\/li>\\n<li>Advocacy: Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2056,344,'_elementor_edit_mode','builder'),(2057,344,'_elementor_template_type','wp-page'),(2058,344,'_elementor_version','3.0.13'),(2059,344,'_wp_page_template','elementor_header_footer'),(2060,344,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2061,344,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider for at least 6 months<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p>\\n<ol>\\n<li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li>\\n<li>Capacity Development: Access to mentoring, technical assistance&nbsp; and education<\\/li>\\n<li>Access: Business opportunities with the corporations, state and local entities&nbsp;<\\/li>\\n<li>Networking: Networking at ReMix Ideas events<\\/li>\\n<li>Advocacy: Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2062,345,'_elementor_edit_mode','builder'),(2063,345,'_elementor_template_type','wp-page'),(2064,345,'_elementor_version','3.0.13'),(2065,345,'_wp_page_template','elementor_header_footer'),(2066,345,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2067,345,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2070,346,'_elementor_edit_mode','builder'),(2071,346,'_elementor_template_type','wp-page'),(2072,346,'_elementor_version','3.0.13'),(2073,346,'_wp_page_template','elementor_header_footer'),(2074,346,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2075,346,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2077,347,'_elementor_edit_mode','builder'),(2078,347,'_elementor_template_type','wp-page'),(2079,347,'_elementor_version','3.0.13'),(2080,347,'_wp_page_template','elementor_header_footer'),(2081,347,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2082,347,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2084,348,'_elementor_edit_mode','builder'),(2085,348,'_elementor_template_type','wp-page'),(2086,348,'_elementor_version','3.0.13'),(2087,348,'_wp_page_template','elementor_header_footer'),(2088,348,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2089,348,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2092,349,'_elementor_edit_mode','builder'),(2093,349,'_elementor_template_type','wp-page'),(2094,349,'_elementor_version','3.0.13'),(2095,349,'_wp_page_template','elementor_header_footer'),(2096,349,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2097,349,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2098,350,'_elementor_edit_mode','builder'),(2099,350,'_elementor_template_type','wp-page'),(2100,350,'_elementor_version','3.0.13'),(2101,350,'_wp_page_template','elementor_header_footer'),(2102,350,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2103,350,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the\\u00a0<em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2104,351,'_elementor_edit_mode','builder'),(2105,351,'_elementor_template_type','wp-page'),(2106,351,'_elementor_version','3.0.13'),(2107,351,'_wp_page_template','elementor_header_footer'),(2108,351,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2109,351,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2158,371,'_wpbdp[access_key]','6e056c517eb0906dff0c1cbadb5ce301489bda83'),(2159,371,'_edit_lock','1606582386:1'),(2160,371,'_edit_last','1'),(2161,371,'slide_template',''),(2162,371,'rs_page_bg_color',''),(2163,371,'_wpbdp[fields][5]','a:2:{i:0;s:28:\"https://www.pyramid1988.com/\";i:1;s:0:\"\";}'),(2164,371,'_wpbdp[fields][6]',''),(2165,371,'_wpbdp[fields][7]',''),(2166,371,'_wpbdp[fields][9]',''),(2167,371,'_wpbdp[fields][10]',''),(2168,371,'_wpbdp[name]','pyramid-art-books-custom-framing'),(2180,187,'_wp_old_date','2020-11-17'),(2191,378,'_wp_page_template','template-fullwidth-stretched.php'),(2192,379,'_wp_page_template','template-fullwidth-stretched.php'),(2193,380,'_wp_page_template','template-fullwidth-stretched.php'),(2194,381,'_wp_page_template','template-fullwidth-stretched.php'),(2195,382,'_wp_page_template','template-fullwidth-stretched.php'),(2196,383,'_wp_page_template','template-fullwidth-stretched.php'),(2197,384,'_wp_page_template','template-fullwidth-stretched.php'),(2198,385,'_wp_page_template','template-fullwidth-stretched.php'),(2199,386,'_wp_page_template','template-fullwidth-stretched.php'),(2200,387,'_wp_page_template','template-fullwidth-stretched.php'),(2201,390,'_edit_lock','1609782613:2'),(2202,390,'_edit_last','2'),(2203,390,'_never_expire','1'),(2204,390,'_featured','0'),(2205,390,'_price',''),(2206,390,'_price_range',''),(2207,390,'_atbd_listing_pricing',''),(2208,390,'_videourl',''),(2209,390,'_listing_status','post_status'),(2210,390,'_tagline',''),(2211,390,'_excerpt',''),(2213,390,'_address','1001 Wright Ave, Ste C Little Rock'),(2214,390,'_phone','(501) 372-5824'),(2215,390,'_phone2',''),(2216,390,'_fax',''),(2217,390,'_email',''),(2218,390,'_website','http://www.pyramid1988.com/'),(2219,390,'_zip','AR 72206'),(2220,390,'_social','a:0:{}'),(2221,390,'_faqs','a:0:{}'),(2222,390,'_enable247hour',''),(2223,390,'_disable_bz_hour_listing',''),(2224,390,'_bdbh','a:0:{}'),(2225,390,'_manual_lat','40.7127753'),(2226,390,'_manual_lng','-74.0059728'),(2227,390,'_hide_map','1'),(2228,390,'_listing_img','a:1:{i:0;s:3:\"147\";}'),(2229,390,'_listing_prv_img',''),(2230,390,'_hide_contact_info','0'),(2231,390,'_hide_contact_owner','0'),(2232,390,'_expiry_date','2022-01-04 17:52:25'),(2233,390,'slide_template',''),(2234,390,'rs_page_bg_color',''),(2235,391,'_edit_lock','1609782574:2'),(2236,391,'_edit_last','2'),(2237,391,'_never_expire','1'),(2238,391,'_featured','0'),(2239,391,'_price',''),(2240,391,'_price_range',''),(2241,391,'_atbd_listing_pricing',''),(2242,391,'_videourl',''),(2243,391,'_listing_status','post_status'),(2244,391,'_tagline',''),(2245,391,'_excerpt',''),(2247,391,'_address','6929 Suite-B John F Kennedy North Little Rock'),(2248,391,'_phone','(501) 864-4083'),(2249,391,'_phone2',''),(2250,391,'_fax',''),(2251,391,'_email',''),(2252,391,'_website','https://www.facebook.com/mrkeithkettlecorn'),(2253,391,'_zip','AR 72116'),(2254,391,'_social','a:0:{}'),(2255,391,'_faqs','a:0:{}'),(2256,391,'_enable247hour',''),(2257,391,'_disable_bz_hour_listing',''),(2258,391,'_bdbh','a:0:{}'),(2259,391,'_manual_lat','40.7127753'),(2260,391,'_manual_lng','-74.0059728'),(2261,391,'_hide_map','1'),(2262,391,'_listing_img','a:1:{i:0;s:3:\"148\";}'),(2263,391,'_listing_prv_img',''),(2264,391,'_hide_contact_info','0'),(2265,391,'_hide_contact_owner','0'),(2266,391,'_expiry_date','2022-01-04 17:51:50'),(2267,391,'slide_template',''),(2268,391,'rs_page_bg_color',''),(2269,380,'_edit_lock','1618577709:2'),(2270,393,'_edit_lock','1609782538:2'),(2271,393,'_edit_last','2'),(2272,393,'_never_expire','1'),(2273,393,'_featured','0'),(2274,393,'_price',''),(2275,393,'_price_range',''),(2276,393,'_atbd_listing_pricing',''),(2277,393,'_videourl',''),(2278,393,'_listing_status','post_status'),(2279,393,'_tagline',''),(2280,393,'_excerpt',''),(2282,393,'_address','3901 S University Little Rock'),(2283,393,'_phone','(501) 615-8504'),(2284,393,'_phone2',''),(2285,393,'_fax',''),(2286,393,'_email',''),(2287,393,'_website','https://www.facebook.com/kontikikitchen/'),(2288,393,'_zip','AR 72204'),(2289,393,'_social','a:0:{}'),(2290,393,'_faqs','a:0:{}'),(2291,393,'_enable247hour',''),(2292,393,'_disable_bz_hour_listing',''),(2293,393,'_bdbh','a:0:{}'),(2294,393,'_manual_lat','40.7127753'),(2295,393,'_manual_lng','-74.0059728'),(2296,393,'_hide_map','1'),(2297,393,'_listing_img','a:1:{i:0;s:3:\"182\";}'),(2298,393,'_listing_prv_img',''),(2299,393,'_hide_contact_info','0'),(2300,393,'_hide_contact_owner','0'),(2301,393,'_expiry_date','2022-01-04 17:50:45'),(2302,393,'slide_template',''),(2303,393,'rs_page_bg_color',''),(2304,394,'_edit_lock','1613581858:2'),(2305,394,'_edit_last','2'),(2306,394,'_never_expire','1'),(2307,394,'_featured','0'),(2308,394,'_price',''),(2309,394,'_price_range',''),(2310,394,'_atbd_listing_pricing',''),(2311,394,'_videourl',''),(2312,394,'_listing_status','post_status'),(2313,394,'_tagline',''),(2314,394,'_excerpt',''),(2316,394,'_address','402 Edgewood Dr. Maumelle'),(2317,394,'_phone','(501) 410-7445'),(2318,394,'_phone2',''),(2319,394,'_fax',''),(2320,394,'_email',''),(2321,394,'_website','http://michaelblakemenswear.com/'),(2322,394,'_zip','AR 72113'),(2323,394,'_social','a:0:{}'),(2324,394,'_faqs','a:0:{}'),(2325,394,'_enable247hour',''),(2326,394,'_disable_bz_hour_listing',''),(2327,394,'_bdbh','a:0:{}'),(2328,394,'_manual_lat','40.7127753'),(2329,394,'_manual_lng','-74.0059728'),(2330,394,'_hide_map','1'),(2331,394,'_listing_img','a:1:{i:0;s:3:\"181\";}'),(2332,394,'_listing_prv_img',''),(2333,394,'_hide_contact_info','0'),(2334,394,'_hide_contact_owner','0'),(2335,394,'_expiry_date','2022-02-17 17:13:11'),(2336,394,'slide_template',''),(2337,394,'rs_page_bg_color',''),(2338,395,'_edit_lock','1609782415:2'),(2339,395,'_edit_last','2'),(2340,395,'_never_expire','1'),(2341,395,'_featured','0'),(2342,395,'_price',''),(2343,395,'_price_range',''),(2344,395,'_atbd_listing_pricing',''),(2345,395,'_videourl',''),(2346,395,'_listing_status','post_status'),(2347,395,'_tagline',''),(2348,395,'_excerpt',''),(2350,395,'_address','12111 W Markham St Little Rock'),(2351,395,'_phone','(501) 353-2911'),(2352,395,'_phone2',''),(2353,395,'_fax',''),(2354,395,'_email',''),(2355,395,'_website','http://realnaturalsalon.com/'),(2356,395,'_zip','AR 72211'),(2357,395,'_social','a:0:{}'),(2358,395,'_faqs','a:0:{}'),(2359,395,'_enable247hour',''),(2360,395,'_disable_bz_hour_listing',''),(2361,395,'_bdbh','a:0:{}'),(2362,395,'_manual_lat','40.7127753'),(2363,395,'_manual_lng','-74.0059728'),(2364,395,'_hide_map','1'),(2365,395,'_listing_img','a:1:{i:0;s:3:\"180\";}'),(2366,395,'_listing_prv_img',''),(2367,395,'_hide_contact_info','0'),(2368,395,'_hide_contact_owner','0'),(2369,395,'_expiry_date','2022-01-04 17:49:09'),(2370,395,'slide_template',''),(2371,395,'rs_page_bg_color',''),(2372,396,'_edit_lock','1609782355:2'),(2373,396,'_edit_last','2'),(2374,396,'_never_expire','1'),(2375,396,'_featured','0'),(2376,396,'_price',''),(2377,396,'_price_range',''),(2378,396,'_atbd_listing_pricing',''),(2379,396,'_videourl',''),(2380,396,'_listing_status','post_status'),(2381,396,'_tagline',''),(2382,396,'_excerpt',''),(2384,396,'_address',''),(2385,396,'_phone',''),(2386,396,'_phone2',''),(2387,396,'_fax',''),(2388,396,'_email',''),(2389,396,'_website','http://haygoodbbq.com/'),(2390,396,'_zip',''),(2391,396,'_social','a:0:{}'),(2392,396,'_faqs','a:0:{}'),(2393,396,'_enable247hour',''),(2394,396,'_disable_bz_hour_listing',''),(2395,396,'_bdbh','a:0:{}'),(2396,396,'_manual_lat','40.7127753'),(2397,396,'_manual_lng','-74.0059728'),(2398,396,'_hide_map','1'),(2399,396,'_listing_img','a:1:{i:0;s:3:\"177\";}'),(2400,396,'_listing_prv_img',''),(2401,396,'_hide_contact_info','0'),(2402,396,'_hide_contact_owner','0'),(2403,396,'_expiry_date','2022-01-04 17:48:13'),(2404,396,'slide_template',''),(2405,396,'rs_page_bg_color',''),(2406,397,'_edit_lock','1609782325:2'),(2407,397,'_edit_last','2'),(2408,397,'_never_expire','1'),(2409,397,'_featured','0'),(2410,397,'_price',''),(2411,397,'_price_range',''),(2412,397,'_atbd_listing_pricing',''),(2413,397,'_videourl',''),(2414,397,'_listing_status','post_status'),(2415,397,'_tagline',''),(2416,397,'_excerpt',''),(2418,397,'_address','212 West Barraque Street Pine Bluff'),(2419,397,'_phone','(870) 718-5330 ·'),(2420,397,'_phone2',''),(2421,397,'_fax',''),(2422,397,'_email',''),(2423,397,'_website','https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543'),(2424,397,'_zip','AR 71601'),(2425,397,'_social','a:0:{}'),(2426,397,'_faqs','a:0:{}'),(2427,397,'_enable247hour',''),(2428,397,'_disable_bz_hour_listing',''),(2429,397,'_bdbh','a:0:{}'),(2430,397,'_manual_lat','40.7127753'),(2431,397,'_manual_lng','-74.0059728'),(2432,397,'_hide_map','1'),(2433,397,'_listing_img','a:1:{i:0;s:3:\"176\";}'),(2434,397,'_listing_prv_img',''),(2435,397,'_hide_contact_info','0'),(2436,397,'_hide_contact_owner','0'),(2437,397,'_expiry_date','2022-01-04 17:47:38'),(2438,397,'slide_template',''),(2439,397,'rs_page_bg_color',''),(2440,398,'_edit_lock','1609782284:2'),(2441,398,'_edit_last','2'),(2442,398,'_never_expire','1'),(2443,398,'_featured','0'),(2444,398,'_price',''),(2445,398,'_price_range',''),(2446,398,'_atbd_listing_pricing',''),(2447,398,'_videourl',''),(2448,398,'_listing_status','post_status'),(2449,398,'_tagline',''),(2450,398,'_excerpt',''),(2452,398,'_address','207 Curtis Sykes Dr North Little Rock'),(2453,398,'_phone','(501) 374-5707'),(2454,398,'_phone2',''),(2455,398,'_fax',''),(2456,398,'_email',''),(2457,398,'_website','https://www.lindseysbbqnmore.com/'),(2458,398,'_zip','AR 72114'),(2459,398,'_social','a:0:{}'),(2460,398,'_faqs','a:0:{}'),(2461,398,'_enable247hour',''),(2462,398,'_disable_bz_hour_listing',''),(2463,398,'_bdbh','a:0:{}'),(2464,398,'_manual_lat','40.7127753'),(2465,398,'_manual_lng','-74.0059728'),(2466,398,'_hide_map','1'),(2467,398,'_listing_img','a:4:{i:0;s:3:\"175\";i:1;s:3:\"467\";i:2;s:3:\"500\";i:3;s:3:\"498\";}'),(2468,398,'_listing_prv_img','499'),(2469,398,'_hide_contact_info','0'),(2470,398,'_hide_contact_owner','0'),(2471,398,'_expiry_date','2022-01-04 17:46:47'),(2472,398,'slide_template',''),(2473,398,'rs_page_bg_color',''),(2474,399,'_edit_lock','1609782232:2'),(2475,399,'_edit_last','2'),(2476,399,'_never_expire','1'),(2477,399,'_featured','0'),(2478,399,'_price',''),(2479,399,'_price_range',''),(2480,399,'_atbd_listing_pricing',''),(2481,399,'_videourl',''),(2482,399,'_listing_status','post_status'),(2483,399,'_tagline',''),(2484,399,'_excerpt',''),(2486,399,'_address','12400 Cantrell Rd. Suite 3. Little Rock'),(2487,399,'_phone','(501) 868-8850'),(2488,399,'_phone2',''),(2489,399,'_fax',''),(2490,399,'_email',''),(2491,399,'_website','http://www.akickabove.com/'),(2492,399,'_zip','AR 72223'),(2493,399,'_social','a:0:{}'),(2494,399,'_faqs','a:0:{}'),(2495,399,'_enable247hour',''),(2496,399,'_disable_bz_hour_listing',''),(2497,399,'_bdbh','a:0:{}'),(2498,399,'_manual_lat','40.7127753'),(2499,399,'_manual_lng','-74.0059728'),(2500,399,'_hide_map','1'),(2501,399,'_listing_img','a:1:{i:0;s:3:\"174\";}'),(2502,399,'_listing_prv_img',''),(2503,399,'_hide_contact_info','0'),(2504,399,'_hide_contact_owner','0'),(2505,399,'_expiry_date','2022-01-04 17:46:07'),(2506,399,'slide_template',''),(2507,399,'rs_page_bg_color',''),(2508,380,'_edit_last','1'),(2509,380,'slide_template','default'),(2510,380,'rs_page_bg_color','#ffffff'),(2511,380,'_hide_page_title',''),(2512,380,'_hide_header',''),(2513,380,'_hide_footer',''),(2514,380,'_hide_breadcrumb',''),(2515,380,'_cover',''),(2516,380,'_show_excerpt',''),(2517,380,'_wc_apply_product',''),(2518,380,'_elementor_edit_mode','builder'),(2519,380,'_elementor_template_type','wp-page'),(2520,380,'_elementor_version','3.1.4'),(2521,401,'_wp_page_template','template-fullwidth-stretched.php'),(2522,401,'_elementor_edit_mode','builder'),(2523,401,'_elementor_template_type','wp-page'),(2524,401,'_elementor_version','3.0.14'),(2525,402,'_wp_page_template','template-fullwidth-stretched.php'),(2526,402,'_elementor_edit_mode','builder'),(2527,402,'_elementor_template_type','wp-page'),(2528,402,'_elementor_version','3.0.14'),(2529,380,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"_background_color\":\"#E5DB05\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <span style=\\\"color: #ff0000;\\\"><a class=\\\"normalResultLink\\\" style=\\\"color: #ff0000;\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a><\\/span> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_background_background\":\"gradient\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"_background_color_b\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2530,403,'_wp_page_template','template-fullwidth-stretched.php'),(2531,403,'_elementor_edit_mode','builder'),(2532,403,'_elementor_template_type','wp-page'),(2533,403,'_elementor_version','3.0.14'),(2534,403,'_elementor_data','[{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Lowcountry Local First member business or\\u00a0<a class=\\\"normalResultLink\\\" href=\\\"https:\\/\\/lowcountrylocalfirst.org\\/join\\/\\\">click here<\\/a>\\u00a0to make sure yours is listed. Having trouble finding a local business that suits your needs?\\u00a0<a class=\\\"normalResultLink\\\" href=\\\"mailto:wyatt@lowcountrylocalfirst.org\\\">Submit a free request<\\/a>\\u00a0and we will gladly help!<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories and keywords.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2544,405,'_wp_attached_file','2020/11/ULSA.png'),(2545,405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:43;s:4:\"file\";s:16:\"2020/11/ULSA.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ULSA-150x43.png\";s:5:\"width\";i:150;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:15:\"ULSA-150x22.png\";s:5:\"width\";i:150;s:6:\"height\";i:22;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2546,406,'_elementor_edit_mode','builder'),(2547,406,'_elementor_template_type','wp-page'),(2548,406,'_elementor_version','3.0.13'),(2549,406,'_wp_page_template','elementor_header_footer'),(2550,406,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2551,406,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2552,407,'_elementor_edit_mode','builder'),(2553,407,'_elementor_template_type','wp-page'),(2554,407,'_elementor_version','3.0.13'),(2555,407,'_wp_page_template','elementor_header_footer'),(2556,407,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2557,407,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2558,408,'_elementor_edit_mode','builder'),(2559,408,'_elementor_template_type','wp-page'),(2560,408,'_elementor_version','3.0.13'),(2561,408,'_wp_page_template','elementor_header_footer'),(2562,408,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2563,408,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2565,409,'_elementor_edit_mode','builder'),(2566,409,'_elementor_template_type','wp-page'),(2567,409,'_elementor_version','3.0.14'),(2568,409,'_wp_page_template','elementor_header_footer'),(2569,409,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2570,409,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2571,410,'_elementor_edit_mode','builder'),(2572,410,'_elementor_template_type','wp-page'),(2573,410,'_elementor_version','3.0.14'),(2574,410,'_wp_page_template','elementor_header_footer'),(2575,410,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2576,410,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory\\/#support\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2577,411,'_elementor_edit_mode','builder'),(2578,411,'_elementor_template_type','wp-page'),(2579,411,'_elementor_version','3.0.14'),(2580,411,'_wp_page_template','elementor_header_footer'),(2581,411,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2582,411,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2586,382,'_edit_lock','1606702091:1'),(2587,379,'_edit_lock','1606705156:1'),(2588,414,'_wp_attached_file','2020/11/Remix-Ideas-Logo-Edited.png'),(2589,414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:35:\"2020/11/Remix-Ideas-Logo-Edited.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2595,418,'_edit_lock','1606707154:1'),(2596,418,'_edit_last','1'),(2597,418,'slide_template','default'),(2598,418,'rs_page_bg_color','#ffffff'),(2599,418,'_hide_page_title',''),(2600,418,'_hide_header',''),(2601,418,'_hide_footer',''),(2602,418,'_hide_breadcrumb',''),(2603,418,'_cover',''),(2604,418,'_show_excerpt',''),(2605,418,'_wc_apply_product',''),(2606,418,'_elementor_edit_mode','builder'),(2607,418,'_elementor_template_type','wp-page'),(2608,418,'_elementor_version','3.0.14'),(2619,421,'_elementor_edit_mode','builder'),(2620,421,'_elementor_template_type','wp-page'),(2621,421,'_elementor_version','3.0.14'),(2623,422,'_elementor_edit_mode','builder'),(2624,422,'_elementor_template_type','wp-page'),(2625,422,'_elementor_version','3.0.14'),(2627,418,'_wp_page_template','default'),(2628,418,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#5B5A5A\";}'),(2629,418,'_elementor_data','[{\"id\":\"3027678\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#1A1A1A\",\"margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"34051d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ec52ed\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"2\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2630,423,'_elementor_edit_mode','builder'),(2631,423,'_elementor_template_type','wp-page'),(2632,423,'_elementor_version','3.0.14'),(2634,423,'_wp_page_template','default'),(2635,423,'_elementor_page_settings','a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#5B5A5A\";}'),(2636,423,'_elementor_data','[{\"id\":\"3027678\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#1A1A1A\",\"margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"34051d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6ec52ed\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"2\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2637,418,'_elementor_controls_usage','a:3:{s:28:\"wp-widget-ninja_forms_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:15:\"stretch_section\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:1;}}}}}'),(2639,424,'_wp_page_template','template-fullwidth-stretched.php'),(2640,424,'_elementor_edit_mode','builder'),(2641,424,'_elementor_template_type','wp-page'),(2642,424,'_elementor_version','3.0.14'),(2643,424,'_elementor_data','[{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Lowcountry Local First member business or\\u00a0<a class=\\\"normalResultLink\\\" href=\\\"https:\\/\\/lowcountrylocalfirst.org\\/join\\/\\\">click here<\\/a>\\u00a0to make sure yours is listed. Having trouble finding a local business that suits your needs?\\u00a0<a class=\\\"normalResultLink\\\" href=\\\"mailto:wyatt@lowcountrylocalfirst.org\\\">Submit a free request<\\/a>\\u00a0and we will gladly help!<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories and keywords.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2645,425,'_wp_page_template','template-fullwidth-stretched.php'),(2646,425,'_elementor_edit_mode','builder'),(2647,425,'_elementor_template_type','wp-page'),(2648,425,'_elementor_version','3.0.14'),(2649,425,'_elementor_data','[{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Lowcountry Local First member business or\\u00a0<a class=\\\"normalResultLink\\\" href=\\\"https:\\/\\/lowcountrylocalfirst.org\\/join\\/\\\">click here<\\/a>\\u00a0to make sure yours is listed. Having trouble finding a local business that suits your needs?\\u00a0<a class=\\\"normalResultLink\\\" href=\\\"mailto:wyatt@lowcountrylocalfirst.org\\\">Submit a free request<\\/a>\\u00a0and we will gladly help!<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories and keywords.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2651,426,'_wp_page_template','template-fullwidth-stretched.php'),(2652,426,'_elementor_edit_mode','builder'),(2653,426,'_elementor_template_type','wp-page'),(2654,426,'_elementor_version','3.0.14'),(2655,426,'_elementor_data','[{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Lowcountry Local First member business or\\u00a0<a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2658,427,'_wp_page_template','template-fullwidth-stretched.php'),(2659,427,'_elementor_edit_mode','builder'),(2660,427,'_elementor_template_type','wp-page'),(2661,427,'_elementor_version','3.0.14'),(2662,427,'_elementor_data','[{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Lowcountry Local First member business or\\u00a0<a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2663,428,'_wp_page_template','template-fullwidth-stretched.php'),(2664,428,'_elementor_edit_mode','builder'),(2665,428,'_elementor_template_type','wp-page'),(2666,428,'_elementor_version','3.0.14'),(2667,428,'_elementor_data','[{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Lowcountry Local First member business or\\u00a0<a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2668,380,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2669,429,'_wp_page_template','template-fullwidth-stretched.php'),(2670,429,'_elementor_edit_mode','builder'),(2671,429,'_elementor_template_type','wp-page'),(2672,429,'_elementor_version','3.0.14'),(2673,429,'_elementor_data','[{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Lowcountry Local First member business or\\u00a0<a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2674,429,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2686,431,'_wp_page_template','template-fullwidth-stretched.php'),(2687,431,'_elementor_edit_mode','builder'),(2688,431,'_elementor_template_type','wp-page'),(2689,431,'_elementor_version','3.0.14'),(2690,431,'_elementor_data','[{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Lowcountry Local First member business or\\u00a0<a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2691,431,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2693,432,'_wp_page_template','template-fullwidth-stretched.php'),(2694,432,'_elementor_edit_mode','builder'),(2695,432,'_elementor_template_type','wp-page'),(2696,432,'_elementor_version','3.0.14'),(2697,432,'_elementor_data','[{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Lowcountry Local First member business or\\u00a0<a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2698,432,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2700,433,'_wp_page_template','template-fullwidth-stretched.php'),(2701,433,'_elementor_edit_mode','builder'),(2702,433,'_elementor_template_type','wp-page'),(2703,433,'_elementor_version','3.0.14'),(2704,433,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"CHOOSING BLACK OWNED BUSINESSES IS EASY\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"START HERE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Lowcountry Local First member business or\\u00a0<a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2705,433,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2711,42,'_menu_item_image_size','full'),(2712,42,'_menu_item_image_title_position','hide'),(2720,440,'_wp_attached_file','2020/11/Certified-Black_small.png'),(2721,440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:33:\"2020/11/Certified-Black_small.png\";s:5:\"sizes\";a:3:{s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:31:\"Certified-Black_small-24x24.png\";s:5:\"width\";i:24;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:31:\"Certified-Black_small-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:31:\"Certified-Black_small-48x48.png\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2747,463,'_wp_page_template','template-fullwidth-stretched.php'),(2748,463,'_elementor_edit_mode','builder'),(2749,463,'_elementor_template_type','wp-page'),(2750,463,'_elementor_version','3.0.14'),(2751,463,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"CHOOSING BLACK OWNED BUSINESSES IS EASY\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"START HERE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Lowcountry Local First member business or\\u00a0<a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2752,463,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2754,464,'_wp_page_template','template-fullwidth-stretched.php'),(2755,464,'_elementor_edit_mode','builder'),(2756,464,'_elementor_template_type','wp-page'),(2757,464,'_elementor_version','3.0.14'),(2758,464,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"CHOOSING BLACK OWNED BUSINESSES IS EASY\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"START HERE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Lowcountry Local First member business or\\u00a0<a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2759,464,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2761,465,'_wp_page_template','template-fullwidth-stretched.php'),(2762,465,'_elementor_edit_mode','builder'),(2763,465,'_elementor_template_type','wp-page'),(2764,465,'_elementor_version','3.0.14'),(2765,465,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"CHOOSING BLACK OWNED BUSINESSES IS EASY\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"START HERE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Certified Black-Owned Business member business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2766,465,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2770,466,'_wp_attached_file','2020/11/bbp-3-of-45-scaled.jpg'),(2771,466,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:30:\"2020/11/bbp-3-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"bbp-3-of-45-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"bbp-3-of-45-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bbp-3-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"bbp-3-of-45-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"bbp-3-of-45-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"bbp-3-of-45-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:23:\"bbp-3-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:23:\"bbp-3-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:23:\"bbp-3-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:23:\"bbp-3-of-45-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:23:\"bbp-3-of-45-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:21:\"bbp-3-of-45-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:21:\"bbp-3-of-45-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:21:\"bbp-3-of-45-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605788692\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"36\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"bbp-3-of-45.jpg\";}'),(2772,467,'_wp_attached_file','2020/11/bbp-8-of-45-scaled.jpg'),(2773,467,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:30:\"2020/11/bbp-8-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"bbp-8-of-45-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"bbp-8-of-45-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bbp-8-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"bbp-8-of-45-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"bbp-8-of-45-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"bbp-8-of-45-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:23:\"bbp-8-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:23:\"bbp-8-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:23:\"bbp-8-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:23:\"bbp-8-of-45-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:23:\"bbp-8-of-45-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:21:\"bbp-8-of-45-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:21:\"bbp-8-of-45-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:21:\"bbp-8-of-45-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605791545\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"bbp-8-of-45.jpg\";}'),(2774,468,'_wp_attached_file','2020/11/bbp-11-of-45-scaled.jpg'),(2775,468,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:31:\"2020/11/bbp-11-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-11-of-45-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-11-of-45-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-11-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bbp-11-of-45-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-11-of-45-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-11-of-45-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-11-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-11-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-11-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:24:\"bbp-11-of-45-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-11-of-45-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-11-of-45-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-11-of-45-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-11-of-45-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605795495\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"41\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-11-of-45.jpg\";}'),(2776,469,'_wp_attached_file','2020/11/bbp-17-of-45-scaled.jpg'),(2777,469,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:31:\"2020/11/bbp-17-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-17-of-45-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-17-of-45-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-17-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bbp-17-of-45-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-17-of-45-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-17-of-45-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-17-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-17-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-17-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:24:\"bbp-17-of-45-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-17-of-45-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-17-of-45-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-17-of-45-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-17-of-45-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605798903\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-17-of-45.jpg\";}'),(2778,470,'_wp_attached_file','2020/11/bbp-31-of-45-scaled.jpg'),(2779,470,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:31:\"2020/11/bbp-31-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-31-of-45-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-31-of-45-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-31-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"bbp-31-of-45-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-31-of-45-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-31-of-45-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-31-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-31-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-31-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:24:\"bbp-31-of-45-150x225.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-31-of-45-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-31-of-45-16x24.jpg\";s:5:\"width\";i:16;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-31-of-45-24x36.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-31-of-45-32x48.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605874642\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-31-of-45.jpg\";}'),(2780,471,'_wp_attached_file','2020/11/bbp-39-of-45-scaled.jpg'),(2781,471,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:31:\"2020/11/bbp-39-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-39-of-45-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-39-of-45-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-39-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bbp-39-of-45-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-39-of-45-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-39-of-45-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-39-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-39-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-39-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:24:\"bbp-39-of-45-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-39-of-45-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-39-of-45-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-39-of-45-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-39-of-45-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605875640\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-39-of-45.jpg\";}'),(2782,472,'_wp_attached_file','2020/11/bbp-43-of-45-scaled.jpg'),(2783,472,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1720;s:4:\"file\";s:31:\"2020/11/bbp-43-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-43-of-45-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-43-of-45-1024x688.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-43-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bbp-43-of-45-768x516.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-43-of-45-1536x1032.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1032;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-43-of-45-2048x1376.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-43-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-43-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-43-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:24:\"bbp-43-of-45-150x101.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-43-of-45-500x336.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-43-of-45-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-43-of-45-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-43-of-45-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605878200\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"36\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-43-of-45.jpg\";}'),(2784,473,'_elementor_edit_mode','builder'),(2785,473,'_elementor_template_type','wp-page'),(2786,473,'_elementor_version','3.0.14'),(2787,473,'_wp_page_template','elementor_header_footer'),(2788,473,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2789,473,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2791,474,'_elementor_edit_mode','builder'),(2792,474,'_elementor_template_type','wp-page'),(2793,474,'_elementor_version','3.0.14'),(2794,474,'_wp_page_template','elementor_header_footer'),(2795,474,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (2796,474,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/7.-Haygood-BBQ-1.jpg\",\"id\":177},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/6.-Dee.jpg\",\"id\":178},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/3.-Kontiki.png\",\"id\":182},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/2.-Kettle-Corn-1-1.jpg\",\"id\":183},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/8.-Indigo-Blue-Coffee-House.png\",\"id\":176},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2798,475,'_elementor_edit_mode','builder'),(2799,475,'_elementor_template_type','wp-page'),(2800,475,'_elementor_version','3.0.14'),(2801,475,'_wp_page_template','elementor_header_footer'),(2802,475,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2803,475,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2816,477,'_elementor_edit_mode','builder'),(2817,477,'_elementor_template_type','wp-page'),(2818,477,'_elementor_version','3.0.14'),(2819,477,'_wp_page_template','elementor_header_footer'),(2820,477,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2821,477,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2823,478,'_elementor_edit_mode','builder'),(2824,478,'_elementor_template_type','wp-page'),(2825,478,'_elementor_version','3.0.14'),(2826,478,'_wp_page_template','elementor_header_footer'),(2827,478,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2828,478,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2830,479,'_elementor_edit_mode','builder'),(2831,479,'_elementor_template_type','wp-page'),(2832,479,'_elementor_version','3.0.14'),(2833,479,'_wp_page_template','elementor_header_footer'),(2834,479,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2835,479,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2842,481,'_wp_attached_file','2020/11/bbp-44-of-45-scaled.jpg'),(2843,481,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:31:\"2020/11/bbp-44-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-44-of-45-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-44-of-45-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-44-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"bbp-44-of-45-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-44-of-45-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-44-of-45-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-44-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-44-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-44-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:24:\"bbp-44-of-45-150x225.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-44-of-45-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-44-of-45-16x24.jpg\";s:5:\"width\";i:16;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-44-of-45-24x36.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-44-of-45-32x48.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605878265\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-44-of-45.jpg\";}'),(2844,482,'_wp_attached_file','2020/11/bbp-40-of-45-scaled.jpg'),(2845,482,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:31:\"2020/11/bbp-40-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-40-of-45-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-40-of-45-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-40-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bbp-40-of-45-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-40-of-45-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-40-of-45-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-40-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-40-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-40-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:24:\"bbp-40-of-45-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-40-of-45-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-40-of-45-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-40-of-45-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-40-of-45-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605877976\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-40-of-45.jpg\";}'),(2846,483,'_wp_attached_file','2020/11/bbp-41-of-45.jpg'),(2847,484,'_wp_attached_file','2020/11/bbp-37-of-45-scaled.jpg'),(2848,484,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:31:\"2020/11/bbp-37-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-37-of-45-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-37-of-45-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-37-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"bbp-37-of-45-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-37-of-45-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-37-of-45-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-37-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-37-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-37-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:24:\"bbp-37-of-45-150x225.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-37-of-45-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-37-of-45-16x24.jpg\";s:5:\"width\";i:16;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-37-of-45-24x36.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-37-of-45-32x48.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605875239\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"37\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-37-of-45.jpg\";}'),(2849,485,'_wp_attached_file','2020/11/bbp-38-of-45-scaled.jpg'),(2850,485,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:31:\"2020/11/bbp-38-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-38-of-45-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-38-of-45-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-38-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bbp-38-of-45-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-38-of-45-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-38-of-45-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-38-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-38-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-38-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:24:\"bbp-38-of-45-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-38-of-45-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-38-of-45-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-38-of-45-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-38-of-45-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605875632\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-38-of-45.jpg\";}'),(2851,486,'_wp_attached_file','2020/11/bbp-39-of-45-1-scaled.jpg'),(2852,486,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:33:\"2020/11/bbp-39-of-45-1-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"bbp-39-of-45-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"bbp-39-of-45-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"bbp-39-of-45-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"bbp-39-of-45-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"bbp-39-of-45-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"bbp-39-of-45-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:26:\"bbp-39-of-45-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:26:\"bbp-39-of-45-1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:26:\"bbp-39-of-45-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:26:\"bbp-39-of-45-1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:26:\"bbp-39-of-45-1-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:24:\"bbp-39-of-45-1-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:24:\"bbp-39-of-45-1-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:24:\"bbp-39-of-45-1-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605875640\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"bbp-39-of-45-1.jpg\";}'),(2853,487,'_wp_attached_file','2020/11/bbp-34-of-45-scaled.jpg'),(2854,487,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1624;s:6:\"height\";i:2560;s:4:\"file\";s:31:\"2020/11/bbp-34-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-34-of-45-190x300.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-34-of-45-650x1024.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-34-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"bbp-34-of-45-768x1211.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"bbp-34-of-45-974x1536.jpg\";s:5:\"width\";i:974;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-34-of-45-1299x2048.jpg\";s:5:\"width\";i:1299;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-34-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-34-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-34-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:24:\"bbp-34-of-45-150x236.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-34-of-45-317x500.jpg\";s:5:\"width\";i:317;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-34-of-45-15x24.jpg\";s:5:\"width\";i:15;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-34-of-45-23x36.jpg\";s:5:\"width\";i:23;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-34-of-45-30x48.jpg\";s:5:\"width\";i:30;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605875111\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-34-of-45.jpg\";}'),(2855,488,'_wp_attached_file','2020/11/bbp-35-of-45.jpg'),(2856,489,'_wp_attached_file','2020/11/bbp-32-of-45-scaled.jpg'),(2857,489,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:31:\"2020/11/bbp-32-of-45-scaled.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-32-of-45-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-32-of-45-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-32-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"bbp-32-of-45-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-32-of-45-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605874656\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-32-of-45.jpg\";}'),(2858,490,'_wp_attached_file','2020/11/bbp-33-of-45.jpg'),(2859,491,'_wp_attached_file','2020/11/bbp-26-of-45-scaled.jpg'),(2860,491,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:31:\"2020/11/bbp-26-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-26-of-45-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-26-of-45-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-26-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bbp-26-of-45-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-26-of-45-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-26-of-45-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-26-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-26-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-26-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:24:\"bbp-26-of-45-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-26-of-45-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-26-of-45-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-26-of-45-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-26-of-45-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605873875\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-26-of-45.jpg\";}'),(2861,492,'_wp_attached_file','2020/11/bbp-23-of-45-scaled.jpg'),(2862,492,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1546;s:4:\"file\";s:31:\"2020/11/bbp-23-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-23-of-45-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-23-of-45-1024x618.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-23-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bbp-23-of-45-768x464.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"bbp-23-of-45-1536x928.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-23-of-45-2048x1237.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-23-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-23-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-23-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:23:\"bbp-23-of-45-150x91.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-23-of-45-500x302.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-23-of-45-24x14.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-23-of-45-36x22.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:22;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-23-of-45-48x29.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605873564\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-23-of-45.jpg\";}'),(2863,493,'_wp_attached_file','2020/11/bbp-25-of-45-scaled.jpg'),(2864,493,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:31:\"2020/11/bbp-25-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-25-of-45-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-25-of-45-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-25-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bbp-25-of-45-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-25-of-45-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-25-of-45-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-25-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-25-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-25-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:24:\"bbp-25-of-45-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-25-of-45-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-25-of-45-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-25-of-45-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-25-of-45-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605873667\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-25-of-45.jpg\";}'),(2865,494,'_wp_attached_file','2020/11/bbp-22-of-45-scaled.jpg'),(2866,494,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:31:\"2020/11/bbp-22-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-22-of-45-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-22-of-45-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-22-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bbp-22-of-45-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-22-of-45-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-22-of-45-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-22-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-22-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-22-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:24:\"bbp-22-of-45-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-22-of-45-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-22-of-45-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-22-of-45-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-22-of-45-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605873448\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-22-of-45.jpg\";}'),(2867,495,'_wp_attached_file','2020/11/bbp-18-of-45-scaled.jpg'),(2868,495,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:31:\"2020/11/bbp-18-of-45-scaled.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-18-of-45-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-18-of-45-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-18-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bbp-18-of-45-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-18-of-45-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605799100\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-18-of-45.jpg\";}'),(2869,496,'_wp_attached_file','2020/11/bbp-20-of-45-scaled.jpg'),(2870,496,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1899;s:6:\"height\";i:2560;s:4:\"file\";s:31:\"2020/11/bbp-20-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-20-of-45-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-20-of-45-760x1024.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-20-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"bbp-20-of-45-768x1035.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1035;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-20-of-45-1139x1536.jpg\";s:5:\"width\";i:1139;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-20-of-45-1519x2048.jpg\";s:5:\"width\";i:1519;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-20-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-20-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-20-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:24:\"bbp-20-of-45-150x202.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-20-of-45-371x500.jpg\";s:5:\"width\";i:371;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-20-of-45-18x24.jpg\";s:5:\"width\";i:18;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-20-of-45-27x36.jpg\";s:5:\"width\";i:27;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-20-of-45-36x48.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605799152\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-20-of-45.jpg\";}'),(2871,497,'_wp_attached_file','2020/11/bbp-15-of-45-scaled.jpg'),(2872,497,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:31:\"2020/11/bbp-15-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-15-of-45-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-15-of-45-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-15-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bbp-15-of-45-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"bbp-15-of-45-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-15-of-45-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-15-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-15-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-15-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:24:\"bbp-15-of-45-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-15-of-45-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-15-of-45-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-15-of-45-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-15-of-45-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605795814\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-15-of-45.jpg\";}'),(2873,498,'_wp_attached_file','2020/11/bbp-10-of-45-scaled.jpg'),(2874,498,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1616;s:4:\"file\";s:31:\"2020/11/bbp-10-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bbp-10-of-45-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"bbp-10-of-45-1024x646.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bbp-10-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bbp-10-of-45-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"bbp-10-of-45-1536x970.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:970;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"bbp-10-of-45-2048x1293.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"bbp-10-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"bbp-10-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"bbp-10-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:23:\"bbp-10-of-45-150x95.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"bbp-10-of-45-500x316.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"bbp-10-of-45-24x15.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"bbp-10-of-45-36x23.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"bbp-10-of-45-48x30.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605793373\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"bbp-10-of-45.jpg\";}'),(2875,499,'_wp_attached_file','2020/11/bbp-8-of-45-1-scaled.jpg'),(2876,499,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:32:\"2020/11/bbp-8-of-45-1-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"bbp-8-of-45-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"bbp-8-of-45-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"bbp-8-of-45-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"bbp-8-of-45-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"bbp-8-of-45-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"bbp-8-of-45-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:25:\"bbp-8-of-45-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:25:\"bbp-8-of-45-1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:25:\"bbp-8-of-45-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:25:\"bbp-8-of-45-1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:25:\"bbp-8-of-45-1-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:23:\"bbp-8-of-45-1-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:23:\"bbp-8-of-45-1-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:23:\"bbp-8-of-45-1-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605791545\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"150x150\";}}s:14:\"original_image\";s:17:\"bbp-8-of-45-1.jpg\";}'),(2877,500,'_wp_attached_file','2020/11/bbp-7-of-45-scaled.jpg'),(2878,500,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:30:\"2020/11/bbp-7-of-45-scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"bbp-7-of-45-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"bbp-7-of-45-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bbp-7-of-45-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"bbp-7-of-45-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"bbp-7-of-45-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"bbp-7-of-45-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:23:\"bbp-7-of-45-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:23:\"bbp-7-of-45-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:23:\"bbp-7-of-45-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:23:\"bbp-7-of-45-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:23:\"bbp-7-of-45-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:21:\"bbp-7-of-45-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:21:\"bbp-7-of-45-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:21:\"bbp-7-of-45-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605791266\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"bbp-7-of-45.jpg\";}'),(2879,398,'_thumbnail_id','499'),(2880,396,'_atbdp_post_views_count','15'),(2881,397,'_atbdp_post_views_count','9'),(2882,391,'_atbdp_post_views_count','7'),(2883,393,'_atbdp_post_views_count','10'),(2884,395,'_atbdp_post_views_count','6'),(2885,164,'_atbdp_post_views_count','14'),(2886,166,'_atbdp_post_views_count','8'),(2887,172,'_atbdp_post_views_count','58'),(2896,503,'_elementor_edit_mode','builder'),(2897,503,'_elementor_template_type','wp-page'),(2898,503,'_elementor_version','3.0.14'),(2899,503,'_wp_page_template','elementor_header_footer'),(2900,503,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2901,503,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2902,504,'_elementor_edit_mode','builder'),(2903,504,'_elementor_template_type','wp-page'),(2904,504,'_elementor_version','3.0.14'),(2905,504,'_wp_page_template','elementor_header_footer'),(2906,504,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2907,504,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to\\u00a0raise and award 1 million dollars to Black businesses by November 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/1:1 consulting (technical assistance).<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2908,505,'_elementor_edit_mode','builder'),(2909,505,'_elementor_template_type','wp-page'),(2910,505,'_elementor_version','3.0.14'),(2911,505,'_wp_page_template','elementor_header_footer'),(2912,505,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2913,505,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-owned businesses that are facing financial challenges as two viruses COVID-19 and racism sweep the nation.\\u00a0<\\/span><\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2924,507,'_elementor_edit_mode','builder'),(2925,507,'_elementor_template_type','wp-page'),(2926,507,'_elementor_version','3.0.14'),(2927,507,'_wp_page_template','elementor_header_footer'),(2928,507,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2929,507,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-owned businesses that are facing financial challenges as two viruses COVID-19 and racism sweep the nation.\\u00a0<\\/span><\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2930,508,'_elementor_edit_mode','builder'),(2931,508,'_elementor_template_type','wp-page'),(2932,508,'_elementor_version','3.0.14'),(2933,508,'_wp_page_template','elementor_header_footer'),(2934,508,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2935,508,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-owned businesses that are facing financial challenges as two viruses COVID-19 and racism sweep the nation.\\u00a0<\\/span><\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2936,509,'_elementor_edit_mode','builder'),(2937,509,'_elementor_template_type','wp-page'),(2938,509,'_elementor_version','3.0.14'),(2939,509,'_wp_page_template','elementor_header_footer'),(2940,509,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2941,509,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.\\u00a0<\\/span><\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2943,510,'_elementor_edit_mode','builder'),(2944,510,'_elementor_template_type','wp-page'),(2945,510,'_elementor_version','3.0.14'),(2946,510,'_wp_page_template','elementor_header_footer'),(2947,510,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2948,510,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.\\u00a0<\\/span><\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2949,511,'_elementor_edit_mode','builder'),(2950,511,'_elementor_template_type','wp-page'),(2951,511,'_elementor_version','3.0.14'),(2952,511,'_wp_page_template','elementor_header_footer'),(2953,511,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2954,511,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.\\u00a0<\\/span><\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2955,512,'_elementor_edit_mode','builder'),(2956,512,'_elementor_template_type','wp-page'),(2957,512,'_elementor_version','3.0.14'),(2958,512,'_wp_page_template','elementor_header_footer'),(2959,512,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2960,512,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.\\u00a0<\\/span><\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2963,513,'_elementor_edit_mode','builder'),(2964,513,'_elementor_template_type','wp-page'),(2965,513,'_elementor_version','3.0.14'),(2966,513,'_wp_page_template','elementor_header_footer'),(2967,513,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2968,513,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.\\u00a0<\\/span><\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2970,514,'_elementor_edit_mode','builder'),(2971,514,'_elementor_template_type','wp-page'),(2972,514,'_elementor_version','3.0.14'),(2973,514,'_wp_page_template','elementor_header_footer'),(2974,514,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2975,514,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.\\u00a0<\\/span><\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2977,515,'_elementor_edit_mode','builder'),(2978,515,'_elementor_template_type','wp-page'),(2979,515,'_elementor_version','3.0.14'),(2980,515,'_wp_page_template','elementor_header_footer'),(2981,515,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2982,515,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p>\\n<p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.&nbsp;<\\/span><\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2986,516,'_elementor_edit_mode','builder'),(2987,516,'_elementor_template_type','wp-page'),(2988,516,'_elementor_version','3.0.14'),(2989,516,'_wp_page_template','elementor_header_footer'),(2990,516,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2991,516,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p>\\n<p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.&nbsp;<\\/span><\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(2993,517,'_elementor_edit_mode','builder'),(2994,517,'_elementor_template_type','wp-page'),(2995,517,'_elementor_version','3.0.14'),(2996,517,'_wp_page_template','elementor_header_footer'),(2997,517,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2998,517,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p>\\n<p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.&nbsp;<\\/span><\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3000,518,'_elementor_edit_mode','builder'),(3001,518,'_elementor_template_type','wp-page'),(3002,518,'_elementor_version','3.0.14'),(3003,518,'_wp_page_template','elementor_header_footer'),(3004,518,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3005,518,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.\\u00a0<\\/span><\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p><p>You must be a certified Arkansas Black Business owner to receive support. Read below our certified Black-Owned Business program.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3008,519,'_elementor_edit_mode','builder'),(3009,519,'_elementor_template_type','wp-page'),(3010,519,'_elementor_version','3.0.14'),(3011,519,'_wp_page_template','elementor_header_footer'),(3012,519,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3013,519,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.\\u00a0<\\/span><\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p><p>You must be a certified Arkansas Black Business owner to receive support. Read below our certified Black-Owned Business program.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3014,520,'_elementor_edit_mode','builder'),(3015,520,'_elementor_template_type','wp-page'),(3016,520,'_elementor_version','3.0.14'),(3017,520,'_wp_page_template','elementor_header_footer'),(3018,520,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3019,520,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.\\u00a0<\\/span><\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p><p>You must be a certified Arkansas Black Business owner to receive support. Read below our certified Black-Owned Business program.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3020,521,'_elementor_edit_mode','builder'),(3021,521,'_elementor_template_type','wp-page'),(3022,521,'_elementor_version','3.0.14'),(3023,521,'_wp_page_template','elementor_header_footer'),(3024,521,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3025,521,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.\\u00a0<\\/span><\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p><p>You must be a certified Arkansas Black Business owner to receive support. Read below our certified Black-Owned Business program.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance and grants<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3034,523,'_elementor_edit_mode','builder'),(3035,523,'_elementor_template_type','wp-page'),(3036,523,'_elementor_version','3.0.14'),(3037,523,'_wp_page_template','elementor_header_footer'),(3038,523,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3039,523,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.\\u00a0<\\/span><\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p><p>You must be a certified Arkansas Black Business owner to receive support. Read below our certified Black-Owned Business program.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance and grants<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3040,524,'_elementor_edit_mode','builder'),(3041,524,'_elementor_template_type','wp-page'),(3042,524,'_elementor_version','3.0.14'),(3043,524,'_wp_page_template','elementor_header_footer'),(3044,524,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3045,524,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.<\\/p><p>In addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p class=\\\"MsoNormal\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin; color: #333333; background: white;\\\">Therefore, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.\\u00a0<\\/span><\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. Make an impact today...donate.<\\/span><\\/p><p>You must be a certified Arkansas Black Business owner to receive support. Read below our certified Black-Owned Business program.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance and grants<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3046,525,'_elementor_edit_mode','builder'),(3047,525,'_elementor_template_type','wp-page'),(3048,525,'_elementor_version','3.0.14'),(3049,525,'_wp_page_template','elementor_header_footer'),(3050,525,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3051,525,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. (Read below about our certified Black-Owned Business program)<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3053,526,'_elementor_edit_mode','builder'),(3054,526,'_elementor_template_type','wp-page'),(3055,526,'_elementor_version','3.0.14'),(3056,526,'_wp_page_template','elementor_header_footer'),(3057,526,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3058,526,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. (Read below about our certified Black-Owned Business program)<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3059,527,'_elementor_edit_mode','builder'),(3060,527,'_elementor_template_type','wp-page'),(3061,527,'_elementor_version','3.0.14'),(3062,527,'_wp_page_template','elementor_header_footer'),(3063,527,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3064,527,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance. (Read below about our certified Black-Owned Business program)<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3065,528,'_elementor_edit_mode','builder'),(3066,528,'_elementor_template_type','wp-page'),(3067,528,'_elementor_version','3.0.14'),(3068,528,'_wp_page_template','elementor_header_footer'),(3069,528,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3070,528,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3072,529,'_elementor_edit_mode','builder'),(3073,529,'_elementor_template_type','wp-page'),(3074,529,'_elementor_version','3.0.14'),(3075,529,'_wp_page_template','elementor_header_footer'),(3076,529,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3077,529,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3078,530,'_elementor_edit_mode','builder'),(3079,530,'_elementor_template_type','wp-page'),(3080,530,'_elementor_version','3.0.14'),(3081,530,'_wp_page_template','elementor_header_footer'),(3082,530,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3083,530,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3084,531,'_elementor_edit_mode','builder'),(3085,531,'_elementor_template_type','wp-page'),(3086,531,'_elementor_version','3.0.14'),(3087,531,'_wp_page_template','elementor_header_footer'),(3088,531,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3089,531,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3092,532,'_elementor_edit_mode','builder'),(3093,532,'_elementor_template_type','wp-page'),(3094,532,'_elementor_version','3.0.14'),(3095,532,'_wp_page_template','elementor_header_footer'),(3096,532,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3097,532,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3099,533,'_elementor_edit_mode','builder'),(3100,533,'_elementor_template_type','wp-page'),(3101,533,'_elementor_version','3.0.14'),(3102,533,'_wp_page_template','elementor_header_footer'),(3103,533,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3104,533,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3106,534,'_elementor_edit_mode','builder'),(3107,534,'_elementor_template_type','wp-page'),(3108,534,'_elementor_version','3.0.14'),(3109,534,'_wp_page_template','elementor_header_footer'),(3110,534,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3111,534,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3115,535,'_elementor_edit_mode','builder'),(3116,535,'_elementor_template_type','wp-page'),(3117,535,'_elementor_version','3.0.14'),(3118,535,'_wp_page_template','elementor_header_footer'),(3119,535,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3120,535,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3122,536,'_elementor_edit_mode','builder'),(3123,536,'_elementor_template_type','wp-page'),(3124,536,'_elementor_version','3.0.14'),(3125,536,'_wp_page_template','elementor_header_footer'),(3126,536,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3127,536,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3129,537,'_elementor_edit_mode','builder'),(3130,537,'_elementor_template_type','wp-page'),(3131,537,'_elementor_version','3.0.14'),(3132,537,'_wp_page_template','elementor_header_footer'),(3133,537,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3134,537,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<br \\/><br \\/>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3137,538,'_elementor_edit_mode','builder'),(3138,538,'_elementor_template_type','wp-page'),(3139,538,'_elementor_version','3.0.14'),(3140,538,'_wp_page_template','elementor_header_footer'),(3141,538,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3142,538,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<br \\/><br \\/>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3143,539,'_elementor_edit_mode','builder'),(3144,539,'_elementor_template_type','wp-page'),(3145,539,'_elementor_version','3.0.14'),(3146,539,'_wp_page_template','elementor_header_footer'),(3147,539,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3148,539,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<br \\/><br \\/>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">BUSINESSES INVESTING IN C.B.O.B.<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3149,540,'_elementor_edit_mode','builder'),(3150,540,'_elementor_template_type','wp-page'),(3151,540,'_elementor_version','3.0.14'),(3152,540,'_wp_page_template','elementor_header_footer'),(3153,540,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3154,540,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<br \\/><br \\/>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3156,541,'_elementor_edit_mode','builder'),(3157,541,'_elementor_template_type','wp-page'),(3158,541,'_elementor_version','3.0.14'),(3159,541,'_wp_page_template','elementor_header_footer'),(3160,541,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3161,541,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<br \\/><br \\/>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3162,542,'_elementor_edit_mode','builder'),(3163,542,'_elementor_template_type','wp-page'),(3164,542,'_elementor_version','3.0.14'),(3165,542,'_wp_page_template','elementor_header_footer'),(3166,542,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3167,542,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<br \\/><br \\/>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3168,543,'_elementor_edit_mode','builder'),(3169,543,'_elementor_template_type','wp-page'),(3170,543,'_elementor_version','3.0.14'),(3171,543,'_wp_page_template','elementor_header_footer'),(3172,543,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3173,543,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<br \\/><br \\/>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3176,544,'_elementor_edit_mode','builder'),(3177,544,'_elementor_template_type','wp-page'),(3178,544,'_elementor_version','3.0.14'),(3179,544,'_wp_page_template','elementor_header_footer'),(3180,544,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3181,544,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<br \\/><br \\/>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3183,545,'_elementor_edit_mode','builder'),(3184,545,'_elementor_template_type','wp-page'),(3185,545,'_elementor_version','3.0.14'),(3186,545,'_wp_page_template','elementor_header_footer'),(3187,545,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3188,545,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<br \\/><br \\/>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3190,546,'_elementor_edit_mode','builder'),(3191,546,'_elementor_template_type','wp-page'),(3192,546,'_elementor_version','3.0.14'),(3193,546,'_wp_page_template','elementor_header_footer'),(3194,546,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3195,546,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<br \\/><br \\/>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3199,547,'_elementor_edit_mode','builder'),(3200,547,'_elementor_template_type','wp-page'),(3201,547,'_elementor_version','3.0.14'),(3202,547,'_wp_page_template','elementor_header_footer'),(3203,547,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3204,547,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<br \\/><br \\/>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3206,548,'_elementor_edit_mode','builder'),(3207,548,'_elementor_template_type','wp-page'),(3208,548,'_elementor_version','3.0.14'),(3209,548,'_wp_page_template','elementor_header_footer'),(3210,548,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3211,548,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<br \\/><br \\/>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3213,549,'_elementor_edit_mode','builder'),(3214,549,'_elementor_template_type','wp-page'),(3215,549,'_elementor_version','3.0.14'),(3216,549,'_wp_page_template','elementor_header_footer'),(3217,549,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3218,549,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<br \\/><br \\/>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">KEY FUNDERS AND STRATEGIC PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3221,550,'_elementor_edit_mode','builder'),(3222,550,'_elementor_template_type','wp-page'),(3223,550,'_elementor_version','3.0.14'),(3224,550,'_wp_page_template','elementor_header_footer'),(3225,550,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3226,550,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<br \\/><br \\/>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">KEY FUNDERS AND STRATEGIC PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3227,551,'_elementor_edit_mode','builder'),(3228,551,'_elementor_template_type','wp-page'),(3229,551,'_elementor_version','3.0.14'),(3230,551,'_wp_page_template','elementor_header_footer'),(3231,551,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3232,551,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<br \\/><br \\/>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">KEY FUNDERS AND STRATEGIC PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3233,552,'_elementor_edit_mode','builder'),(3234,552,'_elementor_template_type','wp-page'),(3235,552,'_elementor_version','3.0.14'),(3236,552,'_wp_page_template','elementor_header_footer'),(3237,552,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3238,552,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: All contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3247,554,'_elementor_edit_mode','builder'),(3248,554,'_elementor_template_type','wp-page'),(3249,554,'_elementor_version','3.0.14'),(3250,554,'_wp_page_template','elementor_header_footer'),(3251,554,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3252,554,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: All contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3253,555,'_elementor_edit_mode','builder'),(3254,555,'_elementor_template_type','wp-page'),(3255,555,'_elementor_version','3.0.14'),(3256,555,'_wp_page_template','elementor_header_footer'),(3257,555,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3258,555,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: All contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3259,556,'_elementor_edit_mode','builder'),(3260,556,'_elementor_template_type','wp-page'),(3261,556,'_elementor_version','3.0.14'),(3262,556,'_wp_page_template','elementor_header_footer'),(3263,556,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3264,556,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3267,394,'_atbdp_post_views_count','5'),(3268,170,'_atbdp_post_views_count','17'),(3269,399,'_atbdp_post_views_count','14'),(3270,168,'_atbdp_post_views_count','11'),(3271,558,'_edit_lock','1618158541:2'),(3272,558,'_edit_last','1'),(3273,558,'slide_template','default'),(3274,558,'rs_page_bg_color','#ffffff'),(3275,558,'_hide_page_title',''),(3276,558,'_hide_header',''),(3277,558,'_hide_footer',''),(3278,558,'_hide_breadcrumb',''),(3279,558,'_cover',''),(3280,558,'_show_excerpt',''),(3281,558,'_elementor_edit_mode','builder'),(3282,558,'_wc_apply_product',''),(3283,558,'_elementor_template_type','wp-page'),(3284,558,'_elementor_version','3.1.4'),(3285,558,'_wp_page_template','default'),(3286,558,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">ABE (Advancing Black Entrepreneurship) is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Scale Black-Owned businesses<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3289,560,'_elementor_edit_mode','builder'),(3290,560,'_elementor_template_type','wp-page'),(3291,560,'_elementor_version','3.0.14'),(3292,560,'_wp_page_template','default'),(3293,560,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p><p><strong><br><\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> -&nbsp;<a style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\\\" href=\\\"https:\\/\\/www.facebook.com\\/The-Kimbrough-STEAM-Education-Foundation-2140588756214091\\/\\\">Co-founder of The Kimbrough STEAM Education Foundation<\\/a><\\/p>\\n<p><strong>Maximillan Sprinkle<\\/strong> \\u2013 Managing Attorney at Sprinkle Firm<\\/p>\\n<p><strong>Rickey Hicks<\\/strong> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3295,561,'_elementor_edit_mode','builder'),(3296,561,'_elementor_template_type','wp-page'),(3297,561,'_elementor_version','3.0.14'),(3298,561,'_wp_page_template','default'),(3299,561,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p><p><strong><br><\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> -&nbsp;<a style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\\\" href=\\\"https:\\/\\/www.facebook.com\\/The-Kimbrough-STEAM-Education-Foundation-2140588756214091\\/\\\">Co-founder of The Kimbrough STEAM Education Foundation<\\/a><\\/p>\\n<p><strong>Maximillan Sprinkle<\\/strong> \\u2013 Managing Attorney at Sprinkle Firm<\\/p>\\n<p><strong>Rickey Hicks<\\/strong> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3301,562,'_elementor_edit_mode','builder'),(3302,562,'_elementor_template_type','wp-page'),(3303,562,'_elementor_version','3.0.14'),(3304,562,'_wp_page_template','default'),(3305,562,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p><p><strong><br><\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> -&nbsp;<a style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\\\" href=\\\"https:\\/\\/www.facebook.com\\/The-Kimbrough-STEAM-Education-Foundation-2140588756214091\\/\\\">Co-founder of The Kimbrough STEAM Education Foundation<\\/a><\\/p>\\n<p><strong>Maximillan Sprinkle<\\/strong> \\u2013 Managing Attorney at Sprinkle Firm<\\/p>\\n<p><strong>Rickey Hicks<\\/strong> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3317,564,'_elementor_edit_mode','builder'),(3318,564,'_elementor_template_type','wp-page'),(3319,564,'_elementor_version','3.0.14'),(3320,564,'_wp_page_template','default'),(3321,564,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p><p><strong><br><\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> -&nbsp;<a style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\\\" href=\\\"https:\\/\\/www.facebook.com\\/The-Kimbrough-STEAM-Education-Foundation-2140588756214091\\/\\\">Co-founder of The Kimbrough STEAM Education Foundation<\\/a><\\/p>\\n<p><strong>Maximillan Sprinkle<\\/strong> \\u2013 Managing Attorney at Sprinkle Firm<\\/p>\\n<p><strong>Rickey Hicks<\\/strong> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3323,565,'_elementor_edit_mode','builder'),(3324,565,'_elementor_template_type','wp-page'),(3325,565,'_elementor_version','3.0.14'),(3326,565,'_wp_page_template','default'),(3327,565,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p><p><strong><br><\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> -&nbsp;<a style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\\\" href=\\\"https:\\/\\/www.facebook.com\\/The-Kimbrough-STEAM-Education-Foundation-2140588756214091\\/\\\">Co-founder of The Kimbrough STEAM Education Foundation<\\/a><\\/p>\\n<p><strong>Maximillan Sprinkle<\\/strong> \\u2013 Managing Attorney at Sprinkle Firm<\\/p>\\n<p><strong>Rickey Hicks<\\/strong> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3329,566,'_elementor_edit_mode','builder'),(3330,566,'_elementor_template_type','wp-page'),(3331,566,'_elementor_version','3.0.14'),(3332,566,'_wp_page_template','default'),(3333,566,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> -&nbsp;<a style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\\\" href=\\\"https:\\/\\/www.facebook.com\\/The-Kimbrough-STEAM-Education-Foundation-2140588756214091\\/\\\">Co-founder of The Kimbrough STEAM Education Foundation<\\/a><\\/p>\\n<p><strong>Maximillan Sprinkle<\\/strong> \\u2013 Managing Attorney at Sprinkle Firm<\\/p>\\n<p><strong>Rickey Hicks<\\/strong> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3345,568,'_menu_item_type','post_type'),(3346,568,'_menu_item_menu_item_parent','0'),(3347,568,'_menu_item_object_id','558'),(3348,568,'_menu_item_object','page'),(3349,568,'_menu_item_target',''),(3350,568,'_menu_item_classes','a:1:{i:0;s:11:\"menu-adjust\";}'),(3351,568,'_menu_item_xfn',''),(3352,568,'_menu_item_url',''),(3354,568,'_menu_item_image_size','menu-36x36'),(3355,568,'_menu_item_image_title_position','after'),(3376,577,'_elementor_edit_mode','builder'),(3377,577,'_elementor_template_type','wp-page'),(3378,577,'_elementor_version','3.0.14'),(3379,577,'_wp_page_template','elementor_header_footer'),(3380,577,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3381,577,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3383,578,'_elementor_edit_mode','builder'),(3384,578,'_elementor_template_type','wp-page'),(3385,578,'_elementor_version','3.0.14'),(3386,578,'_wp_page_template','elementor_header_footer'),(3387,578,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3388,578,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3390,579,'_elementor_edit_mode','builder'),(3391,579,'_elementor_template_type','wp-page'),(3392,579,'_elementor_version','3.0.14'),(3393,579,'_wp_page_template','elementor_header_footer'),(3394,579,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3395,579,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3411,589,'_wp_attached_file','2020/12/urban-league.jpg'),(3412,589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2020/12/urban-league.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"urban-league-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"urban-league-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"urban-league-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"urban-league-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:24:\"urban-league-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:24:\"urban-league-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:24:\"urban-league-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:23:\"urban-league-150x84.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:24:\"urban-league-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"urban-league-24x14.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"urban-league-36x20.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"urban-league-48x27.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3413,590,'_wp_attached_file','2020/12/Remix-Logo.png'),(3414,590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:22:\"2020/12/Remix-Logo.png\";s:5:\"sizes\";a:3:{s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:20:\"Remix-Logo-24x24.png\";s:5:\"width\";i:24;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:20:\"Remix-Logo-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:20:\"Remix-Logo-48x48.png\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3415,591,'_wp_attached_file','2020/12/Remix-Ideas-Logo.png'),(3416,591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:28:\"2020/12/Remix-Ideas-Logo.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Remix-Ideas-Logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Remix-Ideas-Logo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Remix-Ideas-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Remix-Ideas-Logo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"Remix-Ideas-Logo-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"Remix-Ideas-Logo-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:28:\"Remix-Ideas-Logo-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:28:\"Remix-Ideas-Logo-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:28:\"Remix-Ideas-Logo-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:28:\"Remix-Ideas-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:28:\"Remix-Ideas-Logo-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:26:\"Remix-Ideas-Logo-24x24.png\";s:5:\"width\";i:24;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:26:\"Remix-Ideas-Logo-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:26:\"Remix-Ideas-Logo-48x48.png\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3425,593,'_wp_attached_file','2020/12/Remix-Ideas-Logo-1.png'),(3426,593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:30:\"2020/12/Remix-Ideas-Logo-1.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Remix-Ideas-Logo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Remix-Ideas-Logo-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Remix-Ideas-Logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Remix-Ideas-Logo-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"Remix-Ideas-Logo-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"Remix-Ideas-Logo-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:30:\"Remix-Ideas-Logo-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:30:\"Remix-Ideas-Logo-1-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:30:\"Remix-Ideas-Logo-1-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:30:\"Remix-Ideas-Logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:30:\"Remix-Ideas-Logo-1-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:28:\"Remix-Ideas-Logo-1-24x24.png\";s:5:\"width\";i:24;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:28:\"Remix-Ideas-Logo-1-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:28:\"Remix-Ideas-Logo-1-48x48.png\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3436,595,'_elementor_edit_mode','builder'),(3437,595,'_elementor_template_type','wp-page'),(3438,595,'_elementor_version','3.0.14'),(3439,595,'_wp_page_template','default'),(3440,595,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> -&nbsp;<a style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\\\" href=\\\"https:\\/\\/www.facebook.com\\/The-Kimbrough-STEAM-Education-Foundation-2140588756214091\\/\\\">Co-founder of The Kimbrough STEAM Education Foundation<\\/a><\\/p>\\n<p><strong>Maximillan Sprinkle<\\/strong> \\u2013 Managing Attorney at Sprinkle Firm<\\/p>\\n<p><strong>Rickey Hicks<\\/strong> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3441,596,'_elementor_edit_mode','builder'),(3442,596,'_elementor_template_type','wp-page'),(3443,596,'_elementor_version','3.0.14'),(3444,596,'_wp_page_template','default'),(3445,596,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> -&nbsp;<a style=\\\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\\\" href=\\\"https:\\/\\/www.facebook.com\\/The-Kimbrough-STEAM-Education-Foundation-2140588756214091\\/\\\">Co-founder of The Kimbrough STEAM Education Foundation<\\/a><\\/p>\\n<p><strong>Maximillan Sprinkle<\\/strong> \\u2013 Managing Attorney at Sprinkle Firm<\\/p>\\n<p><strong>Rickey Hicks<\\/strong> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3446,597,'_elementor_edit_mode','builder'),(3447,597,'_elementor_template_type','wp-page'),(3448,597,'_elementor_version','3.0.14'),(3449,597,'_wp_page_template','default'),(3450,597,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> - Co-founder of The Kimbrough STEAM Education Foundation<\\/p>\\n<p><strong>Maximillan Sprinkle<\\/strong> \\u2013 Managing Attorney at Sprinkle Firm<\\/p>\\n<p><strong>Rickey Hicks<\\/strong> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/p>\\n<p><strong>Advisory Board<\\/strong><\\/p>\\n<p><strong>Pat Riley - Community&nbsp; Philanthropist&nbsp;<\\/strong><\\/p><p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Jon Wood, J.D. - Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business<\\/strong><\\/p>\\n<p style=\\\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\\\"><br><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3458,599,'_elementor_edit_mode','builder'),(3459,599,'_elementor_template_type','wp-page'),(3460,599,'_elementor_version','3.0.14'),(3461,599,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (3462,599,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> - Co-founder of The Kimbrough STEAM Education Foundation<\\/p>\\n<p><strong>Maximillan Sprinkle<\\/strong> \\u2013 Managing Attorney at Sprinkle Firm<\\/p>\\n<p><strong>Rickey Hicks<\\/strong> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/p>\\n<p><strong>Advisory Board<\\/strong><\\/p>\\n<p><strong>Pat Riley - Community&nbsp; Philanthropist&nbsp;<\\/strong><\\/p><p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Jon Wood, J.D. - Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business<\\/strong><\\/p>\\n<p style=\\\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\\\"><br><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3463,600,'_elementor_edit_mode','builder'),(3464,600,'_elementor_template_type','wp-page'),(3465,600,'_elementor_version','3.0.14'),(3466,600,'_wp_page_template','default'),(3467,600,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> - Co-founder of The Kimbrough STEAM Education Foundation<\\/p>\\n<p><strong>Maximillan Sprinkle<\\/strong> \\u2013 Managing Attorney at Sprinkle Firm<\\/p>\\n<p><strong>Rickey Hicks<\\/strong> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/p>\\n<p><strong>Advisory Board<\\/strong><\\/p>\\n<p><strong>Pat Riley - Community&nbsp; Philanthropist&nbsp;<\\/strong><\\/p><p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Jon Wood, J.D. - Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business<\\/strong><\\/p>\\n<p style=\\\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\\\"><br><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3468,601,'_elementor_edit_mode','builder'),(3469,601,'_elementor_template_type','wp-page'),(3470,601,'_elementor_version','3.0.14'),(3471,601,'_wp_page_template','default'),(3472,601,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> - Co-founder of The Kimbrough STEAM Education Foundation<\\/p>\\n<p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Rickey Hicks<\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\"> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/span><br><\\/p>\\n<p><strong>Advisory Board<\\/strong><\\/p>\\n<p><strong>Pat Riley - <\\/strong>Community&nbsp; Philanthropist&nbsp;<\\/p>\\n<p><strong>Maximillan Sprinkle<\\/strong>&nbsp;\\u2013 Managing Attorney at Sprinkle Firm<strong><br><\\/strong><\\/p>\\n<p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Jon Wood, J.D. - <\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business<\\/span><\\/p>\\n<p style=\\\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\\\"><br><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3474,602,'_elementor_edit_mode','builder'),(3475,602,'_elementor_template_type','wp-page'),(3476,602,'_elementor_version','3.0.14'),(3477,602,'_wp_page_template','elementor_header_footer'),(3478,602,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3479,602,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3481,603,'_elementor_edit_mode','builder'),(3482,603,'_elementor_template_type','wp-page'),(3483,603,'_elementor_version','3.0.14'),(3484,603,'_wp_page_template','elementor_header_footer'),(3485,603,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3486,603,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/black-women-advancingblackentrepreneurship-scaled.jpg\",\"id\":9},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3488,604,'_elementor_edit_mode','builder'),(3489,604,'_elementor_template_type','wp-page'),(3490,604,'_elementor_version','3.0.14'),(3491,604,'_wp_page_template','elementor_header_footer'),(3492,604,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3493,604,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3497,605,'_wp_attached_file','2020/12/Come-in.jpg'),(3498,606,'_wp_attached_file','2020/12/Come-in-2.jpg'),(3499,606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:453;s:4:\"file\";s:21:\"2020/12/Come-in-2.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Come-in-2-300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Come-in-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:21:\"Come-in-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:21:\"Come-in-2-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:21:\"Come-in-2-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:21:\"Come-in-2-150x124.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:21:\"Come-in-2-500x412.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:19:\"Come-in-2-24x20.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:19:\"Come-in-2-36x30.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:19:\"Come-in-2-48x40.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1607977374\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3500,607,'_elementor_edit_mode','builder'),(3501,607,'_elementor_template_type','wp-page'),(3502,607,'_elementor_version','3.0.14'),(3503,607,'_wp_page_template','elementor_header_footer'),(3504,607,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3505,607,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3507,608,'_elementor_edit_mode','builder'),(3508,608,'_elementor_template_type','wp-page'),(3509,608,'_elementor_version','3.0.14'),(3510,608,'_wp_page_template','elementor_header_footer'),(3511,608,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3512,608,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3514,609,'_elementor_edit_mode','builder'),(3515,609,'_elementor_template_type','wp-page'),(3516,609,'_elementor_version','3.0.14'),(3517,609,'_wp_page_template','elementor_header_footer'),(3518,609,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3519,609,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2.jpg\",\"id\":606},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3522,610,'_elementor_edit_mode','builder'),(3523,610,'_elementor_template_type','wp-page'),(3524,610,'_elementor_version','3.0.14'),(3525,610,'_wp_page_template','elementor_header_footer'),(3526,610,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3527,610,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2.jpg\",\"id\":606},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3528,611,'_elementor_edit_mode','builder'),(3529,611,'_elementor_template_type','wp-page'),(3530,611,'_elementor_version','3.0.14'),(3531,611,'_wp_page_template','elementor_header_footer'),(3532,611,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3533,611,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2.jpg\",\"id\":606},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3534,612,'_elementor_edit_mode','builder'),(3535,612,'_elementor_template_type','wp-page'),(3536,612,'_elementor_version','3.0.14'),(3537,612,'_wp_page_template','elementor_header_footer'),(3538,612,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3539,612,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2.jpg\",\"id\":606},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3542,613,'_wp_attached_file','2020/12/Think-2.jpg'),(3543,613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:498;s:6:\"height\";i:501;s:4:\"file\";s:19:\"2020/12/Think-2.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Think-2-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Think-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:19:\"Think-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:19:\"Think-2-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:19:\"Think-2-498x400.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:19:\"Think-2-150x151.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:17:\"Think-2-24x24.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:17:\"Think-2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:17:\"Think-2-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1607979200\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3552,615,'_elementor_edit_mode','builder'),(3553,615,'_elementor_template_type','wp-page'),(3554,615,'_elementor_version','3.0.14'),(3555,615,'_wp_page_template','elementor_header_footer'),(3556,615,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3557,615,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2.jpg\",\"id\":606},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3558,616,'_elementor_edit_mode','builder'),(3559,616,'_elementor_template_type','wp-page'),(3560,616,'_elementor_version','3.0.14'),(3561,616,'_wp_page_template','elementor_header_footer'),(3562,616,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3563,616,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2.jpg\",\"id\":606},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3564,617,'_elementor_edit_mode','builder'),(3565,617,'_elementor_template_type','wp-page'),(3566,617,'_elementor_version','3.0.14'),(3567,617,'_wp_page_template','elementor_header_footer'),(3568,617,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3569,617,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Think-2.jpg\",\"id\":613},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3572,618,'_elementor_edit_mode','builder'),(3573,618,'_elementor_template_type','wp-page'),(3574,618,'_elementor_version','3.0.14'),(3575,618,'_wp_page_template','elementor_header_footer'),(3576,618,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3577,618,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Think-2.jpg\",\"id\":613},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3579,619,'_elementor_edit_mode','builder'),(3580,619,'_elementor_template_type','wp-page'),(3581,619,'_elementor_version','3.0.14'),(3582,619,'_wp_page_template','elementor_header_footer'),(3583,619,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3584,619,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Think-2.jpg\",\"id\":613},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3586,620,'_elementor_edit_mode','builder'),(3587,620,'_elementor_template_type','wp-page'),(3588,620,'_elementor_version','3.0.14'),(3589,620,'_wp_page_template','elementor_header_footer'),(3590,620,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3591,620,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3595,621,'_wp_attached_file','2020/12/Come-in-2-1.jpg'),(3596,621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:453;s:4:\"file\";s:23:\"2020/12/Come-in-2-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Come-in-2-1-300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Come-in-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:23:\"Come-in-2-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:23:\"Come-in-2-1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:23:\"Come-in-2-1-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:23:\"Come-in-2-1-150x124.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:23:\"Come-in-2-1-500x412.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:21:\"Come-in-2-1-24x20.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:21:\"Come-in-2-1-36x30.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:21:\"Come-in-2-1-48x40.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1607977374\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3597,622,'_elementor_edit_mode','builder'),(3598,622,'_elementor_template_type','wp-page'),(3599,622,'_elementor_version','3.0.14'),(3600,622,'_wp_page_template','elementor_header_footer'),(3601,622,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3602,622,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3604,623,'_elementor_edit_mode','builder'),(3605,623,'_elementor_template_type','wp-page'),(3606,623,'_elementor_version','3.0.14'),(3607,623,'_wp_page_template','elementor_header_footer'),(3608,623,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3609,623,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3611,624,'_elementor_edit_mode','builder'),(3612,624,'_elementor_template_type','wp-page'),(3613,624,'_elementor_version','3.0.14'),(3614,624,'_wp_page_template','elementor_header_footer'),(3615,624,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3616,624,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3619,625,'_elementor_edit_mode','builder'),(3620,625,'_elementor_template_type','wp-page'),(3621,625,'_elementor_version','3.0.14'),(3622,625,'_wp_page_template','elementor_header_footer'),(3623,625,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3624,625,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3625,626,'_elementor_edit_mode','builder'),(3626,626,'_elementor_template_type','wp-page'),(3627,626,'_elementor_version','3.0.14'),(3628,626,'_wp_page_template','elementor_header_footer'),(3629,626,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3630,626,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3631,627,'_elementor_edit_mode','builder'),(3632,627,'_elementor_template_type','wp-page'),(3633,627,'_elementor_version','3.0.14'),(3634,627,'_wp_page_template','elementor_header_footer'),(3635,627,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3636,627,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3639,628,'_elementor_edit_mode','builder'),(3640,628,'_elementor_template_type','wp-page'),(3641,628,'_elementor_version','3.0.14'),(3642,628,'_wp_page_template','elementor_header_footer'),(3643,628,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3644,628,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3646,629,'_elementor_edit_mode','builder'),(3647,629,'_elementor_template_type','wp-page'),(3648,629,'_elementor_version','3.0.14'),(3649,629,'_wp_page_template','elementor_header_footer'),(3650,629,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3651,629,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-17-of-45-scaled.jpg\",\"id\":469},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3653,630,'_elementor_edit_mode','builder'),(3654,630,'_elementor_template_type','wp-page'),(3655,630,'_elementor_version','3.0.14'),(3656,630,'_wp_page_template','elementor_header_footer'),(3657,630,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3658,630,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3662,631,'_wp_page_template','template-fullwidth-stretched.php'),(3663,631,'_elementor_edit_mode','builder'),(3664,631,'_elementor_template_type','wp-page'),(3665,631,'_elementor_version','3.0.14'),(3666,631,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"CHOOSING BLACK OWNED BUSINESSES IS EASY\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"START HERE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Certified Black-Owned Business member business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3667,631,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3669,632,'_wp_page_template','template-fullwidth-stretched.php'),(3670,632,'_elementor_edit_mode','builder'),(3671,632,'_elementor_template_type','wp-page'),(3672,632,'_elementor_version','3.0.14'),(3673,632,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"CHOOSING BLACK OWNED BUSINESSES IS EASY\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"START HERE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Certified Black-Owned Business member business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3674,632,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3676,633,'_wp_page_template','template-fullwidth-stretched.php'),(3677,633,'_elementor_edit_mode','builder'),(3678,633,'_elementor_template_type','wp-page'),(3679,633,'_elementor_version','3.0.14'),(3680,633,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT BLACK OWNED BUSINESSES \",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"START HERE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Certified Black-Owned Business member business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3681,633,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3686,634,'_wp_attached_file','2020/12/unsplash--scaled.jpg'),(3687,634,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1200;s:4:\"file\";s:28:\"2020/12/unsplash--scaled.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"unsplash--300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"unsplash--1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"unsplash--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"unsplash--768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"unsplash--1536x720.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"unsplash--2048x960.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:21:\"unsplash--300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:21:\"unsplash--480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:21:\"unsplash--640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:20:\"unsplash--150x70.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:21:\"unsplash--500x234.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:19:\"unsplash--24x11.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:19:\"unsplash--36x17.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:17;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:19:\"unsplash--48x22.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:22;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1607987524\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"unsplash-.jpg\";}'),(3688,635,'_wp_page_template','template-fullwidth-stretched.php'),(3689,635,'_elementor_edit_mode','builder'),(3690,635,'_elementor_template_type','wp-page'),(3691,635,'_elementor_version','3.0.14'),(3692,635,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT BLACK OWNED BUSINESSES \",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"START HERE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Certified Black-Owned Business member business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3693,635,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3695,636,'_wp_page_template','template-fullwidth-stretched.php'),(3696,636,'_elementor_edit_mode','builder'),(3697,636,'_elementor_template_type','wp-page'),(3698,636,'_elementor_version','3.0.14'),(3699,636,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT BLACK OWNED BUSINESSES \",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"START HERE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Certified Black-Owned Business member business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3700,636,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3702,637,'_wp_page_template','template-fullwidth-stretched.php'),(3703,637,'_elementor_edit_mode','builder'),(3704,637,'_elementor_template_type','wp-page'),(3705,637,'_elementor_version','3.0.14'),(3706,637,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/unsplash--scaled.jpg\",\"id\":634},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT BLACK OWNED BUSINESSES \",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"START HERE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Certified Black-Owned Business member business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3707,637,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3711,638,'_wp_page_template','template-fullwidth-stretched.php'),(3712,638,'_elementor_edit_mode','builder'),(3713,638,'_elementor_template_type','wp-page'),(3714,638,'_elementor_version','3.0.14'),(3715,638,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/unsplash--scaled.jpg\",\"id\":634},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT BLACK OWNED BUSINESSES \",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"START HERE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Certified Black-Owned Business member business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3716,638,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3718,639,'_wp_page_template','template-fullwidth-stretched.php'),(3719,639,'_elementor_edit_mode','builder'),(3720,639,'_elementor_template_type','wp-page'),(3721,639,'_elementor_version','3.0.14'),(3722,639,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/unsplash--scaled.jpg\",\"id\":634},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT BLACK OWNED BUSINESSES \",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"START HERE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Certified Black-Owned Business member business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3723,639,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3725,640,'_wp_page_template','template-fullwidth-stretched.php'),(3726,640,'_elementor_edit_mode','builder'),(3727,640,'_elementor_template_type','wp-page'),(3728,640,'_elementor_version','3.0.14'),(3729,640,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT BLACK OWNED BUSINESSES \",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"START HERE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Certified Black-Owned Business member business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3730,640,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3733,641,'_wp_attached_file','2020/12/Kontiki.jpg'),(3734,641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:389;s:6:\"height\";i:642;s:4:\"file\";s:19:\"2020/12/Kontiki.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Kontiki-182x300.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Kontiki-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:19:\"Kontiki-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:19:\"Kontiki-389x300.jpg\";s:5:\"width\";i:389;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:19:\"Kontiki-389x400.jpg\";s:5:\"width\";i:389;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:19:\"Kontiki-150x248.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-large\";a:4:{s:4:\"file\";s:19:\"Kontiki-303x500.jpg\";s:5:\"width\";i:303;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:17:\"Kontiki-15x24.jpg\";s:5:\"width\";i:15;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:17:\"Kontiki-22x36.jpg\";s:5:\"width\";i:22;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:17:\"Kontiki-29x48.jpg\";s:5:\"width\";i:29;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3735,642,'_wp_attached_file','2020/12/Kontiki-3.jpg'),(3736,642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:321;s:6:\"height\";i:374;s:4:\"file\";s:21:\"2020/12/Kontiki-3.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Kontiki-3-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Kontiki-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:21:\"Kontiki-3-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:21:\"Kontiki-3-321x300.jpg\";s:5:\"width\";i:321;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"wpbdp-thumb\";a:4:{s:4:\"file\";s:21:\"Kontiki-3-150x175.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:19:\"Kontiki-3-21x24.jpg\";s:5:\"width\";i:21;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:19:\"Kontiki-3-31x36.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:19:\"Kontiki-3-41x48.jpg\";s:5:\"width\";i:41;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1607988782\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3745,644,'_elementor_edit_mode','builder'),(3746,644,'_elementor_template_type','wp-page'),(3747,644,'_elementor_version','3.0.14'),(3748,644,'_wp_page_template','elementor_header_footer'),(3749,644,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3750,644,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3751,645,'_elementor_edit_mode','builder'),(3752,645,'_elementor_template_type','wp-page'),(3753,645,'_elementor_version','3.0.14'),(3754,645,'_wp_page_template','elementor_header_footer'),(3755,645,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3756,645,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-39-of-45-scaled.jpg\",\"id\":471},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3757,646,'_elementor_edit_mode','builder'),(3758,646,'_elementor_template_type','wp-page'),(3759,646,'_elementor_version','3.0.14'),(3760,646,'_wp_page_template','elementor_header_footer'),(3761,646,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3762,646,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3766,647,'_elementor_edit_mode','builder'),(3767,647,'_elementor_template_type','wp-page'),(3768,647,'_elementor_version','3.0.14'),(3769,647,'_wp_page_template','elementor_header_footer'),(3770,647,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3771,647,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3773,648,'_elementor_edit_mode','builder'),(3774,648,'_elementor_template_type','wp-page'),(3775,648,'_elementor_version','3.0.14'),(3776,648,'_wp_page_template','elementor_header_footer'),(3777,648,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3778,648,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/goal_progress-advancingblackentrepreneurship-scaled.jpg\",\"id\":19},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3780,649,'_elementor_edit_mode','builder'),(3781,649,'_elementor_template_type','wp-page'),(3782,649,'_elementor_version','3.0.14'),(3783,649,'_wp_page_template','elementor_header_footer'),(3784,649,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(3785,649,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(3789,650,'_elementor_edit_mode','builder'),(3790,650,'_elementor_template_type','wp-page'),(3791,650,'_elementor_version','3.0.14'),(3792,650,'_wp_page_template','default'),(3793,650,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> - Co-founder of The Kimbrough STEAM Education Foundation<\\/p>\\n<p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Rickey Hicks<\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\"> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/span><br><\\/p>\\n<p><strong>Advisory Board<\\/strong><\\/p>\\n<p><strong>Pat Riley - <\\/strong>Community&nbsp; Philanthropist&nbsp;<\\/p>\\n<p><strong>Maximillan Sprinkle<\\/strong>&nbsp;\\u2013 Managing Attorney at Sprinkle Firm<strong><br><\\/strong><\\/p>\\n<p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Jon Wood, J.D. - <\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business<\\/span><\\/p>\\n<p style=\\\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\\\"><br><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3795,651,'_elementor_edit_mode','builder'),(3796,651,'_elementor_template_type','wp-page'),(3797,651,'_elementor_version','3.0.14'),(3798,651,'_wp_page_template','default'),(3799,651,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> - Co-founder of The Kimbrough STEAM Education Foundation<\\/p>\\n<p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Rickey Hicks<\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\"> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/span><br><\\/p>\\n<p><strong>Advisory Board<\\/strong><\\/p>\\n<p><strong>Pat Riley - <\\/strong>Community&nbsp; Philanthropist&nbsp;<\\/p>\\n<p><strong>Maximillan Sprinkle<\\/strong>&nbsp;\\u2013 Managing Attorney at Sprinkle Firm<strong><br><\\/strong><\\/p>\\n<p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Jon Wood, J.D. - <\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business<\\/span><\\/p>\\n<p style=\\\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\\\"><br><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3801,652,'_elementor_edit_mode','builder'),(3802,652,'_elementor_template_type','wp-page'),(3803,652,'_elementor_version','3.0.14'),(3804,652,'_wp_page_template','default'),(3805,652,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> - Co-founder of The Kimbrough STEAM Education Foundation<\\/p>\\n<p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Rickey Hicks<\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\"> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/span><br><\\/p>\\n<p><strong>Advisory Board<\\/strong><\\/p>\\n<p><strong>Pat Riley - <\\/strong>Community&nbsp; Philanthropist&nbsp;<\\/p>\\n<p><b>Jean Lacefield -<\\/b>&nbsp;<span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">President, Gateway Community Association<\\/span><\\/p>\\n<p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Jon Wood, J.D. - <\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business<\\/span><\\/p>\\n<p style=\\\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\\\"><br><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3808,653,'_elementor_edit_mode','builder'),(3809,653,'_elementor_template_type','wp-page'),(3810,653,'_elementor_version','3.0.14'),(3811,653,'_wp_page_template','default'),(3812,653,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> - Co-founder of The Kimbrough STEAM Education Foundation<\\/p>\\n<p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Rickey Hicks<\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\"> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/span><br><\\/p>\\n<p><strong>Advisory Board<\\/strong><\\/p>\\n<p><strong>Pat Riley - <\\/strong>Community&nbsp; Philanthropist&nbsp;<\\/p>\\n<p><b>Jean Lacefield -<\\/b>&nbsp;<span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">President, Gateway Community Association<\\/span><\\/p>\\n<p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Jon Wood, J.D. - <\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business<\\/span><\\/p>\\n<p style=\\\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\\\"><br><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3813,654,'_elementor_edit_mode','builder'),(3814,654,'_elementor_template_type','wp-page'),(3815,654,'_elementor_version','3.0.14'),(3816,654,'_wp_page_template','default'),(3817,654,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> - Co-founder of The Kimbrough STEAM Education Foundation<\\/p>\\n<p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Rickey Hicks<\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\"> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/span><br><\\/p>\\n<p><strong>Advisory Board<\\/strong><\\/p>\\n<p><strong>Pat Riley - <\\/strong>Community&nbsp; Philanthropist&nbsp;<\\/p>\\n<p><b>Jean Lacefield -<\\/b>&nbsp;<span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">President, Gateway Community Association<\\/span><\\/p>\\n<p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Jon Wood, J.D. - <\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business<\\/span><\\/p>\\n<p style=\\\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\\\"><br><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3818,655,'_elementor_edit_mode','builder'),(3819,655,'_elementor_template_type','wp-page'),(3820,655,'_elementor_version','3.0.14'),(3821,655,'_wp_page_template','default'),(3822,655,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> - Co-founder of The Kimbrough STEAM Education Foundation<\\/p>\\n<p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Rickey Hicks<\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\"> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/span><br><\\/p>\\n<p><strong>Advisory Board<\\/strong><\\/p>\\n<p><strong>Pat Riley - <\\/strong>Community&nbsp; Philanthropist&nbsp;<\\/p>\\n<p><b>Jean Lacefield -<\\/b>&nbsp;<span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">President, Gateway Community Association<\\/span><\\/p>\\n<p><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\"><b>Jon Wood, J.D<\\/b><\\/span><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">. - <\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business<\\/span><\\/p><div style=\\\"color: rgb(34, 34, 34); font-family: Arial, Helvetica, sans-serif; font-size: small;\\\"><b>Chris Jones, Ph.D.<\\/b> -&nbsp;<span style=\\\"font-weight: var( --e-global-typography-text-font-weight );\\\">Executive Director of&nbsp;<\\/span><span style=\\\"font-weight: var( --e-global-typography-text-font-weight );\\\">Arkansas Regional Innovation Hub<\\/span><\\/div>\\n<p style=\\\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\\\"><br><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3833,657,'_elementor_edit_mode','builder'),(3834,657,'_elementor_template_type','wp-page'),(3835,657,'_elementor_version','3.0.14'),(3836,657,'_wp_page_template','default'),(3837,657,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> - Co-founder of The Kimbrough STEAM Education Foundation<\\/p>\\n<p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Rickey Hicks<\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\"> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/span><br><\\/p>\\n<p><strong>Advisory Board<\\/strong><\\/p>\\n<p><strong>Pat Riley - <\\/strong>Community&nbsp; Philanthropist&nbsp;<\\/p>\\n<p><b>Jean Lacefield -<\\/b>&nbsp;<span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">President, Gateway Community Association<\\/span><\\/p>\\n<p><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\"><b>Jon Wood, J.D<\\/b><\\/span><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">. - <\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business<\\/span><\\/p><div style=\\\"color: rgb(34, 34, 34); font-family: Arial, Helvetica, sans-serif; font-size: small;\\\"><b>Chris Jones, Ph.D.<\\/b> -&nbsp;<span style=\\\"font-weight: var( --e-global-typography-text-font-weight );\\\">Executive Director of&nbsp;<\\/span><span style=\\\"font-weight: var( --e-global-typography-text-font-weight );\\\">Arkansas Regional Innovation Hub<\\/span><\\/div>\\n<p style=\\\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\\\"><br><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3838,658,'_elementor_edit_mode','builder'),(3839,658,'_elementor_template_type','wp-page'),(3840,658,'_elementor_version','3.0.14'),(3841,658,'_wp_page_template','default'),(3842,658,'_elementor_data','[{\"id\":\"d881e85\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5cda64b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b272f86\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Our Mission: <\\/strong>The mission of <strong>Advancing Black Entrepreneurship<\\/strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;<\\/p>\\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\\n<p><strong>Who we serve:<\\/strong> Black Entrepreneurs<\\/p>\\n<p><strong>Why we are different: <\\/strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/p>\\n<p><strong>Our Team:<\\/strong><\\/p>\\n<p><strong>Benito Lubazibwa<\\/strong> \\u2013 Executive Director<\\/p>\\n<p><strong>Board of Directors<\\/strong><\\/p>\\n<p><strong>Jay A. Young<\\/strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management<\\/p>\\n<p><strong>Bruce James<\\/strong> - Professor of Business and Economic at Philander Smith College<\\/p>\\n<p><strong>Reginia Kimbrough<\\/strong> - Co-founder of The Kimbrough STEAM Education Foundation<\\/p>\\n<p><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Rickey Hicks<\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\"> \\u2013 Founding Attorney and Owner of Hicks Law Office<\\/span><br><\\/p>\\n<p><strong>Advisory Board<\\/strong><\\/p>\\n<p><strong>Pat Riley - <\\/strong>Community&nbsp; Philanthropist&nbsp;<\\/p>\\n<p><b>Jean Lacefield -<\\/b>&nbsp;<span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">President, Gateway Community Association<\\/span><\\/p>\\n<p><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\"><b>Jon Wood, J.D<\\/b><\\/span><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">. - <\\/strong><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\">Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business<\\/span><\\/p><div style=\\\"color: rgb(34, 34, 34); font-family: Arial, Helvetica, sans-serif; font-size: small;\\\"><b>Chris Jones, Ph.D.<\\/b> -&nbsp;<span style=\\\"font-weight: var( --e-global-typography-text-font-weight );\\\">Executive Director of&nbsp;<\\/span><span style=\\\"font-weight: var( --e-global-typography-text-font-weight );\\\">Arkansas Regional Innovation Hub<\\/span><\\/div>\\n<p style=\\\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\\\"><br><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3843,558,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(3844,659,'_elementor_edit_mode','builder'),(3845,659,'_elementor_template_type','wp-page'),(3846,659,'_elementor_version','3.0.14'),(3847,659,'_wp_page_template','default'),(3848,659,'_elementor_data','[]'),(3849,659,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3859,661,'_elementor_edit_mode','builder'),(3860,661,'_elementor_template_type','wp-page'),(3861,661,'_elementor_version','3.0.14'),(3862,661,'_wp_page_template','default'),(3863,661,'_elementor_data','[]'),(3864,661,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3866,662,'_elementor_edit_mode','builder'),(3867,662,'_elementor_template_type','wp-page'),(3868,662,'_elementor_version','3.0.14'),(3869,662,'_wp_page_template','default'),(3870,662,'_elementor_data','[]'),(3871,662,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3873,663,'_elementor_edit_mode','builder'),(3874,663,'_elementor_template_type','wp-page'),(3875,663,'_elementor_version','3.0.14'),(3876,663,'_wp_page_template','default'),(3877,663,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"512e28b\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our \",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3878,663,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3882,664,'_elementor_edit_mode','builder'),(3883,664,'_elementor_template_type','wp-page'),(3884,664,'_elementor_version','3.0.14'),(3885,664,'_wp_page_template','default'),(3886,664,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"512e28b\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our \",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3887,664,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3889,665,'_elementor_edit_mode','builder'),(3890,665,'_elementor_template_type','wp-page'),(3891,665,'_elementor_version','3.0.14'),(3892,665,'_wp_page_template','default'),(3893,665,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"512e28b\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our \",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3894,665,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3896,666,'_elementor_edit_mode','builder'),(3897,666,'_elementor_template_type','wp-page'),(3898,666,'_elementor_version','3.0.14'),(3899,666,'_wp_page_template','default'),(3900,666,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"512e28b\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our \",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3901,666,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3905,667,'_elementor_edit_mode','builder'),(3906,667,'_elementor_template_type','wp-page'),(3907,667,'_elementor_version','3.0.14'),(3908,667,'_wp_page_template','default'),(3909,667,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"512e28b\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our \",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3910,667,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3912,668,'_elementor_edit_mode','builder'),(3913,668,'_elementor_template_type','wp-page'),(3914,668,'_elementor_version','3.0.14'),(3915,668,'_wp_page_template','default'),(3916,668,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"512e28b\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our \",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3917,668,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3919,669,'_elementor_edit_mode','builder'),(3920,669,'_elementor_template_type','wp-page'),(3921,669,'_elementor_version','3.0.14'),(3922,669,'_wp_page_template','default'),(3923,669,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3924,669,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3928,670,'_elementor_edit_mode','builder'),(3929,670,'_elementor_template_type','wp-page'),(3930,670,'_elementor_version','3.0.14'),(3931,670,'_wp_page_template','default'),(3932,670,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3933,670,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3935,671,'_elementor_edit_mode','builder'),(3936,671,'_elementor_template_type','wp-page'),(3937,671,'_elementor_version','3.0.14'),(3938,671,'_wp_page_template','default'),(3939,671,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3940,671,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3942,672,'_elementor_edit_mode','builder'),(3943,672,'_elementor_template_type','wp-page'),(3944,672,'_elementor_version','3.0.14'),(3945,672,'_wp_page_template','default'),(3946,672,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3947,672,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(3951,673,'_elementor_edit_mode','builder'),(3952,673,'_elementor_template_type','wp-page'),(3953,673,'_elementor_version','3.0.14'),(3954,673,'_wp_page_template','default'),(3955,673,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3956,673,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(3958,674,'_elementor_edit_mode','builder'),(3959,674,'_elementor_template_type','wp-page'),(3960,674,'_elementor_version','3.0.14'),(3961,674,'_wp_page_template','default'),(3962,674,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3963,674,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(3965,675,'_elementor_edit_mode','builder'),(3966,675,'_elementor_template_type','wp-page'),(3967,675,'_elementor_version','3.0.14'),(3968,675,'_wp_page_template','default'),(3969,675,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3970,675,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(3974,676,'_elementor_edit_mode','builder'),(3975,676,'_elementor_template_type','wp-page'),(3976,676,'_elementor_version','3.0.14'),(3977,676,'_wp_page_template','default'),(3978,676,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3979,676,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(3981,677,'_elementor_edit_mode','builder'),(3982,677,'_elementor_template_type','wp-page'),(3983,677,'_elementor_version','3.0.14'),(3984,677,'_wp_page_template','default'),(3985,677,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3986,677,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(3988,678,'_elementor_edit_mode','builder'),(3989,678,'_elementor_template_type','wp-page'),(3990,678,'_elementor_version','3.0.14'),(3991,678,'_wp_page_template','default'),(3992,678,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_delay\":2000,\"eael_fancy_text_cursor\":\"\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(3993,678,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(3997,679,'_elementor_edit_mode','builder'),(3998,679,'_elementor_template_type','wp-page'),(3999,679,'_elementor_version','3.0.14'),(4000,679,'_wp_page_template','default'),(4001,679,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_delay\":2000,\"eael_fancy_text_cursor\":\"\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4002,679,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4004,680,'_elementor_edit_mode','builder'),(4005,680,'_elementor_template_type','wp-page'),(4006,680,'_elementor_version','3.0.14'),(4007,680,'_wp_page_template','default'),(4008,680,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_delay\":2000,\"eael_fancy_text_cursor\":\"\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4009,680,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4011,681,'_elementor_edit_mode','builder'),(4012,681,'_elementor_template_type','wp-page'),(4013,681,'_elementor_version','3.0.14'),(4014,681,'_wp_page_template','default'),(4015,681,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4016,681,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4020,682,'_elementor_edit_mode','builder'),(4021,682,'_elementor_template_type','wp-page'),(4022,682,'_elementor_version','3.0.14'),(4023,682,'_wp_page_template','default'),(4024,682,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4025,682,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4027,683,'_elementor_edit_mode','builder'),(4028,683,'_elementor_template_type','wp-page'),(4029,683,'_elementor_version','3.0.14'),(4030,683,'_wp_page_template','default'),(4031,683,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4032,683,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4034,684,'_elementor_edit_mode','builder'),(4035,684,'_elementor_template_type','wp-page'),(4036,684,'_elementor_version','3.0.14'),(4037,684,'_wp_page_template','default'),(4038,684,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4039,684,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4043,685,'_elementor_edit_mode','builder'),(4044,685,'_elementor_template_type','wp-page'),(4045,685,'_elementor_version','3.0.14'),(4046,685,'_wp_page_template','default'),(4047,685,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4048,685,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4050,686,'_elementor_edit_mode','builder'),(4051,686,'_elementor_template_type','wp-page'),(4052,686,'_elementor_version','3.0.14'),(4053,686,'_wp_page_template','default'),(4054,686,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4055,686,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4057,687,'_elementor_edit_mode','builder'),(4058,687,'_elementor_template_type','wp-page'),(4059,687,'_elementor_version','3.0.14'),(4060,687,'_wp_page_template','default'),(4061,687,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":40,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4062,687,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4066,688,'_elementor_edit_mode','builder'),(4067,688,'_elementor_template_type','wp-page'),(4068,688,'_elementor_version','3.0.14'),(4069,688,'_wp_page_template','default'),(4070,688,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":40,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4071,688,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4073,689,'_elementor_edit_mode','builder'),(4074,689,'_elementor_template_type','wp-page'),(4075,689,'_elementor_version','3.0.14'),(4076,689,'_wp_page_template','default'),(4077,689,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":40,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4078,689,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4080,690,'_elementor_edit_mode','builder'),(4081,690,'_elementor_template_type','wp-page'),(4082,690,'_elementor_version','3.0.14'),(4083,690,'_wp_page_template','default'),(4084,690,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":20,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4085,690,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4089,691,'_elementor_edit_mode','builder'),(4090,691,'_elementor_template_type','wp-page'),(4091,691,'_elementor_version','3.0.14'),(4092,691,'_wp_page_template','default'),(4093,691,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":20,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4094,691,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4096,692,'_elementor_edit_mode','builder'),(4097,692,'_elementor_template_type','wp-page'),(4098,692,'_elementor_version','3.0.14'),(4099,692,'_wp_page_template','default'),(4100,692,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":20,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4101,692,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4103,693,'_elementor_edit_mode','builder'),(4104,693,'_elementor_template_type','wp-page'),(4105,693,'_elementor_version','3.0.14'),(4106,693,'_wp_page_template','default'),(4107,693,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4108,693,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4114,695,'_elementor_edit_mode','builder'),(4115,695,'_elementor_template_type','wp-page'),(4116,695,'_elementor_version','3.0.14'),(4117,695,'_wp_page_template','default'),(4118,695,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4119,695,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4121,696,'_elementor_edit_mode','builder'),(4122,696,'_elementor_template_type','wp-page'),(4123,696,'_elementor_version','3.0.14'),(4124,696,'_wp_page_template','default'),(4125,696,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4126,696,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4128,697,'_elementor_edit_mode','builder'),(4129,697,'_elementor_template_type','wp-page'),(4130,697,'_elementor_version','3.0.14'),(4131,697,'_wp_page_template','default'),(4132,697,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4133,697,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4137,698,'_elementor_edit_mode','builder'),(4138,698,'_elementor_template_type','wp-page'),(4139,698,'_elementor_version','3.0.14'),(4140,698,'_wp_page_template','default'),(4141,698,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4142,698,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4144,699,'_elementor_edit_mode','builder'),(4145,699,'_elementor_template_type','wp-page'),(4146,699,'_elementor_version','3.0.14'),(4147,699,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (4148,699,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4149,699,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4151,700,'_elementor_edit_mode','builder'),(4152,700,'_elementor_template_type','wp-page'),(4153,700,'_elementor_version','3.0.14'),(4154,700,'_wp_page_template','default'),(4155,700,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4156,700,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4160,172,'ekit_post_views_count','58'),(4161,166,'ekit_post_views_count','7'),(4162,391,'ekit_post_views_count','3'),(4163,170,'ekit_post_views_count','16'),(4164,393,'ekit_post_views_count','6'),(4165,161,'_atbdp_post_views_count','3'),(4166,161,'ekit_post_views_count','4'),(4167,702,'_elementor_edit_mode','builder'),(4168,702,'_elementor_template_type','wp-page'),(4169,702,'_elementor_version','3.0.14'),(4170,702,'_wp_page_template','default'),(4171,702,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4172,702,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4174,703,'_elementor_edit_mode','builder'),(4175,703,'_elementor_template_type','wp-page'),(4176,703,'_elementor_version','3.0.14'),(4177,703,'_wp_page_template','default'),(4178,703,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"start\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"grow\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"scale\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4179,703,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4181,704,'_elementor_edit_mode','builder'),(4182,704,'_elementor_template_type','wp-page'),(4183,704,'_elementor_version','3.0.14'),(4184,704,'_wp_page_template','default'),(4185,704,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4186,704,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4189,168,'ekit_post_views_count','11'),(4191,399,'ekit_post_views_count','13'),(4192,164,'ekit_post_views_count','12'),(4193,396,'ekit_post_views_count','12'),(4197,705,'_elementor_edit_mode','builder'),(4198,705,'_elementor_template_type','wp-page'),(4199,705,'_elementor_version','3.0.14'),(4200,705,'_wp_page_template','elementor_header_footer'),(4201,705,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(4202,705,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(4204,706,'_elementor_edit_mode','builder'),(4205,706,'_elementor_template_type','wp-page'),(4206,706,'_elementor_version','3.0.14'),(4207,706,'_wp_page_template','elementor_header_footer'),(4208,706,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(4209,706,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>The Urban League of the State of Arkansas<br \\/><strong>\\u00a0<\\/strong>3805 W 12th St,\\u00a0Little Rock, AR 72204<\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(4211,707,'_elementor_edit_mode','builder'),(4212,707,'_elementor_template_type','wp-page'),(4213,707,'_elementor_version','3.0.14'),(4214,707,'_wp_page_template','elementor_header_footer'),(4215,707,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4216,707,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(4221,395,'ekit_post_views_count','4'),(4234,712,'_elementor_edit_mode','builder'),(4235,712,'_elementor_template_type','wp-page'),(4236,712,'_elementor_version','3.0.15'),(4237,712,'_wp_page_template','elementor_header_footer'),(4238,712,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4239,712,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(4241,713,'_elementor_edit_mode','builder'),(4242,713,'_elementor_template_type','wp-page'),(4243,713,'_elementor_version','3.0.15'),(4244,713,'_wp_page_template','elementor_header_footer'),(4245,713,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4246,713,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#EBEC05\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(4248,714,'_elementor_edit_mode','builder'),(4249,714,'_elementor_template_type','wp-page'),(4250,714,'_elementor_version','3.0.15'),(4251,714,'_wp_page_template','elementor_header_footer'),(4252,714,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4253,714,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(4256,715,'_elementor_edit_mode','builder'),(4257,715,'_elementor_template_type','wp-page'),(4258,715,'_elementor_version','3.0.15'),(4259,715,'_wp_page_template','elementor_header_footer'),(4260,715,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4261,715,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(4262,716,'_elementor_edit_mode','builder'),(4263,716,'_elementor_template_type','wp-page'),(4264,716,'_elementor_version','3.0.15'),(4265,716,'_wp_page_template','elementor_header_footer'),(4266,716,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4267,716,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#ECC503\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(4268,717,'_elementor_edit_mode','builder'),(4269,717,'_elementor_template_type','wp-page'),(4270,717,'_elementor_version','3.0.15'),(4271,717,'_wp_page_template','elementor_header_footer'),(4272,717,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4273,717,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(4276,719,'_elementor_edit_mode','builder'),(4277,719,'_elementor_template_type','wp-page'),(4278,719,'_elementor_version','3.0.15'),(4279,719,'_wp_page_template','elementor_header_footer'),(4280,719,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4281,719,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(4283,720,'_elementor_edit_mode','builder'),(4284,720,'_elementor_template_type','wp-page'),(4285,720,'_elementor_version','3.0.15'),(4286,720,'_wp_page_template','elementor_header_footer'),(4287,720,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4288,720,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p>Note: Contributions are tax-deductible.<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(4290,721,'_elementor_edit_mode','builder'),(4291,721,'_elementor_template_type','wp-page'),(4292,721,'_elementor_version','3.0.15'),(4293,721,'_wp_page_template','elementor_header_footer'),(4294,721,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4295,721,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(4309,723,'_elementor_edit_mode','builder'),(4310,723,'_elementor_template_type','wp-page'),(4311,723,'_elementor_version','3.0.14'),(4312,723,'_wp_page_template','default'),(4313,723,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4314,723,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4315,724,'_elementor_edit_mode','builder'),(4316,724,'_elementor_template_type','wp-page'),(4317,724,'_elementor_version','3.0.14'),(4318,724,'_wp_page_template','default'),(4319,724,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4320,724,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4321,725,'_elementor_edit_mode','builder'),(4322,725,'_elementor_template_type','wp-page'),(4323,725,'_elementor_version','3.0.14'),(4324,725,'_wp_page_template','default'),(4325,725,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><h2><strong>Focus:<\\/strong><\\/h2><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\">\\u00a0New Ecosystem for Black-Owned Businesses<\\/span><\\/p><p>-Support certified Black-owned businesses with grants\\u00a0 and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Work with Us<\\/strong><\\/h2><p>-Build a New Ecosystem for Black-Owned Businesses<br \\/>-Support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance<\\/p><p>-Financial Literacy<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"2c11a86\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4326,725,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4329,726,'_elementor_edit_mode','builder'),(4330,726,'_elementor_template_type','wp-page'),(4331,726,'_elementor_version','3.0.15'),(4332,726,'_wp_page_template','default'),(4333,726,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><h2><strong>Focus:<\\/strong><\\/h2><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\">\\u00a0New Ecosystem for Black-Owned Businesses<\\/span><\\/p><p>-Support certified Black-owned businesses with grants\\u00a0 and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Work with Us<\\/strong><\\/h2><p>-Build a New Ecosystem for Black-Owned Businesses<br \\/>-Support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance<\\/p><p>-Financial Literacy<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"2c11a86\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4334,726,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4336,727,'_elementor_edit_mode','builder'),(4337,727,'_elementor_template_type','wp-page'),(4338,727,'_elementor_version','3.0.15'),(4339,727,'_wp_page_template','default'),(4340,727,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><h2><strong>Focus:<\\/strong><\\/h2><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\">\\u00a0New Ecosystem for Black-Owned Businesses<\\/span><\\/p><p>-Support certified Black-owned businesses with grants\\u00a0 and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Work with Us<\\/strong><\\/h2><p>-Build a New Ecosystem for Black-Owned Businesses<br \\/>-Support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance<\\/p><p>-Financial Literacy<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"2c11a86\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4341,727,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4343,728,'_elementor_edit_mode','builder'),(4344,728,'_elementor_template_type','wp-page'),(4345,728,'_elementor_version','3.0.15'),(4346,728,'_wp_page_template','default'),(4347,728,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><h2><strong>Focus:<\\/strong><\\/h2><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants\\u00a0 and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Work with Us<\\/strong><\\/h2><p>-Build a New Ecosystem for Black-Owned Businesses<br \\/>-Support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance<\\/p><p>-Financial Literacy<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"2c11a86\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4348,728,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4361,730,'_elementor_edit_mode','builder'),(4362,730,'_elementor_template_type','wp-page'),(4363,730,'_elementor_version','3.0.15'),(4364,730,'_wp_page_template','default'),(4365,730,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><h2><strong>Focus:<\\/strong><\\/h2><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants\\u00a0 and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Work with Us<\\/strong><\\/h2><p>-Build a New Ecosystem for Black-Owned Businesses<br \\/>-Support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance<\\/p><p>-Financial Literacy<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"2c11a86\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4366,730,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4368,731,'_elementor_edit_mode','builder'),(4369,731,'_elementor_template_type','wp-page'),(4370,731,'_elementor_version','3.0.15'),(4371,731,'_wp_page_template','default'),(4372,731,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><h2><strong>Focus:<\\/strong><\\/h2><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants\\u00a0 and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Work with Us<\\/strong><\\/h2><p>-Build a New Ecosystem for Black-Owned Businesses<br \\/>-Support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance<\\/p><p>-Financial Literacy<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"2c11a86\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4373,731,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4375,732,'_elementor_edit_mode','builder'),(4376,732,'_elementor_template_type','wp-page'),(4377,732,'_elementor_version','3.0.15'),(4378,732,'_wp_page_template','default'),(4379,732,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\\n<h2><strong style=\\\"font-size: 2rem;\\\">Focus:<\\/strong><br><\\/h2>\\n<p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p>\\n<p>-Support certified Black-owned businesses with grants&nbsp; and mentorship\\/ technical assistance<\\/p>\\n<p>-Provide Financial Literacy Programs&nbsp;<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4380,732,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4384,733,'_elementor_edit_mode','builder'),(4385,733,'_elementor_template_type','wp-page'),(4386,733,'_elementor_version','3.0.15'),(4387,733,'_wp_page_template','default'),(4388,733,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\\n<h2><strong style=\\\"font-size: 2rem;\\\">Focus:<\\/strong><br><\\/h2>\\n<p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p>\\n<p>-Support certified Black-owned businesses with grants&nbsp; and mentorship\\/ technical assistance<\\/p>\\n<p>-Provide Financial Literacy Programs&nbsp;<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4389,733,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4391,734,'_elementor_edit_mode','builder'),(4392,734,'_elementor_template_type','wp-page'),(4393,734,'_elementor_version','3.0.15'),(4394,734,'_wp_page_template','default'),(4395,734,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\\n<h2><strong style=\\\"font-size: 2rem;\\\">Focus:<\\/strong><br><\\/h2>\\n<p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p>\\n<p>-Support certified Black-owned businesses with grants&nbsp; and mentorship\\/ technical assistance<\\/p>\\n<p>-Provide Financial Literacy Programs&nbsp;<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4396,734,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4398,735,'_elementor_edit_mode','builder'),(4399,735,'_elementor_template_type','wp-page'),(4400,735,'_elementor_version','3.0.15'),(4401,735,'_wp_page_template','default'),(4402,735,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><h2><strong style=\\\"font-size: 2rem;\\\">Focus:<\\/strong><\\/h2><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants\\u00a0 and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4403,735,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4406,736,'_elementor_edit_mode','builder'),(4407,736,'_elementor_template_type','wp-page'),(4408,736,'_elementor_version','3.0.15'),(4409,736,'_wp_page_template','default'),(4410,736,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><h2><strong style=\\\"font-size: 2rem;\\\">Focus:<\\/strong><\\/h2><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants\\u00a0 and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4411,736,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4412,737,'_elementor_edit_mode','builder'),(4413,737,'_elementor_template_type','wp-page'),(4414,737,'_elementor_version','3.0.15'),(4415,737,'_wp_page_template','default'),(4416,737,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><h2><strong style=\\\"font-size: 2rem;\\\">Focus:<\\/strong><\\/h2><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants\\u00a0 and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#7A7A7A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4417,737,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4418,738,'_elementor_edit_mode','builder'),(4419,738,'_elementor_template_type','wp-page'),(4420,738,'_elementor_version','3.0.15'),(4421,738,'_wp_page_template','default'),(4422,738,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><h2><strong style=\\\"font-size: 2rem;\\\">Focus:<\\/strong><\\/h2><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants\\u00a0 and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4423,738,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4426,739,'_elementor_edit_mode','builder'),(4427,739,'_elementor_template_type','wp-page'),(4428,739,'_elementor_version','3.0.15'),(4429,739,'_wp_page_template','default'),(4430,739,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><h2><strong style=\\\"font-size: 2rem;\\\">Focus:<\\/strong><\\/h2><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants\\u00a0 and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4431,739,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4433,740,'_elementor_edit_mode','builder'),(4434,740,'_elementor_template_type','wp-page'),(4435,740,'_elementor_version','3.0.15'),(4436,740,'_wp_page_template','default'),(4437,740,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><h2><strong style=\\\"font-size: 2rem;\\\">Focus:<\\/strong><\\/h2><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants\\u00a0 and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4438,740,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4440,741,'_elementor_edit_mode','builder'),(4441,741,'_elementor_template_type','wp-page'),(4442,741,'_elementor_version','3.0.15'),(4443,741,'_wp_page_template','default'),(4444,741,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\\n<h2><strong style=\\\"font-size: 2rem;\\\">Focus:<\\/strong><\\/h2>\\n<p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p>\\n<p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p>\\n<p>-Provide Financial Literacy Programs&nbsp;<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4445,741,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4458,743,'_elementor_edit_mode','builder'),(4459,743,'_elementor_template_type','wp-page'),(4460,743,'_elementor_version','3.0.15'),(4461,743,'_wp_page_template','default'),(4462,743,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\\n<h2><strong style=\\\"font-size: 2rem;\\\">Focus:<\\/strong><\\/h2>\\n<p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p>\\n<p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p>\\n<p>-Provide Financial Literacy Programs&nbsp;<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4463,743,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4465,744,'_elementor_edit_mode','builder'),(4466,744,'_elementor_template_type','wp-page'),(4467,744,'_elementor_version','3.0.15'),(4468,744,'_wp_page_template','default'),(4469,744,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p>\\n<h2><strong style=\\\"font-size: 2rem;\\\">Focus:<\\/strong><\\/h2>\\n<p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p>\\n<p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p>\\n<p>-Provide Financial Literacy Programs&nbsp;<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4470,744,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4472,745,'_elementor_edit_mode','builder'),(4473,745,'_elementor_template_type','wp-page'),(4474,745,'_elementor_version','3.0.15'),(4475,745,'_wp_page_template','default'),(4476,745,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><p><strong style=\\\"font-size: 2rem;\\\">We focus our efforts in five areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p><p>-Advancing Black Entrepreneurship in Digital Economy<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4477,745,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4488,747,'_elementor_edit_mode','builder'),(4489,747,'_elementor_template_type','wp-page'),(4490,747,'_elementor_version','3.0.15'),(4491,747,'_wp_page_template','default'),(4492,747,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><p><strong style=\\\"font-size: 2rem;\\\">We focus our efforts in five areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p><p>-Advancing Black Entrepreneurship in Digital Economy<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4493,747,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4495,748,'_elementor_edit_mode','builder'),(4496,748,'_elementor_template_type','wp-page'),(4497,748,'_elementor_version','3.0.15'),(4498,748,'_wp_page_template','default'),(4499,748,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><p><strong style=\\\"font-size: 2rem;\\\">We focus our efforts in five areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p><p>-Advancing Black Entrepreneurship in Digital Economy<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4500,748,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4502,749,'_elementor_edit_mode','builder'),(4503,749,'_elementor_template_type','wp-page'),(4504,749,'_elementor_version','3.0.15'),(4505,749,'_wp_page_template','default'),(4506,749,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><p><strong style=\\\"font-size: 2rem;\\\">We focus our efforts in five areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p><p>-Digital Economy: Support Black-Owned Tech Startups<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4507,749,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4510,750,'_elementor_edit_mode','builder'),(4511,750,'_elementor_template_type','wp-page'),(4512,750,'_elementor_version','3.0.15'),(4513,750,'_wp_page_template','default'),(4514,750,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><p><strong style=\\\"font-size: 2rem;\\\">We focus our efforts in five areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p><p>-Digital Economy: Support Black-Owned Tech Startups<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4515,750,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4516,751,'_elementor_edit_mode','builder'),(4517,751,'_elementor_template_type','wp-page'),(4518,751,'_elementor_version','3.0.15'),(4519,751,'_wp_page_template','default'),(4520,751,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><p><strong style=\\\"font-size: 2rem;\\\">We focus our efforts in five areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p><p>-Digital Economy: Support Black-Owned Tech Startups<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4521,751,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4522,752,'_elementor_edit_mode','builder'),(4523,752,'_elementor_template_type','wp-page'),(4524,752,'_elementor_version','3.0.15'),(4525,752,'_wp_page_template','default'),(4526,752,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><p><strong style=\\\"font-size: 2rem;\\\">We focus our efforts in three areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4527,752,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4530,753,'_elementor_edit_mode','builder'),(4531,753,'_elementor_template_type','wp-page'),(4532,753,'_elementor_version','3.0.15'),(4533,753,'_wp_page_template','default'),(4534,753,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><p><strong style=\\\"font-size: 2rem;\\\">We focus our efforts in three areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4535,753,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4537,754,'_elementor_edit_mode','builder'),(4538,754,'_elementor_template_type','wp-page'),(4539,754,'_elementor_version','3.0.15'),(4540,754,'_wp_page_template','default'),(4541,754,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><p><strong style=\\\"font-size: 2rem;\\\">We focus our efforts in three areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Building a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p><p>\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4542,754,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4544,755,'_elementor_edit_mode','builder'),(4545,755,'_elementor_template_type','wp-page'),(4546,755,'_elementor_version','3.0.15'),(4547,755,'_wp_page_template','default'),(4548,755,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><p><strong style=\\\"font-size: 2rem;\\\">We focus our efforts in three areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Build a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4549,755,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4552,756,'_elementor_edit_mode','builder'),(4553,756,'_elementor_template_type','wp-page'),(4554,756,'_elementor_version','3.0.15'),(4555,756,'_wp_page_template','default'),(4556,756,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><p><strong style=\\\"font-size: 2rem;\\\">We focus our efforts in three areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Build a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4557,756,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4558,757,'_elementor_edit_mode','builder'),(4559,757,'_elementor_template_type','wp-page'),(4560,757,'_elementor_version','3.0.15'),(4561,757,'_wp_page_template','default'),(4562,757,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Black Entrepreneurs<\\/p><p><strong style=\\\"font-size: 2rem;\\\">We focus our efforts in three areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Build a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4563,757,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4564,758,'_elementor_edit_mode','builder'),(4565,758,'_elementor_template_type','wp-page'),(4566,758,'_elementor_version','3.0.15'),(4567,758,'_wp_page_template','default'),(4568,758,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong style=\\\"font-size: 2rem;\\\">We focus our efforts in three areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Build a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4569,758,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4571,759,'_elementor_edit_mode','builder'),(4572,759,'_elementor_template_type','wp-page'),(4573,759,'_elementor_version','3.0.15'),(4574,759,'_wp_page_template','default'),(4575,759,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong style=\\\"font-size: 2rem;\\\">We focus our efforts in three areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Build a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4576,759,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4577,760,'_elementor_edit_mode','builder'),(4578,760,'_elementor_template_type','wp-page'),(4579,760,'_elementor_version','3.0.15'),(4580,760,'_wp_page_template','default'),(4581,760,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong style=\\\"font-size: 2rem;\\\">We focus our efforts in three areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Build a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4582,760,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4583,761,'_elementor_edit_mode','builder'),(4584,761,'_elementor_template_type','wp-page'),(4585,761,'_elementor_version','3.0.15'),(4586,761,'_wp_page_template','default'),(4587,761,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Build a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4588,761,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4590,762,'_elementor_edit_mode','builder'),(4591,762,'_elementor_template_type','wp-page'),(4592,762,'_elementor_version','3.0.15'),(4593,762,'_wp_page_template','default'),(4594,762,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Build a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4595,762,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4596,763,'_elementor_edit_mode','builder'),(4597,763,'_elementor_template_type','wp-page'),(4598,763,'_elementor_version','3.0.15'),(4599,763,'_wp_page_template','default'),(4600,763,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Build a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4601,763,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4602,764,'_elementor_edit_mode','builder'),(4603,764,'_elementor_template_type','wp-page'),(4604,764,'_elementor_version','3.0.15'),(4605,764,'_wp_page_template','default'),(4606,764,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Build a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4607,764,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4609,765,'_elementor_edit_mode','builder'),(4610,765,'_elementor_template_type','wp-page'),(4611,765,'_elementor_version','3.0.15'),(4612,765,'_wp_page_template','default'),(4613,765,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Build a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4614,765,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4615,766,'_elementor_edit_mode','builder'),(4616,766,'_elementor_template_type','wp-page'),(4617,766,'_elementor_version','3.0.15'),(4618,766,'_wp_page_template','default'),(4619,766,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p>-<span class=\\\"JsGRdQ\\\">Build a<\\/span><span class=\\\"JsGRdQ\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p>-Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/p><p>-Provide Financial Literacy Programs<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4620,766,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4621,767,'_elementor_edit_mode','builder'),(4622,767,'_elementor_template_type','wp-page'),(4623,767,'_elementor_version','3.0.15'),(4624,767,'_wp_page_template','default'),(4625,767,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p>\\n<p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\">2. Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/span><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4626,767,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4629,768,'_elementor_edit_mode','builder'),(4630,768,'_elementor_template_type','wp-page'),(4631,768,'_elementor_version','3.0.15'),(4632,768,'_wp_page_template','default'),(4633,768,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p>\\n<p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\">2. Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/span><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4634,768,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4636,769,'_elementor_edit_mode','builder'),(4637,769,'_elementor_template_type','wp-page'),(4638,769,'_elementor_version','3.0.15'),(4639,769,'_wp_page_template','default'),(4640,769,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p>\\n<p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\">2. Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/span><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4641,769,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4643,770,'_elementor_edit_mode','builder'),(4644,770,'_elementor_template_type','wp-page'),(4645,770,'_elementor_version','3.0.15'),(4646,770,'_wp_page_template','default'),(4647,770,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">2. Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4648,770,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4651,771,'_elementor_edit_mode','builder'),(4652,771,'_elementor_template_type','wp-page'),(4653,771,'_elementor_version','3.0.15'),(4654,771,'_wp_page_template','default'),(4655,771,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">2. Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4656,771,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4657,772,'_elementor_edit_mode','builder'),(4658,772,'_elementor_template_type','wp-page'),(4659,772,'_elementor_version','3.0.15'),(4660,772,'_wp_page_template','default'),(4661,772,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#0C0C0D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">2. Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4662,772,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4663,773,'_elementor_edit_mode','builder'),(4664,773,'_elementor_template_type','wp-page'),(4665,773,'_elementor_version','3.0.15'),(4666,773,'_wp_page_template','default'),(4667,773,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">2. Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4668,773,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4679,775,'_elementor_edit_mode','builder'),(4680,775,'_elementor_template_type','wp-page'),(4681,775,'_elementor_version','3.0.15'),(4682,775,'_wp_page_template','elementor_header_footer'),(4683,775,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4684,775,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(4685,776,'_elementor_edit_mode','builder'),(4686,776,'_elementor_template_type','wp-page'),(4687,776,'_elementor_version','3.0.15'),(4688,776,'_wp_page_template','elementor_header_footer'),(4689,776,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4690,776,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking: Networking at ReMix Ideas events<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(4691,777,'_elementor_edit_mode','builder'),(4692,777,'_elementor_template_type','wp-page'),(4693,777,'_elementor_version','3.0.15'),(4694,777,'_wp_page_template','elementor_header_footer'),(4695,777,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(4696,777,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(4717,780,'_elementor_edit_mode','builder'),(4718,780,'_elementor_template_type','wp-page'),(4719,780,'_elementor_version','3.0.15'),(4720,780,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (4721,780,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">2. Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4722,780,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4723,781,'_elementor_edit_mode','builder'),(4724,781,'_elementor_template_type','wp-page'),(4725,781,'_elementor_version','3.0.15'),(4726,781,'_wp_page_template','default'),(4727,781,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">2. Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4728,781,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4729,782,'_elementor_edit_mode','builder'),(4730,782,'_elementor_template_type','wp-page'),(4731,782,'_elementor_version','3.0.15'),(4732,782,'_wp_page_template','default'),(4733,782,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in five areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">2. Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>4. Build Black Businesses to Scale<\\/p><p>5. Build a Culture of Collective Ownership<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#050505\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4734,782,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4736,783,'_elementor_edit_mode','builder'),(4737,783,'_elementor_template_type','wp-page'),(4738,783,'_elementor_version','3.0.15'),(4739,783,'_wp_page_template','default'),(4740,783,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in five areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">2. Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>4. Build Black Businesses to Scale<\\/p><p>5. Build a Culture of Collective Ownership<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#050505\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4741,783,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4742,784,'_elementor_edit_mode','builder'),(4743,784,'_elementor_template_type','wp-page'),(4744,784,'_elementor_version','3.0.15'),(4745,784,'_wp_page_template','default'),(4746,784,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in five areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">2. Support certified Black-owned businesses with grants and mentorship\\/ technical assistance<\\/span><\\/strong><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>4. Build Black Businesses to Scale<\\/p><p>5. Build a Culture of Collective Ownership<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#050505\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4747,784,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4748,785,'_elementor_edit_mode','builder'),(4749,785,'_elementor_template_type','wp-page'),(4750,785,'_elementor_version','3.0.15'),(4751,785,'_wp_page_template','default'),(4752,785,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in five areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support certified Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship\\/ technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>4. Build Black Businesses to Scale<\\/p><p>5. Build a Culture of Collective Ownership<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4753,785,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4756,786,'_elementor_edit_mode','builder'),(4757,786,'_elementor_template_type','wp-page'),(4758,786,'_elementor_version','3.0.15'),(4759,786,'_wp_page_template','default'),(4760,786,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in five areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support certified Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship\\/ technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>4. Build Black Businesses to Scale<\\/p><p>5. Build a Culture of Collective Ownership<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4761,786,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4763,787,'_elementor_edit_mode','builder'),(4764,787,'_elementor_template_type','wp-page'),(4765,787,'_elementor_version','3.0.15'),(4766,787,'_wp_page_template','default'),(4767,787,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in five areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support certified Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship\\/ technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>4. Build Black Businesses to Scale<\\/p><p>5. Build a Culture of Collective Ownership<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4768,787,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4770,788,'_elementor_edit_mode','builder'),(4771,788,'_elementor_template_type','wp-page'),(4772,788,'_elementor_version','3.0.15'),(4773,788,'_wp_page_template','default'),(4774,788,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in five areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support certified Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship\\/ technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>4. Build Black Businesses to Scale<\\/p><p>5. Change the Narrative: Bring More Blacks to Tech - Entrepreneurship<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4775,788,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4779,789,'_elementor_edit_mode','builder'),(4780,789,'_elementor_template_type','wp-page'),(4781,789,'_elementor_version','3.0.15'),(4782,789,'_wp_page_template','default'),(4783,789,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in five areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support certified Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship\\/ technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>4. Build Black Businesses to Scale<\\/p><p>5. Change the Narrative: Bring More Blacks to Tech - Entrepreneurship<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4784,789,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4786,790,'_elementor_edit_mode','builder'),(4787,790,'_elementor_template_type','wp-page'),(4788,790,'_elementor_version','3.0.15'),(4789,790,'_wp_page_template','default'),(4790,790,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in five areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support certified Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship\\/ technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>4. Build Black Businesses to Scale<\\/p><p>5. Change the Narrative: Bring More Blacks to Tech - Entrepreneurship<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4791,790,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4793,791,'_elementor_edit_mode','builder'),(4794,791,'_elementor_template_type','wp-page'),(4795,791,'_elementor_version','3.0.15'),(4796,791,'_wp_page_template','default'),(4797,791,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in five areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support certified Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship\\/ technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>4. Build Black Businesses to Scale<\\/p><p>5. Change the Narrative: Bring More Blacks to Tech - Entrepreneurship<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4798,791,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4803,397,'ekit_post_views_count','5'),(4805,398,'ekit_post_views_count','3'),(4806,394,'ekit_post_views_count','4'),(4807,390,'_atbdp_post_views_count','3'),(4808,390,'ekit_post_views_count','4'),(4817,793,'_elementor_edit_mode','builder'),(4818,793,'_elementor_template_type','wp-page'),(4819,793,'_elementor_version','3.0.15'),(4820,793,'_wp_page_template','default'),(4821,793,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in five areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support certified Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship\\/ technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>4. Build Black Businesses to Scale<\\/p><p>5. Change the Narrative: Bring More Blacks to Tech - Entrepreneurship<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4822,793,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4823,794,'_elementor_edit_mode','builder'),(4824,794,'_elementor_template_type','wp-page'),(4825,794,'_elementor_version','3.0.15'),(4826,794,'_wp_page_template','default'),(4827,794,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in five areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build a<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> New Ecosystem for Black-Owned Businesses in Central Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support certified Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship\\/ technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>4. Build Black Businesses to Scale<\\/p><p>5. Change the Narrative: Bring More Blacks to Tech - Entrepreneurship<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4828,794,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4829,795,'_elementor_edit_mode','builder'),(4830,795,'_elementor_template_type','wp-page'),(4831,795,'_elementor_version','3.0.15'),(4832,795,'_wp_page_template','default'),(4833,795,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p>\\n<p><strong>We focus our efforts in three areas:<\\/strong><\\/p>\\n<p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in&nbsp; Arkansas<\\/span><\\/strong><\\/p>\\n<p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p>\\n<p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p>\\n<p><\\/p>\\n<p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\n<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4834,795,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4836,796,'_elementor_edit_mode','builder'),(4837,796,'_elementor_template_type','wp-page'),(4838,796,'_elementor_version','3.0.15'),(4839,796,'_wp_page_template','default'),(4840,796,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p>\\n<p><strong>We focus our efforts in three areas:<\\/strong><\\/p>\\n<p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in&nbsp; Arkansas<\\/span><\\/strong><\\/p>\\n<p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p>\\n<p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p>\\n<p><\\/p>\\n<p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\n<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4841,796,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4842,797,'_elementor_edit_mode','builder'),(4843,797,'_elementor_template_type','wp-page'),(4844,797,'_elementor_version','3.0.15'),(4845,797,'_wp_page_template','default'),(4846,797,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p>\\n<p><strong>We focus our efforts in three areas:<\\/strong><\\/p>\\n<p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in&nbsp; Arkansas<\\/span><\\/strong><\\/p>\\n<p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p>\\n<p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p>\\n<p><\\/p>\\n<p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\n<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4847,797,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4848,798,'_elementor_edit_mode','builder'),(4849,798,'_elementor_template_type','wp-page'),(4850,798,'_elementor_version','3.0.15'),(4851,798,'_wp_page_template','default'),(4852,798,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p>\\n<p><strong>We focus our efforts in three areas:<\\/strong><\\/p>\\n<p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p>\\n<p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p>\\n<p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p>\\n<p><\\/p>\\n<p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\n<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4853,798,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4863,800,'_elementor_edit_mode','builder'),(4864,800,'_elementor_template_type','wp-page'),(4865,800,'_elementor_version','3.0.15'),(4866,800,'_wp_page_template','default'),(4867,800,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p>\\n<p><strong>We focus our efforts in three areas:<\\/strong><\\/p>\\n<p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p>\\n<p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p>\\n<p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p>\\n<p><\\/p>\\n<p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\n<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4868,800,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4870,801,'_elementor_edit_mode','builder'),(4871,801,'_elementor_template_type','wp-page'),(4872,801,'_elementor_version','3.0.15'),(4873,801,'_wp_page_template','default'),(4874,801,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"their businesses\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p>\\n<p><strong>We focus our efforts in three areas:<\\/strong><\\/p>\\n<p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p>\\n<p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p>\\n<p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p>\\n<p><\\/p>\\n<p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\n<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4875,801,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4877,802,'_elementor_edit_mode','builder'),(4878,802,'_elementor_template_type','wp-page'),(4879,802,'_elementor_version','3.0.15'),(4880,802,'_wp_page_template','default'),(4881,802,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>\\u00a0<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4882,802,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4886,803,'_elementor_edit_mode','builder'),(4887,803,'_elementor_template_type','wp-page'),(4888,803,'_elementor_version','3.0.15'),(4889,803,'_wp_page_template','default'),(4890,803,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>\\u00a0<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4891,803,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4893,804,'_elementor_edit_mode','builder'),(4894,804,'_elementor_template_type','wp-page'),(4895,804,'_elementor_version','3.0.15'),(4896,804,'_wp_page_template','default'),(4897,804,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>\\u00a0<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4898,804,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4900,805,'_elementor_edit_mode','builder'),(4901,805,'_elementor_template_type','wp-page'),(4902,805,'_elementor_version','3.0.15'),(4903,805,'_wp_page_template','default'),(4904,805,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build supportive Ecosystem for Black-Owned Businesses in Arkansas\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>\\u00a0<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4905,805,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4909,806,'_elementor_edit_mode','builder'),(4910,806,'_elementor_template_type','wp-page'),(4911,806,'_elementor_version','3.0.15'),(4912,806,'_wp_page_template','default'),(4913,806,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build supportive Ecosystem for Black-Owned Businesses in Arkansas\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>\\u00a0<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4914,806,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4916,807,'_elementor_edit_mode','builder'),(4917,807,'_elementor_template_type','wp-page'),(4918,807,'_elementor_version','3.0.15'),(4919,807,'_wp_page_template','default'),(4920,807,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build supportive Ecosystem for Black-Owned Businesses in Arkansas\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"START\",\"_id\":\"e7a3f34\"},{\"eael_fancy_text_strings_text_field\":\"GROW\",\"_id\":\"086d895\"},{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>\\u00a0<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4921,807,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4923,808,'_elementor_edit_mode','builder'),(4924,808,'_elementor_template_type','wp-page'),(4925,808,'_elementor_version','3.0.15'),(4926,808,'_wp_page_template','default'),(4927,808,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>\\u00a0<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4928,808,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4940,810,'_elementor_edit_mode','builder'),(4941,810,'_elementor_template_type','wp-page'),(4942,810,'_elementor_version','3.0.15'),(4943,810,'_wp_page_template','default'),(4944,810,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>\\u00a0<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4945,810,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4946,811,'_elementor_edit_mode','builder'),(4947,811,'_elementor_template_type','wp-page'),(4948,811,'_elementor_version','3.0.15'),(4949,811,'_wp_page_template','default'),(4950,811,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"SCALE\",\"_id\":\"dc35066\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>\\u00a0<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4951,811,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4952,812,'_elementor_edit_mode','builder'),(4953,812,'_elementor_template_type','wp-page'),(4954,812,'_elementor_version','3.0.15'),(4955,812,'_wp_page_template','default'),(4956,812,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"in Arkansas\",\"_id\":\"f3dd9b2\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>\\u00a0<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4957,812,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4960,813,'_elementor_edit_mode','builder'),(4961,813,'_elementor_template_type','wp-page'),(4962,813,'_elementor_version','3.0.15'),(4963,813,'_wp_page_template','default'),(4964,813,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"in Arkansas\",\"_id\":\"f3dd9b2\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>\\u00a0<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4965,813,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4967,814,'_elementor_edit_mode','builder'),(4968,814,'_elementor_template_type','wp-page'),(4969,814,'_elementor_version','3.0.15'),(4970,814,'_wp_page_template','default'),(4971,814,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"in Arkansas\",\"_id\":\"f3dd9b2\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and mentorship<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide Financial Literacy Programs<\\/span><\\/strong><\\/p><p>\\u00a0<\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4972,814,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4974,815,'_elementor_edit_mode','builder'),(4975,815,'_elementor_template_type','wp-page'),(4976,815,'_elementor_version','3.0.15'),(4977,815,'_wp_page_template','default'),(4978,815,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"in Arkansas\",\"_id\":\"f3dd9b2\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(4979,815,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(4983,816,'_wp_attached_file','2021/01/Advancing-Black-Entrepreneurship_logo.png'),(4984,816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2701;s:6:\"height\";i:2701;s:4:\"file\";s:49:\"2021/01/Advancing-Black-Entrepreneurship_logo.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Advancing-Black-Entrepreneurship_logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Advancing-Black-Entrepreneurship_logo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Advancing-Black-Entrepreneurship_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Advancing-Black-Entrepreneurship_logo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:51:\"Advancing-Black-Entrepreneurship_logo-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:51:\"Advancing-Black-Entrepreneurship_logo-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:49:\"Advancing-Black-Entrepreneurship_logo-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:49:\"Advancing-Black-Entrepreneurship_logo-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:49:\"Advancing-Black-Entrepreneurship_logo-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:47:\"Advancing-Black-Entrepreneurship_logo-24x24.png\";s:5:\"width\";i:24;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:47:\"Advancing-Black-Entrepreneurship_logo-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:47:\"Advancing-Black-Entrepreneurship_logo-48x48.png\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4993,822,'_wp_attached_file','2021/01/cropped-Advancing-Black-Entrepreneurship_logo.png'),(4994,822,'_wp_attachment_context','site-icon'),(4995,822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:57:\"2021/01/cropped-Advancing-Black-Entrepreneurship_logo.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"cropped-Advancing-Black-Entrepreneurship_logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"cropped-Advancing-Black-Entrepreneurship_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:57:\"cropped-Advancing-Black-Entrepreneurship_logo-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:57:\"cropped-Advancing-Black-Entrepreneurship_logo-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:57:\"cropped-Advancing-Black-Entrepreneurship_logo-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:55:\"cropped-Advancing-Black-Entrepreneurship_logo-24x24.png\";s:5:\"width\";i:24;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:55:\"cropped-Advancing-Black-Entrepreneurship_logo-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:55:\"cropped-Advancing-Black-Entrepreneurship_logo-48x48.png\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:57:\"cropped-Advancing-Black-Entrepreneurship_logo-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:57:\"cropped-Advancing-Black-Entrepreneurship_logo-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:57:\"cropped-Advancing-Black-Entrepreneurship_logo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:55:\"cropped-Advancing-Black-Entrepreneurship_logo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5000,826,'_edit_lock','1609782186:2'),(5001,826,'_edit_last','2'),(5002,827,'_wp_attached_file','2021/01/Eminent.jpg'),(5003,827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1339;s:6:\"height\";i:640;s:4:\"file\";s:19:\"2021/01/Eminent.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Eminent-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Eminent-1024x489.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:489;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Eminent-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Eminent-768x367.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:19:\"Eminent-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:19:\"Eminent-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:19:\"Eminent-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:17:\"Eminent-24x11.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:17:\"Eminent-36x17.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:17;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:17:\"Eminent-48x23.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5004,826,'_never_expire','1'),(5005,826,'_featured','0'),(5006,826,'_price',''),(5007,826,'_price_range',''),(5008,826,'_atbd_listing_pricing',''),(5009,826,'_videourl',''),(5010,826,'_listing_status','post_status'),(5011,826,'_tagline',''),(5012,826,'_excerpt',''),(5014,826,'_address','6105 Father Tribou St #4, Little Rock'),(5015,826,'_phone','501-712-5459'),(5016,826,'_phone2',''),(5017,826,'_fax',''),(5018,826,'_email',''),(5019,826,'_website','https://www.thesumofitall.net/'),(5020,826,'_zip','AR 72205'),(5021,826,'_social','a:0:{}'),(5022,826,'_faqs','a:0:{}'),(5023,826,'_enable247hour',''),(5024,826,'_disable_bz_hour_listing',''),(5025,826,'_bdbh','a:0:{}'),(5026,826,'_manual_lat','40.7127753'),(5027,826,'_manual_lng','-74.0059728'),(5028,826,'_hide_map','1'),(5029,826,'_listing_img','a:1:{i:0;s:3:\"827\";}'),(5030,826,'_listing_prv_img',''),(5031,826,'_hide_contact_info','0'),(5032,826,'_hide_contact_owner','0'),(5033,826,'_expiry_date','2022-01-04 17:45:09'),(5034,826,'slide_template',''),(5035,826,'rs_page_bg_color',''),(5036,828,'_edit_lock','1609782137:2'),(5037,828,'_edit_last','2'),(5038,829,'_wp_attached_file','2021/01/Pies.png'),(5039,829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:179;s:4:\"file\";s:16:\"2021/01/Pies.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Pies-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:16:\"Pies-200x150.png\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:14:\"Pies-24x21.png\";s:5:\"width\";i:24;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:14:\"Pies-36x32.png\";s:5:\"width\";i:36;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:14:\"Pies-48x43.png\";s:5:\"width\";i:48;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5040,828,'_never_expire','1'),(5041,828,'_featured','0'),(5042,828,'_price',''),(5043,828,'_price_range',''),(5044,828,'_atbd_listing_pricing',''),(5045,828,'_videourl',''),(5046,828,'_listing_status','post_status'),(5047,828,'_tagline',''),(5048,828,'_excerpt',''),(5050,828,'_address','9813 W Markham St Suite B, Little Rock'),(5051,828,'_phone','501- 442-5096'),(5052,828,'_phone2',''),(5053,828,'_fax',''),(5054,828,'_email',''),(5055,828,'_website','https://www.facebook.com/CertifiedPies'),(5056,828,'_zip','AR 72205'),(5057,828,'_social','a:0:{}'),(5058,828,'_faqs','a:0:{}'),(5059,828,'_enable247hour',''),(5060,828,'_disable_bz_hour_listing',''),(5061,828,'_bdbh','a:0:{}'),(5062,828,'_manual_lat','40.7127753'),(5063,828,'_manual_lng','-74.0059728'),(5064,828,'_hide_map','1'),(5065,828,'_listing_img','a:1:{i:0;s:3:\"829\";}'),(5066,828,'_listing_prv_img',''),(5067,828,'_hide_contact_info','0'),(5068,828,'_hide_contact_owner','0'),(5069,828,'_expiry_date','2022-01-04 17:44:17'),(5070,828,'slide_template',''),(5071,828,'rs_page_bg_color',''),(5072,830,'_edit_lock','1609782080:2'),(5073,830,'_edit_last','2'),(5074,831,'_wp_attached_file','2021/01/Omenyi.png'),(5075,831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:215;s:6:\"height\";i:272;s:4:\"file\";s:18:\"2021/01/Omenyi.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Omenyi-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:18:\"Omenyi-215x150.png\";s:5:\"width\";i:215;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:16:\"Omenyi-19x24.png\";s:5:\"width\";i:19;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:16:\"Omenyi-28x36.png\";s:5:\"width\";i:28;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:16:\"Omenyi-38x48.png\";s:5:\"width\";i:38;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5076,830,'_never_expire','1'),(5077,830,'_featured','0'),(5078,830,'_price',''),(5079,830,'_price_range',''),(5080,830,'_atbd_listing_pricing',''),(5081,830,'_videourl',''),(5082,830,'_listing_status','post_status'),(5083,830,'_tagline',''),(5084,830,'_excerpt',''),(5086,830,'_address',''),(5087,830,'_phone',''),(5088,830,'_phone2',''),(5089,830,'_fax',''),(5090,830,'_email',''),(5091,830,'_website','https://www.omenyiclassicstew.com/'),(5092,830,'_zip',''),(5093,830,'_social','a:0:{}'),(5094,830,'_faqs','a:0:{}'),(5095,830,'_enable247hour',''),(5096,830,'_disable_bz_hour_listing',''),(5097,830,'_bdbh','a:0:{}'),(5098,830,'_manual_lat','40.7127753'),(5099,830,'_manual_lng','-74.0059728'),(5100,830,'_hide_map','1'),(5101,830,'_listing_img','a:1:{i:0;s:3:\"831\";}'),(5102,830,'_listing_prv_img',''),(5103,830,'_hide_contact_info','0'),(5104,830,'_hide_contact_owner','0'),(5105,830,'_expiry_date','2022-01-04 17:43:20'),(5106,830,'slide_template',''),(5107,830,'rs_page_bg_color',''),(5144,153,'_atbdp_post_views_count','2'),(5145,153,'ekit_post_views_count','3'),(5146,834,'_edit_lock','1609781921:2'),(5147,834,'_edit_last','2'),(5148,835,'_wp_attached_file','2021/01/R.gif'),(5149,835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:244;s:4:\"file\";s:13:\"2021/01/R.gif\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"R-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:13:\"R-250x150.gif\";s:5:\"width\";i:250;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:11:\"R-24x24.gif\";s:5:\"width\";i:24;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:11:\"R-36x36.gif\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/gif\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:11:\"R-48x48.gif\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5150,834,'_never_expire','1'),(5151,834,'_featured','0'),(5152,834,'_price',''),(5153,834,'_price_range',''),(5154,834,'_atbd_listing_pricing',''),(5155,834,'_videourl',''),(5156,834,'_listing_status','post_status'),(5157,834,'_tagline',''),(5158,834,'_excerpt',''),(5160,834,'_address','1001 Wright Avenue, Little Rock'),(5161,834,'_phone','(501) 952 3108'),(5162,834,'_phone2',''),(5163,834,'_fax',''),(5164,834,'_email',''),(5165,834,'_website','https://www.reservoirsupplyar.com/'),(5166,834,'_zip','AR, 72206'),(5167,834,'_social','a:0:{}'),(5168,834,'_faqs','a:0:{}'),(5169,834,'_enable247hour',''),(5170,834,'_disable_bz_hour_listing',''),(5171,834,'_bdbh','a:0:{}'),(5172,834,'_manual_lat','40.7127753'),(5173,834,'_manual_lng','-74.0059728'),(5174,834,'_hide_map','1'),(5175,834,'_listing_img','a:1:{i:0;s:3:\"835\";}'),(5176,834,'_listing_prv_img',''),(5177,834,'_hide_contact_info','0'),(5178,834,'_hide_contact_owner','0'),(5179,834,'_expiry_date','2022-01-04 17:40:55'),(5180,834,'slide_template',''),(5181,834,'rs_page_bg_color',''),(5182,836,'_edit_lock','1609781884:2'),(5183,836,'_edit_last','2'),(5184,837,'_wp_attached_file','2021/01/Sauce.jpg'),(5185,837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:17:\"2021/01/Sauce.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Sauce-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Sauce-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Sauce-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:17:\"Sauce-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:17:\"Sauce-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:17:\"Sauce-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:15:\"Sauce-24x24.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:15:\"Sauce-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:15:\"Sauce-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5186,836,'_never_expire','1'),(5187,836,'_featured','0'),(5188,836,'_price',''),(5189,836,'_price_range',''),(5190,836,'_atbd_listing_pricing',''),(5191,836,'_videourl',''),(5192,836,'_listing_status','post_status'),(5193,836,'_tagline',''),(5194,836,'_excerpt',''),(5196,836,'_address',''),(5197,836,'_phone',''),(5198,836,'_phone2',''),(5199,836,'_fax',''),(5200,836,'_email',''),(5201,836,'_website','https://truthsauceinc.com/'),(5202,836,'_zip',''),(5203,836,'_social','a:0:{}'),(5204,836,'_faqs','a:0:{}'),(5205,836,'_enable247hour',''),(5206,836,'_disable_bz_hour_listing',''),(5207,836,'_bdbh','a:0:{}'),(5208,836,'_manual_lat','40.7127753'),(5209,836,'_manual_lng','-74.0059728'),(5210,836,'_hide_map','1'),(5211,836,'_listing_img','a:1:{i:0;s:3:\"837\";}'),(5212,836,'_listing_prv_img',''),(5213,836,'_hide_contact_info','0'),(5214,836,'_hide_contact_owner','0'),(5215,836,'_expiry_date','2022-01-04 17:40:12'),(5216,836,'slide_template',''),(5217,836,'rs_page_bg_color',''),(5218,838,'_edit_lock','1609781843:2'),(5219,838,'_edit_last','2'),(5220,839,'_wp_attached_file','2021/01/The-House-Of-Mental-.jpg'),(5221,840,'_wp_attached_file','2021/01/The-House-Of-Mental-1-1.jpg'),(5222,841,'_wp_attached_file','2021/01/HouseM.jpg'),(5223,841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1079;s:6:\"height\";i:1079;s:4:\"file\";s:18:\"2021/01/HouseM.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"HouseM-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"HouseM-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"HouseM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"HouseM-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:18:\"HouseM-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:18:\"HouseM-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:18:\"HouseM-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:16:\"HouseM-24x24.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:16:\"HouseM-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:16:\"HouseM-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5224,838,'_never_expire','1'),(5225,838,'_featured','0'),(5226,838,'_price',''),(5227,838,'_price_range',''),(5228,838,'_atbd_listing_pricing',''),(5229,838,'_videourl',''),(5230,838,'_listing_status','post_status'),(5231,838,'_tagline',''),(5232,838,'_excerpt',''),(5234,838,'_address','801, South Chester Street, Little Rock'),(5235,838,'_phone',''),(5236,838,'_phone2',''),(5237,838,'_fax',''),(5238,838,'_email',''),(5239,838,'_website','https://www.facebook.com/TheHouseofMental'),(5240,838,'_zip','Arkansas, 72201'),(5241,838,'_social','a:0:{}'),(5242,838,'_faqs','a:0:{}'),(5243,838,'_enable247hour',''),(5244,838,'_disable_bz_hour_listing',''),(5245,838,'_bdbh','a:0:{}'),(5246,838,'_manual_lat','34.742525'),(5247,838,'_manual_lng','-92.2823'),(5248,838,'_hide_map',''),(5249,838,'_listing_img','a:1:{i:0;s:3:\"841\";}'),(5250,838,'_listing_prv_img',''),(5251,838,'_hide_contact_info','0'),(5252,838,'_hide_contact_owner','0'),(5253,838,'_expiry_date','2022-01-04 17:39:40'),(5254,838,'slide_template',''),(5255,838,'rs_page_bg_color',''),(5257,838,'ekit_post_views_count','6'),(5258,834,'_atbdp_post_views_count','2'),(5259,834,'ekit_post_views_count','3'),(5260,828,'_atbdp_post_views_count','5'),(5261,828,'ekit_post_views_count','7'),(5263,826,'ekit_post_views_count','18'),(5268,830,'ekit_post_views_count','2'),(5269,826,'_atbdp_post_views_count','16'),(5270,854,'_elementor_edit_mode','builder'),(5271,854,'_elementor_template_type','wp-page'),(5272,854,'_elementor_version','3.0.15'),(5273,854,'_wp_page_template','default'),(5274,854,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"in Arkansas\",\"_id\":\"f3dd9b2\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5275,854,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5277,855,'_elementor_edit_mode','builder'),(5278,855,'_elementor_template_type','wp-page'),(5279,855,'_elementor_version','3.0.15'),(5280,855,'_wp_page_template','default'),(5281,855,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"in Arkansas\",\"_id\":\"f3dd9b2\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em>\\\"We have to own our destiny . That is true freedom...\\\" - Benito Lubazibwa<\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5282,855,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5284,856,'_elementor_edit_mode','builder'),(5285,856,'_elementor_template_type','wp-page'),(5286,856,'_elementor_version','3.0.15'),(5287,856,'_wp_page_template','default'),(5288,856,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"in Arkansas\",\"_id\":\"f3dd9b2\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system in Arkansas. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5289,856,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5292,857,'_elementor_edit_mode','builder'),(5293,857,'_elementor_template_type','wp-page'),(5294,857,'_elementor_version','3.0.15'),(5295,857,'_wp_page_template','default'),(5296,857,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"in Arkansas\",\"_id\":\"f3dd9b2\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system in Arkansas. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5297,857,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5298,858,'_elementor_edit_mode','builder'),(5299,858,'_elementor_template_type','wp-page'),(5300,858,'_elementor_version','3.0.15'),(5301,858,'_wp_page_template','default'),(5302,858,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"in Arkansas\",\"_id\":\"f3dd9b2\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system in Arkansas. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5303,858,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5304,859,'_elementor_edit_mode','builder'),(5305,859,'_elementor_template_type','wp-page'),(5306,859,'_elementor_version','3.0.15'),(5307,859,'_wp_page_template','default'),(5308,859,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"in Arkansas\",\"_id\":\"f3dd9b2\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system in Arkansas. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5309,859,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5322,861,'_elementor_edit_mode','builder'),(5323,861,'_elementor_template_type','wp-page'),(5324,861,'_elementor_version','3.0.15'),(5325,861,'_wp_page_template','default'),(5326,861,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"in Arkansas\",\"_id\":\"f3dd9b2\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system in Arkansas. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5327,861,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5329,862,'_elementor_edit_mode','builder'),(5330,862,'_elementor_template_type','wp-page'),(5331,862,'_elementor_version','3.0.15'),(5332,862,'_wp_page_template','default'),(5333,862,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"44a4d02\",\"elType\":\"widget\",\"settings\":{\"eael_fancy_text_prefix\":\"Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses\",\"eael_fancy_text_strings\":[{\"eael_fancy_text_strings_text_field\":\"in Arkansas\",\"_id\":\"f3dd9b2\"}],\"eael_fancy_text_suffix\":\"\",\"eael_fancy_text_speed\":75,\"eael_fancy_text_delay\":2000,\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"eael_fancy_text_strings_typography_typography\":\"custom\",\"eael_fancy_text_strings_typography_font_family\":\"Raleway\",\"ending_typography_typography\":\"custom\",\"ending_typography_font_family\":\"Raleway\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"eael-fancy-text\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system in Arkansas. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5334,862,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5336,863,'_elementor_edit_mode','builder'),(5337,863,'_elementor_template_type','wp-page'),(5338,863,'_elementor_version','3.0.15'),(5339,863,'_wp_page_template','default'),(5340,863,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses in Arkansas<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system in Arkansas. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5341,863,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5345,864,'_edit_lock','1618577942:2'),(5346,864,'_edit_last','2'),(5347,864,'slide_template','default'),(5348,864,'rs_page_bg_color','#ffffff'),(5349,864,'_hide_page_title',''),(5350,864,'_hide_header',''),(5351,864,'_hide_footer',''),(5352,864,'_hide_breadcrumb',''),(5353,864,'_cover',''),(5354,864,'_show_excerpt',''),(5355,864,'_wc_apply_product',''),(5356,868,'_menu_item_type','post_type'),(5357,868,'_menu_item_menu_item_parent','0'),(5358,868,'_menu_item_object_id','864'),(5359,868,'_menu_item_object','page'),(5360,868,'_menu_item_target',''),(5361,868,'_menu_item_classes','a:1:{i:0;s:11:\"menu-adjust\";}'),(5362,868,'_menu_item_xfn',''),(5363,868,'_menu_item_url',''),(5365,42,'_menu_item_image_button','false'),(5366,42,'_menu_item_image_type','image'),(5373,864,'_wp_page_template','template-fullwidth.php'),(5380,836,'_atbdp_post_views_count','1'),(5381,836,'ekit_post_views_count','2'),(5382,830,'_atbdp_post_views_count','0'),(5383,838,'_atbdp_post_views_count','3'),(5384,145,'_atbdp_post_views_count','1'),(5385,145,'ekit_post_views_count','2'),(5386,398,'_atbdp_post_views_count','1'),(5387,157,'_atbdp_post_views_count','3'),(5388,157,'ekit_post_views_count','4'),(5395,879,'_elementor_edit_mode','builder'),(5396,879,'_elementor_template_type','wp-page'),(5397,879,'_elementor_version','3.0.15'),(5398,879,'_wp_page_template','default'),(5399,879,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses in Arkansas<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system in Arkansas. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5400,879,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5402,880,'_elementor_edit_mode','builder'),(5403,880,'_elementor_template_type','wp-page'),(5404,880,'_elementor_version','3.0.15'),(5405,880,'_wp_page_template','default'),(5406,880,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses in Arkansas<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system in Arkansas. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5407,880,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5409,881,'_elementor_edit_mode','builder'),(5410,881,'_elementor_template_type','wp-page'),(5411,881,'_elementor_version','3.0.15'),(5412,881,'_wp_page_template','default'),(5413,881,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses in Arkansas<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5414,881,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5417,159,'_atbdp_post_views_count','2'),(5418,159,'ekit_post_views_count','3'),(5424,883,'_edit_lock','1613347387:2'),(5425,883,'_wp_page_template','template-fullwidth.php'),(5426,883,'_edit_last','2'),(5427,883,'slide_template','default'),(5428,883,'rs_page_bg_color','#ffffff'),(5429,883,'_hide_page_title',''),(5430,883,'_hide_header',''),(5431,883,'_hide_footer',''),(5432,883,'_hide_breadcrumb',''),(5433,883,'_cover',''),(5434,883,'_show_excerpt',''),(5435,883,'_wc_apply_product',''),(5436,885,'_menu_item_type','post_type'),(5437,885,'_menu_item_menu_item_parent','0'),(5438,885,'_menu_item_object_id','883'),(5439,885,'_menu_item_object','page'),(5440,885,'_menu_item_target',''),(5441,885,'_menu_item_classes','a:1:{i:0;s:11:\"menu-adjust\";}'),(5442,885,'_menu_item_xfn',''),(5443,885,'_menu_item_url',''),(5455,894,'_elementor_edit_mode','builder'),(5456,894,'_elementor_template_type','wp-page'),(5457,894,'_elementor_version','3.0.15'),(5458,894,'_wp_page_template','elementor_header_footer'),(5459,894,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5460,894,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5461,895,'_elementor_edit_mode','builder'),(5462,895,'_elementor_template_type','wp-page'),(5463,895,'_elementor_version','3.0.15'),(5464,895,'_wp_page_template','elementor_header_footer'),(5465,895,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5466,895,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5467,896,'_elementor_edit_mode','builder'),(5468,896,'_elementor_template_type','wp-page'),(5469,896,'_elementor_version','3.0.15'),(5470,896,'_wp_page_template','elementor_header_footer'),(5471,896,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5472,896,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5474,897,'_elementor_edit_mode','builder'),(5475,897,'_elementor_template_type','wp-page'),(5476,897,'_elementor_version','3.1.1'),(5477,897,'_wp_page_template','elementor_header_footer'),(5478,897,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5479,897,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5480,898,'_elementor_edit_mode','builder'),(5481,898,'_elementor_template_type','wp-page'),(5482,898,'_elementor_version','3.1.1'),(5483,898,'_wp_page_template','elementor_header_footer'),(5484,898,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5485,898,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5486,899,'_elementor_edit_mode','builder'),(5487,899,'_elementor_template_type','wp-page'),(5488,899,'_elementor_version','3.1.1'),(5489,899,'_wp_page_template','elementor_header_footer'),(5490,899,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5491,899,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5494,900,'_elementor_edit_mode','builder'),(5495,900,'_elementor_template_type','wp-page'),(5496,900,'_elementor_version','3.1.1'),(5497,900,'_wp_page_template','elementor_header_footer'),(5498,900,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5499,900,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5501,901,'_elementor_edit_mode','builder'),(5502,901,'_elementor_template_type','wp-page'),(5503,901,'_elementor_version','3.1.1'),(5504,901,'_wp_page_template','elementor_header_footer'),(5505,901,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5506,901,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5508,902,'_elementor_edit_mode','builder'),(5509,902,'_elementor_template_type','wp-page'),(5510,902,'_elementor_version','3.1.1'),(5511,902,'_wp_page_template','elementor_header_footer'),(5512,902,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5513,902,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\"><span id=\\\"gmail-docs-internal-guid-07097de3-7fff-e7d7-d6e8-968459790104\\\">We are asking each participant to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally.<\\/span><\\/p><p dir=\\\"ltr\\\">We are encouraging participants to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5517,903,'_field_11','Test'),(5518,903,'_field_12','Ekow'),(5519,903,'_field_13','Test Ekow'),(5520,903,'_field_14','5013248900'),(5521,903,'_field_15','ekow@esselwebdesign.com'),(5522,903,'_field_16','Test on Advancing Black Entrepreneurship'),(5523,903,'_form_id','3'),(5524,903,'_seq_num','1'),(5533,909,'_elementor_edit_mode','builder'),(5534,909,'_elementor_template_type','wp-page'),(5535,909,'_elementor_version','3.1.1'),(5536,909,'_wp_page_template','elementor_header_footer'),(5537,909,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5538,909,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\"><span id=\\\"gmail-docs-internal-guid-07097de3-7fff-e7d7-d6e8-968459790104\\\">We are asking each participant to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally.<\\/span><\\/p><p dir=\\\"ltr\\\">We are encouraging participants to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5539,910,'_elementor_edit_mode','builder'),(5540,910,'_elementor_template_type','wp-page'),(5541,910,'_elementor_version','3.1.1'),(5542,910,'_wp_page_template','elementor_header_footer'),(5543,910,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5544,910,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\"><span id=\\\"gmail-docs-internal-guid-07097de3-7fff-e7d7-d6e8-968459790104\\\">We are asking each participant to pledge 10% of monthly spending\\/budget with Black-Owned businesses individually and institutionally.<\\/span><\\/p><p dir=\\\"ltr\\\">We are encouraging participants to make a pledge of talent and\\/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.\\u00a0<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5545,911,'_elementor_edit_mode','builder'),(5546,911,'_elementor_template_type','wp-page'),(5547,911,'_elementor_version','3.1.1'),(5548,911,'_wp_page_template','elementor_header_footer'),(5549,911,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5550,911,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5553,883,'_elementor_edit_mode','builder'),(5554,883,'_elementor_template_type','wp-page'),(5555,883,'_elementor_version','3.1.1'),(5560,915,'_wp_page_template','template-fullwidth.php'),(5561,915,'_elementor_edit_mode','builder'),(5562,915,'_elementor_template_type','wp-page'),(5563,915,'_elementor_version','3.1.1'),(5564,916,'_wp_page_template','template-fullwidth.php'),(5565,916,'_elementor_edit_mode','builder'),(5566,916,'_elementor_template_type','wp-page'),(5567,916,'_elementor_version','3.1.1'),(5568,883,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5569,883,'_elementor_data','[{\"id\":\"176b171d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39c2cadb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a21423e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<h3>Greetings Fellow Community Members -<\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<h3>2020 has been a challenging and distressing year for all of us.<br \\/>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \\\"business as usual\\u201d has been dramatically interrupted almost everywhere. Here in the United States,\\u00a0the health crisis and the ensuing economic fallout have disproportionately affected Black lives\\u2013both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the\\u00a0most. In fact, research from the University of California at Santa Cruz found that in April \\u2013 41% of Black-owned businesses \\u2013 440,000 \\u2013 had closed due to COVID-19 impacts compared to only 17% of white-owned firms.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint \\u2013 a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br \\/>entrepreneurship?<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.\\u00a0But as a growing spectrum of voices \\u2013 including entrepreneurs, corporate leaders, policy\\u00a0makers, educators and more \\u2013 have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \\\"If you want to travel fast, travel alone. If you want to travel far, travel together.\\\"<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br \\/>Thank you for choosing this path. We will certainly travel farther together!<\\/h3>\\n<h3>Sincerely,\\u00a0<\\/h3>\\n<h3><strong>Benito Lubazibwa<\\/strong><br \\/><strong>Advancing Black Entrepreneurship &amp; Black<\\/strong> <strong>Founders Summit - FOUNDER<\\/strong><\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5570,917,'_wp_page_template','template-fullwidth.php'),(5571,917,'_elementor_edit_mode','builder'),(5572,917,'_elementor_template_type','wp-page'),(5573,917,'_elementor_version','3.1.1'),(5574,917,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5575,917,'_elementor_data','[{\"id\":\"176b171d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39c2cadb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a21423e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p>Greetings Fellow Community Members -<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>2020 has been a challenging and distressing year for all of us.<br>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \\\"business as usual\\u201d has been dramatically interrupted almost everywhere. Here in the United States,&nbsp;the health crisis and the ensuing economic fallout have disproportionately affected Black lives\\u2013both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the&nbsp;most. In fact, research from the University of California at Santa Cruz found that in April \\u2013 41% of Black-owned businesses \\u2013 440,000 \\u2013 had closed due to COVID-19 impacts compared to only 17% of white-owned firms. <\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy. <\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint \\u2013 a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br>entrepreneurship? <\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<br><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.&nbsp;But as a growing spectrum of voices \\u2013 including entrepreneurs, corporate leaders, policy&nbsp;makers, educators and more \\u2013 have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \\\"If you want to travel fast, travel alone. If you want to travel far, travel together.\\\"<br><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>Advancing Black entrepreneurship is an ambitious and necessary journey.<br>Thank you for choosing this path. We will certainly travel farther together!<br><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\"><br><\\/span><\\/p><p><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\">Sincerely,<\\/span><br><\\/p><p>Benito Lubazibwa<br>Advancing Black Entrepreneurship &amp; Black Founders Summit - FOUNDER<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5586,919,'_elementor_edit_mode','builder'),(5587,919,'_elementor_template_type','wp-page'),(5588,919,'_elementor_version','3.1.1'),(5589,919,'_wp_page_template','elementor_header_footer'),(5590,919,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5591,919,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5592,920,'_elementor_edit_mode','builder'),(5593,920,'_elementor_template_type','wp-page'),(5594,920,'_elementor_version','3.1.1'),(5595,920,'_wp_page_template','elementor_header_footer'),(5596,920,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5597,920,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5598,921,'_elementor_edit_mode','builder'),(5599,921,'_elementor_template_type','wp-page'),(5600,921,'_elementor_version','3.1.1'),(5601,921,'_wp_page_template','elementor_header_footer'),(5602,921,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5603,921,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Buinesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5605,922,'_elementor_edit_mode','builder'),(5606,922,'_elementor_template_type','wp-page'),(5607,922,'_elementor_version','3.1.1'),(5608,922,'_wp_page_template','elementor_header_footer'),(5609,922,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5610,922,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Buinesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5611,923,'_elementor_edit_mode','builder'),(5612,923,'_elementor_template_type','wp-page'),(5613,923,'_elementor_version','3.1.1'),(5614,923,'_wp_page_template','elementor_header_footer'),(5615,923,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5616,923,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Buinesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5617,924,'_elementor_edit_mode','builder'),(5618,924,'_elementor_template_type','wp-page'),(5619,924,'_elementor_version','3.1.1'),(5620,924,'_wp_page_template','elementor_header_footer'),(5621,924,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5622,924,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5634,926,'_elementor_edit_mode','builder'),(5635,926,'_elementor_template_type','wp-page'),(5636,926,'_elementor_version','3.1.0'),(5637,926,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (5638,926,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses in Arkansas<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5639,926,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5640,927,'_elementor_edit_mode','builder'),(5641,927,'_elementor_template_type','wp-page'),(5642,927,'_elementor_version','3.1.0'),(5643,927,'_wp_page_template','default'),(5644,927,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses in Arkansas<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#101113\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5645,927,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5646,928,'_elementor_edit_mode','builder'),(5647,928,'_elementor_template_type','wp-page'),(5648,928,'_elementor_version','3.1.0'),(5649,928,'_wp_page_template','default'),(5650,928,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5651,928,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5663,930,'_elementor_edit_mode','builder'),(5664,930,'_elementor_template_type','wp-page'),(5665,930,'_elementor_version','3.1.1'),(5666,930,'_wp_page_template','default'),(5667,930,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5668,930,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5670,931,'_elementor_edit_mode','builder'),(5671,931,'_elementor_template_type','wp-page'),(5672,931,'_elementor_version','3.1.1'),(5673,931,'_wp_page_template','default'),(5674,931,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#09090A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5675,931,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5677,932,'_elementor_edit_mode','builder'),(5678,932,'_elementor_template_type','wp-page'),(5679,932,'_elementor_version','3.1.1'),(5680,932,'_wp_page_template','default'),(5681,932,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5682,932,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5686,933,'_elementor_edit_mode','builder'),(5687,933,'_elementor_template_type','wp-page'),(5688,933,'_elementor_version','3.1.1'),(5689,933,'_wp_page_template','default'),(5690,933,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5691,933,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5693,934,'_elementor_edit_mode','builder'),(5694,934,'_elementor_template_type','wp-page'),(5695,934,'_elementor_version','3.1.1'),(5696,934,'_wp_page_template','default'),(5697,934,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5698,934,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5700,935,'_elementor_edit_mode','builder'),(5701,935,'_elementor_template_type','wp-page'),(5702,935,'_elementor_version','3.1.1'),(5703,935,'_wp_page_template','default'),(5704,935,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5705,935,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5709,936,'_elementor_edit_mode','builder'),(5710,936,'_elementor_template_type','wp-page'),(5711,936,'_elementor_version','3.1.1'),(5712,936,'_wp_page_template','default'),(5713,936,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5714,936,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5716,937,'_elementor_edit_mode','builder'),(5717,937,'_elementor_template_type','wp-page'),(5718,937,'_elementor_version','3.1.1'),(5719,937,'_wp_page_template','default'),(5720,937,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5721,937,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5723,938,'_elementor_edit_mode','builder'),(5724,938,'_elementor_template_type','wp-page'),(5725,938,'_elementor_version','3.1.1'),(5726,938,'_wp_page_template','default'),(5727,938,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5728,938,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5732,939,'_elementor_edit_mode','builder'),(5733,939,'_elementor_template_type','wp-page'),(5734,939,'_elementor_version','3.1.1'),(5735,939,'_wp_page_template','default'),(5736,939,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5737,939,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5739,940,'_elementor_edit_mode','builder'),(5740,940,'_elementor_template_type','wp-page'),(5741,940,'_elementor_version','3.1.1'),(5742,940,'_wp_page_template','default'),(5743,940,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants\\u00a0<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5744,940,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5746,941,'_elementor_edit_mode','builder'),(5747,941,'_elementor_template_type','wp-page'),(5748,941,'_elementor_version','3.1.1'),(5749,941,'_wp_page_template','default'),(5750,941,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5751,941,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5761,943,'_elementor_edit_mode','builder'),(5762,943,'_elementor_template_type','wp-page'),(5763,943,'_elementor_version','3.1.1'),(5764,943,'_wp_page_template','default'),(5765,943,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5766,943,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5767,944,'_elementor_edit_mode','builder'),(5768,944,'_elementor_template_type','wp-page'),(5769,944,'_elementor_version','3.1.1'),(5770,944,'_wp_page_template','default'),(5771,944,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5772,944,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5773,945,'_elementor_edit_mode','builder'),(5774,945,'_elementor_template_type','wp-page'),(5775,945,'_elementor_version','3.1.1'),(5776,945,'_wp_page_template','default'),(5777,945,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Amplify and Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5778,945,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5780,946,'_elementor_edit_mode','builder'),(5781,946,'_elementor_template_type','wp-page'),(5782,946,'_elementor_version','3.1.1'),(5783,946,'_wp_page_template','elementor_header_footer'),(5784,946,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5785,946,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5787,947,'_elementor_edit_mode','builder'),(5788,947,'_elementor_template_type','wp-page'),(5789,947,'_elementor_version','3.1.1'),(5790,947,'_wp_page_template','elementor_header_footer'),(5791,947,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5792,947,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/p>\\n<p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.&nbsp;<\\/span><\\/p>\\n<p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.<\\/p>\\n<p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p>\\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p>\\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p>\\n<p>If you have questions about donations, please email&nbsp;<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p>\\n<p><br><\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5794,948,'_elementor_edit_mode','builder'),(5795,948,'_elementor_template_type','wp-page'),(5796,948,'_elementor_version','3.1.1'),(5797,948,'_wp_page_template','elementor_header_footer'),(5798,948,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5799,948,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(5804,949,'_elementor_edit_mode','builder'),(5805,949,'_elementor_template_type','wp-page'),(5806,949,'_elementor_version','3.1.1'),(5807,949,'_wp_page_template','default'),(5808,949,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Amplify and Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5809,949,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5811,950,'_elementor_edit_mode','builder'),(5812,950,'_elementor_template_type','wp-page'),(5813,950,'_elementor_version','3.1.1'),(5814,950,'_wp_page_template','default'),(5815,950,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Amplify and Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5816,950,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5818,951,'_elementor_edit_mode','builder'),(5819,951,'_elementor_template_type','wp-page'),(5820,951,'_elementor_version','3.1.1'),(5821,951,'_wp_page_template','default'),(5822,951,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(5823,951,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(5826,864,'_elementor_edit_mode','builder'),(5827,864,'_elementor_template_type','wp-page'),(5828,864,'_elementor_version','3.1.4'),(5835,955,'_wp_page_template','template-fullwidth.php'),(5836,955,'_elementor_edit_mode','builder'),(5837,955,'_elementor_template_type','wp-page'),(5838,955,'_elementor_version','3.1.1'),(5839,956,'_wp_page_template','template-fullwidth.php'),(5840,956,'_elementor_edit_mode','builder'),(5841,956,'_elementor_template_type','wp-page'),(5842,956,'_elementor_version','3.1.1'),(5843,864,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5844,864,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"text_color\":\"#0A0909\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5845,957,'_wp_page_template','template-fullwidth.php'),(5846,957,'_elementor_edit_mode','builder'),(5847,957,'_elementor_template_type','wp-page'),(5848,957,'_elementor_version','3.1.1'),(5849,957,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5850,957,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:html -->\\n<p><strong>ELEVATE <\\/strong><\\/p>\\n<p>Elevate is a free financial education program.<\\/p>\\n<p>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/p>\\n<!-- \\/wp:html -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5852,958,'_wp_page_template','template-fullwidth.php'),(5853,958,'_elementor_edit_mode','builder'),(5854,958,'_elementor_template_type','wp-page'),(5855,958,'_elementor_version','3.1.1'),(5856,958,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5857,958,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:html -->\\n<p><strong>ELEVATE <\\/strong><\\/p>\\n<p>Elevate is a free financial education program.<\\/p>\\n<p>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/p>\\n<!-- \\/wp:html -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5858,959,'_wp_page_template','template-fullwidth.php'),(5859,959,'_elementor_edit_mode','builder'),(5860,959,'_elementor_template_type','wp-page'),(5861,959,'_elementor_version','3.1.1'),(5862,959,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5863,959,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:html -->\\n<p><strong>ELEVATE <\\/strong><\\/p>\\n<p>Elevate is a free financial education program.<\\/p>\\n<p>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/p>\\n<!-- \\/wp:html -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5864,960,'_wp_page_template','template-fullwidth.php'),(5865,960,'_elementor_edit_mode','builder'),(5866,960,'_elementor_template_type','wp-page'),(5867,960,'_elementor_version','3.1.1'),(5868,960,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5869,960,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE\\u00a0 - <em>Financial Health<\\/em><\\/strong><\\/h3>\\n<p>Elevate is a free financial education program.<\\/p>\\n<p>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5872,961,'_wp_page_template','template-fullwidth.php'),(5873,961,'_elementor_edit_mode','builder'),(5874,961,'_elementor_template_type','wp-page'),(5875,961,'_elementor_version','3.1.1'),(5876,961,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5877,961,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE\\u00a0 - <em>Financial Health<\\/em><\\/strong><\\/h3>\\n<p>Elevate is a free financial education program.<\\/p>\\n<p>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5879,962,'_wp_page_template','template-fullwidth.php'),(5880,962,'_elementor_edit_mode','builder'),(5881,962,'_elementor_template_type','wp-page'),(5882,962,'_elementor_version','3.1.1'),(5883,962,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5884,962,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE\\u00a0 - <em>Financial Health<\\/em><\\/strong><\\/h3>\\n<p>Elevate is a free financial education program.<\\/p>\\n<p>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5886,963,'_wp_page_template','template-fullwidth.php'),(5887,963,'_elementor_edit_mode','builder'),(5888,963,'_elementor_template_type','wp-page'),(5889,963,'_elementor_version','3.1.1'),(5890,963,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5891,963,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE\\u00a0 - <em>Financial Health<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.\\u00a0<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5903,965,'_wp_page_template','template-fullwidth.php'),(5904,965,'_elementor_edit_mode','builder'),(5905,965,'_elementor_template_type','wp-page'),(5906,965,'_elementor_version','3.1.1'),(5907,965,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5908,965,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE\\u00a0 - <em>Financial Health<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.\\u00a0<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5909,966,'_wp_page_template','template-fullwidth.php'),(5910,966,'_elementor_edit_mode','builder'),(5911,966,'_elementor_template_type','wp-page'),(5912,966,'_elementor_version','3.1.1'),(5913,966,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5914,966,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE\\u00a0 - <em>Financial Health<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.\\u00a0<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5915,967,'_wp_page_template','template-fullwidth.php'),(5916,967,'_elementor_edit_mode','builder'),(5917,967,'_elementor_template_type','wp-page'),(5918,967,'_elementor_version','3.1.1'),(5919,967,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5920,967,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;final<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY - <\\/strong><b style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; color: black; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\\\">Awarding Grants and Providing Technical Assistance:<\\/span><\\/b><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0\\u00a0<\\/span><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5923,968,'_wp_page_template','template-fullwidth.php'),(5924,968,'_elementor_edit_mode','builder'),(5925,968,'_elementor_template_type','wp-page'),(5926,968,'_elementor_version','3.1.1'),(5927,968,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5928,968,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;final<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY - <\\/strong><b style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; color: black; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\\\">Awarding Grants and Providing Technical Assistance:<\\/span><\\/b><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0\\u00a0<\\/span><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5930,969,'_wp_page_template','template-fullwidth.php'),(5931,969,'_elementor_edit_mode','builder'),(5932,969,'_elementor_template_type','wp-page'),(5933,969,'_elementor_version','3.1.1'),(5934,969,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5935,969,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;final<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY - <\\/strong><b style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; color: black; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\\\">Awarding Grants and Providing Technical Assistance:<\\/span><\\/b><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0\\u00a0<\\/span><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5937,970,'_wp_page_template','template-fullwidth.php'),(5938,970,'_elementor_edit_mode','builder'),(5939,970,'_elementor_template_type','wp-page'),(5940,970,'_elementor_version','3.1.1'),(5941,970,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5942,970,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY - <\\/strong><b style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; color: black; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\\\">Awarding Grants and Providing Technical Assistance:<\\/span><\\/b><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0\\u00a0<\\/span><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5948,972,'_wp_page_template','template-fullwidth.php'),(5949,972,'_elementor_edit_mode','builder'),(5950,972,'_elementor_template_type','wp-page'),(5951,972,'_elementor_version','3.1.1'),(5952,972,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5953,972,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY - <\\/strong><b style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; color: black; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\\\">Awarding Grants and Providing Technical Assistance:<\\/span><\\/b><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0\\u00a0<\\/span><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5955,973,'_wp_page_template','template-fullwidth.php'),(5956,973,'_elementor_edit_mode','builder'),(5957,973,'_elementor_template_type','wp-page'),(5958,973,'_elementor_version','3.1.1'),(5959,973,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5960,973,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY - <\\/strong><b style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; color: black; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\\\">Awarding Grants and Providing Technical Assistance:<\\/span><\\/b><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0\\u00a0<\\/span><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5962,974,'_wp_page_template','template-fullwidth.php'),(5963,974,'_elementor_edit_mode','builder'),(5964,974,'_elementor_template_type','wp-page'),(5965,974,'_elementor_version','3.1.1'),(5966,974,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5967,974,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY - <\\/strong><b style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; color: black; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\\\">Awarding Grants and Providing Technical Assistance:<\\/span><\\/b><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0\\u00a0<\\/span><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5970,975,'_wp_page_template','template-fullwidth.php'),(5971,975,'_elementor_edit_mode','builder'),(5972,975,'_elementor_template_type','wp-page'),(5973,975,'_elementor_version','3.1.1'),(5974,975,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5975,975,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY - <\\/strong><b style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; color: black; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\\\">Awarding Grants and Providing Technical Assistance:<\\/span><\\/b><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0\\u00a0<\\/span><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5976,976,'_wp_page_template','template-fullwidth.php'),(5977,976,'_elementor_edit_mode','builder'),(5978,976,'_elementor_template_type','wp-page'),(5979,976,'_elementor_version','3.1.1'),(5980,976,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5981,976,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY - <\\/strong><b style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\\\"><span style=\\\"font-size: 12.0pt; line-height: 107%; font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: minor-bidi; color: black; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;\\\">Awarding Grants and Providing Technical Assistance:<\\/span><\\/b><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0\\u00a0<\\/span><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5982,977,'_wp_page_template','template-fullwidth.php'),(5983,977,'_elementor_edit_mode','builder'),(5984,977,'_elementor_template_type','wp-page'),(5985,977,'_elementor_version','3.1.1'),(5986,977,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5987,977,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp;<\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5990,978,'_wp_page_template','template-fullwidth.php'),(5991,978,'_elementor_edit_mode','builder'),(5992,978,'_elementor_template_type','wp-page'),(5993,978,'_elementor_version','3.1.1'),(5994,978,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(5995,978,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp;<\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(5997,979,'_wp_page_template','template-fullwidth.php'),(5998,979,'_elementor_edit_mode','builder'),(5999,979,'_elementor_template_type','wp-page'),(6000,979,'_elementor_version','3.1.1'),(6001,979,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6002,979,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp;<\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6004,980,'_wp_page_template','template-fullwidth.php'),(6005,980,'_elementor_edit_mode','builder'),(6006,980,'_elementor_template_type','wp-page'),(6007,980,'_elementor_version','3.1.1'),(6008,980,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6009,980,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY\\u00a0 - <\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: minor-latin; border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in; font-weight: normal;\\\">award $1,000 grants every month<\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6012,981,'_wp_page_template','template-fullwidth.php'),(6013,981,'_elementor_edit_mode','builder'),(6014,981,'_elementor_template_type','wp-page'),(6015,981,'_elementor_version','3.1.1'),(6016,981,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6017,981,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY\\u00a0 - <\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: minor-latin; border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in; font-weight: normal;\\\">award $1,000 grants every month<\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6018,982,'_wp_page_template','template-fullwidth.php'),(6019,982,'_elementor_edit_mode','builder'),(6020,982,'_elementor_template_type','wp-page'),(6021,982,'_elementor_version','3.1.1'),(6022,982,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6023,982,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY\\u00a0 - <\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: \'Calibri\',sans-serif; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: minor-latin; border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in; font-weight: normal;\\\">award $1,000 grants every month<\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6024,983,'_wp_page_template','template-fullwidth.php'),(6025,983,'_elementor_edit_mode','builder'),(6026,983,'_elementor_template_type','wp-page'),(6027,983,'_elementor_version','3.1.1'),(6028,983,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6029,983,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY\\u00a0 -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6031,984,'_wp_page_template','template-fullwidth.php'),(6032,984,'_elementor_edit_mode','builder'),(6033,984,'_elementor_template_type','wp-page'),(6034,984,'_elementor_version','3.1.1'),(6035,984,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6036,984,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY\\u00a0 -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6037,985,'_wp_page_template','template-fullwidth.php'),(6038,985,'_elementor_edit_mode','builder'),(6039,985,'_elementor_template_type','wp-page'),(6040,985,'_elementor_version','3.1.1'),(6041,985,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6042,985,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY\\u00a0 -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6043,986,'_wp_page_template','template-fullwidth.php'),(6044,986,'_elementor_edit_mode','builder'),(6045,986,'_elementor_template_type','wp-page'),(6046,986,'_elementor_version','3.1.1'),(6047,986,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6048,986,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp; -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6051,987,'_wp_page_template','template-fullwidth.php'),(6052,987,'_elementor_edit_mode','builder'),(6053,987,'_elementor_template_type','wp-page'),(6054,987,'_elementor_version','3.1.1'),(6055,987,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6056,987,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp; -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6058,988,'_wp_page_template','template-fullwidth.php'),(6059,988,'_elementor_edit_mode','builder'),(6060,988,'_elementor_template_type','wp-page'),(6061,988,'_elementor_version','3.1.1'),(6062,988,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6063,988,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp; -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6065,989,'_wp_page_template','template-fullwidth.php'),(6066,989,'_elementor_edit_mode','builder'),(6067,989,'_elementor_template_type','wp-page'),(6068,989,'_elementor_version','3.1.1'),(6069,989,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6070,989,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp; -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">Design Thinking&nbsp;&nbsp;<\\/strong><\\/p>\\n<h3>Use Design Thinking to Solve Community Problems.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6073,990,'_wp_page_template','template-fullwidth.php'),(6074,990,'_elementor_edit_mode','builder'),(6075,990,'_elementor_template_type','wp-page'),(6076,990,'_elementor_version','3.1.1'),(6077,990,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6078,990,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp; -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">Design Thinking&nbsp;&nbsp;<\\/strong><\\/p>\\n<h3>Use Design Thinking to Solve Community Problems.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6079,991,'_wp_page_template','template-fullwidth.php'),(6080,991,'_elementor_edit_mode','builder'),(6081,991,'_elementor_template_type','wp-page'),(6082,991,'_elementor_version','3.1.1'),(6083,991,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6084,991,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp; -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">Design Thinking&nbsp;&nbsp;<\\/strong><\\/p>\\n<h3>Use Design Thinking to Solve Community Problems.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6085,992,'_wp_page_template','template-fullwidth.php'),(6086,992,'_elementor_edit_mode','builder'),(6087,992,'_elementor_template_type','wp-page'),(6088,992,'_elementor_version','3.1.1'),(6089,992,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6090,992,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp; -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">DESIGN THINKING&nbsp;&nbsp;<\\/strong><\\/p>\\n<h3>Use Design Thinking to Solve Community Problems.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6099,994,'_wp_page_template','template-fullwidth.php'),(6100,994,'_elementor_edit_mode','builder'),(6101,994,'_elementor_template_type','wp-page'),(6102,994,'_elementor_version','3.1.1'),(6103,994,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6104,994,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp; -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">DESIGN THINKING&nbsp;&nbsp;<\\/strong><\\/p>\\n<h3>Use Design Thinking to Solve Community Problems.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6105,995,'_wp_page_template','template-fullwidth.php'),(6106,995,'_elementor_edit_mode','builder'),(6107,995,'_elementor_template_type','wp-page'),(6108,995,'_elementor_version','3.1.1'),(6109,995,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6110,995,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp; -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">DESIGN THINKING&nbsp;&nbsp;<\\/strong><\\/p>\\n<h3>Use Design Thinking to Solve Community Problems.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6111,996,'_wp_page_template','template-fullwidth.php'),(6112,996,'_elementor_edit_mode','builder'),(6113,996,'_elementor_template_type','wp-page'),(6114,996,'_elementor_version','3.1.1'),(6115,996,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6116,996,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp; -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif;\\\"><span style=\\\"font-size: 20px;\\\"><b>Certified Black-Owned Business<\\/b><\\/span><\\/span><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">\\u00a0<\\/strong><\\/p>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">AWAKE\\u00a0 \\u00a0<\\/strong><\\/p>\\n<h3>Use Design Thinking to Solve Community Problems.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6118,997,'_wp_page_template','template-fullwidth.php'),(6119,997,'_elementor_edit_mode','builder'),(6120,997,'_elementor_template_type','wp-page'),(6121,997,'_elementor_version','3.1.1'),(6122,997,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6123,997,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp; -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif;\\\"><span style=\\\"font-size: 20px;\\\"><b>Certified Black-Owned Business<\\/b><\\/span><\\/span><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">\\u00a0<\\/strong><\\/p>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">AWAKE\\u00a0 \\u00a0<\\/strong><\\/p>\\n<h3>Use Design Thinking to Solve Community Problems.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6124,998,'_wp_page_template','template-fullwidth.php'),(6125,998,'_elementor_edit_mode','builder'),(6126,998,'_elementor_template_type','wp-page'),(6127,998,'_elementor_version','3.1.1'),(6128,998,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6129,998,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp; -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif;\\\"><span style=\\\"font-size: 20px;\\\"><b>Certified Black-Owned Business<\\/b><\\/span><\\/span><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">\\u00a0<\\/strong><\\/p>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">AWAKE\\u00a0 \\u00a0<\\/strong><\\/p>\\n<h3>Use Design Thinking to Solve Community Problems.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6130,999,'_wp_page_template','template-fullwidth.php'),(6131,999,'_elementor_edit_mode','builder'),(6132,999,'_elementor_template_type','wp-page'),(6133,999,'_elementor_version','3.1.1'),(6134,999,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6135,999,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp; -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.&nbsp;<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif;\\\"><span style=\\\"font-size: 20px;\\\"><b>Certified Black-Owned Business<\\/b><\\/span><\\/span><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">\\u00a0<\\/strong><\\/p>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">AWAKE\\u00a0 \\u00a0<\\/strong><\\/p>\\n<h3>Use Design Thinking to Solve Community Problems.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6144,1001,'_wp_page_template','template-fullwidth.php'),(6145,1001,'_elementor_edit_mode','builder'),(6146,1001,'_elementor_template_type','wp-page'),(6147,1001,'_elementor_version','3.1.1'),(6148,1001,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6149,1001,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp; -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.&nbsp;<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif;\\\"><span style=\\\"font-size: 20px;\\\"><b>Certified Black-Owned Business<\\/b><\\/span><\\/span><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">\\u00a0<\\/strong><\\/p>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">AWAKE\\u00a0 \\u00a0<\\/strong><\\/p>\\n<h3>Use Design Thinking to Solve Community Problems.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6150,1002,'_wp_page_template','template-fullwidth.php'),(6151,1002,'_elementor_edit_mode','builder'),(6152,1002,'_elementor_template_type','wp-page'),(6153,1002,'_elementor_version','3.1.1'),(6154,1002,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6155,1002,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;<\\/em><\\/strong><\\/h3>\\n<h4>Elevate is a free financial education program.<\\/h4>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY&nbsp; -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.&nbsp;<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif;\\\"><span style=\\\"font-size: 20px;\\\"><b>Certified Black-Owned Business<\\/b><\\/span><\\/span><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">\\u00a0<\\/strong><\\/p>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">AWAKE\\u00a0 \\u00a0<\\/strong><\\/p>\\n<h3>Use Design Thinking to Solve Community Problems.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6156,1003,'_wp_page_template','template-fullwidth.php'),(6157,1003,'_elementor_edit_mode','builder'),(6158,1003,'_elementor_template_type','wp-page'),(6159,1003,'_elementor_version','3.1.1'),(6160,1003,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6161,1003,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE\\u00a0 - <em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h3>\\n<h3>Elevate is a free financial education program.<\\/h3>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY\\u00a0 -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.\\u00a0<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif;\\\"><span style=\\\"font-size: 20px;\\\"><b>Certified Black-Owned Business<\\/b><\\/span><\\/span><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">\\u00a0<\\/strong><\\/p>\\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">AWAKE\\u00a0 \\u00a0<\\/strong><\\/p>\\n<h4>Use Design Thinking to Solve Community Problems.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6164,1004,'_wp_page_template','template-fullwidth.php'),(6165,1004,'_elementor_edit_mode','builder'),(6166,1004,'_elementor_template_type','wp-page'),(6167,1004,'_elementor_version','3.1.1'),(6168,1004,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6169,1004,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE\\u00a0 - <em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h3>\\n<h3>Elevate is a free financial education program.<\\/h3>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY\\u00a0 -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.\\u00a0<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif;\\\"><span style=\\\"font-size: 20px;\\\"><b>Certified Black-Owned Business<\\/b><\\/span><\\/span><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">\\u00a0<\\/strong><\\/p>\\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">AWAKE\\u00a0 \\u00a0<\\/strong><\\/p>\\n<h4>Use Design Thinking to Solve Community Problems.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6171,1005,'_wp_page_template','template-fullwidth.php'),(6172,1005,'_elementor_edit_mode','builder'),(6173,1005,'_elementor_template_type','wp-page'),(6174,1005,'_elementor_version','3.1.1'),(6175,1005,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6176,1005,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE\\u00a0 - <em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h3>\\n<h3>Elevate is a free financial education program.<\\/h3>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY\\u00a0 -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.\\u00a0<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif;\\\"><span style=\\\"font-size: 20px;\\\"><b>Certified Black-Owned Business<\\/b><\\/span><\\/span><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">\\u00a0<\\/strong><\\/p>\\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">AWAKE\\u00a0 \\u00a0<\\/strong><\\/p>\\n<h4>Use Design Thinking to Solve Community Problems.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6178,1006,'_wp_page_template','template-fullwidth.php'),(6179,1006,'_elementor_edit_mode','builder'),(6180,1006,'_elementor_template_type','wp-page'),(6181,1006,'_elementor_version','3.1.1'),(6182,1006,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6183,1006,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE\\u00a0 - <em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h3>\\n<h3>Elevate is a free financial education program.<\\/h3>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY\\u00a0 -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.\\u00a0<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif;\\\"><span style=\\\"font-size: 20px;\\\"><b>Certified Black-Owned Business<\\/b><\\/span><\\/span><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">\\u00a0<\\/strong><\\/p>\\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">AWAKE&nbsp; &nbsp;<\\/strong><\\/p>\\n<h4>Use Design Thinking to Solve Economic Problems.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6186,1007,'_wp_page_template','template-fullwidth.php'),(6187,1007,'_elementor_edit_mode','builder'),(6188,1007,'_elementor_template_type','wp-page'),(6189,1007,'_elementor_version','3.1.1'),(6190,1007,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6191,1007,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE\\u00a0 - <em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h3>\\n<h3>Elevate is a free financial education program.<\\/h3>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY\\u00a0 -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.\\u00a0<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif;\\\"><span style=\\\"font-size: 20px;\\\"><b>Certified Black-Owned Business<\\/b><\\/span><\\/span><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">\\u00a0<\\/strong><\\/p>\\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">AWAKE&nbsp; &nbsp;<\\/strong><\\/p>\\n<h4>Use Design Thinking to Solve Economic Problems.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6192,1008,'_wp_page_template','template-fullwidth.php'),(6193,1008,'_elementor_edit_mode','builder'),(6194,1008,'_elementor_template_type','wp-page'),(6195,1008,'_elementor_version','3.1.1'),(6196,1008,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6197,1008,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE\\u00a0 - <em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h3>\\n<h3>Elevate is a free financial education program.<\\/h3>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY\\u00a0 -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.\\u00a0<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif;\\\"><span style=\\\"font-size: 20px;\\\"><b>Certified Black-Owned Business<\\/b><\\/span><\\/span><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">\\u00a0<\\/strong><\\/p>\\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">AWAKE&nbsp; &nbsp;<\\/strong><\\/p>\\n<h4>Use Design Thinking to Solve Economic Problems.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6198,1009,'_wp_page_template','template-fullwidth.php'),(6199,1009,'_elementor_edit_mode','builder'),(6200,1009,'_elementor_template_type','wp-page'),(6201,1009,'_elementor_version','3.1.1'),(6202,1009,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6203,1009,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE\\u00a0 - <em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h3>\\n<h3>Elevate is a free financial education program.<\\/h3>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY\\u00a0 -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.\\u00a0<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif;\\\"><span style=\\\"font-size: 20px;\\\"><b>Certified Black-Owned Business<\\/b><\\/span><\\/span><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">\\u00a0<\\/strong><\\/p>\\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">AWAKE&nbsp; &nbsp;<\\/strong><\\/p>\\n<h4>Use New Innovative Thinking to Solve Community Problems.<\\/h4><div><h1 style=\\\"background-position: 50% center; background-repeat: no-repeat; box-sizing: inherit; font-size: 2.44rem; margin-top: 40px; margin-bottom: 4px; padding: 0px; font-family: &quot;Source Sans Pro&quot;, arial, sans-serif; line-height: 1.2; letter-spacing: -0.75px; color: rgb(43, 43, 43); font-variant-ligatures: common-ligatures; background-color: rgb(249, 249, 249);\\\"><br><\\/h1><\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6206,1010,'_wp_page_template','template-fullwidth.php'),(6207,1010,'_elementor_edit_mode','builder'),(6208,1010,'_elementor_template_type','wp-page'),(6209,1010,'_elementor_version','3.1.1'),(6210,1010,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6211,1010,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE\\u00a0 - <em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h3>\\n<h3>Elevate is a free financial education program.<\\/h3>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY\\u00a0 -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.\\u00a0<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif;\\\"><span style=\\\"font-size: 20px;\\\"><b>Certified Black-Owned Business<\\/b><\\/span><\\/span><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">\\u00a0<\\/strong><\\/p>\\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">AWAKE&nbsp; &nbsp;<\\/strong><\\/p>\\n<h4>Use New Innovative Thinking to Solve Community Problems.<\\/h4><div><h1 style=\\\"background-position: 50% center; background-repeat: no-repeat; box-sizing: inherit; font-size: 2.44rem; margin-top: 40px; margin-bottom: 4px; padding: 0px; font-family: &quot;Source Sans Pro&quot;, arial, sans-serif; line-height: 1.2; letter-spacing: -0.75px; color: rgb(43, 43, 43); font-variant-ligatures: common-ligatures; background-color: rgb(249, 249, 249);\\\"><br><\\/h1><\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6213,1011,'_wp_page_template','template-fullwidth.php'),(6214,1011,'_elementor_edit_mode','builder'),(6215,1011,'_elementor_template_type','wp-page'),(6216,1011,'_elementor_version','3.1.1'),(6217,1011,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6218,1011,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>ELEVATE\\u00a0 - <em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h3>\\n<h3>Elevate is a free financial education program.<\\/h3>\\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>BLACK ENTREPRENEURSHIP FUND <\\/strong><span style=\\\"font-weight: var( --e-global-typography-text-font-weight ); font-size: 12pt; line-height: 107%; font-family: Calibri, sans-serif; color: black;\\\">\\u00a0<\\/span><\\/h3>\\n<h4 class=\\\"MsoNormal\\\">The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h3><strong>POWER OF MANY\\u00a0 -<i> <\\/i><\\/strong><strong style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\\\"><span style=\\\"font-family: Calibri, sans-serif; border: 1pt none windowtext; padding: 0in;\\\"><i>award $1,000 grants every month<\\/i><\\/span><\\/strong><\\/h3>\\n<h3><span style=\\\"font-size: 12.0pt; line-height: 107%;\\\">Power of\\u00a0Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br \\/>through cumulative individual giving.\\u00a0<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif;\\\"><span style=\\\"font-size: 20px;\\\"><b>Certified Black-Owned Business<\\/b><\\/span><\\/span><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">\\u00a0<\\/strong><\\/p>\\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h4>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<p><strong style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">AWAKE&nbsp; &nbsp;<\\/strong><\\/p>\\n<h4>Use New Innovative Thinking to Solve Community Problems.<\\/h4><div><h1 style=\\\"background-position: 50% center; background-repeat: no-repeat; box-sizing: inherit; font-size: 2.44rem; margin-top: 40px; margin-bottom: 4px; padding: 0px; font-family: &quot;Source Sans Pro&quot;, arial, sans-serif; line-height: 1.2; letter-spacing: -0.75px; color: rgb(43, 43, 43); font-variant-ligatures: common-ligatures; background-color: rgb(249, 249, 249);\\\"><br><\\/h1><\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6220,1012,'_wp_page_template','template-fullwidth.php'),(6221,1012,'_elementor_edit_mode','builder'),(6222,1012,'_elementor_template_type','wp-page'),(6223,1012,'_elementor_version','3.1.1'),(6224,1012,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6225,1012,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 -\\u00a0<em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3><span style=\\\"font-size: 1.0625rem;\\\">mentorship\\/ technical assistance.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><b>Certified Black-Owned Business<\\/b><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6229,1013,'_wp_page_template','template-fullwidth.php'),(6230,1013,'_elementor_edit_mode','builder'),(6231,1013,'_elementor_template_type','wp-page'),(6232,1013,'_elementor_version','3.1.1'),(6233,1013,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6234,1013,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 -\\u00a0<em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3><span style=\\\"font-size: 1.0625rem;\\\">mentorship\\/ technical assistance.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><b>Certified Black-Owned Business<\\/b><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6236,1014,'_wp_page_template','template-fullwidth.php'),(6237,1014,'_elementor_edit_mode','builder'),(6238,1014,'_elementor_template_type','wp-page'),(6239,1014,'_elementor_version','3.1.1'),(6240,1014,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6241,1014,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 -\\u00a0<em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3><span style=\\\"font-size: 1.0625rem;\\\">mentorship\\/ technical assistance.<\\/span><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><b>Certified Black-Owned Business<\\/b><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6243,1015,'_wp_page_template','template-fullwidth.php'),(6244,1015,'_elementor_edit_mode','builder'),(6245,1015,'_elementor_template_type','wp-page'),(6246,1015,'_elementor_version','3.1.1'),(6247,1015,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6248,1015,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 -\\u00a0<em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><b>Certified Black-Owned Business<\\/b><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6251,1016,'_wp_page_template','template-fullwidth.php'),(6252,1016,'_elementor_edit_mode','builder'),(6253,1016,'_elementor_template_type','wp-page'),(6254,1016,'_elementor_version','3.1.1'),(6255,1016,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6256,1016,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 -\\u00a0<em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><b>Certified Black-Owned Business<\\/b><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6257,1017,'_wp_page_template','template-fullwidth.php'),(6258,1017,'_elementor_edit_mode','builder'),(6259,1017,'_elementor_template_type','wp-page'),(6260,1017,'_elementor_version','3.1.1'),(6261,1017,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6262,1017,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 -\\u00a0<em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><b>Certified Black-Owned Business<\\/b><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6263,1018,'_wp_page_template','template-fullwidth.php'),(6264,1018,'_elementor_edit_mode','builder'),(6265,1018,'_elementor_template_type','wp-page'),(6266,1018,'_elementor_version','3.1.1'),(6267,1018,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6268,1018,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 -\\u00a0<em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><b>Certified Black-Owned Business<\\/b><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6277,1020,'_wp_page_template','template-fullwidth.php'),(6278,1020,'_elementor_edit_mode','builder'),(6279,1020,'_elementor_template_type','wp-page'),(6280,1020,'_elementor_version','3.1.1'),(6281,1020,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6282,1020,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 -\\u00a0<em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><b>Certified Black-Owned Business<\\/b><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6283,1021,'_wp_page_template','template-fullwidth.php'),(6284,1021,'_elementor_edit_mode','builder'),(6285,1021,'_elementor_template_type','wp-page'),(6286,1021,'_elementor_version','3.1.1'),(6287,1021,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6288,1021,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 -\\u00a0<em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><b>Certified Black-Owned Business<\\/b><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6289,1022,'_wp_page_template','template-fullwidth.php'),(6290,1022,'_elementor_edit_mode','builder'),(6291,1022,'_elementor_template_type','wp-page'),(6292,1022,'_elementor_version','3.1.1'),(6293,1022,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6294,1022,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 -\\u00a0<em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6296,1023,'_wp_page_template','template-fullwidth.php'),(6297,1023,'_elementor_edit_mode','builder'),(6298,1023,'_elementor_template_type','wp-page'),(6299,1023,'_elementor_version','3.1.1'),(6300,1023,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6301,1023,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 -\\u00a0<em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6302,1024,'_wp_page_template','template-fullwidth.php'),(6303,1024,'_elementor_edit_mode','builder'),(6304,1024,'_elementor_template_type','wp-page'),(6305,1024,'_elementor_version','3.1.1'),(6306,1024,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6307,1024,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 -\\u00a0<em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6308,1025,'_wp_page_template','template-fullwidth.php'),(6309,1025,'_elementor_edit_mode','builder'),(6310,1025,'_elementor_template_type','wp-page'),(6311,1025,'_elementor_version','3.1.1'),(6312,1025,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6313,1025,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 -\\u00a0<em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6322,1027,'_wp_page_template','template-fullwidth.php'),(6323,1027,'_elementor_edit_mode','builder'),(6324,1027,'_elementor_template_type','wp-page'),(6325,1027,'_elementor_version','3.1.1'),(6326,1027,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6327,1027,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 -\\u00a0<em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6328,1028,'_wp_page_template','template-fullwidth.php'),(6329,1028,'_elementor_edit_mode','builder'),(6330,1028,'_elementor_template_type','wp-page'),(6331,1028,'_elementor_version','3.1.1'),(6332,1028,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6333,1028,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 -\\u00a0<em>Financial Health\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6334,1029,'_wp_page_template','template-fullwidth.php'),(6335,1029,'_elementor_edit_mode','builder'),(6336,1029,'_elementor_template_type','wp-page'),(6337,1029,'_elementor_version','3.1.1'),(6338,1029,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6339,1029,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.<\\/h3>\\n<h3>.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6342,1030,'_wp_page_template','template-fullwidth.php'),(6343,1030,'_elementor_edit_mode','builder'),(6344,1030,'_elementor_template_type','wp-page'),(6345,1030,'_elementor_version','3.1.1'),(6346,1030,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6347,1030,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.<\\/h3>\\n<h3>.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6349,1031,'_wp_page_template','template-fullwidth.php'),(6350,1031,'_elementor_edit_mode','builder'),(6351,1031,'_elementor_template_type','wp-page'),(6352,1031,'_elementor_version','3.1.1'),(6353,1031,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6354,1031,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.<\\/h3>\\n<h3>.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6356,1032,'_wp_page_template','template-fullwidth.php'),(6357,1032,'_elementor_edit_mode','builder'),(6358,1032,'_elementor_template_type','wp-page'),(6359,1032,'_elementor_version','3.1.1'),(6360,1032,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6361,1032,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><br \\/><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><br \\/><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <strong>- Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6364,1033,'_wp_page_template','template-fullwidth.php'),(6365,1033,'_elementor_edit_mode','builder'),(6366,1033,'_elementor_template_type','wp-page'),(6367,1033,'_elementor_version','3.1.1'),(6368,1033,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6369,1033,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><br \\/><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><br \\/><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <strong>- Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6370,1034,'_wp_page_template','template-fullwidth.php'),(6371,1034,'_elementor_edit_mode','builder'),(6372,1034,'_elementor_template_type','wp-page'),(6373,1034,'_elementor_version','3.1.1'),(6374,1034,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6375,1034,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><br \\/><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><br \\/><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <strong>- Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6376,1035,'_wp_page_template','template-fullwidth.php'),(6377,1035,'_elementor_edit_mode','builder'),(6378,1035,'_elementor_template_type','wp-page'),(6379,1035,'_elementor_version','3.1.1'),(6380,1035,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6381,1035,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6383,1036,'_wp_page_template','template-fullwidth.php'),(6384,1036,'_elementor_edit_mode','builder'),(6385,1036,'_elementor_template_type','wp-page'),(6386,1036,'_elementor_version','3.1.1'),(6387,1036,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6388,1036,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6389,1037,'_wp_page_template','template-fullwidth.php'),(6390,1037,'_elementor_edit_mode','builder'),(6391,1037,'_elementor_template_type','wp-page'),(6392,1037,'_elementor_version','3.1.1'),(6393,1037,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6394,1037,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6395,1038,'_wp_page_template','template-fullwidth.php'),(6396,1038,'_elementor_edit_mode','builder'),(6397,1038,'_elementor_template_type','wp-page'),(6398,1038,'_elementor_version','3.1.1'),(6399,1038,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6400,1038,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6402,1039,'_wp_page_template','template-fullwidth.php'),(6403,1039,'_elementor_edit_mode','builder'),(6404,1039,'_elementor_template_type','wp-page'),(6405,1039,'_elementor_version','3.1.1'),(6406,1039,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6407,1039,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6408,1040,'_wp_page_template','template-fullwidth.php'),(6409,1040,'_elementor_edit_mode','builder'),(6410,1040,'_elementor_template_type','wp-page'),(6411,1040,'_elementor_version','3.1.1'),(6412,1040,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6413,1040,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6414,1041,'_wp_page_template','template-fullwidth.php'),(6415,1041,'_elementor_edit_mode','builder'),(6416,1041,'_elementor_template_type','wp-page'),(6417,1041,'_elementor_version','3.1.1'),(6418,1041,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6419,1041,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;<\\/h3><h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6421,1042,'_wp_page_template','template-fullwidth.php'),(6422,1042,'_elementor_edit_mode','builder'),(6423,1042,'_elementor_template_type','wp-page'),(6424,1042,'_elementor_version','3.1.1'),(6425,1042,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6426,1042,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;<\\/h3><h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6427,1043,'_wp_page_template','template-fullwidth.php'),(6428,1043,'_elementor_edit_mode','builder'),(6429,1043,'_elementor_template_type','wp-page'),(6430,1043,'_elementor_version','3.1.1'),(6431,1043,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6432,1043,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;<\\/h3><h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6433,1044,'_wp_page_template','template-fullwidth.php'),(6434,1044,'_elementor_edit_mode','builder'),(6435,1044,'_elementor_template_type','wp-page'),(6436,1044,'_elementor_version','3.1.1'),(6437,1044,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6438,1044,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6450,1046,'_elementor_edit_mode','builder'),(6451,1046,'_elementor_template_type','wp-page'),(6452,1046,'_elementor_version','3.1.1'),(6453,1046,'_wp_page_template','elementor_header_footer'),(6454,1046,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6455,1046,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(6457,1047,'_elementor_edit_mode','builder'),(6458,1047,'_elementor_template_type','wp-page'),(6459,1047,'_elementor_version','3.1.1'),(6460,1047,'_wp_page_template','elementor_header_footer'),(6461,1047,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6462,1047,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p>\\n<ol>\\n<li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is located in the United States<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li>\\n<li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider&nbsp;<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring, technical assistance\\u00a0 and education<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(6464,1048,'_elementor_edit_mode','builder'),(6465,1048,'_elementor_template_type','wp-page'),(6466,1048,'_elementor_version','3.1.1'),(6467,1048,'_wp_page_template','elementor_header_footer'),(6468,1048,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6469,1048,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p>\\n<ol>\\n<li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li>\\n<li>Capacity Development: Access to mentoring and technical assistance&nbsp;&nbsp;<\\/li>\\n<li>Market Access: Business opportunities with the corporations, state and local entities&nbsp;<\\/li>\\n<li>Networking Opportunities<\\/li>\\n<li>Advocacy:&nbsp; Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(6489,1051,'_wp_page_template','template-fullwidth.php'),(6490,1051,'_elementor_edit_mode','builder'),(6491,1051,'_elementor_template_type','wp-page'),(6492,1051,'_elementor_version','3.1.1'),(6493,1051,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6494,1051,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6495,1052,'_wp_page_template','template-fullwidth.php'),(6496,1052,'_elementor_edit_mode','builder'),(6497,1052,'_elementor_template_type','wp-page'),(6498,1052,'_elementor_version','3.1.1'),(6499,1052,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6500,1052,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6501,1053,'_wp_page_template','template-fullwidth.php'),(6502,1053,'_elementor_edit_mode','builder'),(6503,1053,'_elementor_template_type','wp-page'),(6504,1053,'_elementor_version','3.1.1'),(6505,1053,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6506,1053,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship\\/technical assistance.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<div>\\n<p style=\\\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">Five criteria:<\\/p>\\n<ol style=\\\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is located in Arkansas<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has a good customer service<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has committed to work with the local technical assistance provider<\\/li>\\n<\\/ol>\\n<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6508,1054,'_wp_page_template','template-fullwidth.php'),(6509,1054,'_elementor_edit_mode','builder'),(6510,1054,'_elementor_template_type','wp-page'),(6511,1054,'_elementor_version','3.1.1'),(6512,1054,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6513,1054,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship\\/technical assistance.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<div>\\n<p style=\\\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">Five criteria:<\\/p>\\n<ol style=\\\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is located in Arkansas<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has a good customer service<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has committed to work with the local technical assistance provider<\\/li>\\n<\\/ol>\\n<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6514,1055,'_wp_page_template','template-fullwidth.php'),(6515,1055,'_elementor_edit_mode','builder'),(6516,1055,'_elementor_template_type','wp-page'),(6517,1055,'_elementor_version','3.1.1'),(6518,1055,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6519,1055,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship\\/technical assistance.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<div>\\n<p style=\\\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">Five criteria:<\\/p>\\n<ol style=\\\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is located in Arkansas<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has a good customer service<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has committed to work with the local technical assistance provider<\\/li>\\n<\\/ol>\\n<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6520,1056,'_wp_page_template','template-fullwidth.php'),(6521,1056,'_elementor_edit_mode','builder'),(6522,1056,'_elementor_template_type','wp-page'),(6523,1056,'_elementor_version','3.1.1'),(6524,1056,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6525,1056,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship\\/technical assistance.<\\/h3>\\n<p>These awards are non-dilutive - meaning that founders are not giving up any ownership in their company in exchange for funding.&nbsp;<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<div>\\n<p style=\\\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">Five criteria:<\\/p>\\n<ol style=\\\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is located in Arkansas<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has a good customer service<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has committed to work with the local technical assistance provider<\\/li>\\n<\\/ol>\\n<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6527,1057,'_wp_page_template','template-fullwidth.php'),(6528,1057,'_elementor_edit_mode','builder'),(6529,1057,'_elementor_template_type','wp-page'),(6530,1057,'_elementor_version','3.1.1'),(6531,1057,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6532,1057,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship\\/technical assistance.<\\/h3>\\n<p>These awards are non-dilutive - meaning that founders are not giving up any ownership in their company in exchange for funding.&nbsp;<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<div>\\n<p style=\\\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">Five criteria:<\\/p>\\n<ol style=\\\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is located in Arkansas<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has a good customer service<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has committed to work with the local technical assistance provider<\\/li>\\n<\\/ol>\\n<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6533,1058,'_wp_page_template','template-fullwidth.php'),(6534,1058,'_elementor_edit_mode','builder'),(6535,1058,'_elementor_template_type','wp-page'),(6536,1058,'_elementor_version','3.1.1'),(6537,1058,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6538,1058,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship\\/technical assistance.<\\/h3>\\n<p>These awards are non-dilutive - meaning that founders are not giving up any ownership in their company in exchange for funding.&nbsp;<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<div>\\n<p style=\\\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">Five criteria:<\\/p>\\n<ol style=\\\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is located in Arkansas<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has a good customer service<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has committed to work with the local technical assistance provider<\\/li>\\n<\\/ol>\\n<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6539,1059,'_wp_page_template','template-fullwidth.php'),(6540,1059,'_elementor_edit_mode','builder'),(6541,1059,'_elementor_template_type','wp-page'),(6542,1059,'_elementor_version','3.1.1'),(6543,1059,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6544,1059,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship\\/technical assistance.<\\/h3>\\n<p>These awards are non-dilutive - meaning that business owners are not giving up any ownership in their company in exchange for funding.&nbsp;<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<div>\\n<p style=\\\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">Five criteria:<\\/p>\\n<ol style=\\\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is located in Arkansas<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has a good customer service<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has committed to work with the local technical assistance provider<\\/li>\\n<\\/ol>\\n<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6548,1060,'_wp_page_template','template-fullwidth.php'),(6549,1060,'_elementor_edit_mode','builder'),(6550,1060,'_elementor_template_type','wp-page'),(6551,1060,'_elementor_version','3.1.1'),(6552,1060,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6553,1060,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship\\/technical assistance.<\\/h3>\\n<p>These awards are non-dilutive - meaning that business owners are not giving up any ownership in their company in exchange for funding.&nbsp;<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<div>\\n<p style=\\\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">Five criteria:<\\/p>\\n<ol style=\\\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is located in Arkansas<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has a good customer service<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has committed to work with the local technical assistance provider<\\/li>\\n<\\/ol>\\n<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6555,1061,'_wp_page_template','template-fullwidth.php'),(6556,1061,'_elementor_edit_mode','builder'),(6557,1061,'_elementor_template_type','wp-page'),(6558,1061,'_elementor_version','3.1.1'),(6559,1061,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6560,1061,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship\\/technical assistance.<\\/h3>\\n<p>These awards are non-dilutive - meaning that business owners are not giving up any ownership in their company in exchange for funding.&nbsp;<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<div>\\n<p style=\\\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">Five criteria:<\\/p>\\n<ol style=\\\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\\\">\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is Black-Owned Business<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is located in Arkansas<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It is registered with the Secretary of State<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has a good customer service<\\/li>\\n<li style=\\\"margin-bottom: 8px; margin-left: 0px;\\\">It has committed to work with the local technical assistance provider<\\/li>\\n<\\/ol>\\n<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6562,1062,'_wp_page_template','template-fullwidth.php'),(6563,1062,'_elementor_edit_mode','builder'),(6564,1062,'_elementor_template_type','wp-page'),(6565,1062,'_elementor_version','3.1.1'),(6566,1062,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6567,1062,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6571,1063,'_wp_page_template','template-fullwidth.php'),(6572,1063,'_elementor_edit_mode','builder'),(6573,1063,'_elementor_template_type','wp-page'),(6574,1063,'_elementor_version','3.1.1'),(6575,1063,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6576,1063,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6578,1064,'_wp_page_template','template-fullwidth.php'),(6579,1064,'_elementor_edit_mode','builder'),(6580,1064,'_elementor_template_type','wp-page'),(6581,1064,'_elementor_version','3.1.1'),(6582,1064,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6583,1064,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6585,1065,'_wp_page_template','template-fullwidth.php'),(6586,1065,'_elementor_edit_mode','builder'),(6587,1065,'_elementor_template_type','wp-page'),(6588,1065,'_elementor_version','3.1.1'),(6589,1065,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6590,1065,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6594,1066,'_wp_page_template','template-fullwidth.php'),(6595,1066,'_elementor_edit_mode','builder'),(6596,1066,'_elementor_template_type','wp-page'),(6597,1066,'_elementor_version','3.1.1'),(6598,1066,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6599,1066,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6601,1067,'_wp_page_template','template-fullwidth.php'),(6602,1067,'_elementor_edit_mode','builder'),(6603,1067,'_elementor_template_type','wp-page'),(6604,1067,'_elementor_version','3.1.1'),(6605,1067,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6606,1067,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6608,1068,'_wp_page_template','template-fullwidth.php'),(6609,1068,'_elementor_edit_mode','builder'),(6610,1068,'_elementor_template_type','wp-page'),(6611,1068,'_elementor_version','3.1.1'),(6612,1068,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6613,1068,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p style=\\\"text-align: center;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6616,1069,'_wp_page_template','template-fullwidth.php'),(6617,1069,'_elementor_edit_mode','builder'),(6618,1069,'_elementor_template_type','wp-page'),(6619,1069,'_elementor_version','3.1.1'),(6620,1069,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6621,1069,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p style=\\\"text-align: center;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6622,1070,'_wp_page_template','template-fullwidth.php'),(6623,1070,'_elementor_edit_mode','builder'),(6624,1070,'_elementor_template_type','wp-page'),(6625,1070,'_elementor_version','3.1.1'),(6626,1070,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6627,1070,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p style=\\\"text-align: center;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6628,1071,'_wp_page_template','template-fullwidth.php'),(6629,1071,'_elementor_edit_mode','builder'),(6630,1071,'_elementor_template_type','wp-page'),(6631,1071,'_elementor_version','3.1.1'),(6632,1071,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6633,1071,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p style=\\\"text-align: center;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6635,1072,'_elementor_edit_mode','builder'),(6636,1072,'_elementor_template_type','wp-page'),(6637,1072,'_elementor_version','3.1.1'),(6638,1072,'_wp_page_template','elementor_header_footer'),(6639,1072,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6640,1072,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p>\\n<ol>\\n<li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li>\\n<li>Capacity Development: Access to mentoring and technical assistance&nbsp;&nbsp;<\\/li>\\n<li>Market Access: Business opportunities with the corporations, state and local entities&nbsp;<\\/li>\\n<li>Networking Opportunities<\\/li>\\n<li>Advocacy:&nbsp; Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(6642,1073,'_elementor_edit_mode','builder'),(6643,1073,'_elementor_template_type','wp-page'),(6644,1073,'_elementor_version','3.1.1'),(6645,1073,'_wp_page_template','elementor_header_footer'),(6646,1073,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6647,1073,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p>\\n<ol>\\n<li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li>\\n<li>Capacity Development: Access to mentoring and technical assistance&nbsp;&nbsp;<\\/li>\\n<li>Market Access: Business opportunities with the corporations, state and local entities&nbsp;<\\/li>\\n<li>Networking Opportunities<\\/li>\\n<li>Advocacy:&nbsp; Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li>\\n<\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(6649,1074,'_elementor_edit_mode','builder'),(6650,1074,'_elementor_template_type','wp-page'),(6651,1074,'_elementor_version','3.1.1'),(6652,1074,'_wp_page_template','elementor_header_footer'),(6653,1074,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6654,1074,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(6657,1075,'_elementor_edit_mode','builder'),(6658,1075,'_elementor_template_type','wp-page'),(6659,1075,'_elementor_version','3.1.1'),(6660,1075,'_wp_page_template','elementor_header_footer'),(6661,1075,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6662,1075,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(6663,1076,'_elementor_edit_mode','builder'),(6664,1076,'_elementor_template_type','wp-page'),(6665,1076,'_elementor_version','3.1.1'),(6666,1076,'_wp_page_template','elementor_header_footer'),(6667,1076,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6668,1076,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It is located in Arkansas<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(6669,1077,'_elementor_edit_mode','builder'),(6670,1077,'_elementor_template_type','wp-page'),(6671,1077,'_elementor_version','3.1.1'),(6672,1077,'_wp_page_template','elementor_header_footer'),(6673,1077,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6674,1077,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(6678,1078,'_elementor_edit_mode','builder'),(6679,1078,'_elementor_template_type','wp-page'),(6680,1078,'_elementor_version','3.1.1'),(6681,1078,'_wp_page_template','default'),(6682,1078,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6683,1078,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6685,1079,'_elementor_edit_mode','builder'),(6686,1079,'_elementor_template_type','wp-page'),(6687,1079,'_elementor_version','3.1.1'),(6688,1079,'_wp_page_template','default'),(6689,1079,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p><p><strong>We focus our efforts in three areas:<\\/strong><\\/p><p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p><p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants and technical assistance<\\/b><\\/span><\\/p><p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6690,1079,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6692,1080,'_elementor_edit_mode','builder'),(6693,1080,'_elementor_template_type','wp-page'),(6694,1080,'_elementor_version','3.1.1'),(6695,1080,'_wp_page_template','default'),(6696,1080,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p>\\n<p><strong>We focus our efforts in three areas:<\\/strong><\\/p>\\n<p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p>\\n<p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/p>\\n<p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p>\\n<p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\n<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6697,1080,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6700,1081,'_elementor_edit_mode','builder'),(6701,1081,'_elementor_template_type','wp-page'),(6702,1081,'_elementor_version','3.1.1'),(6703,1081,'_wp_page_template','default'),(6704,1081,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p>\\n<p><strong>We focus our efforts in three areas:<\\/strong><\\/p>\\n<p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p>\\n<p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/p>\\n<p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p>\\n<p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\n<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6705,1081,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6706,1082,'_elementor_edit_mode','builder'),(6707,1082,'_elementor_template_type','wp-page'),(6708,1082,'_elementor_version','3.1.1'),(6709,1082,'_wp_page_template','default'),(6710,1082,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,<\\/p>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Black Entrepreneurs<\\/strong><\\/p>\\n<p><strong>We focus our efforts in three areas:<\\/strong><\\/p>\\n<p><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/p>\\n<p><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/p>\\n<p><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/p>\\n<p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\n<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/p>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6711,1082,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6712,1083,'_elementor_edit_mode','builder'),(6713,1083,'_elementor_template_type','wp-page'),(6714,1083,'_elementor_version','3.1.1'),(6715,1083,'_wp_page_template','default'),(6716,1083,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6717,1083,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6719,1084,'_elementor_edit_mode','builder'),(6720,1084,'_elementor_template_type','wp-page'),(6721,1084,'_elementor_version','3.1.1'),(6722,1084,'_wp_page_template','default'),(6723,1084,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6724,1084,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6725,1085,'_elementor_edit_mode','builder'),(6726,1085,'_elementor_template_type','wp-page'),(6727,1085,'_elementor_version','3.1.1'),(6728,1085,'_wp_page_template','default'),(6729,1085,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6730,1085,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6731,1086,'_elementor_edit_mode','builder'),(6732,1086,'_elementor_template_type','wp-page'),(6733,1086,'_elementor_version','3.1.1'),(6734,1086,'_wp_page_template','default'),(6735,1086,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6736,1086,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6739,1087,'_elementor_edit_mode','builder'),(6740,1087,'_elementor_template_type','wp-page'),(6741,1087,'_elementor_version','3.1.1'),(6742,1087,'_wp_page_template','default'),(6743,1087,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6744,1087,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6746,1088,'_elementor_edit_mode','builder'),(6747,1088,'_elementor_template_type','wp-page'),(6748,1088,'_elementor_version','3.1.1'),(6749,1088,'_wp_page_template','default'),(6750,1088,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6751,1088,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6753,1089,'_elementor_edit_mode','builder'),(6754,1089,'_elementor_template_type','wp-page'),(6755,1089,'_elementor_version','3.1.1'),(6756,1089,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (6757,1089,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6758,1089,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6762,1090,'_wp_page_template','template-fullwidth.php'),(6763,1090,'_elementor_edit_mode','builder'),(6764,1090,'_elementor_template_type','wp-page'),(6765,1090,'_elementor_version','3.1.1'),(6766,1090,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6767,1090,'_elementor_data','[{\"id\":\"176b171d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39c2cadb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a21423e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p>Greetings Fellow Community Members -<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>2020 has been a challenging and distressing year for all of us.<br>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \\\"business as usual\\u201d has been dramatically interrupted almost everywhere. Here in the United States,&nbsp;the health crisis and the ensuing economic fallout have disproportionately affected Black lives\\u2013both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the&nbsp;most. In fact, research from the University of California at Santa Cruz found that in April \\u2013 41% of Black-owned businesses \\u2013 440,000 \\u2013 had closed due to COVID-19 impacts compared to only 17% of white-owned firms. <\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy. <\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint \\u2013 a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br>entrepreneurship? <\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<br><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.&nbsp;But as a growing spectrum of voices \\u2013 including entrepreneurs, corporate leaders, policy&nbsp;makers, educators and more \\u2013 have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \\\"If you want to travel fast, travel alone. If you want to travel far, travel together.\\\"<br><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>Advancing Black entrepreneurship is an ambitious and necessary journey.<br>Thank you for choosing this path. We will certainly travel farther together!<br><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\"><br><\\/span><\\/p><p><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\">Sincerely,<\\/span><br><\\/p><p>Benito Lubazibwa<br>Advancing Black Entrepreneurship &amp; Black Founders Summit - FOUNDER<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6769,1091,'_wp_page_template','template-fullwidth.php'),(6770,1091,'_elementor_edit_mode','builder'),(6771,1091,'_elementor_template_type','wp-page'),(6772,1091,'_elementor_version','3.1.1'),(6773,1091,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6774,1091,'_elementor_data','[{\"id\":\"176b171d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39c2cadb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a21423e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<p>Greetings Fellow Community Members -<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>2020 has been a challenging and distressing year for all of us.<br>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \\\"business as usual\\u201d has been dramatically interrupted almost everywhere. Here in the United States,&nbsp;the health crisis and the ensuing economic fallout have disproportionately affected Black lives\\u2013both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the&nbsp;most. In fact, research from the University of California at Santa Cruz found that in April \\u2013 41% of Black-owned businesses \\u2013 440,000 \\u2013 had closed due to COVID-19 impacts compared to only 17% of white-owned firms. <\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy. <\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint \\u2013 a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br>entrepreneurship? <\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<br><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.&nbsp;But as a growing spectrum of voices \\u2013 including entrepreneurs, corporate leaders, policy&nbsp;makers, educators and more \\u2013 have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \\\"If you want to travel fast, travel alone. If you want to travel far, travel together.\\\"<br><\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<p>Advancing Black entrepreneurship is an ambitious and necessary journey.<br>Thank you for choosing this path. We will certainly travel farther together!<br><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\"><br><\\/span><\\/p><p><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\">Sincerely,<\\/span><br><\\/p><p>Benito Lubazibwa<br>Advancing Black Entrepreneurship &amp; Black Founders Summit - FOUNDER<\\/p>\\n<p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6776,1092,'_wp_page_template','template-fullwidth.php'),(6777,1092,'_elementor_edit_mode','builder'),(6778,1092,'_elementor_template_type','wp-page'),(6779,1092,'_elementor_version','3.1.1'),(6780,1092,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6781,1092,'_elementor_data','[{\"id\":\"176b171d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39c2cadb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a21423e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<h3>Greetings Fellow Community Members -<\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<h3>2020 has been a challenging and distressing year for all of us.<br \\/>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \\\"business as usual\\u201d has been dramatically interrupted almost everywhere. Here in the United States,\\u00a0the health crisis and the ensuing economic fallout have disproportionately affected Black lives\\u2013both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the\\u00a0most. In fact, research from the University of California at Santa Cruz found that in April \\u2013 41% of Black-owned businesses \\u2013 440,000 \\u2013 had closed due to COVID-19 impacts compared to only 17% of white-owned firms.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint \\u2013 a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br \\/>entrepreneurship?<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.\\u00a0But as a growing spectrum of voices \\u2013 including entrepreneurs, corporate leaders, policy\\u00a0makers, educators and more \\u2013 have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \\\"If you want to travel fast, travel alone. If you want to travel far, travel together.\\\"<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br \\/>Thank you for choosing this path. We will certainly travel farther together!<br \\/><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\"><br \\/><\\/span><\\/h3>\\n<h3><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\">Sincerely,<\\/span><\\/h3>\\n<h3>Benito Lubazibwa<br \\/>Advancing Black Entrepreneurship &amp; Black Founders Summit - FOUNDER<\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6785,1093,'_wp_page_template','template-fullwidth.php'),(6786,1093,'_elementor_edit_mode','builder'),(6787,1093,'_elementor_template_type','wp-page'),(6788,1093,'_elementor_version','3.1.1'),(6789,1093,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6790,1093,'_elementor_data','[{\"id\":\"176b171d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39c2cadb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a21423e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<h3>Greetings Fellow Community Members -<\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<h3>2020 has been a challenging and distressing year for all of us.<br \\/>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \\\"business as usual\\u201d has been dramatically interrupted almost everywhere. Here in the United States,\\u00a0the health crisis and the ensuing economic fallout have disproportionately affected Black lives\\u2013both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the\\u00a0most. In fact, research from the University of California at Santa Cruz found that in April \\u2013 41% of Black-owned businesses \\u2013 440,000 \\u2013 had closed due to COVID-19 impacts compared to only 17% of white-owned firms.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint \\u2013 a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br \\/>entrepreneurship?<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.\\u00a0But as a growing spectrum of voices \\u2013 including entrepreneurs, corporate leaders, policy\\u00a0makers, educators and more \\u2013 have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \\\"If you want to travel fast, travel alone. If you want to travel far, travel together.\\\"<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br \\/>Thank you for choosing this path. We will certainly travel farther together!<br \\/><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\"><br \\/><\\/span><\\/h3>\\n<h3><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\">Sincerely,<\\/span><\\/h3>\\n<h3>Benito Lubazibwa<br \\/>Advancing Black Entrepreneurship &amp; Black Founders Summit - FOUNDER<\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6792,1094,'_wp_page_template','template-fullwidth.php'),(6793,1094,'_elementor_edit_mode','builder'),(6794,1094,'_elementor_template_type','wp-page'),(6795,1094,'_elementor_version','3.1.1'),(6796,1094,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6797,1094,'_elementor_data','[{\"id\":\"176b171d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39c2cadb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a21423e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<h3>Greetings Fellow Community Members -<\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<h3>2020 has been a challenging and distressing year for all of us.<br \\/>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \\\"business as usual\\u201d has been dramatically interrupted almost everywhere. Here in the United States,\\u00a0the health crisis and the ensuing economic fallout have disproportionately affected Black lives\\u2013both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the\\u00a0most. In fact, research from the University of California at Santa Cruz found that in April \\u2013 41% of Black-owned businesses \\u2013 440,000 \\u2013 had closed due to COVID-19 impacts compared to only 17% of white-owned firms.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint \\u2013 a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br \\/>entrepreneurship?<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.\\u00a0But as a growing spectrum of voices \\u2013 including entrepreneurs, corporate leaders, policy\\u00a0makers, educators and more \\u2013 have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \\\"If you want to travel fast, travel alone. If you want to travel far, travel together.\\\"<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br \\/>Thank you for choosing this path. We will certainly travel farther together!<br \\/><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\"><br \\/><\\/span><\\/h3>\\n<h3><span style=\\\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); font-size: 0.875rem;\\\">Sincerely,<\\/span><\\/h3>\\n<h3>Benito Lubazibwa<br \\/>Advancing Black Entrepreneurship &amp; Black Founders Summit - FOUNDER<\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6799,1095,'_wp_page_template','template-fullwidth.php'),(6800,1095,'_elementor_edit_mode','builder'),(6801,1095,'_elementor_template_type','wp-page'),(6802,1095,'_elementor_version','3.1.1'),(6803,1095,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6804,1095,'_elementor_data','[{\"id\":\"176b171d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39c2cadb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a21423e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<h3>Greetings Fellow Community Members -<\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<h3>2020 has been a challenging and distressing year for all of us.<br \\/>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \\\"business as usual\\u201d has been dramatically interrupted almost everywhere. Here in the United States,\\u00a0the health crisis and the ensuing economic fallout have disproportionately affected Black lives\\u2013both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the\\u00a0most. In fact, research from the University of California at Santa Cruz found that in April \\u2013 41% of Black-owned businesses \\u2013 440,000 \\u2013 had closed due to COVID-19 impacts compared to only 17% of white-owned firms.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint \\u2013 a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br \\/>entrepreneurship?<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.\\u00a0But as a growing spectrum of voices \\u2013 including entrepreneurs, corporate leaders, policy\\u00a0makers, educators and more \\u2013 have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \\\"If you want to travel fast, travel alone. If you want to travel far, travel together.\\\"<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br \\/>Thank you for choosing this path. We will certainly travel farther together!<\\/h3>\\n<h3>Sincerely,\\u00a0<\\/h3>\\n<h3><strong>Benito Lubazibwa<\\/strong><br \\/><strong>Advancing Black Entrepreneurship &amp; Black<\\/strong> Founders Summit - FOUNDER<\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6808,1096,'_wp_page_template','template-fullwidth.php'),(6809,1096,'_elementor_edit_mode','builder'),(6810,1096,'_elementor_template_type','wp-page'),(6811,1096,'_elementor_version','3.1.1'),(6812,1096,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6813,1096,'_elementor_data','[{\"id\":\"176b171d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39c2cadb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a21423e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<h3>Greetings Fellow Community Members -<\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<h3>2020 has been a challenging and distressing year for all of us.<br \\/>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \\\"business as usual\\u201d has been dramatically interrupted almost everywhere. Here in the United States,\\u00a0the health crisis and the ensuing economic fallout have disproportionately affected Black lives\\u2013both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the\\u00a0most. In fact, research from the University of California at Santa Cruz found that in April \\u2013 41% of Black-owned businesses \\u2013 440,000 \\u2013 had closed due to COVID-19 impacts compared to only 17% of white-owned firms.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint \\u2013 a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br \\/>entrepreneurship?<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.\\u00a0But as a growing spectrum of voices \\u2013 including entrepreneurs, corporate leaders, policy\\u00a0makers, educators and more \\u2013 have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \\\"If you want to travel fast, travel alone. If you want to travel far, travel together.\\\"<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br \\/>Thank you for choosing this path. We will certainly travel farther together!<\\/h3>\\n<h3>Sincerely,\\u00a0<\\/h3>\\n<h3><strong>Benito Lubazibwa<\\/strong><br \\/><strong>Advancing Black Entrepreneurship &amp; Black<\\/strong> Founders Summit - FOUNDER<\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6815,1097,'_wp_page_template','template-fullwidth.php'),(6816,1097,'_elementor_edit_mode','builder'),(6817,1097,'_elementor_template_type','wp-page'),(6818,1097,'_elementor_version','3.1.1'),(6819,1097,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6820,1097,'_elementor_data','[{\"id\":\"176b171d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39c2cadb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a21423e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<h3>Greetings Fellow Community Members -<\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<h3>2020 has been a challenging and distressing year for all of us.<br \\/>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \\\"business as usual\\u201d has been dramatically interrupted almost everywhere. Here in the United States,\\u00a0the health crisis and the ensuing economic fallout have disproportionately affected Black lives\\u2013both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the\\u00a0most. In fact, research from the University of California at Santa Cruz found that in April \\u2013 41% of Black-owned businesses \\u2013 440,000 \\u2013 had closed due to COVID-19 impacts compared to only 17% of white-owned firms.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint \\u2013 a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br \\/>entrepreneurship?<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.\\u00a0But as a growing spectrum of voices \\u2013 including entrepreneurs, corporate leaders, policy\\u00a0makers, educators and more \\u2013 have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \\\"If you want to travel fast, travel alone. If you want to travel far, travel together.\\\"<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br \\/>Thank you for choosing this path. We will certainly travel farther together!<\\/h3>\\n<h3>Sincerely,\\u00a0<\\/h3>\\n<h3><strong>Benito Lubazibwa<\\/strong><br \\/><strong>Advancing Black Entrepreneurship &amp; Black<\\/strong> Founders Summit - FOUNDER<\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6822,1098,'_wp_page_template','template-fullwidth.php'),(6823,1098,'_elementor_edit_mode','builder'),(6824,1098,'_elementor_template_type','wp-page'),(6825,1098,'_elementor_version','3.1.1'),(6826,1098,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6827,1098,'_elementor_data','[{\"id\":\"176b171d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"39c2cadb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1a21423e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:paragraph --><\\/p>\\n<h3>Greetings Fellow Community Members -<\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\\n<p><!-- wp:paragraph --><\\/p>\\n<h3>2020 has been a challenging and distressing year for all of us.<br \\/>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \\\"business as usual\\u201d has been dramatically interrupted almost everywhere. Here in the United States,\\u00a0the health crisis and the ensuing economic fallout have disproportionately affected Black lives\\u2013both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the\\u00a0most. In fact, research from the University of California at Santa Cruz found that in April \\u2013 41% of Black-owned businesses \\u2013 440,000 \\u2013 had closed due to COVID-19 impacts compared to only 17% of white-owned firms.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint \\u2013 a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br \\/>entrepreneurship?<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.\\u00a0But as a growing spectrum of voices \\u2013 including entrepreneurs, corporate leaders, policy\\u00a0makers, educators and more \\u2013 have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \\\"If you want to travel fast, travel alone. If you want to travel far, travel together.\\\"<\\/h3>\\n<h3><!-- \\/wp:paragraph --><\\/h3>\\n<h3><!-- wp:paragraph --><\\/h3>\\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br \\/>Thank you for choosing this path. We will certainly travel farther together!<\\/h3>\\n<h3>Sincerely,\\u00a0<\\/h3>\\n<h3><strong>Benito Lubazibwa<\\/strong><br \\/><strong>Advancing Black Entrepreneurship &amp; Black<\\/strong> <strong>Founders Summit - FOUNDER<\\/strong><\\/h3>\\n<p><!-- \\/wp:paragraph --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6829,883,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(6831,1099,'_elementor_edit_mode','builder'),(6832,1099,'_elementor_template_type','wp-page'),(6833,1099,'_elementor_version','3.1.1'),(6834,1099,'_wp_page_template','default'),(6835,1099,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6836,1099,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6838,1100,'_elementor_edit_mode','builder'),(6839,1100,'_elementor_template_type','wp-page'),(6840,1100,'_elementor_version','3.1.1'),(6841,1100,'_wp_page_template','default'),(6842,1100,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6843,1100,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6845,1101,'_elementor_edit_mode','builder'),(6846,1101,'_elementor_template_type','wp-page'),(6847,1101,'_elementor_version','3.1.1'),(6848,1101,'_wp_page_template','default'),(6849,1101,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/strong><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6850,1101,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6854,1102,'_elementor_edit_mode','builder'),(6855,1102,'_elementor_template_type','wp-page'),(6856,1102,'_elementor_version','3.1.1'),(6857,1102,'_wp_page_template','default'),(6858,1102,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/strong><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6859,1102,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6861,1103,'_elementor_edit_mode','builder'),(6862,1103,'_elementor_template_type','wp-page'),(6863,1103,'_elementor_version','3.1.1'),(6864,1103,'_wp_page_template','default'),(6865,1103,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i>-Benito Lubazibwa<\\/span><\\/strong><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6866,1103,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6868,1104,'_elementor_edit_mode','builder'),(6869,1104,'_elementor_template_type','wp-page'),(6870,1104,'_elementor_version','3.1.1'),(6871,1104,'_wp_page_template','default'),(6872,1104,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6873,1104,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6876,1105,'_elementor_edit_mode','builder'),(6877,1105,'_elementor_template_type','wp-page'),(6878,1105,'_elementor_version','3.1.1'),(6879,1105,'_wp_page_template','default'),(6880,1105,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6881,1105,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6882,1106,'_elementor_edit_mode','builder'),(6883,1106,'_elementor_template_type','wp-page'),(6884,1106,'_elementor_version','3.1.1'),(6885,1106,'_wp_page_template','default'),(6886,1106,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6887,1106,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6888,1107,'_elementor_edit_mode','builder'),(6889,1107,'_elementor_template_type','wp-page'),(6890,1107,'_elementor_version','3.1.1'),(6891,1107,'_wp_page_template','default'),(6892,1107,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6893,1107,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6895,1108,'_elementor_edit_mode','builder'),(6896,1108,'_elementor_template_type','wp-page'),(6897,1108,'_elementor_version','3.1.1'),(6898,1108,'_wp_page_template','default'),(6899,1108,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6900,1108,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6901,1109,'_elementor_edit_mode','builder'),(6902,1109,'_elementor_template_type','wp-page'),(6903,1109,'_elementor_version','3.1.1'),(6904,1109,'_wp_page_template','default'),(6905,1109,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/h3><h3><strong><span style=\\\"color: #000000; font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6906,1109,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6907,1110,'_elementor_edit_mode','builder'),(6908,1110,'_elementor_template_type','wp-page'),(6909,1110,'_elementor_version','3.1.1'),(6910,1110,'_wp_page_template','default'),(6911,1110,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6912,1110,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6915,1111,'_elementor_edit_mode','builder'),(6916,1111,'_elementor_template_type','wp-page'),(6917,1111,'_elementor_version','3.1.1'),(6918,1111,'_wp_page_template','default'),(6919,1111,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6920,1111,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6922,1112,'_elementor_edit_mode','builder'),(6923,1112,'_elementor_template_type','wp-page'),(6924,1112,'_elementor_version','3.1.1'),(6925,1112,'_wp_page_template','default'),(6926,1112,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6927,1112,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6929,1113,'_elementor_edit_mode','builder'),(6930,1113,'_elementor_template_type','wp-page'),(6931,1113,'_elementor_version','3.1.1'),(6932,1113,'_wp_page_template','default'),(6933,1113,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6934,1113,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6938,1114,'_elementor_edit_mode','builder'),(6939,1114,'_elementor_template_type','wp-page'),(6940,1114,'_elementor_version','3.1.1'),(6941,1114,'_wp_page_template','default'),(6942,1114,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6943,1114,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6945,1115,'_elementor_edit_mode','builder'),(6946,1115,'_elementor_template_type','wp-page'),(6947,1115,'_elementor_version','3.1.1'),(6948,1115,'_wp_page_template','default'),(6949,1115,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3>We focus our efforts in three areas:<\\/h3><h3><strong><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\" style=\\\"color: var( --e-global-color-text );\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: var( --e-global-color-text );\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><strong><span style=\\\"color: var( --e-global-color-text );\\\">3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/span><\\/strong><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6950,1115,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6952,1116,'_elementor_edit_mode','builder'),(6953,1116,'_elementor_template_type','wp-page'),(6954,1116,'_elementor_version','3.1.1'),(6955,1116,'_wp_page_template','default'),(6956,1116,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6957,1116,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6961,1117,'_elementor_edit_mode','builder'),(6962,1117,'_elementor_template_type','wp-page'),(6963,1117,'_elementor_version','3.1.1'),(6964,1117,'_wp_page_template','default'),(6965,1117,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6966,1117,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6968,1118,'_elementor_edit_mode','builder'),(6969,1118,'_elementor_template_type','wp-page'),(6970,1118,'_elementor_version','3.1.1'),(6971,1118,'_wp_page_template','default'),(6972,1118,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h3>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h3><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6973,1118,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6975,1119,'_elementor_edit_mode','builder'),(6976,1119,'_elementor_template_type','wp-page'),(6977,1119,'_elementor_version','3.1.1'),(6978,1119,'_wp_page_template','default'),(6979,1119,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h4>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(6980,1119,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(6984,1120,'_wp_page_template','template-fullwidth.php'),(6985,1120,'_elementor_edit_mode','builder'),(6986,1120,'_elementor_template_type','wp-page'),(6987,1120,'_elementor_version','3.1.1'),(6988,1120,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6989,1120,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p style=\\\"text-align: center;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6991,1121,'_wp_page_template','template-fullwidth.php'),(6992,1121,'_elementor_edit_mode','builder'),(6993,1121,'_elementor_template_type','wp-page'),(6994,1121,'_elementor_version','3.1.1'),(6995,1121,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(6996,1121,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p style=\\\"text-align: center;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE\\u00a0 <em>\\u00a0 \\u00a0<\\/em><\\/strong><\\/h2>\\n<h3><strong>Elevate is a free financial education program.<\\/strong><\\/h3>\\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong> <\\/em><strong><em>-<\\/em> Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6998,1122,'_wp_page_template','template-fullwidth.php'),(6999,1122,'_elementor_edit_mode','builder'),(7000,1122,'_elementor_template_type','wp-page'),(7001,1122,'_elementor_version','3.1.1'),(7002,1122,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7003,1122,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p style=\\\"text-align: center;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE<\\/strong><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><br><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>&nbsp;&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7007,1123,'_elementor_edit_mode','builder'),(7008,1123,'_elementor_template_type','wp-page'),(7009,1123,'_elementor_version','3.1.1'),(7010,1123,'_wp_page_template','elementor_header_footer'),(7011,1123,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7012,1123,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7014,1124,'_elementor_edit_mode','builder'),(7015,1124,'_elementor_template_type','wp-page'),(7016,1124,'_elementor_version','3.1.1'),(7017,1124,'_wp_page_template','elementor_header_footer'),(7018,1124,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7019,1124,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Take a pledge as an Individual or Company\\/Organization:<\\/p><p dir=\\\"ltr\\\">Let us travel together as we work toward a common purpose \\u2013 to build an anti-racist economic system.<br \\/>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that\\u00a0supports Black-owned businesses. Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned\\u00a0businesses.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7021,1125,'_elementor_edit_mode','builder'),(7022,1125,'_elementor_template_type','wp-page'),(7023,1125,'_elementor_version','3.1.1'),(7024,1125,'_wp_page_template','elementor_header_footer'),(7025,1125,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7026,1125,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Take a pledge as an Individual or Company\\/Organization:<\\/h3><h3><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/h3><h3><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/h3><h3><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/h3><h3><strong>-Benito Lubazibwa<\\/strong><\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7030,1126,'_elementor_edit_mode','builder'),(7031,1126,'_elementor_template_type','wp-page'),(7032,1126,'_elementor_version','3.1.1'),(7033,1126,'_wp_page_template','elementor_header_footer'),(7034,1126,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7035,1126,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Take a pledge as an Individual or Company\\/Organization:<\\/h3><h3><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/h3><h3><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/h3><h3><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/h3><h3><strong>-Benito Lubazibwa<\\/strong><\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7037,1127,'_elementor_edit_mode','builder'),(7038,1127,'_elementor_template_type','wp-page'),(7039,1127,'_elementor_version','3.1.1'),(7040,1127,'_wp_page_template','elementor_header_footer'),(7041,1127,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7042,1127,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Take a pledge as an Individual or Company\\/Organization:<\\/h3><h3><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/h3><h3><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/h3><h3><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/h3><h3><strong>-Benito Lubazibwa<\\/strong><\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7044,1128,'_elementor_edit_mode','builder'),(7045,1128,'_elementor_template_type','wp-page'),(7046,1128,'_elementor_version','3.1.1'),(7047,1128,'_wp_page_template','elementor_header_footer'),(7048,1128,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7049,1128,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong>-Benito Lubazibwa<\\/strong><\\/span><\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7053,1129,'_elementor_edit_mode','builder'),(7054,1129,'_elementor_template_type','wp-page'),(7055,1129,'_elementor_version','3.1.1'),(7056,1129,'_wp_page_template','elementor_header_footer'),(7057,1129,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7058,1129,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong>-Benito Lubazibwa<\\/strong><\\/span><\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7060,1130,'_elementor_edit_mode','builder'),(7061,1130,'_elementor_template_type','wp-page'),(7062,1130,'_elementor_version','3.1.1'),(7063,1130,'_wp_page_template','elementor_header_footer'),(7064,1130,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7065,1130,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong>-Benito Lubazibwa<\\/strong><\\/span><\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7067,1131,'_elementor_edit_mode','builder'),(7068,1131,'_elementor_template_type','wp-page'),(7069,1131,'_elementor_version','3.1.1'),(7070,1131,'_wp_page_template','elementor_header_footer'),(7071,1131,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7072,1131,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3>\\n<h3><br><\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7085,1133,'_elementor_edit_mode','builder'),(7086,1133,'_elementor_template_type','wp-page'),(7087,1133,'_elementor_version','3.1.1'),(7088,1133,'_wp_page_template','elementor_header_footer'),(7089,1133,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7090,1133,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3>\\n<h3><br><\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7092,1134,'_elementor_edit_mode','builder'),(7093,1134,'_elementor_template_type','wp-page'),(7094,1134,'_elementor_version','3.1.1'),(7095,1134,'_wp_page_template','elementor_header_footer'),(7096,1134,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7097,1134,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/p><p>Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/p><p>So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/p><p><span style=\\\"font-size: 0.875rem;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/p><p>Advancing Black Entrepreneurship<br \\/>300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/p><p>If you have questions about donations, please email\\u00a0<a href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3>\\n<h3><br><\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7099,1135,'_elementor_edit_mode','builder'),(7100,1135,'_elementor_template_type','wp-page'),(7101,1135,'_elementor_version','3.1.1'),(7102,1135,'_wp_page_template','elementor_header_footer'),(7103,1135,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7104,1135,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffff00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/span><\\/h3><h3><strong><span style=\\\"font-size: 0.875rem; color: #ffff00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: #ffff00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/span><\\/h3><h3><span style=\\\"font-size: 0.875rem; color: #ffff00;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffff00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffff00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7108,1136,'_elementor_edit_mode','builder'),(7109,1136,'_elementor_template_type','wp-page'),(7110,1136,'_elementor_version','3.1.1'),(7111,1136,'_wp_page_template','elementor_header_footer'),(7112,1136,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7113,1136,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffff00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/span><\\/h3><h3><strong><span style=\\\"font-size: 0.875rem; color: #ffff00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: #ffff00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/span><\\/h3><h3><span style=\\\"font-size: 0.875rem; color: #ffff00;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffff00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffff00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7115,1137,'_elementor_edit_mode','builder'),(7116,1137,'_elementor_template_type','wp-page'),(7117,1137,'_elementor_version','3.1.1'),(7118,1137,'_wp_page_template','elementor_header_footer'),(7119,1137,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7120,1137,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffff00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.<\\/span><\\/h3><h3><strong><span style=\\\"font-size: 0.875rem; color: #ffff00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.\\u00a0<\\/span><\\/strong><\\/h3><h3><span style=\\\"color: #ffff00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.<\\/span><\\/h3><h3><span style=\\\"font-size: 0.875rem; color: #ffff00;\\\">Make an impact today...donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffff00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffff00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7122,1138,'_elementor_edit_mode','builder'),(7123,1138,'_elementor_template_type','wp-page'),(7124,1138,'_elementor_version','3.1.1'),(7125,1138,'_wp_page_template','elementor_header_footer'),(7126,1138,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7127,1138,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffff00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffff00;\\\">300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">If you have questions about donations, please email&nbsp;<a style=\\\"color: #ffff00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7131,1139,'_elementor_edit_mode','builder'),(7132,1139,'_elementor_template_type','wp-page'),(7133,1139,'_elementor_version','3.1.1'),(7134,1139,'_wp_page_template','elementor_header_footer'),(7135,1139,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7136,1139,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffff00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffff00;\\\">300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">If you have questions about donations, please email&nbsp;<a style=\\\"color: #ffff00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7138,1140,'_elementor_edit_mode','builder'),(7139,1140,'_elementor_template_type','wp-page'),(7140,1140,'_elementor_version','3.1.1'),(7141,1140,'_wp_page_template','elementor_header_footer'),(7142,1140,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7143,1140,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffff00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffff00;\\\">300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffff00;\\\">If you have questions about donations, please email&nbsp;<a style=\\\"color: #ffff00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7145,1141,'_elementor_edit_mode','builder'),(7146,1141,'_elementor_template_type','wp-page'),(7147,1141,'_elementor_version','3.1.1'),(7148,1141,'_wp_page_template','elementor_header_footer'),(7149,1141,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7150,1141,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7154,1142,'_elementor_edit_mode','builder'),(7155,1142,'_elementor_template_type','wp-page'),(7156,1142,'_elementor_version','3.1.1'),(7157,1142,'_wp_page_template','elementor_header_footer'),(7158,1142,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7159,1142,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7161,1143,'_elementor_edit_mode','builder'),(7162,1143,'_elementor_template_type','wp-page'),(7163,1143,'_elementor_version','3.1.1'),(7164,1143,'_wp_page_template','elementor_header_footer'),(7165,1143,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7166,1143,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has a good customer service<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7168,1144,'_elementor_edit_mode','builder'),(7169,1144,'_elementor_template_type','wp-page'),(7170,1144,'_elementor_version','3.1.1'),(7171,1144,'_wp_page_template','elementor_header_footer'),(7172,1144,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7173,1144,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It has\\u00a0a proven business model.<\\/li><li>It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7176,1145,'_elementor_edit_mode','builder'),(7177,1145,'_elementor_template_type','wp-page'),(7178,1145,'_elementor_version','3.1.1'),(7179,1145,'_wp_page_template','elementor_header_footer'),(7180,1145,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7181,1145,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It has\\u00a0a proven business model.<\\/li><li>It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7182,1146,'_elementor_edit_mode','builder'),(7183,1146,'_elementor_template_type','wp-page'),(7184,1146,'_elementor_version','3.1.1'),(7185,1146,'_wp_page_template','elementor_header_footer'),(7186,1146,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7187,1146,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It has\\u00a0a proven business model.<\\/li><li>It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7188,1147,'_elementor_edit_mode','builder'),(7189,1147,'_elementor_template_type','wp-page'),(7190,1147,'_elementor_version','3.1.1'),(7191,1147,'_wp_page_template','elementor_header_footer'),(7192,1147,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7193,1147,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It has a proven business model<\\/li><li>It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7195,1148,'_elementor_edit_mode','builder'),(7196,1148,'_elementor_template_type','wp-page'),(7197,1148,'_elementor_version','3.1.1'),(7198,1148,'_wp_page_template','elementor_header_footer'),(7199,1148,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7200,1148,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It has a proven business model<\\/li><li>It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7201,1149,'_elementor_edit_mode','builder'),(7202,1149,'_elementor_template_type','wp-page'),(7203,1149,'_elementor_version','3.1.1'),(7204,1149,'_wp_page_template','elementor_header_footer'),(7205,1149,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7206,1149,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\">Five criteria:<\\/p><ol><li style=\\\"font-weight: 400;\\\">It is Black-Owned Business<\\/li><li style=\\\"font-weight: 400;\\\">It has been in Business 6 months or more<\\/li><li style=\\\"font-weight: 400;\\\">It has a proven business model<\\/li><li>It is registered with the Secretary of State<\\/li><li style=\\\"font-weight: 400;\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7207,1150,'_elementor_edit_mode','builder'),(7208,1150,'_elementor_template_type','wp-page'),(7209,1150,'_elementor_version','3.1.1'),(7210,1150,'_wp_page_template','elementor_header_footer'),(7211,1150,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7212,1150,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7215,1151,'_wp_page_template','template-fullwidth.php'),(7216,1151,'_elementor_edit_mode','builder'),(7217,1151,'_elementor_template_type','wp-page'),(7218,1151,'_elementor_version','3.1.1'),(7219,1151,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7220,1151,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p style=\\\"text-align: center;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE<\\/strong><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><br><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>&nbsp;&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7222,1152,'_wp_page_template','template-fullwidth.php'),(7223,1152,'_elementor_edit_mode','builder'),(7224,1152,'_elementor_template_type','wp-page'),(7225,1152,'_elementor_version','3.1.1'),(7226,1152,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7227,1152,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance and connections.<\\/h3>\\n<p style=\\\"text-align: center;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE<\\/strong><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><br><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>&nbsp;&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7229,1153,'_wp_page_template','template-fullwidth.php'),(7230,1153,'_elementor_edit_mode','builder'),(7231,1153,'_elementor_template_type','wp-page'),(7232,1153,'_elementor_version','3.1.1'),(7233,1153,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7234,1153,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h3>\\n<h3 style=\\\"text-align: left;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE<\\/strong><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><br><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>&nbsp;&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7237,1154,'_wp_page_template','template-fullwidth.php'),(7238,1154,'_elementor_edit_mode','builder'),(7239,1154,'_elementor_template_type','wp-page'),(7240,1154,'_elementor_version','3.1.1'),(7241,1154,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7242,1154,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h3>\\n<h3 style=\\\"text-align: left;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE<\\/strong><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><br><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>&nbsp;&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7243,1155,'_wp_page_template','template-fullwidth.php'),(7244,1155,'_elementor_edit_mode','builder'),(7245,1155,'_elementor_template_type','wp-page'),(7246,1155,'_elementor_version','3.1.1'),(7247,1155,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7248,1155,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h3>\\n<h3 style=\\\"text-align: left;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<p style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE<\\/strong><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><br><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>&nbsp;&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7249,1156,'_wp_page_template','template-fullwidth.php'),(7250,1156,'_elementor_edit_mode','builder'),(7251,1156,'_elementor_template_type','wp-page'),(7252,1156,'_elementor_version','3.1.1'),(7253,1156,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7254,1156,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h3>\\n<h3 style=\\\"text-align: left;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE<\\/strong><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><br><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>&nbsp;&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7257,1157,'_wp_page_template','template-fullwidth.php'),(7258,1157,'_elementor_edit_mode','builder'),(7259,1157,'_elementor_template_type','wp-page'),(7260,1157,'_elementor_version','3.1.1'),(7261,1157,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7262,1157,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h3>\\n<h3 style=\\\"text-align: left;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE<\\/strong><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><br><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>&nbsp;&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7264,1158,'_wp_page_template','template-fullwidth.php'),(7265,1158,'_elementor_edit_mode','builder'),(7266,1158,'_elementor_template_type','wp-page'),(7267,1158,'_elementor_version','3.1.1'),(7268,1158,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7269,1158,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h3>\\n<h3 style=\\\"text-align: left;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>KIJIJI<\\/strong><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>ELEVATE<\\/strong><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: rgb(51, 51, 51); font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><br><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>&nbsp;&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>Certified Black-Owned Business<\\/strong><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7271,1159,'_wp_page_template','template-fullwidth.php'),(7272,1159,'_elementor_edit_mode','builder'),(7273,1159,'_elementor_template_type','wp-page'),(7274,1159,'_elementor_version','3.1.1'),(7275,1159,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7276,1159,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h3>\\n<h3 style=\\\"text-align: left;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI<\\/strong><\\/span><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7280,1160,'_wp_page_template','template-fullwidth.php'),(7281,1160,'_elementor_edit_mode','builder'),(7282,1160,'_elementor_template_type','wp-page'),(7283,1160,'_elementor_version','3.1.1'),(7284,1160,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7285,1160,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h3>\\n<h3 style=\\\"text-align: left;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI<\\/strong><\\/span><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7287,1161,'_wp_page_template','template-fullwidth.php'),(7288,1161,'_elementor_edit_mode','builder'),(7289,1161,'_elementor_template_type','wp-page'),(7290,1161,'_elementor_version','3.1.1'),(7291,1161,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7292,1161,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/h3>\\n<h3 style=\\\"text-align: left;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI<\\/strong><\\/span><\\/h2>\\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/h3>\\n<h3>Kijiji means \\\"Village\\\" in Swahili.<\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7294,1162,'_wp_page_template','template-fullwidth.php'),(7295,1162,'_elementor_edit_mode','builder'),(7296,1162,'_elementor_template_type','wp-page'),(7297,1162,'_elementor_version','3.1.1'),(7298,1162,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7299,1162,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7303,1163,'_elementor_edit_mode','builder'),(7304,1163,'_elementor_template_type','wp-page'),(7305,1163,'_elementor_version','3.1.1'),(7306,1163,'_wp_page_template','elementor_header_footer'),(7307,1163,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7308,1163,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7310,1164,'_elementor_edit_mode','builder'),(7311,1164,'_elementor_template_type','wp-page'),(7312,1164,'_elementor_version','3.1.1'),(7313,1164,'_wp_page_template','elementor_header_footer'),(7314,1164,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7315,1164,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7317,1165,'_elementor_edit_mode','builder'),(7318,1165,'_elementor_template_type','wp-page'),(7319,1165,'_elementor_version','3.1.1'),(7320,1165,'_wp_page_template','elementor_header_footer'),(7321,1165,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7322,1165,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7326,1166,'_wp_page_template','template-fullwidth.php'),(7327,1166,'_elementor_edit_mode','builder'),(7328,1166,'_elementor_template_type','wp-page'),(7329,1166,'_elementor_version','3.1.1'),(7330,1166,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7331,1166,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7333,1167,'_wp_page_template','template-fullwidth.php'),(7334,1167,'_elementor_edit_mode','builder'),(7335,1167,'_elementor_template_type','wp-page'),(7336,1167,'_elementor_version','3.1.1'),(7337,1167,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7338,1167,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,<\\/strong><\\/em><br \\/><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to<\\/strong><\\/em><br \\/><em><strong>support entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7340,1168,'_wp_page_template','template-fullwidth.php'),(7341,1168,'_elementor_edit_mode','builder'),(7342,1168,'_elementor_template_type','wp-page'),(7343,1168,'_elementor_version','3.1.1'),(7344,1168,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7345,1168,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,&nbsp;<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to&nbsp;<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.<\\/strong>&nbsp;<\\/em><\\/h3><h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><strong><em>&nbsp;-<\\/em>&nbsp;Benito Lubazibwa<\\/strong><\\/h3>\\n<h3>&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7348,1169,'_wp_page_template','template-fullwidth.php'),(7349,1169,'_elementor_edit_mode','builder'),(7350,1169,'_elementor_template_type','wp-page'),(7351,1169,'_elementor_version','3.1.1'),(7352,1169,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7353,1169,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,&nbsp;<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to&nbsp;<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.<\\/strong>&nbsp;<\\/em><\\/h3><h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><strong><em>&nbsp;-<\\/em>&nbsp;Benito Lubazibwa<\\/strong><\\/h3>\\n<h3>&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7354,1170,'_wp_page_template','template-fullwidth.php'),(7355,1170,'_elementor_edit_mode','builder'),(7356,1170,'_elementor_template_type','wp-page'),(7357,1170,'_elementor_version','3.1.1'),(7358,1170,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7359,1170,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,&nbsp;<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to&nbsp;<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.<\\/strong>&nbsp;<\\/em><\\/h3><h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><strong><em>&nbsp;-<\\/em>&nbsp;Benito Lubazibwa<\\/strong><\\/h3>\\n<h3>&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7360,1171,'_wp_page_template','template-fullwidth.php'),(7361,1171,'_elementor_edit_mode','builder'),(7362,1171,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES (7363,1171,'_elementor_version','3.1.1'),(7364,1171,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7365,1171,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><\\/span><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\\\"><span style=\\\"color: #008000;\\\"><strong><em>\\u00a0-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7368,1172,'_wp_page_template','template-fullwidth.php'),(7369,1172,'_elementor_edit_mode','builder'),(7370,1172,'_elementor_template_type','wp-page'),(7371,1172,'_elementor_version','3.1.1'),(7372,1172,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7373,1172,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><\\/span><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\\\"><span style=\\\"color: #008000;\\\"><strong><em>\\u00a0-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7375,1173,'_wp_page_template','template-fullwidth.php'),(7376,1173,'_elementor_edit_mode','builder'),(7377,1173,'_elementor_template_type','wp-page'),(7378,1173,'_elementor_version','3.1.1'),(7379,1173,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7380,1173,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.<\\/strong>\\u00a0<\\/em><\\/span><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\\\"><span style=\\\"color: #008000;\\\"><strong><em>\\u00a0-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7382,1174,'_wp_page_template','template-fullwidth.php'),(7383,1174,'_elementor_edit_mode','builder'),(7384,1174,'_elementor_template_type','wp-page'),(7385,1174,'_elementor_version','3.1.1'),(7386,1174,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7387,1174,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>\\u00a0<\\/em><\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7391,1175,'_wp_page_template','template-fullwidth.php'),(7392,1175,'_elementor_edit_mode','builder'),(7393,1175,'_elementor_template_type','wp-page'),(7394,1175,'_elementor_version','3.1.1'),(7395,1175,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7396,1175,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>\\u00a0<\\/em><\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7398,1176,'_wp_page_template','template-fullwidth.php'),(7399,1176,'_elementor_edit_mode','builder'),(7400,1176,'_elementor_template_type','wp-page'),(7401,1176,'_elementor_version','3.1.1'),(7402,1176,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7403,1176,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>\\u00a0<\\/em><\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7405,1177,'_wp_page_template','template-fullwidth.php'),(7406,1177,'_elementor_edit_mode','builder'),(7407,1177,'_elementor_template_type','wp-page'),(7408,1177,'_elementor_version','3.1.1'),(7409,1177,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7410,1177,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7414,1178,'_wp_page_template','template-fullwidth.php'),(7415,1178,'_elementor_edit_mode','builder'),(7416,1178,'_elementor_template_type','wp-page'),(7417,1178,'_elementor_version','3.1.1'),(7418,1178,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7419,1178,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7421,1179,'_wp_page_template','template-fullwidth.php'),(7422,1179,'_elementor_edit_mode','builder'),(7423,1179,'_elementor_template_type','wp-page'),(7424,1179,'_elementor_version','3.1.1'),(7425,1179,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7426,1179,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7428,1180,'_wp_page_template','template-fullwidth.php'),(7429,1180,'_elementor_edit_mode','builder'),(7430,1180,'_elementor_template_type','wp-page'),(7431,1180,'_elementor_version','3.1.1'),(7432,1180,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7433,1180,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Freedom Project<\\/strong><\\/span><\\/h2>\\n<p><strong><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">An endeavor tailored to help formerly incarcerated individuals to start and grow their&nbsp; businesses with an added goal of reducing recidivism.<\\/span><\\/strong><\\/p>\\n<h3>&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7436,1181,'_wp_page_template','template-fullwidth.php'),(7437,1181,'_elementor_edit_mode','builder'),(7438,1181,'_elementor_template_type','wp-page'),(7439,1181,'_elementor_version','3.1.1'),(7440,1181,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7441,1181,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Freedom Project<\\/strong><\\/span><\\/h2>\\n<p><strong><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">An endeavor tailored to help formerly incarcerated individuals to start and grow their&nbsp; businesses with an added goal of reducing recidivism.<\\/span><\\/strong><\\/p>\\n<h3>&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7442,1182,'_wp_page_template','template-fullwidth.php'),(7443,1182,'_elementor_edit_mode','builder'),(7444,1182,'_elementor_template_type','wp-page'),(7445,1182,'_elementor_version','3.1.1'),(7446,1182,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7447,1182,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Freedom Project<\\/strong><\\/span><\\/h2>\\n<p><strong><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">An endeavor tailored to help formerly incarcerated individuals to start and grow their&nbsp; businesses with an added goal of reducing recidivism.<\\/span><\\/strong><\\/p>\\n<h3>&nbsp;<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7448,1183,'_wp_page_template','template-fullwidth.php'),(7449,1183,'_elementor_edit_mode','builder'),(7450,1183,'_elementor_template_type','wp-page'),(7451,1183,'_elementor_version','3.1.1'),(7452,1183,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7453,1183,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Freedom Project<\\/strong><\\/span><\\/h2>\\n<p><strong><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">An endeavor tailored to help formerly incarcerated individuals to start and grow their\\u00a0 businesses with an added goal of reducing recidivism.<\\/span><\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7456,1184,'_elementor_edit_mode','builder'),(7457,1184,'_elementor_template_type','wp-page'),(7458,1184,'_elementor_version','3.1.1'),(7459,1184,'_wp_page_template','default'),(7460,1184,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h4>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(7461,1184,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(7463,1185,'_elementor_edit_mode','builder'),(7464,1185,'_elementor_template_type','wp-page'),(7465,1185,'_elementor_version','3.1.1'),(7466,1185,'_wp_page_template','default'),(7467,1185,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h4>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(7468,1185,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(7470,1186,'_elementor_edit_mode','builder'),(7471,1186,'_elementor_template_type','wp-page'),(7472,1186,'_elementor_version','3.1.1'),(7473,1186,'_wp_page_template','default'),(7474,1186,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h4>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(7475,1186,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(7478,1187,'_elementor_edit_mode','builder'),(7479,1187,'_elementor_template_type','wp-page'),(7480,1187,'_elementor_version','3.1.1'),(7481,1187,'_wp_page_template','default'),(7482,1187,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h4>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(7483,1187,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(7484,1188,'_elementor_edit_mode','builder'),(7485,1188,'_elementor_template_type','wp-page'),(7486,1188,'_elementor_version','3.1.1'),(7487,1188,'_wp_page_template','default'),(7488,1188,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h4>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(7489,1188,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(7490,1189,'_elementor_edit_mode','builder'),(7491,1189,'_elementor_template_type','wp-page'),(7492,1189,'_elementor_version','3.1.1'),(7493,1189,'_wp_page_template','default'),(7494,1189,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h4>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(7495,1189,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(7505,1191,'_wp_page_template','template-fullwidth.php'),(7506,1191,'_elementor_edit_mode','builder'),(7507,1191,'_elementor_template_type','wp-page'),(7508,1191,'_elementor_version','3.1.1'),(7509,1191,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7510,1191,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Freedom Project<\\/strong><\\/span><\\/h2>\\n<p><strong><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">An endeavor tailored to help formerly incarcerated individuals to start and grow their\\u00a0 businesses with an added goal of reducing recidivism.<\\/span><\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7511,1192,'_wp_page_template','template-fullwidth.php'),(7512,1192,'_elementor_edit_mode','builder'),(7513,1192,'_elementor_template_type','wp-page'),(7514,1192,'_elementor_version','3.1.1'),(7515,1192,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7516,1192,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Freedom Project<\\/strong><\\/span><\\/h2>\\n<p><strong><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">An endeavor tailored to help formerly incarcerated individuals to start and grow their\\u00a0 businesses with an added goal of reducing recidivism.<\\/span><\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7517,1193,'_wp_page_template','template-fullwidth.php'),(7518,1193,'_elementor_edit_mode','builder'),(7519,1193,'_elementor_template_type','wp-page'),(7520,1193,'_elementor_version','3.1.1'),(7521,1193,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7522,1193,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Freedom Project<\\/strong><\\/span><\\/h2>\\n<p><strong><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">An endeavor tailored to help formerly incarcerated individuals to start and grow their\\u00a0 businesses with an added goal of reducing recidivism.<\\/span><\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7524,1194,'_wp_page_template','template-fullwidth.php'),(7525,1194,'_elementor_edit_mode','builder'),(7526,1194,'_elementor_template_type','wp-page'),(7527,1194,'_elementor_version','3.1.1'),(7528,1194,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7529,1194,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Freedom Project<\\/strong><\\/span><\\/h2>\\n<p><strong><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">An endeavor tailored to help formerly incarcerated individuals to start and grow their\\u00a0 businesses with an added goal of reducing recidivism.<\\/span><\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7530,1195,'_wp_page_template','template-fullwidth.php'),(7531,1195,'_elementor_edit_mode','builder'),(7532,1195,'_elementor_template_type','wp-page'),(7533,1195,'_elementor_version','3.1.1'),(7534,1195,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7535,1195,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Freedom Project<\\/strong><\\/span><\\/h2>\\n<p><strong><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">An endeavor tailored to help formerly incarcerated individuals to start and grow their\\u00a0 businesses with an added goal of reducing recidivism.<\\/span><\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7536,1196,'_wp_page_template','template-fullwidth.php'),(7537,1196,'_elementor_edit_mode','builder'),(7538,1196,'_elementor_template_type','wp-page'),(7539,1196,'_elementor_version','3.1.1'),(7540,1196,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7541,1196,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Freedom Project<\\/strong><\\/span><\\/h2>\\n<p><strong><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">Freedom Project is an endeavor tailored to help formerly incarcerated individuals to start and grow their\\u00a0 businesses with an added goal of reducing recidivism.<\\/span><\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7545,1197,'_elementor_edit_mode','builder'),(7546,1197,'_elementor_template_type','wp-page'),(7547,1197,'_elementor_version','3.1.1'),(7548,1197,'_wp_page_template','elementor_header_footer'),(7549,1197,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7550,1197,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7552,1198,'_elementor_edit_mode','builder'),(7553,1198,'_elementor_template_type','wp-page'),(7554,1198,'_elementor_version','3.1.1'),(7555,1198,'_wp_page_template','elementor_header_footer'),(7556,1198,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7557,1198,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Benefits for Black-Owned Businesses include:<\\/p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/li><li>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/li><li>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/li><li>Networking Opportunities<\\/li><li>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7559,1199,'_elementor_edit_mode','builder'),(7560,1199,'_elementor_template_type','wp-page'),(7561,1199,'_elementor_version','3.1.1'),(7562,1199,'_wp_page_template','elementor_header_footer'),(7563,1199,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7564,1199,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7568,1201,'_elementor_edit_mode','builder'),(7569,1201,'_elementor_template_type','wp-page'),(7570,1201,'_elementor_version','3.1.1'),(7571,1201,'_wp_page_template','elementor_header_footer'),(7572,1201,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7573,1201,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7575,1202,'_elementor_edit_mode','builder'),(7576,1202,'_elementor_template_type','wp-page'),(7577,1202,'_elementor_version','3.1.1'),(7578,1202,'_wp_page_template','elementor_header_footer'),(7579,1202,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7580,1202,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7582,1203,'_elementor_edit_mode','builder'),(7583,1203,'_elementor_template_type','wp-page'),(7584,1203,'_elementor_version','3.1.1'),(7585,1203,'_wp_page_template','elementor_header_footer'),(7586,1203,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7587,1203,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7591,1204,'_elementor_edit_mode','builder'),(7592,1204,'_elementor_template_type','wp-page'),(7593,1204,'_elementor_version','3.1.1'),(7594,1204,'_wp_page_template','elementor_header_footer'),(7595,1204,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7596,1204,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7598,1205,'_elementor_edit_mode','builder'),(7599,1205,'_elementor_template_type','wp-page'),(7600,1205,'_elementor_version','3.1.1'),(7601,1205,'_wp_page_template','elementor_header_footer'),(7602,1205,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7603,1205,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#ECC503\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7605,1206,'_elementor_edit_mode','builder'),(7606,1206,'_elementor_template_type','wp-page'),(7607,1206,'_elementor_version','3.1.1'),(7608,1206,'_wp_page_template','elementor_header_footer'),(7609,1206,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7610,1206,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7614,1207,'_elementor_edit_mode','builder'),(7615,1207,'_elementor_template_type','wp-page'),(7616,1207,'_elementor_version','3.1.1'),(7617,1207,'_wp_page_template','elementor_header_footer'),(7618,1207,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7619,1207,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7621,1208,'_elementor_edit_mode','builder'),(7622,1208,'_elementor_template_type','wp-page'),(7623,1208,'_elementor_version','3.1.1'),(7624,1208,'_wp_page_template','elementor_header_footer'),(7625,1208,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7626,1208,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here to support Certified Black-Owned Businesses with your dollars\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7628,1209,'_elementor_edit_mode','builder'),(7629,1209,'_elementor_template_type','wp-page'),(7630,1209,'_elementor_version','3.1.1'),(7631,1209,'_wp_page_template','elementor_header_footer'),(7632,1209,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7633,1209,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"     Click here\\u2026Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7637,1210,'_elementor_edit_mode','builder'),(7638,1210,'_elementor_template_type','wp-page'),(7639,1210,'_elementor_version','3.1.1'),(7640,1210,'_wp_page_template','elementor_header_footer'),(7641,1210,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7642,1210,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"     Click here\\u2026Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7644,1211,'_elementor_edit_mode','builder'),(7645,1211,'_elementor_template_type','wp-page'),(7646,1211,'_elementor_version','3.1.1'),(7647,1211,'_wp_page_template','elementor_header_footer'),(7648,1211,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7649,1211,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"     Click here\\u2026Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7651,1212,'_elementor_edit_mode','builder'),(7652,1212,'_elementor_template_type','wp-page'),(7653,1212,'_elementor_version','3.1.1'),(7654,1212,'_wp_page_template','elementor_header_footer'),(7655,1212,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7656,1212,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(7660,1213,'_wp_page_template','template-fullwidth-stretched.php'),(7661,1213,'_elementor_edit_mode','builder'),(7662,1213,'_elementor_template_type','wp-page'),(7663,1213,'_elementor_version','3.0.14'),(7664,1213,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT BLACK OWNED BUSINESSES \",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"START HERE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Certified Black-Owned Business member business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7665,1213,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(7667,1214,'_wp_page_template','template-fullwidth-stretched.php'),(7668,1214,'_elementor_edit_mode','builder'),(7669,1214,'_elementor_template_type','wp-page'),(7670,1214,'_elementor_version','3.0.14'),(7671,1214,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT BLACK OWNED BUSINESSES \",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"START HERE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>Find a Certified Black-Owned Business member business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/p>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.<\\/p>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7672,1214,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(7674,1215,'_wp_page_template','template-fullwidth-stretched.php'),(7675,1215,'_elementor_edit_mode','builder'),(7676,1215,'_elementor_template_type','wp-page'),(7677,1215,'_elementor_version','3.0.14'),(7678,1215,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7679,1215,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7692,1217,'_wp_page_template','template-fullwidth-stretched.php'),(7693,1217,'_elementor_edit_mode','builder'),(7694,1217,'_elementor_template_type','wp-page'),(7695,1217,'_elementor_version','3.1.1'),(7696,1217,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7697,1217,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7699,1218,'_wp_page_template','template-fullwidth-stretched.php'),(7700,1218,'_elementor_edit_mode','builder'),(7701,1218,'_elementor_template_type','wp-page'),(7702,1218,'_elementor_version','3.1.1'),(7703,1218,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7704,1218,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7706,1219,'_wp_page_template','template-fullwidth-stretched.php'),(7707,1219,'_elementor_edit_mode','builder'),(7708,1219,'_elementor_template_type','wp-page'),(7709,1219,'_elementor_version','3.1.1'),(7710,1219,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7711,1219,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7715,1220,'_wp_page_template','template-fullwidth-stretched.php'),(7716,1220,'_elementor_edit_mode','builder'),(7717,1220,'_elementor_template_type','wp-page'),(7718,1220,'_elementor_version','3.1.1'),(7719,1220,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7720,1220,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7722,1221,'_wp_page_template','template-fullwidth-stretched.php'),(7723,1221,'_elementor_edit_mode','builder'),(7724,1221,'_elementor_template_type','wp-page'),(7725,1221,'_elementor_version','3.1.1'),(7726,1221,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7727,1221,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7729,1222,'_wp_page_template','template-fullwidth-stretched.php'),(7730,1222,'_elementor_edit_mode','builder'),(7731,1222,'_elementor_template_type','wp-page'),(7732,1222,'_elementor_version','3.1.1'),(7733,1222,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"_background_color\":\"#E5DB05\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7734,1222,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7738,1223,'_wp_page_template','template-fullwidth-stretched.php'),(7739,1223,'_elementor_edit_mode','builder'),(7740,1223,'_elementor_template_type','wp-page'),(7741,1223,'_elementor_version','3.1.1'),(7742,1223,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"_background_color\":\"#E5DB05\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7743,1223,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7745,1224,'_wp_page_template','template-fullwidth-stretched.php'),(7746,1224,'_elementor_edit_mode','builder'),(7747,1224,'_elementor_template_type','wp-page'),(7748,1224,'_elementor_version','3.1.1'),(7749,1224,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"_background_color\":\"#E5DB05\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <a class=\\\"normalResultLink\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7750,1224,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7752,1225,'_wp_page_template','template-fullwidth-stretched.php'),(7753,1225,'_elementor_edit_mode','builder'),(7754,1225,'_elementor_template_type','wp-page'),(7755,1225,'_elementor_version','3.1.1'),(7756,1225,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"_background_color\":\"#E5DB05\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <span style=\\\"color: #008000;\\\"><a class=\\\"normalResultLink\\\" style=\\\"color: #008000;\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a><\\/span> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7757,1225,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7761,1226,'_wp_page_template','template-fullwidth-stretched.php'),(7762,1226,'_elementor_edit_mode','builder'),(7763,1226,'_elementor_template_type','wp-page'),(7764,1226,'_elementor_version','3.1.1'),(7765,1226,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"_background_color\":\"#E5DB05\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <span style=\\\"color: #008000;\\\"><a class=\\\"normalResultLink\\\" style=\\\"color: #008000;\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a><\\/span> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7766,1226,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7768,1227,'_wp_page_template','template-fullwidth-stretched.php'),(7769,1227,'_elementor_edit_mode','builder'),(7770,1227,'_elementor_template_type','wp-page'),(7771,1227,'_elementor_version','3.1.1'),(7772,1227,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"_background_color\":\"#E5DB05\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <span style=\\\"color: #008000;\\\"><a class=\\\"normalResultLink\\\" style=\\\"color: #008000;\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a><\\/span> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7773,1227,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7775,1228,'_wp_page_template','template-fullwidth-stretched.php'),(7776,1228,'_elementor_edit_mode','builder'),(7777,1228,'_elementor_template_type','wp-page'),(7778,1228,'_elementor_version','3.1.1'),(7779,1228,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"_background_color\":\"#E5DB05\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <span style=\\\"color: #ff0000;\\\"><a class=\\\"normalResultLink\\\" style=\\\"color: #ff0000;\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a><\\/span> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7780,1228,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7784,1229,'_edit_lock','1613523533:2'),(7785,1229,'_edit_last','2'),(7786,1230,'_wp_attached_file','2021/02/Spinkle.jpg'),(7787,1230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:243;s:6:\"height\";i:207;s:4:\"file\";s:19:\"2021/02/Spinkle.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Spinkle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:19:\"Spinkle-243x150.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7788,1229,'_never_expire','1'),(7789,1229,'_featured','0'),(7790,1229,'_price',''),(7791,1229,'_price_range',''),(7792,1229,'_atbd_listing_pricing','price'),(7793,1229,'_videourl',''),(7794,1229,'_listing_status','post_status'),(7795,1229,'_tagline',''),(7796,1229,'_excerpt',''),(7798,1229,'_address',''),(7799,1229,'_phone','(501) 235-8222 office'),(7800,1229,'_phone2',''),(7801,1229,'_fax','(501) 235-8210'),(7802,1229,'_email','info@sprinklefirm.com'),(7803,1229,'_website','https://www.sprinklefirm.com/'),(7804,1229,'_zip','72201'),(7805,1229,'_social','a:0:{}'),(7806,1229,'_faqs','a:0:{}'),(7807,1229,'_enable247hour',''),(7808,1229,'_disable_bz_hour_listing',''),(7809,1229,'_bdbh','a:0:{}'),(7810,1229,'_manual_lat','40.7127753'),(7811,1229,'_manual_lng','-74.0059728'),(7812,1229,'_hide_map','1'),(7813,1229,'_listing_img','a:0:{}'),(7814,1229,'_listing_prv_img','1230'),(7815,1229,'_hide_contact_info','0'),(7816,1229,'_hide_contact_owner','0'),(7817,1229,'_expiry_date','2022-02-17 00:58:49'),(7818,1229,'_thumbnail_id','1230'),(7819,1229,'slide_template',''),(7820,1229,'rs_page_bg_color',''),(7822,1232,'_wp_page_template','template-fullwidth.php'),(7823,1232,'_elementor_edit_mode','builder'),(7824,1232,'_elementor_template_type','wp-page'),(7825,1232,'_elementor_version','3.1.1'),(7826,1232,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7827,1232,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Freedom Project<\\/strong><\\/span><\\/h2>\\n<p><strong><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">Freedom Project is an endeavor tailored to help formerly incarcerated individuals to start and grow their\\u00a0 businesses with an added goal of reducing recidivism.<\\/span><\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7829,1233,'_wp_page_template','template-fullwidth.php'),(7830,1233,'_elementor_edit_mode','builder'),(7831,1233,'_elementor_template_type','wp-page'),(7832,1233,'_elementor_version','3.1.1'),(7833,1233,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7834,1233,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Freedom Project<\\/strong><\\/span><\\/h2>\\n<p><strong><span style=\\\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\\\">Freedom Project is an endeavor tailored to help formerly incarcerated individuals to start and grow their\\u00a0 businesses with an added goal of reducing recidivism.<\\/span><\\/strong><\\/p>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7836,1234,'_wp_page_template','template-fullwidth.php'),(7837,1234,'_elementor_edit_mode','builder'),(7838,1234,'_elementor_template_type','wp-page'),(7839,1234,'_elementor_version','3.1.1'),(7840,1234,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7841,1234,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7851,1236,'_wp_page_template','template-fullwidth.php'),(7852,1236,'_elementor_edit_mode','builder'),(7853,1236,'_elementor_template_type','wp-page'),(7854,1236,'_elementor_version','3.1.1'),(7855,1236,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7856,1236,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7857,1237,'_wp_page_template','template-fullwidth.php'),(7858,1237,'_elementor_edit_mode','builder'),(7859,1237,'_elementor_template_type','wp-page'),(7860,1237,'_elementor_version','3.1.1'),(7861,1237,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7862,1237,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7863,1238,'_wp_page_template','template-fullwidth.php'),(7864,1238,'_elementor_edit_mode','builder'),(7865,1238,'_elementor_template_type','wp-page'),(7866,1238,'_elementor_version','3.1.1'),(7867,1238,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7868,1238,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7871,1239,'_wp_page_template','template-fullwidth.php'),(7872,1239,'_elementor_edit_mode','builder'),(7873,1239,'_elementor_template_type','wp-page'),(7874,1239,'_elementor_version','3.1.1'),(7875,1239,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7876,1239,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7878,1240,'_wp_page_template','template-fullwidth.php'),(7879,1240,'_elementor_edit_mode','builder'),(7880,1240,'_elementor_template_type','wp-page'),(7881,1240,'_elementor_version','3.1.1'),(7882,1240,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7883,1240,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7885,1241,'_wp_page_template','template-fullwidth.php'),(7886,1241,'_elementor_edit_mode','builder'),(7887,1241,'_elementor_template_type','wp-page'),(7888,1241,'_elementor_version','3.1.1'),(7889,1241,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7890,1241,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,&nbsp;<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to&nbsp;<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.&nbsp;&nbsp;<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>&nbsp;Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">&nbsp;<\\/h3>\\n<div>&nbsp;<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7893,1242,'_wp_page_template','template-fullwidth.php'),(7894,1242,'_elementor_edit_mode','builder'),(7895,1242,'_elementor_template_type','wp-page'),(7896,1242,'_elementor_version','3.1.1'),(7897,1242,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7898,1242,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,&nbsp;<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to&nbsp;<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.&nbsp;&nbsp;<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>&nbsp;Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">&nbsp;<\\/h3>\\n<div>&nbsp;<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7899,1243,'_wp_page_template','template-fullwidth.php'),(7900,1243,'_elementor_edit_mode','builder'),(7901,1243,'_elementor_template_type','wp-page'),(7902,1243,'_elementor_version','3.1.1'),(7903,1243,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7904,1243,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ff9900;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,&nbsp;<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to&nbsp;<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.&nbsp;&nbsp;<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>&nbsp;Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">&nbsp;<\\/h3>\\n<div>&nbsp;<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #ff9900;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7905,1244,'_wp_page_template','template-fullwidth.php'),(7906,1244,'_elementor_edit_mode','builder'),(7907,1244,'_elementor_template_type','wp-page'),(7908,1244,'_elementor_version','3.1.1'),(7909,1244,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7910,1244,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7913,1245,'_wp_page_template','template-fullwidth.php'),(7914,1245,'_elementor_edit_mode','builder'),(7915,1245,'_elementor_template_type','wp-page'),(7916,1245,'_elementor_version','3.1.1'),(7917,1245,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7918,1245,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7920,1246,'_wp_page_template','template-fullwidth.php'),(7921,1246,'_elementor_edit_mode','builder'),(7922,1246,'_elementor_template_type','wp-page'),(7923,1246,'_elementor_version','3.1.1'),(7924,1246,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7925,1246,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/ technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.\\u00a0<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7927,1247,'_wp_page_template','template-fullwidth.php'),(7928,1247,'_elementor_edit_mode','builder'),(7929,1247,'_elementor_template_type','wp-page'),(7930,1247,'_elementor_version','3.1.1'),(7931,1247,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(7932,1247,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(7935,1248,'_elementor_edit_mode','builder'),(7936,1248,'_elementor_template_type','wp-page'),(7937,1248,'_elementor_version','3.1.1'),(7938,1248,'_wp_page_template','default'),(7939,1248,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h4>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(7940,1248,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(7942,1249,'_elementor_edit_mode','builder'),(7943,1249,'_elementor_template_type','wp-page'),(7944,1249,'_elementor_version','3.1.1'),(7945,1249,'_wp_page_template','default'),(7946,1249,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.<\\/strong><\\/em><\\/h4>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(7947,1249,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(7949,1250,'_elementor_edit_mode','builder'),(7950,1250,'_elementor_template_type','wp-page'),(7951,1250,'_elementor_version','3.1.1'),(7952,1250,'_wp_page_template','default'),(7953,1250,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #008000;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders<\\/i><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(7954,1250,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(7957,1251,'_elementor_edit_mode','builder'),(7958,1251,'_elementor_template_type','wp-page'),(7959,1251,'_elementor_version','3.1.1'),(7960,1251,'_wp_page_template','default'),(7961,1251,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #008000;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders<\\/i><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(7962,1251,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(7963,1252,'_elementor_edit_mode','builder'),(7964,1252,'_elementor_template_type','wp-page'),(7965,1252,'_elementor_version','3.1.1'),(7966,1252,'_wp_page_template','default'),(7967,1252,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #008000;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders<\\/i><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(7968,1252,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(7969,1253,'_elementor_edit_mode','builder'),(7970,1253,'_elementor_template_type','wp-page'),(7971,1253,'_elementor_version','3.1.1'),(7972,1253,'_wp_page_template','default'),(7973,1253,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000080;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(7974,1253,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(7976,1254,'_elementor_edit_mode','builder'),(7977,1254,'_elementor_template_type','wp-page'),(7978,1254,'_elementor_version','3.1.1'),(7979,1254,'_wp_page_template','default'),(7980,1254,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000080;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(7981,1254,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(7982,1255,'_elementor_edit_mode','builder'),(7983,1255,'_elementor_template_type','wp-page'),(7984,1255,'_elementor_version','3.1.1'),(7985,1255,'_wp_page_template','default'),(7986,1255,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000080;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(7987,1255,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(7988,1256,'_elementor_edit_mode','builder'),(7989,1256,'_elementor_template_type','wp-page'),(7990,1256,'_elementor_version','3.1.1'),(7991,1256,'_wp_page_template','default'),(7992,1256,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000080;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(7993,1256,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(7997,1257,'_wp_page_template','template-fullwidth.php'),(7998,1257,'_elementor_edit_mode','builder'),(7999,1257,'_elementor_template_type','wp-page'),(8000,1257,'_elementor_version','3.1.1'),(8001,1257,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8002,1257,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8004,1258,'_wp_page_template','template-fullwidth.php'),(8005,1258,'_elementor_edit_mode','builder'),(8006,1258,'_elementor_template_type','wp-page'),(8007,1258,'_elementor_version','3.1.1'),(8008,1258,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8009,1258,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #008000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><\\/span><span style=\\\"color: #008000;\\\"><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8011,1259,'_wp_page_template','template-fullwidth.php'),(8012,1259,'_elementor_edit_mode','builder'),(8013,1259,'_elementor_template_type','wp-page'),(8014,1259,'_elementor_version','3.1.1'),(8015,1259,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8016,1259,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8020,1260,'_wp_page_template','template-fullwidth.php'),(8021,1260,'_elementor_edit_mode','builder'),(8022,1260,'_elementor_template_type','wp-page'),(8023,1260,'_elementor_version','3.1.1'),(8024,1260,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8025,1260,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8027,1261,'_wp_page_template','template-fullwidth.php'),(8028,1261,'_elementor_edit_mode','builder'),(8029,1261,'_elementor_template_type','wp-page'),(8030,1261,'_elementor_version','3.1.1'),(8031,1261,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8032,1261,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.<\\/strong><\\/h3>\\n<h3 style=\\\"text-align: left;\\\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8034,1262,'_wp_page_template','template-fullwidth.php'),(8035,1262,'_elementor_edit_mode','builder'),(8036,1262,'_elementor_template_type','wp-page'),(8037,1262,'_elementor_version','3.1.1'),(8038,1262,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8039,1262,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8043,1263,'_elementor_edit_mode','builder'),(8044,1263,'_elementor_template_type','wp-page'),(8045,1263,'_elementor_version','3.1.1'),(8046,1263,'_wp_page_template','default'),(8047,1263,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000080;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(8048,1263,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(8050,1264,'_elementor_edit_mode','builder'),(8051,1264,'_elementor_template_type','wp-page'),(8052,1264,'_elementor_version','3.1.1'),(8053,1264,'_wp_page_template','default'),(8054,1264,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000080;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(8055,1264,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(8057,1265,'_elementor_edit_mode','builder'),(8058,1265,'_elementor_template_type','wp-page'),(8059,1265,'_elementor_version','3.1.1'),(8060,1265,'_wp_page_template','default'),(8061,1265,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000080;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(8062,1265,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(8066,1266,'_elementor_edit_mode','builder'),(8067,1266,'_elementor_template_type','wp-page'),(8068,1266,'_elementor_version','3.1.1'),(8069,1266,'_wp_page_template','default'),(8070,1266,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000080;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(8071,1266,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(8073,1267,'_elementor_edit_mode','builder'),(8074,1267,'_elementor_template_type','wp-page'),(8075,1267,'_elementor_version','3.1.1'),(8076,1267,'_wp_page_template','default'),(8077,1267,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #000080;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000080;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(8078,1267,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(8080,1268,'_elementor_edit_mode','builder'),(8081,1268,'_elementor_template_type','wp-page'),(8082,1268,'_elementor_version','3.1.1'),(8083,1268,'_wp_page_template','default'),(8084,1268,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong><span style=\\\"color: #ff6600;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ff6600;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(8085,1268,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(8089,1269,'_elementor_edit_mode','builder'),(8090,1269,'_elementor_template_type','wp-page'),(8091,1269,'_elementor_version','3.1.1'),(8092,1269,'_wp_page_template','default'),(8093,1269,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong><span style=\\\"color: #ff6600;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ff6600;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(8094,1269,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(8096,1270,'_elementor_edit_mode','builder'),(8097,1270,'_elementor_template_type','wp-page'),(8098,1270,'_elementor_version','3.1.1'),(8099,1270,'_wp_page_template','default'),(8100,1270,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong><span style=\\\"color: #ff6600;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ff6600;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/strong><\\/span><\\/h2><h2><span style=\\\"color: #000000;\\\"><strong><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/strong><\\/span><\\/h2>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(8101,1270,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(8103,1271,'_elementor_edit_mode','builder'),(8104,1271,'_elementor_template_type','wp-page'),(8105,1271,'_elementor_version','3.1.1'),(8106,1271,'_wp_page_template','default'),(8107,1271,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong><span style=\\\"color: #ff6600;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ff6600;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(8108,1271,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(8112,1272,'_elementor_edit_mode','builder'),(8113,1272,'_elementor_template_type','wp-page'),(8114,1272,'_elementor_version','3.1.1'),(8115,1272,'_wp_page_template','default'),(8116,1272,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong><span style=\\\"color: #ff6600;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ff6600;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(8117,1272,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(8119,1273,'_elementor_edit_mode','builder'),(8120,1273,'_elementor_template_type','wp-page'),(8121,1273,'_elementor_version','3.1.1'),(8122,1273,'_wp_page_template','default'),(8123,1273,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong><span style=\\\"color: #ff6600;\\\"><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ff6600;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(8124,1273,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(8126,1274,'_elementor_edit_mode','builder'),(8127,1274,'_elementor_template_type','wp-page'),(8128,1274,'_elementor_version','3.1.1'),(8129,1274,'_wp_page_template','default'),(8130,1274,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong><span style=\\\"color: #ff6600;\\\"><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ff6600;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(8131,1274,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(8135,1275,'_edit_lock','1613577469:2'),(8136,1275,'_edit_last','2'),(8137,1276,'_wp_attached_file','2021/02/Move-Makeup-Logo-1500-PNG-e1613576539731.png'),(8138,1276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:59;s:4:\"file\";s:52:\"2021/02/Move-Makeup-Logo-1500-PNG-e1613576539731.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Move-Makeup-Logo-1500-PNG-300x74.png\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Move-Makeup-Logo-1500-PNG-1024x251.png\";s:5:\"width\";i:1024;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Move-Makeup-Logo-1500-PNG-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Move-Makeup-Logo-1500-PNG-768x188.png\";s:5:\"width\";i:768;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:37:\"Move-Makeup-Logo-1500-PNG-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:37:\"Move-Makeup-Logo-1500-PNG-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:37:\"Move-Makeup-Logo-1500-PNG-640x368.png\";s:5:\"width\";i:640;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"150x150\";}}}'),(8139,1275,'_never_expire','1'),(8140,1275,'_featured','0'),(8141,1275,'_price',''),(8142,1275,'_price_range',''),(8143,1275,'_atbd_listing_pricing','price'),(8144,1275,'_videourl',''),(8145,1275,'_listing_status','post_status'),(8146,1275,'_tagline',''),(8147,1275,'_excerpt',''),(8149,1275,'_address',''),(8150,1275,'_phone','501-420-4837'),(8151,1275,'_phone2',''),(8152,1275,'_fax',''),(8153,1275,'_email',''),(8154,1275,'_website','https://www.mymovemakeup.com/'),(8155,1275,'_zip',''),(8156,1275,'_social','a:0:{}'),(8157,1275,'_faqs','a:0:{}'),(8158,1275,'_enable247hour',''),(8159,1275,'_disable_bz_hour_listing',''),(8160,1275,'_bdbh','a:0:{}'),(8161,1275,'_manual_lat','40.7127753'),(8162,1275,'_manual_lng','-74.0059728'),(8163,1275,'_hide_map','1'),(8164,1275,'_listing_img','a:0:{}'),(8165,1275,'_listing_prv_img','1277'),(8166,1275,'_hide_contact_info','0'),(8167,1275,'_hide_contact_owner','0'),(8168,1275,'_expiry_date','2022-02-17 15:57:49'),(8169,1275,'_thumbnail_id','1277'),(8170,1275,'slide_template',''),(8171,1275,'rs_page_bg_color',''),(8172,1229,'ekit_post_views_count','2'),(8174,1275,'ekit_post_views_count','5'),(8175,1276,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:368;s:4:\"file\";s:29:\"Move-Makeup-Logo-1500-PNG.png\";}}'),(8177,1275,'_atbdp_post_views_count',''),(8178,1275,'_atbdp_post_views_count',''),(8179,1277,'_wp_attached_file','2021/02/MoveM.jpg'),(8180,1277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:643;s:4:\"file\";s:17:\"2021/02/MoveM.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"MoveM-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"MoveM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:17:\"MoveM-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:17:\"MoveM-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:17:\"MoveM-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8181,1278,'_edit_lock','1613577822:2'),(8182,1278,'_edit_last','2'),(8183,1279,'_wp_attached_file','2021/02/Small-Sweets-in-a-Jar-Logo-1-e1613577756590.png'),(8184,1279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:55:\"2021/02/Small-Sweets-in-a-Jar-Logo-1-e1613577756590.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Small-Sweets-in-a-Jar-Logo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Small-Sweets-in-a-Jar-Logo-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Small-Sweets-in-a-Jar-Logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Small-Sweets-in-a-Jar-Logo-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"Small-Sweets-in-a-Jar-Logo-1-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:42:\"Small-Sweets-in-a-Jar-Logo-1-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:40:\"Small-Sweets-in-a-Jar-Logo-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:40:\"Small-Sweets-in-a-Jar-Logo-1-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:40:\"Small-Sweets-in-a-Jar-Logo-1-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"150x150\";}}}'),(8185,1279,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:32:\"Small-Sweets-in-a-Jar-Logo-1.png\";}}'),(8186,1278,'_never_expire','1'),(8187,1278,'_featured','0'),(8188,1278,'_price',''),(8189,1278,'_price_range',''),(8190,1278,'_atbd_listing_pricing',''),(8191,1278,'_videourl',''),(8192,1278,'_listing_status','post_status'),(8193,1278,'_tagline',''),(8194,1278,'_excerpt',''),(8196,1278,'_address',''),(8197,1278,'_phone','(501) 831-6163'),(8198,1278,'_phone2',''),(8199,1278,'_fax',''),(8200,1278,'_email','info@sweetsinajar.com'),(8201,1278,'_website','https://sweetsinajar.com/'),(8202,1278,'_zip',''),(8203,1278,'_social','a:0:{}'),(8204,1278,'_faqs','a:0:{}'),(8205,1278,'_enable247hour',''),(8206,1278,'_disable_bz_hour_listing',''),(8207,1278,'_bdbh','a:0:{}'),(8208,1278,'_manual_lat','40.7127753'),(8209,1278,'_manual_lng','-74.0059728'),(8210,1278,'_hide_map','1'),(8211,1278,'_listing_img','a:0:{}'),(8212,1278,'_listing_prv_img','1279'),(8213,1278,'_hide_contact_info','0'),(8214,1278,'_hide_contact_owner','0'),(8215,1278,'_expiry_date','2022-02-17 15:57:00'),(8216,1278,'_thumbnail_id','1279'),(8217,1278,'slide_template',''),(8218,1278,'rs_page_bg_color',''),(8219,1280,'_edit_lock','1613578416:2'),(8220,1280,'_edit_last','2'),(8221,1281,'_wp_attached_file','2021/02/Tasha-SBL-scaled-e1613578368520.jpg'),(8222,1281,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:375;s:4:\"file\";s:43:\"2021/02/Tasha-SBL-scaled-e1613578368520.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Tasha-SBL-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Tasha-SBL-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Tasha-SBL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Tasha-SBL-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"Tasha-SBL-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"Tasha-SBL-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:21:\"Tasha-SBL-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:21:\"Tasha-SBL-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:21:\"Tasha-SBL-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:16:\"Ebony L. Blevins\";s:6:\"camera\";s:12:\"Canon EOS 7D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1585477313\";s:9:\"copyright\";s:16:\"MsCameraLady.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"Tasha-SBL.jpg\";}'),(8223,1281,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:20:\"Tasha-SBL-scaled.jpg\";}}'),(8224,1280,'_never_expire','1'),(8225,1280,'_featured','0'),(8226,1280,'_price',''),(8227,1280,'_price_range',''),(8228,1280,'_atbd_listing_pricing',''),(8229,1280,'_videourl',''),(8230,1280,'_listing_status','post_status'),(8231,1280,'_tagline',''),(8232,1280,'_excerpt',''),(8233,1280,'_atbdp_post_views_count',''),(8234,1280,'_address',''),(8235,1280,'_phone','(870) 949-9566'),(8236,1280,'_phone2',''),(8237,1280,'_fax',''),(8238,1280,'_email','tashateachesspanish@gmail.com'),(8239,1280,'_website','http://tashateachesspanish.com/'),(8240,1280,'_zip',''),(8241,1280,'_social','a:0:{}'),(8242,1280,'_faqs','a:0:{}'),(8243,1280,'_enable247hour',''),(8244,1280,'_disable_bz_hour_listing',''),(8245,1280,'_bdbh','a:0:{}'),(8246,1280,'_manual_lat','40.7127753'),(8247,1280,'_manual_lng','-74.0059728'),(8248,1280,'_hide_map','1'),(8249,1280,'_listing_img','a:0:{}'),(8250,1280,'_listing_prv_img','1281'),(8251,1280,'_hide_contact_info','0'),(8252,1280,'_hide_contact_owner','0'),(8253,1280,'_expiry_date','2022-02-17 16:06:00'),(8254,1280,'_thumbnail_id','1281'),(8255,1280,'slide_template',''),(8256,1280,'rs_page_bg_color',''),(8257,1282,'_edit_lock','1613581522:2'),(8258,1282,'_edit_last','2'),(8259,1283,'_wp_attached_file','2021/02/Kharis-Group-Logo_final-e1613578978907.png'),(8260,1283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:147;s:4:\"file\";s:50:\"2021/02/Kharis-Group-Logo_final-e1613578978907.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Kharis-Group-Logo_final-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Kharis-Group-Logo_final-1024x603.png\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Kharis-Group-Logo_final-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Kharis-Group-Logo_final-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:35:\"Kharis-Group-Logo_final-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:35:\"Kharis-Group-Logo_final-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:35:\"Kharis-Group-Logo_final-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8261,1283,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1353;s:6:\"height\";i:797;s:4:\"file\";s:27:\"Kharis-Group-Logo_final.png\";}}'),(8262,1282,'_never_expire','1'),(8263,1282,'_featured','0'),(8264,1282,'_price',''),(8265,1282,'_price_range',''),(8266,1282,'_atbd_listing_pricing',''),(8267,1282,'_videourl',''),(8268,1282,'_listing_status','post_status'),(8269,1282,'_tagline',''),(8270,1282,'_excerpt',''),(8272,1282,'_address',''),(8273,1282,'_phone','(501) 404-8942'),(8274,1282,'_phone2',''),(8275,1282,'_fax',''),(8276,1282,'_email','kharisgrants@gmail.com'),(8277,1282,'_website','http://www.consultkharis.com/'),(8278,1282,'_zip',''),(8279,1282,'_social','a:0:{}'),(8280,1282,'_faqs','a:0:{}'),(8281,1282,'_enable247hour',''),(8282,1282,'_disable_bz_hour_listing',''),(8283,1282,'_bdbh','a:0:{}'),(8284,1282,'_manual_lat','40.7127753'),(8285,1282,'_manual_lng','-74.0059728'),(8286,1282,'_hide_map','1'),(8287,1282,'_listing_img','a:0:{}'),(8288,1282,'_listing_prv_img','1283'),(8289,1282,'_hide_contact_info','0'),(8290,1282,'_hide_contact_owner','0'),(8291,1282,'_expiry_date','2022-02-17 17:07:32'),(8292,1282,'_thumbnail_id','1283'),(8293,1282,'slide_template',''),(8294,1282,'rs_page_bg_color',''),(8295,1284,'_edit_lock','1613581638:2'),(8296,1284,'_edit_last','2'),(8297,1285,'_wp_attached_file','2021/02/Eco-Solution-Logo_transparent-300x172-1.png'),(8298,1285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:172;s:4:\"file\";s:51:\"2021/02/Eco-Solution-Logo_transparent-300x172-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Eco-Solution-Logo_transparent-300x172-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:51:\"Eco-Solution-Logo_transparent-300x172-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8299,1284,'_never_expire','1'),(8300,1284,'_featured','0'),(8301,1284,'_price',''),(8302,1284,'_price_range',''),(8303,1284,'_atbd_listing_pricing',''),(8304,1284,'_videourl','https://youtu.be/d7J_8Agv8fk'),(8305,1284,'_listing_status','post_status'),(8306,1284,'_tagline',''),(8307,1284,'_excerpt',''),(8309,1284,'_address',''),(8310,1284,'_phone','501-444-2757'),(8311,1284,'_phone2',''),(8312,1284,'_fax',''),(8313,1284,'_email','info@edssnow.com'),(8314,1284,'_website','https://edssnow.com/'),(8315,1284,'_zip',''),(8316,1284,'_social','a:0:{}'),(8317,1284,'_faqs','a:0:{}'),(8318,1284,'_enable247hour',''),(8319,1284,'_disable_bz_hour_listing',''),(8320,1284,'_bdbh','a:0:{}'),(8321,1284,'_manual_lat','40.7127753'),(8322,1284,'_manual_lng','-74.0059728'),(8323,1284,'_hide_map','1'),(8324,1284,'_listing_img','a:0:{}'),(8325,1284,'_listing_prv_img','1285'),(8326,1284,'_hide_contact_info','0'),(8327,1284,'_hide_contact_owner','0'),(8328,1284,'_expiry_date','2022-02-17 17:08:21'),(8329,1284,'_thumbnail_id','1285'),(8330,1284,'slide_template',''),(8331,1284,'rs_page_bg_color',''),(8332,1286,'_edit_lock','1613581135:2'),(8333,1286,'_edit_last','2'),(8334,1287,'_wp_attached_file','2021/02/Socks-e1613580446659.jpg'),(8335,1287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:32:\"2021/02/Socks-e1613580446659.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Socks-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Socks-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Socks-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:17:\"Socks-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:17:\"Socks-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:17:\"Socks-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8336,1287,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:843;s:6:\"height\";i:843;s:4:\"file\";s:9:\"Socks.jpg\";}}'),(8337,1286,'_never_expire','1'),(8338,1286,'_featured','0'),(8339,1286,'_price',''),(8340,1286,'_price_range',''),(8341,1286,'_atbd_listing_pricing',''),(8342,1286,'_videourl',''),(8343,1286,'_listing_status','post_status'),(8344,1286,'_tagline',''),(8345,1286,'_excerpt',''),(8346,1286,'_atbdp_post_views_count',''),(8347,1286,'_address',''),(8348,1286,'_phone',''),(8349,1286,'_phone2',''),(8350,1286,'_fax',''),(8351,1286,'_email','hello@socksofafrica.com'),(8352,1286,'_website','https://www.socksofafrica.com/'),(8353,1286,'_zip',''),(8354,1286,'_social','a:0:{}'),(8355,1286,'_faqs','a:0:{}'),(8356,1286,'_enable247hour',''),(8357,1286,'_disable_bz_hour_listing',''),(8358,1286,'_bdbh','a:0:{}'),(8359,1286,'_manual_lat','40.7127753'),(8360,1286,'_manual_lng','-74.0059728'),(8361,1286,'_hide_map','1'),(8362,1286,'_listing_img','a:0:{}'),(8363,1286,'_listing_prv_img','1287'),(8364,1286,'_hide_contact_info','0'),(8365,1286,'_hide_contact_owner','0'),(8366,1286,'_expiry_date','2022-02-17 17:00:20'),(8367,1286,'_thumbnail_id','1287'),(8368,1286,'slide_template',''),(8369,1286,'rs_page_bg_color',''),(8370,1288,'_edit_lock','1613581367:2'),(8371,1288,'_edit_last','2'),(8372,1289,'_wp_attached_file','2021/02/Shop_Black_Live_logo_360x-e1613581320202.jpg'),(8373,1289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:64;s:4:\"file\";s:52:\"2021/02/Shop_Black_Live_logo_360x-e1613581320202.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Shop_Black_Live_logo_360x-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Shop_Black_Live_logo_360x-150x114.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:37:\"Shop_Black_Live_logo_360x-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8374,1288,'_never_expire','1'),(8375,1288,'_featured','0'),(8376,1288,'_price',''),(8377,1288,'_price_range',''),(8378,1288,'_atbd_listing_pricing',''),(8379,1288,'_videourl',''),(8380,1288,'_listing_status','post_status'),(8381,1288,'_tagline',''),(8382,1288,'_excerpt',''),(8383,1288,'_atbdp_post_views_count',''),(8384,1288,'_address',''),(8385,1288,'_phone',''),(8386,1288,'_phone2',''),(8387,1288,'_fax',''),(8388,1288,'_email','shopblacklive@gmail.com'),(8389,1288,'_website','https://shopblacklive.com/'),(8390,1288,'_zip',''),(8391,1288,'_social','a:0:{}'),(8392,1288,'_faqs','a:0:{}'),(8393,1288,'_enable247hour',''),(8394,1288,'_disable_bz_hour_listing',''),(8395,1288,'_bdbh','a:0:{}'),(8396,1288,'_manual_lat','40.7127753'),(8397,1288,'_manual_lng','-74.0059728'),(8398,1288,'_hide_map','1'),(8399,1288,'_listing_img','a:0:{}'),(8400,1288,'_listing_prv_img','1289'),(8401,1288,'_hide_contact_info','0'),(8402,1288,'_hide_contact_owner','0'),(8403,1288,'_expiry_date','2022-02-17 17:04:58'),(8404,1288,'_thumbnail_id','1289'),(8405,1288,'slide_template',''),(8406,1288,'rs_page_bg_color',''),(8407,1289,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:359;s:6:\"height\";i:114;s:4:\"file\";s:29:\"Shop_Black_Live_logo_360x.jpg\";}}'),(8408,1284,'_atbdp_post_views_count','4'),(8409,1284,'ekit_post_views_count','5'),(8410,1290,'_edit_lock','1613582457:2'),(8411,1290,'_edit_last','2'),(8412,1291,'_wp_attached_file','2021/02/Afrobites-e1613582498679.jpg'),(8413,1291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:188;s:4:\"file\";s:36:\"2021/02/Afrobites-e1613582498679.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Afrobites-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Afrobites-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Afrobites-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Afrobites-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"Afrobites-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:21:\"Afrobites-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:21:\"Afrobites-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:21:\"Afrobites-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8414,1291,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:13:\"Afrobites.jpg\";}}'),(8415,1290,'_never_expire','1'),(8416,1290,'_featured','0'),(8417,1290,'_price',''),(8418,1290,'_price_range',''),(8419,1290,'_atbd_listing_pricing',''),(8420,1290,'_videourl',''),(8421,1290,'_listing_status','post_status'),(8422,1290,'_tagline',''),(8423,1290,'_excerpt',''),(8425,1290,'_address','1702 Wright Ave Little Rock'),(8426,1290,'_phone','(501) 483-8721'),(8427,1290,'_phone2',''),(8428,1290,'_fax',''),(8429,1290,'_email',''),(8430,1290,'_website',''),(8431,1290,'_zip','AR 72202'),(8432,1290,'_social','a:1:{i:0;a:2:{s:2:\"id\";s:8:\"facebook\";s:3:\"url\";s:36:\"https://www.facebook.com/afrobitesLR\";}}'),(8433,1290,'_faqs','a:0:{}'),(8434,1290,'_enable247hour',''),(8435,1290,'_disable_bz_hour_listing',''),(8436,1290,'_bdbh','a:0:{}'),(8437,1290,'_manual_lat','40.7127753'),(8438,1290,'_manual_lng','-74.0059728'),(8439,1290,'_hide_map','1'),(8440,1290,'_listing_img','a:0:{}'),(8441,1290,'_listing_prv_img','1291'),(8442,1290,'_hide_contact_info','0'),(8443,1290,'_hide_contact_owner','0'),(8444,1290,'_expiry_date','2022-02-17 17:13:00'),(8445,1290,'_thumbnail_id','1291'),(8446,1290,'slide_template',''),(8447,1290,'rs_page_bg_color',''),(8448,1292,'_edit_lock','1613583241:2'),(8449,1292,'_edit_last','2'),(8450,1293,'_wp_attached_file','2021/02/Elite-2-e1613583156468.jpg'),(8451,1293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:146;s:4:\"file\";s:34:\"2021/02/Elite-2-e1613583156468.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Elite-2-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Elite-2-1024x596.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:596;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Elite-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Elite-2-768x447.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:19:\"Elite-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:19:\"Elite-2-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:19:\"Elite-2-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1613561308\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8452,1293,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1075;s:6:\"height\";i:626;s:4:\"file\";s:11:\"Elite-2.jpg\";}}'),(8453,1292,'_never_expire','1'),(8454,1292,'_featured','0'),(8455,1292,'_price',''),(8456,1292,'_price_range',''),(8457,1292,'_atbd_listing_pricing',''),(8458,1292,'_videourl',''),(8459,1292,'_listing_status','post_status'),(8460,1292,'_tagline',''),(8461,1292,'_excerpt',''),(8462,1292,'_atbdp_post_views_count',''),(8463,1292,'_address',''),(8464,1292,'_phone','(501) 249-3832'),(8465,1292,'_phone2',''),(8466,1292,'_fax',''),(8467,1292,'_email','elitetruckingco1@gmail.com'),(8468,1292,'_website',''),(8469,1292,'_zip',''),(8470,1292,'_social','a:0:{}'),(8471,1292,'_faqs','a:0:{}'),(8472,1292,'_enable247hour',''),(8473,1292,'_disable_bz_hour_listing',''),(8474,1292,'_bdbh','a:0:{}'),(8475,1292,'_manual_lat','40.7127753'),(8476,1292,'_manual_lng','-74.0059728'),(8477,1292,'_hide_map',''),(8478,1292,'_listing_img','a:0:{}'),(8479,1292,'_listing_prv_img','1293'),(8480,1292,'_hide_contact_info','0'),(8481,1292,'_hide_contact_owner','0'),(8482,1292,'_expiry_date','2022-02-17 17:30:00'),(8483,1292,'_thumbnail_id','1293'),(8484,1292,'slide_template',''),(8485,1292,'rs_page_bg_color',''),(8486,1294,'_edit_lock','1613590444:2'),(8487,1294,'_edit_last','2'),(8488,1295,'_wp_attached_file','2021/02/PDC-Logo-rev031617-e1613583715303.png'),(8489,1295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:39;s:4:\"file\";s:45:\"2021/02/PDC-Logo-rev031617-e1613583715303.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"PDC-Logo-rev031617-e1491361952430-300x59.png\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"PDC-Logo-rev031617-e1491361952430-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:44:\"PDC-Logo-rev031617-e1491361952430-300x60.png\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8490,1294,'_never_expire','1'),(8491,1294,'_featured','0'),(8492,1294,'_price',''),(8493,1294,'_price_range',''),(8494,1294,'_atbd_listing_pricing',''),(8495,1294,'_videourl',''),(8496,1294,'_listing_status','post_status'),(8497,1294,'_tagline',''),(8498,1294,'_excerpt',''),(8500,1294,'_address',''),(8501,1294,'_phone','(501) 420-4917'),(8502,1294,'_phone2',''),(8503,1294,'_fax',''),(8504,1294,'_email','info@precisedataconsulting.com'),(8505,1294,'_website','https://www.precisedataconsulting.com/'),(8506,1294,'_zip',''),(8507,1294,'_social','a:0:{}'),(8508,1294,'_faqs','a:0:{}'),(8509,1294,'_enable247hour',''),(8510,1294,'_disable_bz_hour_listing',''),(8511,1294,'_bdbh','a:0:{}'),(8512,1294,'_manual_lat','40.7127753'),(8513,1294,'_manual_lng','-74.0059728'),(8514,1294,'_hide_map','1'),(8515,1294,'_listing_img','a:0:{}'),(8516,1294,'_listing_prv_img','1296'),(8517,1294,'_hide_contact_info','0'),(8518,1294,'_hide_contact_owner','0'),(8519,1294,'_expiry_date','2022-02-17 17:45:29'),(8520,1294,'_thumbnail_id','1296'),(8521,1294,'slide_template',''),(8522,1294,'rs_page_bg_color',''),(8523,1295,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:306;s:6:\"height\";i:60;s:4:\"file\";s:37:\"PDC-Logo-rev031617-e1491361952430.png\";}}'),(8524,1296,'_wp_attached_file','2021/02/data-analysis-by-precise-data-consulting-274x182-min.jpg'),(8525,1296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:274;s:6:\"height\";i:182;s:4:\"file\";s:64:\"2021/02/data-analysis-by-precise-data-consulting-274x182-min.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"data-analysis-by-precise-data-consulting-274x182-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:64:\"data-analysis-by-precise-data-consulting-274x182-min-274x150.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8534,1298,'_elementor_edit_mode','builder'),(8535,1298,'_elementor_template_type','wp-page'),(8536,1298,'_elementor_version','3.1.1'),(8537,1298,'_wp_page_template','elementor_header_footer'),(8538,1298,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp_postmeta` VALUES (8539,1298,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8540,1299,'_elementor_edit_mode','builder'),(8541,1299,'_elementor_template_type','wp-page'),(8542,1299,'_elementor_version','3.1.1'),(8543,1299,'_wp_page_template','elementor_header_footer'),(8544,1299,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8545,1299,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\">CERTIFIED BLACK-OWNED BUSINESS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8546,1300,'_elementor_edit_mode','builder'),(8547,1300,'_elementor_template_type','wp-page'),(8548,1300,'_elementor_version','3.1.1'),(8549,1300,'_wp_page_template','elementor_header_footer'),(8550,1300,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8551,1300,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h3 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h3>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8554,1301,'_elementor_edit_mode','builder'),(8555,1301,'_elementor_template_type','wp-page'),(8556,1301,'_elementor_version','3.1.1'),(8557,1301,'_wp_page_template','elementor_header_footer'),(8558,1301,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8559,1301,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h3 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h3>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8561,1302,'_elementor_edit_mode','builder'),(8562,1302,'_elementor_template_type','wp-page'),(8563,1302,'_elementor_version','3.1.1'),(8564,1302,'_wp_page_template','elementor_header_footer'),(8565,1302,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8566,1302,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h3 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h3>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8568,1303,'_elementor_edit_mode','builder'),(8569,1303,'_elementor_template_type','wp-page'),(8570,1303,'_elementor_version','3.1.1'),(8571,1303,'_wp_page_template','elementor_header_footer'),(8572,1303,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8573,1303,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8585,1305,'_elementor_edit_mode','builder'),(8586,1305,'_elementor_template_type','wp-page'),(8587,1305,'_elementor_version','3.1.1'),(8588,1305,'_wp_page_template','elementor_header_footer'),(8589,1305,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8590,1305,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8591,1306,'_elementor_edit_mode','builder'),(8592,1306,'_elementor_template_type','wp-page'),(8593,1306,'_elementor_version','3.1.1'),(8594,1306,'_wp_page_template','elementor_header_footer'),(8595,1306,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8596,1306,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8597,1307,'_elementor_edit_mode','builder'),(8598,1307,'_elementor_template_type','wp-page'),(8599,1307,'_elementor_version','3.1.1'),(8600,1307,'_wp_page_template','elementor_header_footer'),(8601,1307,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8602,1307,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8605,1308,'_elementor_edit_mode','builder'),(8606,1308,'_elementor_template_type','wp-page'),(8607,1308,'_elementor_version','3.1.1'),(8608,1308,'_wp_page_template','elementor_header_footer'),(8609,1308,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8610,1308,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8612,1309,'_elementor_edit_mode','builder'),(8613,1309,'_elementor_template_type','wp-page'),(8614,1309,'_elementor_version','3.1.1'),(8615,1309,'_wp_page_template','elementor_header_footer'),(8616,1309,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8617,1309,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8619,1310,'_elementor_edit_mode','builder'),(8620,1310,'_elementor_template_type','wp-page'),(8621,1310,'_elementor_version','3.1.1'),(8622,1310,'_wp_page_template','elementor_header_footer'),(8623,1310,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8624,1310,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8637,1312,'_elementor_edit_mode','builder'),(8638,1312,'_elementor_template_type','wp-page'),(8639,1312,'_elementor_version','3.1.1'),(8640,1312,'_wp_page_template','elementor_header_footer'),(8641,1312,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8642,1312,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8644,1313,'_elementor_edit_mode','builder'),(8645,1313,'_elementor_template_type','wp-page'),(8646,1313,'_elementor_version','3.1.1'),(8647,1313,'_wp_page_template','elementor_header_footer'),(8648,1313,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8649,1313,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7de372f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"025\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"042e0bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"c6cf25e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"font-weight: 400;\\\"><strong>Five criteria:<\\/strong><\\/p><ol><li style=\\\"font-weight: 400;\\\"><strong>It is Black-Owned Business<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has been in Business 6 months or more<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has a proven business model<\\/strong><\\/li><li><strong>It is registered with the Secretary of State<\\/strong><\\/li><li style=\\\"font-weight: 400;\\\"><strong>It has committed to work with the local technical assistance provider\\u00a0<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7b63db\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"eeb6e0f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Benefits for Black-Owned Businesses include:<\\/strong><\\/p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels<\\/strong><\\/li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance\\u00a0\\u00a0<\\/strong><\\/li><li><strong>Market Access: Business opportunities with the corporations, state and local entities\\u00a0<\\/strong><\\/li><li><strong>Networking Opportunities<\\/strong><\\/li><li><strong>Advocacy:\\u00a0 Advocate for policies that best serve the interest of Black-Owned Businesses<\\/strong><\\/li><\\/ol>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8651,1314,'_elementor_edit_mode','builder'),(8652,1314,'_elementor_template_type','wp-page'),(8653,1314,'_elementor_version','3.1.1'),(8654,1314,'_wp_page_template','elementor_header_footer'),(8655,1314,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8656,1314,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8660,1315,'_elementor_edit_mode','builder'),(8661,1315,'_elementor_template_type','wp-page'),(8662,1315,'_elementor_version','3.1.1'),(8663,1315,'_wp_page_template','elementor_header_footer'),(8664,1315,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8665,1315,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8667,1316,'_elementor_edit_mode','builder'),(8668,1316,'_elementor_template_type','wp-page'),(8669,1316,'_elementor_version','3.1.1'),(8670,1316,'_wp_page_template','elementor_header_footer'),(8671,1316,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8672,1316,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8674,1317,'_elementor_edit_mode','builder'),(8675,1317,'_elementor_template_type','wp-page'),(8676,1317,'_elementor_version','3.1.1'),(8677,1317,'_wp_page_template','elementor_header_footer'),(8678,1317,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8679,1317,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8683,1318,'_elementor_edit_mode','builder'),(8684,1318,'_elementor_template_type','wp-page'),(8685,1318,'_elementor_version','3.1.1'),(8686,1318,'_wp_page_template','elementor_header_footer'),(8687,1318,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8688,1318,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8690,1319,'_elementor_edit_mode','builder'),(8691,1319,'_elementor_template_type','wp-page'),(8692,1319,'_elementor_version','3.1.1'),(8693,1319,'_wp_page_template','elementor_header_footer'),(8694,1319,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8695,1319,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8697,1320,'_elementor_edit_mode','builder'),(8698,1320,'_elementor_template_type','wp-page'),(8699,1320,'_elementor_version','3.1.1'),(8700,1320,'_wp_page_template','elementor_header_footer'),(8701,1320,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8702,1320,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>It is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8705,1321,'_elementor_edit_mode','builder'),(8706,1321,'_elementor_template_type','wp-page'),(8707,1321,'_elementor_version','3.1.1'),(8708,1321,'_wp_page_template','elementor_header_footer'),(8709,1321,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8710,1321,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>It is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8711,1322,'_elementor_edit_mode','builder'),(8712,1322,'_elementor_template_type','wp-page'),(8713,1322,'_elementor_version','3.1.1'),(8714,1322,'_wp_page_template','elementor_header_footer'),(8715,1322,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8716,1322,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>It is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8717,1323,'_elementor_edit_mode','builder'),(8718,1323,'_elementor_template_type','wp-page'),(8719,1323,'_elementor_version','3.1.1'),(8720,1323,'_wp_page_template','elementor_header_footer'),(8721,1323,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8722,1323,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#ECC904\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8725,1324,'_elementor_edit_mode','builder'),(8726,1324,'_elementor_template_type','wp-page'),(8727,1324,'_elementor_version','3.1.1'),(8728,1324,'_wp_page_template','elementor_header_footer'),(8729,1324,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8730,1324,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#ECC904\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8732,1325,'_elementor_edit_mode','builder'),(8733,1325,'_elementor_template_type','wp-page'),(8734,1325,'_elementor_version','3.1.1'),(8735,1325,'_wp_page_template','elementor_header_footer'),(8736,1325,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8737,1325,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#ECC904\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8739,1326,'_elementor_edit_mode','builder'),(8740,1326,'_elementor_template_type','wp-page'),(8741,1326,'_elementor_version','3.1.1'),(8742,1326,'_wp_page_template','elementor_header_footer'),(8743,1326,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8744,1326,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8747,1327,'_elementor_edit_mode','builder'),(8748,1327,'_elementor_template_type','wp-page'),(8749,1327,'_elementor_version','3.1.1'),(8750,1327,'_wp_page_template','elementor_header_footer'),(8751,1327,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8752,1327,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8753,1328,'_elementor_edit_mode','builder'),(8754,1328,'_elementor_template_type','wp-page'),(8755,1328,'_elementor_version','3.1.1'),(8756,1328,'_wp_page_template','elementor_header_footer'),(8757,1328,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8758,1328,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h2 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h2>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8759,1329,'_elementor_edit_mode','builder'),(8760,1329,'_elementor_template_type','wp-page'),(8761,1329,'_elementor_version','3.1.1'),(8762,1329,'_wp_page_template','elementor_header_footer'),(8763,1329,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8764,1329,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8767,1330,'_elementor_edit_mode','builder'),(8768,1330,'_elementor_template_type','wp-page'),(8769,1330,'_elementor_version','3.1.1'),(8770,1330,'_wp_page_template','elementor_header_footer'),(8771,1330,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8772,1330,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8774,1331,'_elementor_edit_mode','builder'),(8775,1331,'_elementor_template_type','wp-page'),(8776,1331,'_elementor_version','3.1.1'),(8777,1331,'_wp_page_template','elementor_header_footer'),(8778,1331,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8779,1331,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8781,1332,'_elementor_edit_mode','builder'),(8782,1332,'_elementor_template_type','wp-page'),(8783,1332,'_elementor_version','3.1.1'),(8784,1332,'_wp_page_template','elementor_header_footer'),(8785,1332,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8786,1332,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8790,1333,'_wp_page_template','template-fullwidth.php'),(8791,1333,'_elementor_edit_mode','builder'),(8792,1333,'_elementor_template_type','wp-page'),(8793,1333,'_elementor_version','3.1.1'),(8794,1333,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8795,1333,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8797,1334,'_wp_page_template','template-fullwidth.php'),(8798,1334,'_elementor_edit_mode','builder'),(8799,1334,'_elementor_template_type','wp-page'),(8800,1334,'_elementor_version','3.1.1'),(8801,1334,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8802,1334,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8804,1335,'_wp_page_template','template-fullwidth.php'),(8805,1335,'_elementor_edit_mode','builder'),(8806,1335,'_elementor_template_type','wp-page'),(8807,1335,'_elementor_version','3.1.1'),(8808,1335,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8809,1335,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\">Five criteria:<\\/span><\\/b><\\/p>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8813,1336,'_wp_page_template','template-fullwidth.php'),(8814,1336,'_elementor_edit_mode','builder'),(8815,1336,'_elementor_template_type','wp-page'),(8816,1336,'_elementor_version','3.1.1'),(8817,1336,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8818,1336,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\">Five criteria:<\\/span><\\/b><\\/p>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8820,1337,'_wp_page_template','template-fullwidth.php'),(8821,1337,'_elementor_edit_mode','builder'),(8822,1337,'_elementor_template_type','wp-page'),(8823,1337,'_elementor_version','3.1.1'),(8824,1337,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8825,1337,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<p class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\">Five criteria:<\\/span><\\/b><\\/p>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8827,1338,'_wp_page_template','template-fullwidth.php'),(8828,1338,'_elementor_edit_mode','builder'),(8829,1338,'_elementor_template_type','wp-page'),(8830,1338,'_elementor_version','3.1.1'),(8831,1338,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8832,1338,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(8836,1339,'_elementor_edit_mode','builder'),(8837,1339,'_elementor_template_type','wp-page'),(8838,1339,'_elementor_version','3.1.1'),(8839,1339,'_wp_page_template','elementor_header_footer'),(8840,1339,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8841,1339,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8843,1340,'_elementor_edit_mode','builder'),(8844,1340,'_elementor_template_type','wp-page'),(8845,1340,'_elementor_version','3.1.1'),(8846,1340,'_wp_page_template','elementor_header_footer'),(8847,1340,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8848,1340,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8850,1341,'_elementor_edit_mode','builder'),(8851,1341,'_elementor_template_type','wp-page'),(8852,1341,'_elementor_version','3.1.1'),(8853,1341,'_wp_page_template','elementor_header_footer'),(8854,1341,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8855,1341,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8859,1342,'_elementor_edit_mode','builder'),(8860,1342,'_elementor_template_type','wp-page'),(8861,1342,'_elementor_version','3.1.1'),(8862,1342,'_wp_page_template','elementor_header_footer'),(8863,1342,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8864,1342,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8866,1343,'_elementor_edit_mode','builder'),(8867,1343,'_elementor_template_type','wp-page'),(8868,1343,'_elementor_version','3.1.1'),(8869,1343,'_wp_page_template','elementor_header_footer'),(8870,1343,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8871,1343,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\\n\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"medium\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8873,1344,'_elementor_edit_mode','builder'),(8874,1344,'_elementor_template_type','wp-page'),(8875,1344,'_elementor_version','3.1.1'),(8876,1344,'_wp_page_template','elementor_header_footer'),(8877,1344,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8878,1344,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8881,1345,'_elementor_edit_mode','builder'),(8882,1345,'_elementor_template_type','wp-page'),(8883,1345,'_elementor_version','3.1.1'),(8884,1345,'_wp_page_template','elementor_header_footer'),(8885,1345,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8886,1345,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8887,1346,'_elementor_edit_mode','builder'),(8888,1346,'_elementor_template_type','wp-page'),(8889,1346,'_elementor_version','3.1.1'),(8890,1346,'_wp_page_template','elementor_header_footer'),(8891,1346,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8892,1346,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8893,1347,'_elementor_edit_mode','builder'),(8894,1347,'_elementor_template_type','wp-page'),(8895,1347,'_elementor_version','3.1.1'),(8896,1347,'_wp_page_template','elementor_header_footer'),(8897,1347,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8898,1347,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#E7A90B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8900,1348,'_elementor_edit_mode','builder'),(8901,1348,'_elementor_template_type','wp-page'),(8902,1348,'_elementor_version','3.1.1'),(8903,1348,'_wp_page_template','elementor_header_footer'),(8904,1348,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8905,1348,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#E7A90B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8906,1349,'_elementor_edit_mode','builder'),(8907,1349,'_elementor_template_type','wp-page'),(8908,1349,'_elementor_version','3.1.1'),(8909,1349,'_wp_page_template','elementor_header_footer'),(8910,1349,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8911,1349,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#E7A90B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8912,1350,'_elementor_edit_mode','builder'),(8913,1350,'_elementor_template_type','wp-page'),(8914,1350,'_elementor_version','3.1.1'),(8915,1350,'_wp_page_template','elementor_header_footer'),(8916,1350,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8917,1350,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#EEBF06\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#E7A90B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8920,1351,'_elementor_edit_mode','builder'),(8921,1351,'_elementor_template_type','wp-page'),(8922,1351,'_elementor_version','3.1.1'),(8923,1351,'_wp_page_template','elementor_header_footer'),(8924,1351,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8925,1351,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#EEBF06\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#E7A90B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8927,1352,'_elementor_edit_mode','builder'),(8928,1352,'_elementor_template_type','wp-page'),(8929,1352,'_elementor_version','3.1.1'),(8930,1352,'_wp_page_template','elementor_header_footer'),(8931,1352,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8932,1352,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#EEBF06\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#E7A90B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8934,1353,'_elementor_edit_mode','builder'),(8935,1353,'_elementor_template_type','wp-page'),(8936,1353,'_elementor_version','3.1.1'),(8937,1353,'_wp_page_template','elementor_header_footer'),(8938,1353,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8939,1353,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#E7A90B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8942,1354,'_elementor_edit_mode','builder'),(8943,1354,'_elementor_template_type','wp-page'),(8944,1354,'_elementor_version','3.1.1'),(8945,1354,'_wp_page_template','elementor_header_footer'),(8946,1354,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8947,1354,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#E7A90B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8948,1355,'_elementor_edit_mode','builder'),(8949,1355,'_elementor_template_type','wp-page'),(8950,1355,'_elementor_version','3.1.1'),(8951,1355,'_wp_page_template','elementor_header_footer'),(8952,1355,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8953,1355,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#E7A90B\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8954,1356,'_elementor_edit_mode','builder'),(8955,1356,'_elementor_template_type','wp-page'),(8956,1356,'_elementor_version','3.1.1'),(8957,1356,'_wp_page_template','elementor_header_footer'),(8958,1356,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8959,1356,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EBAD3F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8961,1357,'_elementor_edit_mode','builder'),(8962,1357,'_elementor_template_type','wp-page'),(8963,1357,'_elementor_version','3.1.1'),(8964,1357,'_wp_page_template','elementor_header_footer'),(8965,1357,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8966,1357,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EBAD3F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8967,1358,'_elementor_edit_mode','builder'),(8968,1358,'_elementor_template_type','wp-page'),(8969,1358,'_elementor_version','3.1.1'),(8970,1358,'_wp_page_template','elementor_header_footer'),(8971,1358,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8972,1358,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"medium\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EBAD3F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8973,1359,'_elementor_edit_mode','builder'),(8974,1359,'_elementor_template_type','wp-page'),(8975,1359,'_elementor_version','3.1.1'),(8976,1359,'_wp_page_template','elementor_header_footer'),(8977,1359,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8978,1359,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EBAD3F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8981,1360,'_elementor_edit_mode','builder'),(8982,1360,'_elementor_template_type','wp-page'),(8983,1360,'_elementor_version','3.1.1'),(8984,1360,'_wp_page_template','elementor_header_footer'),(8985,1360,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8986,1360,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EBAD3F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8988,1361,'_elementor_edit_mode','builder'),(8989,1361,'_elementor_template_type','wp-page'),(8990,1361,'_elementor_version','3.1.1'),(8991,1361,'_wp_page_template','elementor_header_footer'),(8992,1361,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(8993,1361,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d1a595d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"a6d7283\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"13a0730\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.\",\"size\":\"large\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1999999999999999555910790149937383830547332763671875,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EBAD3F\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(8995,1362,'_elementor_edit_mode','builder'),(8996,1362,'_elementor_template_type','wp-page'),(8997,1362,'_elementor_version','3.1.1'),(8998,1362,'_wp_page_template','elementor_header_footer'),(8999,1362,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9000,1362,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#F0B408\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]');
INSERT INTO `wp_postmeta` VALUES (9004,1363,'_elementor_edit_mode','builder'),(9005,1363,'_elementor_template_type','wp-page'),(9006,1363,'_elementor_version','3.1.1'),(9007,1363,'_wp_page_template','elementor_header_footer'),(9008,1363,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9009,1363,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#F0B408\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9011,1364,'_elementor_edit_mode','builder'),(9012,1364,'_elementor_template_type','wp-page'),(9013,1364,'_elementor_version','3.1.1'),(9014,1364,'_wp_page_template','elementor_header_footer'),(9015,1364,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9016,1364,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#F0B408\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9018,1365,'_elementor_edit_mode','builder'),(9019,1365,'_elementor_template_type','wp-page'),(9020,1365,'_elementor_version','3.1.1'),(9021,1365,'_wp_page_template','elementor_header_footer'),(9022,1365,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9023,1365,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9027,1366,'_elementor_edit_mode','builder'),(9028,1366,'_elementor_template_type','wp-page'),(9029,1366,'_elementor_version','3.1.1'),(9030,1366,'_wp_page_template','elementor_header_footer'),(9031,1366,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9032,1366,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9034,1367,'_elementor_edit_mode','builder'),(9035,1367,'_elementor_template_type','wp-page'),(9036,1367,'_elementor_version','3.1.1'),(9037,1367,'_wp_page_template','elementor_header_footer'),(9038,1367,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9039,1367,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9041,1368,'_elementor_edit_mode','builder'),(9042,1368,'_elementor_template_type','wp-page'),(9043,1368,'_elementor_version','3.1.1'),(9044,1368,'_wp_page_template','elementor_header_footer'),(9045,1368,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9046,1368,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9050,1369,'_elementor_edit_mode','builder'),(9051,1369,'_elementor_template_type','wp-page'),(9052,1369,'_elementor_version','3.1.1'),(9053,1369,'_wp_page_template','elementor_header_footer'),(9054,1369,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9055,1369,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9057,1370,'_elementor_edit_mode','builder'),(9058,1370,'_elementor_template_type','wp-page'),(9059,1370,'_elementor_version','3.1.1'),(9060,1370,'_wp_page_template','elementor_header_footer'),(9061,1370,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9062,1370,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9064,1371,'_elementor_edit_mode','builder'),(9065,1371,'_elementor_template_type','wp-page'),(9066,1371,'_elementor_version','3.1.1'),(9067,1371,'_wp_page_template','elementor_header_footer'),(9068,1371,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9069,1371,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9072,1372,'_elementor_edit_mode','builder'),(9073,1372,'_elementor_template_type','wp-page'),(9074,1372,'_elementor_version','3.1.1'),(9075,1372,'_wp_page_template','elementor_header_footer'),(9076,1372,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9077,1372,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9078,1373,'_elementor_edit_mode','builder'),(9079,1373,'_elementor_template_type','wp-page'),(9080,1373,'_elementor_version','3.1.1'),(9081,1373,'_wp_page_template','elementor_header_footer'),(9082,1373,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9083,1373,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9084,1374,'_elementor_edit_mode','builder'),(9085,1374,'_elementor_template_type','wp-page'),(9086,1374,'_elementor_version','3.1.1'),(9087,1374,'_wp_page_template','elementor_header_footer'),(9088,1374,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9089,1374,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9092,1375,'_elementor_edit_mode','builder'),(9093,1375,'_elementor_template_type','wp-page'),(9094,1375,'_elementor_version','3.1.1'),(9095,1375,'_wp_page_template','elementor_header_footer'),(9096,1375,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9097,1375,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9099,1376,'_elementor_edit_mode','builder'),(9100,1376,'_elementor_template_type','wp-page'),(9101,1376,'_elementor_version','3.1.1'),(9102,1376,'_wp_page_template','elementor_header_footer'),(9103,1376,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9104,1376,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9106,1377,'_elementor_edit_mode','builder'),(9107,1377,'_elementor_template_type','wp-page'),(9108,1377,'_elementor_version','3.1.1'),(9109,1377,'_wp_page_template','elementor_header_footer'),(9110,1377,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9111,1377,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9115,1378,'_elementor_edit_mode','builder'),(9116,1378,'_elementor_template_type','wp-page'),(9117,1378,'_elementor_version','3.1.1'),(9118,1378,'_wp_page_template','default'),(9119,1378,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong><span style=\\\"color: #ff6600;\\\"><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ff6600;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9120,1378,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9122,1379,'_elementor_edit_mode','builder'),(9123,1379,'_elementor_template_type','wp-page'),(9124,1379,'_elementor_version','3.1.1'),(9125,1379,'_wp_page_template','default'),(9126,1379,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong><span style=\\\"color: #ff6600;\\\"><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/span><\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ff6600;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9127,1379,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9129,1380,'_elementor_edit_mode','builder'),(9130,1380,'_elementor_template_type','wp-page'),(9131,1380,'_elementor_version','3.1.1'),(9132,1380,'_wp_page_template','default'),(9133,1380,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #008000;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #008000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9134,1380,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9138,1278,'_atbdp_post_views_count','0'),(9139,1278,'ekit_post_views_count','1'),(9140,1381,'_elementor_edit_mode','builder'),(9141,1381,'_elementor_template_type','wp-page'),(9142,1381,'_elementor_version','3.1.1'),(9143,1381,'_wp_page_template','elementor_header_footer'),(9144,1381,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9145,1381,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9147,1382,'_elementor_edit_mode','builder'),(9148,1382,'_elementor_template_type','wp-page'),(9149,1382,'_elementor_version','3.1.1'),(9150,1382,'_wp_page_template','elementor_header_footer'),(9151,1382,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9152,1382,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#F1A50C\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9154,1383,'_elementor_edit_mode','builder'),(9155,1383,'_elementor_template_type','wp-page'),(9156,1383,'_elementor_version','3.1.1'),(9157,1383,'_wp_page_template','elementor_header_footer'),(9158,1383,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9159,1383,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9169,1385,'_elementor_edit_mode','builder'),(9170,1385,'_elementor_template_type','wp-page'),(9171,1385,'_elementor_version','3.1.1'),(9172,1385,'_wp_page_template','elementor_header_footer'),(9173,1385,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9174,1385,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9175,1386,'_elementor_edit_mode','builder'),(9176,1386,'_elementor_template_type','wp-page'),(9177,1386,'_elementor_version','3.1.1'),(9178,1386,'_wp_page_template','elementor_header_footer'),(9179,1386,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9180,1386,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#EAE504F7\",\"background_color\":\"#000000\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9181,1387,'_elementor_edit_mode','builder'),(9182,1387,'_elementor_template_type','wp-page'),(9183,1387,'_elementor_version','3.1.1'),(9184,1387,'_wp_page_template','elementor_header_footer'),(9185,1387,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9186,1387,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9188,1388,'_elementor_edit_mode','builder'),(9189,1388,'_elementor_template_type','wp-page'),(9190,1388,'_elementor_version','3.1.1'),(9191,1388,'_wp_page_template','elementor_header_footer'),(9192,1388,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9193,1388,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9194,1389,'_elementor_edit_mode','builder'),(9195,1389,'_elementor_template_type','wp-page'),(9196,1389,'_elementor_version','3.1.1'),(9197,1389,'_wp_page_template','elementor_header_footer'),(9198,1389,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9199,1389,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9200,1390,'_elementor_edit_mode','builder'),(9201,1390,'_elementor_template_type','wp-page'),(9202,1390,'_elementor_version','3.1.1'),(9203,1390,'_wp_page_template','elementor_header_footer'),(9204,1390,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9205,1390,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9208,1391,'_elementor_edit_mode','builder'),(9209,1391,'_elementor_template_type','wp-page'),(9210,1391,'_elementor_version','3.1.1'),(9211,1391,'_wp_page_template','default'),(9212,1391,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #008000;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #008000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9213,1391,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9215,1392,'_elementor_edit_mode','builder'),(9216,1392,'_elementor_template_type','wp-page'),(9217,1392,'_elementor_version','3.1.1'),(9218,1392,'_wp_page_template','default'),(9219,1392,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #008000;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #008000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9220,1392,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9222,1393,'_elementor_edit_mode','builder'),(9223,1393,'_elementor_template_type','wp-page'),(9224,1393,'_elementor_version','3.1.1'),(9225,1393,'_wp_page_template','default'),(9226,1393,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#0FEDDE\",\"_background_color_b\":\"#1AECC9\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"gradient\",\"_background_color\":\"#E59B08\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #008000;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #008000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9227,1393,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9237,1395,'_elementor_edit_mode','builder'),(9238,1395,'_elementor_template_type','wp-page'),(9239,1395,'_elementor_version','3.1.1'),(9240,1395,'_wp_page_template','default'),(9241,1395,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#0FEDDE\",\"_background_color_b\":\"#1AECC9\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"gradient\",\"_background_color\":\"#E59B08\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #008000;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #008000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9242,1395,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9243,1396,'_elementor_edit_mode','builder'),(9244,1396,'_elementor_template_type','wp-page'),(9245,1396,'_elementor_version','3.1.1'),(9246,1396,'_wp_page_template','default'),(9247,1396,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#0FEDDE\",\"_background_color_b\":\"#1AECC9\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"gradient\",\"_background_color\":\"#E59B08\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #008000;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #008000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000080;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9248,1396,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9249,1397,'_elementor_edit_mode','builder'),(9250,1397,'_elementor_template_type','wp-page'),(9251,1397,'_elementor_version','3.1.1'),(9252,1397,'_wp_page_template','default'),(9253,1397,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#0FEDDE\",\"_background_color_b\":\"#1AECC9\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#040404F2\",\"_background_color_b\":\"#0B0B0B\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"gradient\",\"_background_color\":\"#E59B08\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #008000;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #008000;\\\"><strong><span style=\\\"color: #ffffff;\\\">We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one<\\/span> <span style=\\\"color: #ffffff;\\\">rooted in equity and justice.<\\/span><\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#0B0B0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#060606\",\"_background_color_b\":\"#070707\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9254,1397,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9265,1399,'_elementor_edit_mode','builder'),(9266,1399,'_elementor_template_type','wp-page'),(9267,1399,'_elementor_version','3.1.1'),(9268,1399,'_wp_page_template','default'),(9269,1399,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#0FEDDE\",\"_background_color_b\":\"#1AECC9\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#040404F2\",\"_background_color_b\":\"#0B0B0B\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"gradient\",\"_background_color\":\"#E59B08\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #008000;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #008000;\\\"><strong><span style=\\\"color: #ffffff;\\\">We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one<\\/span> <span style=\\\"color: #ffffff;\\\">rooted in equity and justice.<\\/span><\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#0B0B0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#060606\",\"_background_color_b\":\"#070707\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9270,1399,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9271,1400,'_elementor_edit_mode','builder'),(9272,1400,'_elementor_template_type','wp-page'),(9273,1400,'_elementor_version','3.1.1'),(9274,1400,'_wp_page_template','default'),(9275,1400,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#0FEDDE\",\"_background_color_b\":\"#1AECC9\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#040404F2\",\"_background_color_b\":\"#0B0B0B\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"gradient\",\"_background_color\":\"#E59B08\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #008000;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #008000;\\\"><strong><span style=\\\"color: #ffffff;\\\">We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one<\\/span> <span style=\\\"color: #ffffff;\\\">rooted in equity and justice.<\\/span><\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#0B0B0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#060606\",\"_background_color_b\":\"#070707\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9276,1400,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9277,1401,'_elementor_edit_mode','builder'),(9278,1401,'_elementor_template_type','wp-page'),(9279,1401,'_elementor_version','3.1.1'),(9280,1401,'_wp_page_template','default'),(9281,1401,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E5EDED\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"gradient\",\"_background_color\":\"#E59B08\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #008000;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#F0F4F4\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#EAF3F3\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9282,1401,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9284,1402,'_elementor_edit_mode','builder'),(9285,1402,'_elementor_template_type','wp-page'),(9286,1402,'_elementor_version','3.1.1'),(9287,1402,'_wp_page_template','default'),(9288,1402,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E5EDED\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"gradient\",\"_background_color\":\"#E59B08\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #008000;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#F0F4F4\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#EAF3F3\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9289,1402,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9290,1403,'_elementor_edit_mode','builder'),(9291,1403,'_elementor_template_type','wp-page'),(9292,1403,'_elementor_version','3.1.1'),(9293,1403,'_wp_page_template','default'),(9294,1403,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E5EDED\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"gradient\",\"_background_color\":\"#E59B08\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #008000;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#F0F4F4\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#EAF3F3\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9295,1403,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9296,1404,'_elementor_edit_mode','builder'),(9297,1404,'_elementor_template_type','wp-page'),(9298,1404,'_elementor_version','3.1.1'),(9299,1404,'_wp_page_template','default'),(9300,1404,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E5EDED\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"gradient\",\"_background_color\":\"#E59B08\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#F0F4F4\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#EAF3F3\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9301,1404,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9304,1229,'_atbdp_post_views_count','0'),(9305,1405,'_elementor_edit_mode','builder'),(9306,1405,'_elementor_template_type','wp-page'),(9307,1405,'_elementor_version','3.1.1'),(9308,1405,'_wp_page_template','elementor_header_footer'),(9309,1405,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9310,1405,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9312,1406,'_elementor_edit_mode','builder'),(9313,1406,'_elementor_template_type','wp-page'),(9314,1406,'_elementor_version','3.1.1'),(9315,1406,'_wp_page_template','elementor_header_footer'),(9316,1406,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9317,1406,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,\\u00a0<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9319,1407,'_elementor_edit_mode','builder'),(9320,1407,'_elementor_template_type','wp-page'),(9321,1407,'_elementor_version','3.1.1'),(9322,1407,'_wp_page_template','elementor_header_footer'),(9323,1407,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9324,1407,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email&nbsp;<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9328,1408,'_wp_page_template','template-fullwidth.php'),(9329,1408,'_elementor_edit_mode','builder'),(9330,1408,'_elementor_template_type','wp-page'),(9331,1408,'_elementor_version','3.1.1'),(9332,1408,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9333,1408,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(9335,1409,'_wp_page_template','template-fullwidth.php'),(9336,1409,'_elementor_edit_mode','builder'),(9337,1409,'_elementor_template_type','wp-page'),(9338,1409,'_elementor_version','3.1.1'),(9339,1409,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9340,1409,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(9342,1410,'_wp_page_template','template-fullwidth.php'),(9343,1410,'_elementor_edit_mode','builder'),(9344,1410,'_elementor_template_type','wp-page'),(9345,1410,'_elementor_version','3.1.1'),(9346,1410,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9347,1410,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E8F608\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E1F407\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(9350,1411,'_wp_page_template','template-fullwidth.php'),(9351,1411,'_elementor_edit_mode','builder'),(9352,1411,'_elementor_template_type','wp-page'),(9353,1411,'_elementor_version','3.1.1'),(9354,1411,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9355,1411,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E8F608\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E1F407\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(9356,1412,'_wp_page_template','template-fullwidth.php'),(9357,1412,'_elementor_edit_mode','builder'),(9358,1412,'_elementor_template_type','wp-page'),(9359,1412,'_elementor_version','3.1.1'),(9360,1412,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9361,1412,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E8F608\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E1F407\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(9362,1413,'_wp_page_template','template-fullwidth.php'),(9363,1413,'_elementor_edit_mode','builder'),(9364,1413,'_elementor_template_type','wp-page'),(9365,1413,'_elementor_version','3.1.1'),(9366,1413,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9367,1413,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E0E709\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(9370,1414,'_wp_page_template','template-fullwidth.php'),(9371,1414,'_elementor_edit_mode','builder'),(9372,1414,'_elementor_template_type','wp-page'),(9373,1414,'_elementor_version','3.1.1'),(9374,1414,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9375,1414,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E0E709\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(9377,1415,'_wp_page_template','template-fullwidth.php'),(9378,1415,'_elementor_edit_mode','builder'),(9379,1415,'_elementor_template_type','wp-page'),(9380,1415,'_elementor_version','3.1.1'),(9381,1415,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9382,1415,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;<\\/strong><strong>&nbsp;<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #008000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E0E709\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #008000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(9384,1416,'_wp_page_template','template-fullwidth.php'),(9385,1416,'_elementor_edit_mode','builder'),(9386,1416,'_elementor_template_type','wp-page'),(9387,1416,'_elementor_version','3.1.1'),(9388,1416,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9389,1416,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E0E709\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(9392,1417,'_wp_page_template','template-fullwidth.php'),(9393,1417,'_elementor_edit_mode','builder'),(9394,1417,'_elementor_template_type','wp-page'),(9395,1417,'_elementor_version','3.1.1'),(9396,1417,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9397,1417,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E0E709\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(9398,1418,'_wp_page_template','template-fullwidth.php'),(9399,1418,'_elementor_edit_mode','builder'),(9400,1418,'_elementor_template_type','wp-page'),(9401,1418,'_elementor_version','3.1.1'),(9402,1418,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9403,1418,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000080;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E0E709\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(9404,1419,'_wp_page_template','template-fullwidth.php'),(9405,1419,'_elementor_edit_mode','builder'),(9406,1419,'_elementor_template_type','wp-page'),(9407,1419,'_elementor_version','3.1.1'),(9408,1419,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9409,1419,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E0E709\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(9412,1420,'_elementor_edit_mode','builder'),(9413,1420,'_elementor_template_type','wp-page'),(9414,1420,'_elementor_version','3.1.1'),(9415,1420,'_wp_page_template','default'),(9416,1420,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E5EDED\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"gradient\",\"_background_color\":\"#E59B08\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#F0F4F4\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#EAF3F3\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9417,1420,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9419,1421,'_elementor_edit_mode','builder'),(9420,1421,'_elementor_template_type','wp-page'),(9421,1421,'_elementor_version','3.1.1'),(9422,1421,'_wp_page_template','default'),(9423,1421,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E5EDED\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"gradient\",\"_background_color\":\"#E59B08\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#F0F4F4\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#EAF3F3\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9424,1421,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9426,1422,'_elementor_edit_mode','builder'),(9427,1422,'_elementor_template_type','wp-page'),(9428,1422,'_elementor_version','3.1.1'),(9429,1422,'_wp_page_template','default'),(9430,1422,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E5EDED\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#F0F4F4\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#EAF3F3\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9431,1422,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9434,1423,'_elementor_edit_mode','builder'),(9435,1423,'_elementor_template_type','wp-page'),(9436,1423,'_elementor_version','3.1.1'),(9437,1423,'_wp_page_template','default'),(9438,1423,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E5EDED\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#F0F4F4\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#EAF3F3\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9439,1423,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9440,1424,'_elementor_edit_mode','builder'),(9441,1424,'_elementor_template_type','wp-page'),(9442,1424,'_elementor_version','3.1.1'),(9443,1424,'_wp_page_template','default'),(9444,1424,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E5EDED\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#F0F4F4\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#EAF3F3\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#FAD022\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9445,1424,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9446,1425,'_elementor_edit_mode','builder'),(9447,1425,'_elementor_template_type','wp-page'),(9448,1425,'_elementor_version','3.1.1'),(9449,1425,'_wp_page_template','default'),(9450,1425,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E5EDED\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#F0F4F4\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#EAF3F3\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9451,1425,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9453,1426,'_elementor_edit_mode','builder'),(9454,1426,'_elementor_template_type','wp-page'),(9455,1426,'_elementor_version','3.1.1'),(9456,1426,'_wp_page_template','default'),(9457,1426,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E5EDED\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#F0F4F4\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#EAF3F3\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9458,1426,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9459,1427,'_elementor_edit_mode','builder'),(9460,1427,'_elementor_template_type','wp-page'),(9461,1427,'_elementor_version','3.1.1'),(9462,1427,'_wp_page_template','default'),(9463,1427,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E5EDED\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#F0F4F4\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#EAF3F3\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9464,1427,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9465,1428,'_elementor_edit_mode','builder'),(9466,1428,'_elementor_template_type','wp-page'),(9467,1428,'_elementor_version','3.1.1'),(9468,1428,'_wp_page_template','default'),(9469,1428,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E5EDED\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EED80C\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9470,1428,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9473,1429,'_elementor_edit_mode','builder'),(9474,1429,'_elementor_template_type','wp-page'),(9475,1429,'_elementor_version','3.1.1'),(9476,1429,'_wp_page_template','default'),(9477,1429,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E5EDED\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EED80C\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9478,1429,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9480,1430,'_elementor_edit_mode','builder'),(9481,1430,'_elementor_template_type','wp-page'),(9482,1430,'_elementor_version','3.1.1'),(9483,1430,'_wp_page_template','default'),(9484,1430,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E5EDED\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EED80C\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9485,1430,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9487,1431,'_elementor_edit_mode','builder'),(9488,1431,'_elementor_template_type','wp-page'),(9489,1431,'_elementor_version','3.1.1'),(9490,1431,'_wp_page_template','default'),(9491,1431,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EED80C\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9492,1431,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9496,1432,'_elementor_edit_mode','builder'),(9497,1432,'_elementor_template_type','wp-page'),(9498,1432,'_elementor_version','3.1.1'),(9499,1432,'_wp_page_template','default'),(9500,1432,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EED80C\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9501,1432,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9503,1433,'_elementor_edit_mode','builder'),(9504,1433,'_elementor_template_type','wp-page'),(9505,1433,'_elementor_version','3.1.1'),(9506,1433,'_wp_page_template','default'),(9507,1433,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#E6EEEEF2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EED80C\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9508,1433,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9510,1434,'_elementor_edit_mode','builder'),(9511,1434,'_elementor_template_type','wp-page'),(9512,1434,'_elementor_version','3.1.1'),(9513,1434,'_wp_page_template','default'),(9514,1434,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EED80C\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9515,1434,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9519,1435,'_elementor_edit_mode','builder'),(9520,1435,'_elementor_template_type','wp-page'),(9521,1435,'_elementor_version','3.1.1'),(9522,1435,'_wp_page_template','default'),(9523,1435,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EED80C\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9524,1435,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9526,1436,'_elementor_edit_mode','builder'),(9527,1436,'_elementor_template_type','wp-page'),(9528,1436,'_elementor_version','3.1.1'),(9529,1436,'_wp_page_template','default'),(9530,1436,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EED80C\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9531,1436,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9533,1437,'_elementor_edit_mode','builder'),(9534,1437,'_elementor_template_type','wp-page'),(9535,1437,'_elementor_version','3.1.1'),(9536,1437,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (9537,1437,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#03DFEE\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9538,1437,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9542,1438,'_elementor_edit_mode','builder'),(9543,1438,'_elementor_template_type','wp-page'),(9544,1438,'_elementor_version','3.1.1'),(9545,1438,'_wp_page_template','default'),(9546,1438,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#03DFEE\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9547,1438,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9549,1439,'_elementor_edit_mode','builder'),(9550,1439,'_elementor_template_type','wp-page'),(9551,1439,'_elementor_version','3.1.1'),(9552,1439,'_wp_page_template','default'),(9553,1439,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #000000;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#03DFEE\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9554,1439,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9556,1440,'_elementor_edit_mode','builder'),(9557,1440,'_elementor_template_type','wp-page'),(9558,1440,'_elementor_version','3.1.1'),(9559,1440,'_wp_page_template','default'),(9560,1440,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9561,1440,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9565,1441,'_elementor_edit_mode','builder'),(9566,1441,'_elementor_template_type','wp-page'),(9567,1441,'_elementor_version','3.1.1'),(9568,1441,'_wp_page_template','default'),(9569,1441,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9570,1441,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9572,1442,'_elementor_edit_mode','builder'),(9573,1442,'_elementor_template_type','wp-page'),(9574,1442,'_elementor_version','3.1.1'),(9575,1442,'_wp_page_template','default'),(9576,1442,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffffff;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9577,1442,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9579,1443,'_elementor_edit_mode','builder'),(9580,1443,'_elementor_template_type','wp-page'),(9581,1443,'_elementor_version','3.1.1'),(9582,1443,'_wp_page_template','default'),(9583,1443,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9584,1443,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9588,1444,'_elementor_edit_mode','builder'),(9589,1444,'_elementor_template_type','wp-page'),(9590,1444,'_elementor_version','3.1.1'),(9591,1444,'_wp_page_template','default'),(9592,1444,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9593,1444,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9595,1445,'_elementor_edit_mode','builder'),(9596,1445,'_elementor_template_type','wp-page'),(9597,1445,'_elementor_version','3.1.1'),(9598,1445,'_wp_page_template','default'),(9599,1445,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h5><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h5><h5><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h5>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9600,1445,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9602,1446,'_elementor_edit_mode','builder'),(9603,1446,'_elementor_template_type','wp-page'),(9604,1446,'_elementor_version','3.1.1'),(9605,1446,'_wp_page_template','default'),(9606,1446,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(9607,1446,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(9611,1447,'_edit_lock','1613625021:2'),(9612,1447,'_edit_last','2'),(9613,1448,'_wp_attached_file','2021/02/Cinnalightful-e1613625001225.jpg'),(9614,1448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:141;s:4:\"file\";s:40:\"2021/02/Cinnalightful-e1613625001225.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Cinnalightful-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Cinnalightful-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Cinnalightful-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Cinnalightful-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:25:\"Cinnalightful-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:25:\"Cinnalightful-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:25:\"Cinnalightful-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9615,1448,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:17:\"Cinnalightful.jpg\";}}'),(9616,1447,'_never_expire','1'),(9617,1447,'_featured','0'),(9618,1447,'_price',''),(9619,1447,'_price_range',''),(9620,1447,'_atbd_listing_pricing',''),(9621,1447,'_videourl',''),(9622,1447,'_listing_status','post_status'),(9623,1447,'_tagline',''),(9624,1447,'_excerpt',''),(9625,1447,'_atbdp_post_views_count',''),(9626,1447,'_address',''),(9627,1447,'_phone','(501) 413-4769'),(9628,1447,'_phone2',''),(9629,1447,'_fax',''),(9630,1447,'_email','cinnalightful@gmail.com'),(9631,1447,'_website','http://www.cinnalightful.com/'),(9632,1447,'_zip',''),(9633,1447,'_social','a:0:{}'),(9634,1447,'_faqs','a:0:{}'),(9635,1447,'_enable247hour',''),(9636,1447,'_disable_bz_hour_listing',''),(9637,1447,'_bdbh','a:0:{}'),(9638,1447,'_manual_lat','40.7127753'),(9639,1447,'_manual_lng','-74.0059728'),(9640,1447,'_hide_map','1'),(9641,1447,'_listing_img','a:0:{}'),(9642,1447,'_listing_prv_img','1448'),(9643,1447,'_hide_contact_info','0'),(9644,1447,'_hide_contact_owner','0'),(9645,1447,'_expiry_date','2022-02-18 05:03:00'),(9646,1447,'_thumbnail_id','1448'),(9647,1447,'slide_template',''),(9648,1447,'rs_page_bg_color',''),(9649,1449,'_edit_lock','1613626129:2'),(9650,1449,'_edit_last','2'),(9651,1450,'_wp_attached_file','2021/02/K-Hall-e1613625592549.jpg'),(9652,1450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:51;s:4:\"file\";s:33:\"2021/02/K-Hall-e1613625592549.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"K-Hall-300x76.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"K-Hall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:18:\"K-Hall-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:18:\"K-Hall-480x184.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:18:\"K-Hall-640x184.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1613603852\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9653,1450,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:723;s:6:\"height\";i:184;s:4:\"file\";s:10:\"K-Hall.jpg\";}}'),(9654,1449,'_never_expire','1'),(9655,1449,'_featured','0'),(9656,1449,'_price',''),(9657,1449,'_price_range',''),(9658,1449,'_atbd_listing_pricing',''),(9659,1449,'_videourl',''),(9660,1449,'_listing_status','post_status'),(9661,1449,'_tagline',''),(9662,1449,'_excerpt',''),(9663,1449,'_atbdp_post_views_count',''),(9664,1449,'_address','1900 Wright Ave Little Rock'),(9665,1449,'_phone','(501) 372-1513'),(9666,1449,'_phone2',''),(9667,1449,'_fax',''),(9668,1449,'_email',''),(9669,1449,'_website',''),(9670,1449,'_zip','AR 72202'),(9671,1449,'_social','a:1:{i:0;a:2:{s:2:\"id\";s:8:\"facebook\";s:3:\"url\";s:45:\"https://www.facebook.com/KHallAndSonsProduce/\";}}'),(9672,1449,'_faqs','a:0:{}'),(9673,1449,'_enable247hour',''),(9674,1449,'_disable_bz_hour_listing',''),(9675,1449,'_bdbh','a:0:{}'),(9676,1449,'_manual_lat','40.7127753'),(9677,1449,'_manual_lng','-74.0059728'),(9678,1449,'_hide_map','1'),(9679,1449,'_listing_img','a:0:{}'),(9680,1449,'_listing_prv_img','1451'),(9681,1449,'_hide_contact_info','0'),(9682,1449,'_hide_contact_owner','0'),(9683,1449,'_expiry_date','2022-02-18 05:27:29'),(9684,1449,'_thumbnail_id','1451'),(9685,1449,'slide_template',''),(9686,1449,'rs_page_bg_color',''),(9687,1451,'_wp_attached_file','2021/02/khalll-7-e1613626001994.jpg'),(9688,1451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:158;s:4:\"file\";s:35:\"2021/02/khalll-7-e1613626001994.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"khalll-7-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"khalll-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:20:\"khalll-7-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1613604205\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9689,1451,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:462;s:6:\"height\";i:292;s:4:\"file\";s:12:\"khalll-7.jpg\";}}'),(9690,1452,'_edit_lock','1613626789:2'),(9691,1452,'_edit_last','2'),(9692,1453,'_wp_attached_file','2021/02/Sims-Style1-e1613626630879.png'),(9693,1453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:94;s:4:\"file\";s:38:\"2021/02/Sims-Style1-e1613626630879.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Sims-Style1-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Sims-Style1-1024x385.png\";s:5:\"width\";i:1024;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Sims-Style1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Sims-Style1-768x289.png\";s:5:\"width\";i:768;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"Sims-Style1-1536x578.png\";s:5:\"width\";i:1536;s:6:\"height\";i:578;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"Sims-Style1-2048x770.png\";s:5:\"width\";i:2048;s:6:\"height\";i:770;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:23:\"Sims-Style1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:23:\"Sims-Style1-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:23:\"Sims-Style1-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9694,1453,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3000;s:6:\"height\";i:1128;s:4:\"file\";s:15:\"Sims-Style1.png\";}}'),(9695,1452,'_never_expire','1'),(9696,1452,'_featured','0'),(9697,1452,'_price',''),(9698,1452,'_price_range',''),(9699,1452,'_atbd_listing_pricing',''),(9700,1452,'_videourl',''),(9701,1452,'_listing_status','post_status'),(9702,1452,'_tagline',''),(9703,1452,'_excerpt',''),(9704,1452,'_atbdp_post_views_count',''),(9705,1452,'_address','2415 Broadway St Little Rock'),(9706,1452,'_phone','(501) 372-6868'),(9707,1452,'_phone2',''),(9708,1452,'_fax',''),(9709,1452,'_email',''),(9710,1452,'_website','http://simsbbqar.com/'),(9711,1452,'_zip','AR 72206'),(9712,1452,'_social','a:0:{}'),(9713,1452,'_faqs','a:0:{}'),(9714,1452,'_enable247hour',''),(9715,1452,'_disable_bz_hour_listing',''),(9716,1452,'_bdbh','a:0:{}'),(9717,1452,'_manual_lat','40.7127753'),(9718,1452,'_manual_lng','-74.0059728'),(9719,1452,'_hide_map','1'),(9720,1452,'_listing_img','a:0:{}'),(9721,1452,'_listing_prv_img','1453'),(9722,1452,'_hide_contact_info','0'),(9723,1452,'_hide_contact_owner','0'),(9724,1452,'_expiry_date','2022-02-18 05:31:00'),(9725,1452,'_thumbnail_id','1453'),(9726,1452,'slide_template',''),(9727,1452,'rs_page_bg_color',''),(9728,1454,'_edit_lock','1613627738:2'),(9729,1454,'_edit_last','2'),(9730,1455,'_wp_attached_file','2021/02/HF-e1613627256457.jpg'),(9731,1455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:29:\"2021/02/HF-e1613627256457.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"HF-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"HF-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:14:\"HF-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:14:\"HF-370x300.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9732,1455,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:370;s:6:\"height\";i:370;s:4:\"file\";s:6:\"HF.jpg\";}}'),(9733,1454,'_never_expire','1'),(9734,1454,'_featured','0'),(9735,1454,'_price',''),(9736,1454,'_price_range',''),(9737,1454,'_atbd_listing_pricing',''),(9738,1454,'_videourl',''),(9739,1454,'_listing_status','post_status'),(9740,1454,'_tagline',''),(9741,1454,'_excerpt',''),(9742,1454,'_atbdp_post_views_count',''),(9743,1454,'_address','1001 Wright Avenue Little Rock'),(9744,1454,'_phone','(501) 372-6822'),(9745,1454,'_phone2',''),(9746,1454,'_fax',''),(9747,1454,'_email','hearnefineart@gmail.com'),(9748,1454,'_website','https://hearnefineart.com/'),(9749,1454,'_zip','AR 72206'),(9750,1454,'_social','a:0:{}'),(9751,1454,'_faqs','a:0:{}'),(9752,1454,'_enable247hour',''),(9753,1454,'_disable_bz_hour_listing',''),(9754,1454,'_bdbh','a:0:{}'),(9755,1454,'_manual_lat','40.7127753'),(9756,1454,'_manual_lng','-74.0059728'),(9757,1454,'_hide_map','1'),(9758,1454,'_listing_img','a:0:{}'),(9759,1454,'_listing_prv_img','1455'),(9760,1454,'_hide_contact_info','0'),(9761,1454,'_hide_contact_owner','0'),(9762,1454,'_expiry_date','2022-02-18 05:41:00'),(9763,1454,'_thumbnail_id','1455'),(9764,1454,'slide_template',''),(9765,1454,'rs_page_bg_color',''),(9766,1456,'_edit_lock','1613628525:2'),(9767,1456,'_edit_last','2'),(9768,1457,'_wp_attached_file','2021/02/welcome-1-e1613628141893.jpg'),(9769,1457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:36:\"2021/02/welcome-1-e1613628141893.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"welcome-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"welcome-1-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"welcome-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"welcome-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:21:\"welcome-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:21:\"welcome-1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:21:\"welcome-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"150x150\";}}}'),(9770,1457,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:13:\"welcome-1.jpg\";}}'),(9771,1456,'_never_expire','1'),(9772,1456,'_featured','0'),(9773,1456,'_price',''),(9774,1456,'_price_range',''),(9775,1456,'_atbd_listing_pricing',''),(9776,1456,'_videourl',''),(9777,1456,'_listing_status','post_status'),(9778,1456,'_tagline',''),(9779,1456,'_excerpt',''),(9781,1456,'_address','3702 J.F.K. Blvd North Little Rock'),(9782,1456,'_phone','(501) 744-3684'),(9783,1456,'_phone2',''),(9784,1456,'_fax',''),(9785,1456,'_email','luveart@aol.com'),(9786,1456,'_website','http://adifferentstrokeofart.com/'),(9787,1456,'_zip','AR 72116'),(9788,1456,'_social','a:0:{}'),(9789,1456,'_faqs','a:0:{}'),(9790,1456,'_enable247hour',''),(9791,1456,'_disable_bz_hour_listing',''),(9792,1456,'_bdbh','a:0:{}'),(9793,1456,'_manual_lat','40.7127753'),(9794,1456,'_manual_lng','-74.0059728'),(9795,1456,'_hide_map','1'),(9796,1456,'_listing_img','a:0:{}'),(9797,1456,'_listing_prv_img','1457'),(9798,1456,'_hide_contact_info','0'),(9799,1456,'_hide_contact_owner','0'),(9800,1456,'_expiry_date','2022-02-18 06:04:44'),(9801,1456,'_thumbnail_id','1457'),(9802,1456,'slide_template',''),(9803,1456,'rs_page_bg_color',''),(9805,1456,'ekit_post_views_count','4'),(9806,1456,'_atbdp_post_views_count','2'),(9807,1458,'_edit_lock','1613662105:2'),(9808,1458,'_edit_last','2'),(9809,1459,'_wp_attached_file','2021/02/CV-LOgo-e1613629075998.png'),(9810,1459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:243;s:4:\"file\";s:34:\"2021/02/CV-LOgo-e1613629075998.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"CV-LOgo-300x291.png\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"CV-LOgo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:19:\"CV-LOgo-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:19:\"CV-LOgo-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:19:\"CV-LOgo-483x400.png\";s:5:\"width\";i:483;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9811,1459,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:483;s:6:\"height\";i:469;s:4:\"file\";s:11:\"CV-LOgo.png\";}}'),(9812,1458,'_never_expire','1'),(9813,1458,'_featured','0'),(9814,1458,'_price',''),(9815,1458,'_price_range',''),(9816,1458,'_atbd_listing_pricing',''),(9817,1458,'_videourl',''),(9818,1458,'_listing_status','post_status'),(9819,1458,'_tagline',''),(9820,1458,'_excerpt',''),(9821,1458,'_atbdp_post_views_count',''),(9822,1458,'_address',''),(9823,1458,'_phone','(501) 336-4726'),(9824,1458,'_phone2',''),(9825,1458,'_fax',''),(9826,1458,'_email','info@seasons2dream.com'),(9827,1458,'_website','http://seasons2dream.com/'),(9828,1458,'_zip',''),(9829,1458,'_social','a:0:{}'),(9830,1458,'_faqs','a:0:{}'),(9831,1458,'_enable247hour',''),(9832,1458,'_disable_bz_hour_listing',''),(9833,1458,'_bdbh','a:0:{}'),(9834,1458,'_manual_lat','40.7127753'),(9835,1458,'_manual_lng','-74.0059728'),(9836,1458,'_hide_map','1'),(9837,1458,'_listing_img','a:0:{}'),(9838,1458,'_listing_prv_img','1459'),(9839,1458,'_hide_contact_info','0'),(9840,1458,'_hide_contact_owner','0'),(9841,1458,'_expiry_date','2022-02-18 06:11:00'),(9842,1458,'_thumbnail_id','1459'),(9843,1458,'slide_template',''),(9844,1458,'rs_page_bg_color',''),(9845,1460,'_menu_item_type','custom'),(9846,1460,'_menu_item_menu_item_parent','0'),(9847,1460,'_menu_item_object_id','1460'),(9848,1460,'_menu_item_object','custom'),(9849,1460,'_menu_item_target',''),(9850,1460,'_menu_item_classes','a:1:{i:0;s:11:\"menu-adjust\";}'),(9851,1460,'_menu_item_xfn',''),(9852,1460,'_menu_item_url','https://advancingblackentrepreneurship.com/all-listings/'),(9863,1462,'_elementor_edit_mode','builder'),(9864,1462,'_elementor_template_type','wp-page'),(9865,1462,'_elementor_version','3.1.1'),(9866,1462,'_wp_page_template','elementor_header_footer'),(9867,1462,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9868,1462,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email&nbsp;<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9870,1463,'_elementor_edit_mode','builder'),(9871,1463,'_elementor_template_type','wp-page'),(9872,1463,'_elementor_version','3.1.1'),(9873,1463,'_wp_page_template','elementor_header_footer'),(9874,1463,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9875,1463,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email&nbsp;<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9877,1464,'_elementor_edit_mode','builder'),(9878,1464,'_elementor_template_type','wp-page'),(9879,1464,'_elementor_version','3.1.1'),(9880,1464,'_wp_page_template','elementor_header_footer'),(9881,1464,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9882,1464,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email&nbsp;<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9886,1465,'_edit_lock','1613673816:2'),(9887,1465,'_edit_last','2'),(9888,1466,'_wp_attached_file','2021/02/Maumelle-e1613673822315.jpg'),(9889,1466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:286;s:4:\"file\";s:35:\"2021/02/Maumelle-e1613673822315.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Maumelle-262x300.jpg\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Maumelle-895x1024.jpg\";s:5:\"width\";i:895;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Maumelle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Maumelle-768x879.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:879;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"Maumelle-1342x1536.jpg\";s:5:\"width\";i:1342;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:20:\"Maumelle-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:20:\"Maumelle-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:20:\"Maumelle-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9890,1466,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1789;s:6:\"height\";i:2048;s:4:\"file\";s:12:\"Maumelle.jpg\";}}'),(9891,1465,'_never_expire','1'),(9892,1465,'_featured','0'),(9893,1465,'_price',''),(9894,1465,'_price_range',''),(9895,1465,'_atbd_listing_pricing',''),(9896,1465,'_videourl',''),(9897,1465,'_listing_status','post_status'),(9898,1465,'_tagline',''),(9899,1465,'_excerpt',''),(9901,1465,'_address',''),(9902,1465,'_phone','(501) 366-3809'),(9903,1465,'_phone2',''),(9904,1465,'_fax',''),(9905,1465,'_email','michael@maumelleeventcenter.com'),(9906,1465,'_website','http://www.maumelleeventcenter.com/'),(9907,1465,'_zip',''),(9908,1465,'_social','a:0:{}'),(9909,1465,'_faqs','a:0:{}'),(9910,1465,'_enable247hour',''),(9911,1465,'_disable_bz_hour_listing',''),(9912,1465,'_bdbh','a:0:{}'),(9913,1465,'_manual_lat','40.7127753'),(9914,1465,'_manual_lng','-74.0059728'),(9915,1465,'_hide_map',''),(9916,1465,'_listing_img','a:0:{}'),(9917,1465,'_listing_prv_img','1466'),(9918,1465,'_hide_contact_info','0'),(9919,1465,'_hide_contact_owner','0'),(9920,1465,'_expiry_date','2022-02-18 18:41:00'),(9921,1465,'_thumbnail_id','1466'),(9922,1465,'slide_template',''),(9923,1465,'rs_page_bg_color',''),(9924,1467,'_edit_lock','1617760678:2'),(9925,1467,'_edit_last','2'),(9926,1468,'_wp_attached_file','2021/02/Quality-Video-e1613674307221.jpg'),(9927,1468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:135;s:4:\"file\";s:40:\"2021/02/Quality-Video-e1613674307221.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Quality-Video-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Quality-Video-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:25:\"Quality-Video-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9928,1468,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:400;s:6:\"height\";i:270;s:4:\"file\";s:17:\"Quality-Video.jpg\";}}'),(9929,1467,'_never_expire','1'),(9930,1467,'_featured','0'),(9931,1467,'_price',''),(9932,1467,'_price_range',''),(9933,1467,'_atbd_listing_pricing',''),(9934,1467,'_videourl',''),(9935,1467,'_listing_status','post_status'),(9936,1467,'_tagline',''),(9937,1467,'_excerpt',''),(9938,1467,'_atbdp_post_views_count',''),(9939,1467,'_address',''),(9940,1467,'_phone','501-352-1786'),(9941,1467,'_phone2',''),(9942,1467,'_fax',''),(9943,1467,'_email','qualityvideo@comcast.net'),(9944,1467,'_website',''),(9945,1467,'_zip',''),(9946,1467,'_social','a:0:{}'),(9947,1467,'_faqs','a:0:{}'),(9948,1467,'_enable247hour',''),(9949,1467,'_disable_bz_hour_listing',''),(9950,1467,'_bdbh','a:0:{}'),(9951,1467,'_manual_lat','40.7127753'),(9952,1467,'_manual_lng','-74.0059728'),(9953,1467,'_hide_map',''),(9954,1467,'_listing_img','a:0:{}'),(9955,1467,'_listing_prv_img','1468'),(9956,1467,'_hide_contact_info','0'),(9957,1467,'_hide_contact_owner','0'),(9958,1467,'_expiry_date','2022-02-18 18:48:00'),(9959,1467,'_thumbnail_id','1468'),(9960,1467,'slide_template',''),(9961,1467,'rs_page_bg_color',''),(9965,1469,'_elementor_edit_mode','builder'),(9966,1469,'_elementor_template_type','wp-page'),(9967,1469,'_elementor_version','3.1.1'),(9968,1469,'_wp_page_template','elementor_header_footer'),(9969,1469,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9970,1469,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email&nbsp;<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9972,1470,'_elementor_edit_mode','builder'),(9973,1470,'_elementor_template_type','wp-page'),(9974,1470,'_elementor_version','3.1.1'),(9975,1470,'_wp_page_template','elementor_header_footer'),(9976,1470,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9977,1470,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604,&nbsp;<span style=\\\"font-size: 0.875rem;\\\">Little Rock, AR 72201<\\/span><\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email&nbsp;<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9979,1471,'_elementor_edit_mode','builder'),(9980,1471,'_elementor_template_type','wp-page'),(9981,1471,'_elementor_version','3.1.1'),(9982,1471,'_wp_page_template','elementor_header_footer'),(9983,1471,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9984,1471,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email&nbsp;<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9987,1472,'_elementor_edit_mode','builder'),(9988,1472,'_elementor_template_type','wp-page'),(9989,1472,'_elementor_version','3.1.1'),(9990,1472,'_wp_page_template','elementor_header_footer'),(9991,1472,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9992,1472,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email&nbsp;<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9993,1473,'_elementor_edit_mode','builder'),(9994,1473,'_elementor_template_type','wp-page'),(9995,1473,'_elementor_version','3.1.1'),(9996,1473,'_wp_page_template','elementor_header_footer'),(9997,1473,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(9998,1473,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email&nbsp;<a style=\\\"color: #ffcc00;\\\" href=\\\"mailto:blackentrepreneurshipfund@gmail.com\\\">blackentrepreneurshipfund@gmail.com<\\/a><\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(9999,1474,'_elementor_edit_mode','builder'),(10000,1474,'_elementor_template_type','wp-page'),(10001,1474,'_elementor_version','3.1.1'),(10002,1474,'_wp_page_template','elementor_header_footer'),(10003,1474,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10004,1474,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0\\u00a0<\\/span><span style=\\\"color: #ffcc00;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10013,1476,'_elementor_edit_mode','builder'),(10014,1476,'_elementor_template_type','wp-page'),(10015,1476,'_elementor_version','3.1.1'),(10016,1476,'_wp_page_template','elementor_header_footer'),(10017,1476,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10018,1476,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0\\u00a0<\\/span><span style=\\\"color: #ffcc00;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10019,1477,'_elementor_edit_mode','builder'),(10020,1477,'_elementor_template_type','wp-page'),(10021,1477,'_elementor_version','3.1.1'),(10022,1477,'_wp_page_template','elementor_header_footer'),(10023,1477,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10024,1477,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please email\\u00a0\\u00a0<\\/span><span style=\\\"color: #ffcc00;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10025,1478,'_elementor_edit_mode','builder'),(10026,1478,'_elementor_template_type','wp-page'),(10027,1478,'_elementor_version','3.1.1'),(10028,1478,'_wp_page_template','elementor_header_footer'),(10029,1478,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10030,1478,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10033,1479,'_wp_attached_file','2021/02/Advancing-Black-Entrepreneurship_logo-1-e1613756004290.png'),(10034,1479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:66:\"2021/02/Advancing-Black-Entrepreneurship_logo-1-e1613756004290.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Advancing-Black-Entrepreneurship_logo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Advancing-Black-Entrepreneurship_logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Advancing-Black-Entrepreneurship_logo-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:51:\"Advancing-Black-Entrepreneurship_logo-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:51:\"Advancing-Black-Entrepreneurship_logo-1-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:51:\"Advancing-Black-Entrepreneurship_logo-1-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10035,1479,'_edit_lock','1613755885:2'),(10036,1479,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:901;s:6:\"height\";i:901;s:4:\"file\";s:43:\"Advancing-Black-Entrepreneurship_logo-1.png\";}}'),(10037,1479,'_edit_last','2'),(10038,1479,'_wp_page_template','default'),(10039,1480,'_wp_attached_file','2021/02/cropped-Advancing-Black-Entrepreneurship_logo-1-e1613756004290.png'),(10040,1480,'_wp_attachment_context','custom-logo'),(10041,1480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:74:\"2021/02/cropped-Advancing-Black-Entrepreneurship_logo-1-e1613756004290.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"cropped-Advancing-Black-Entrepreneurship_logo-1-e1613756004290-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"cropped-Advancing-Black-Entrepreneurship_logo-1-e1613756004290-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:74:\"cropped-Advancing-Black-Entrepreneurship_logo-1-e1613756004290-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:74:\"cropped-Advancing-Black-Entrepreneurship_logo-1-e1613756004290-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:74:\"cropped-Advancing-Black-Entrepreneurship_logo-1-e1613756004290-500x400.png\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10044,1482,'_wp_attached_file','2021/02/Advancing-Black-Entrepreneurship_logo.png'),(10045,1482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:901;s:6:\"height\";i:901;s:4:\"file\";s:49:\"2021/02/Advancing-Black-Entrepreneurship_logo.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Advancing-Black-Entrepreneurship_logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Advancing-Black-Entrepreneurship_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Advancing-Black-Entrepreneurship_logo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:49:\"Advancing-Black-Entrepreneurship_logo-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:49:\"Advancing-Black-Entrepreneurship_logo-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:49:\"Advancing-Black-Entrepreneurship_logo-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10048,1467,'_directory_type','47'),(10049,1465,'_directory_type','47'),(10050,1458,'_directory_type','47'),(10051,1456,'_directory_type','47'),(10052,1454,'_directory_type','47'),(10053,1452,'_directory_type','47'),(10054,1449,'_directory_type','47'),(10055,1447,'_directory_type','47'),(10056,1294,'_directory_type','47'),(10057,1292,'_directory_type','47'),(10058,1290,'_directory_type','47'),(10059,1288,'_directory_type','47'),(10060,1286,'_directory_type','47'),(10061,1284,'_directory_type','47'),(10062,1282,'_directory_type','47'),(10063,1280,'_directory_type','47'),(10064,1278,'_directory_type','47'),(10065,1275,'_directory_type','47'),(10066,1229,'_directory_type','47'),(10067,838,'_directory_type','47'),(10068,836,'_directory_type','47'),(10069,834,'_directory_type','47'),(10070,830,'_directory_type','47'),(10071,828,'_directory_type','47'),(10072,826,'_directory_type','47'),(10073,399,'_directory_type','47'),(10074,398,'_directory_type','47'),(10075,397,'_directory_type','47'),(10076,396,'_directory_type','47'),(10077,395,'_directory_type','47'),(10078,394,'_directory_type','47'),(10079,393,'_directory_type','47'),(10080,391,'_directory_type','47'),(10081,390,'_directory_type','47'),(10082,1484,'_field_11','Benito'),(10083,1484,'_field_12','Lubazibwa'),(10084,1484,'_field_13','ReMix Ideas'),(10085,1484,'_field_14','15012513324'),(10086,1484,'_field_15','remixideaslr@gmail.com'),(10087,1484,'_field_16','Collaboration'),(10088,1484,'_form_id','3'),(10089,1484,'_seq_num','2'),(10090,1485,'_field_1','Benito Lubazibwa'),(10091,1485,'_field_2','remixideaslr@gmail.com'),(10092,1485,'_field_3','Entrepreneurship'),(10093,1485,'_form_id','1'),(10094,1485,'_seq_num','2'),(10106,1488,'_elementor_edit_mode','builder'),(10107,1488,'_elementor_template_type','wp-page'),(10108,1488,'_elementor_version','3.1.1'),(10109,1488,'_wp_page_template','default'),(10110,1488,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10111,1488,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10112,1489,'_elementor_edit_mode','builder'),(10113,1489,'_elementor_template_type','wp-page'),(10114,1489,'_elementor_version','3.1.1'),(10115,1489,'_wp_page_template','default'),(10116,1489,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses in Arkansas<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Support Black-owned busin<\\/b>e<b>sses<\\/b> <b>with grants, technical assistance and connections.<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10117,1489,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10118,1490,'_elementor_edit_mode','builder'),(10119,1490,'_elementor_template_type','wp-page'),(10120,1490,'_elementor_version','3.1.1'),(10121,1490,'_wp_page_template','default'),(10122,1490,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10123,1490,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10138,1492,'_wp_page_template','template-fullwidth.php'),(10139,1492,'_elementor_edit_mode','builder'),(10140,1492,'_elementor_template_type','wp-page'),(10141,1492,'_elementor_version','3.1.1'),(10142,1492,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10143,1492,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E0E709\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10145,1493,'_wp_page_template','template-fullwidth.php'),(10146,1493,'_elementor_edit_mode','builder'),(10147,1493,'_elementor_template_type','wp-page'),(10148,1493,'_elementor_version','3.1.1'),(10149,1493,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10150,1493,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E0E709\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10152,1494,'_wp_page_template','template-fullwidth.php'),(10153,1494,'_elementor_edit_mode','builder'),(10154,1494,'_elementor_template_type','wp-page'),(10155,1494,'_elementor_version','3.1.1'),(10156,1494,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10157,1494,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E0E709\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10161,1495,'_elementor_edit_mode','builder'),(10162,1495,'_elementor_template_type','wp-page'),(10163,1495,'_elementor_version','3.1.2'),(10164,1495,'_wp_page_template','default'),(10165,1495,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10166,1495,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10168,1496,'_elementor_edit_mode','builder'),(10169,1496,'_elementor_template_type','wp-page'),(10170,1496,'_elementor_version','3.1.2'),(10171,1496,'_wp_page_template','default'),(10172,1496,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>\\\"Let us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\"><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\\" <\\/i><\\/span><\\/span><\\/h3><h3><span style=\\\"color: #ffff00;\\\"><span style=\\\"font-family: Lato; font-size: 15px; text-align: left; white-space: pre-wrap;\\\">-Benito Lubazibwa<\\/span><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10173,1496,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10175,1497,'_elementor_edit_mode','builder'),(10176,1497,'_elementor_template_type','wp-page'),(10177,1497,'_elementor_version','3.1.2'),(10178,1497,'_wp_page_template','default'),(10179,1497,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our strategic intent is to:<\\/p><ol><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Increase access to capital and markets<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10180,1497,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10183,1498,'_elementor_edit_mode','builder'),(10184,1498,'_elementor_template_type','wp-page'),(10185,1498,'_elementor_version','3.1.4'),(10186,1498,'_wp_page_template','default'),(10187,1498,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our strategic intent is to:<\\/p><ol><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Increase access to capital and markets<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10188,1498,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10189,1499,'_elementor_edit_mode','builder'),(10190,1499,'_elementor_template_type','wp-page'),(10191,1499,'_elementor_version','3.1.4'),(10192,1499,'_wp_page_template','default'),(10193,1499,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our strategic intent is to:<\\/p><ol><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Increase access to capital and markets<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EF3A07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10194,1499,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10195,1500,'_elementor_edit_mode','builder'),(10196,1500,'_elementor_template_type','wp-page'),(10197,1500,'_elementor_version','3.1.4'),(10198,1500,'_wp_page_template','default'),(10199,1500,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our Strategic Intent is to:<\\/p><ol><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Increase access to capital and markets<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10200,1500,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10202,1501,'_elementor_edit_mode','builder'),(10203,1501,'_elementor_template_type','wp-page'),(10204,1501,'_elementor_version','3.1.4'),(10205,1501,'_wp_page_template','default'),(10206,1501,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our Strategic Intent is to:<\\/p><ol><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Increase access to capital and markets<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10207,1501,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10208,1502,'_elementor_edit_mode','builder'),(10209,1502,'_elementor_template_type','wp-page'),(10210,1502,'_elementor_version','3.1.4'),(10211,1502,'_wp_page_template','default'),(10212,1502,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our Strategic Intent is to:<\\/p><ol><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Increase access to capital and markets<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10213,1502,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10214,1503,'_elementor_edit_mode','builder'),(10215,1503,'_elementor_template_type','wp-page'),(10216,1503,'_elementor_version','3.1.4'),(10217,1503,'_wp_page_template','default'),(10218,1503,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p>\\n<ol>\\n<li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses<\\/li>\\n<li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments<\\/li>\\n<li style=\\\"text-align: left;\\\">Increase access to capital and markets<\\/li>\\n<\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10219,1503,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10230,1505,'_elementor_edit_mode','builder'),(10231,1505,'_elementor_template_type','wp-page'),(10232,1505,'_elementor_version','3.1.4'),(10233,1505,'_wp_page_template','default'),(10234,1505,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p>\\n<ol>\\n<li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses<\\/li>\\n<li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments<\\/li>\\n<li style=\\\"text-align: left;\\\">Increase access to capital and markets<\\/li>\\n<\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10235,1505,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10236,1506,'_elementor_edit_mode','builder'),(10237,1506,'_elementor_template_type','wp-page'),(10238,1506,'_elementor_version','3.1.4'),(10239,1506,'_wp_page_template','default'),(10240,1506,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p>\\n<ol>\\n<li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses<\\/li>\\n<li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments<\\/li>\\n<li style=\\\"text-align: left;\\\">Increase access to capital and markets<\\/li>\\n<\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10241,1506,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10242,1507,'_elementor_edit_mode','builder'),(10243,1507,'_elementor_template_type','wp-page'),(10244,1507,'_elementor_version','3.1.4'),(10245,1507,'_wp_page_template','default'),(10246,1507,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Increase Black business revenues\\u00a0<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10247,1507,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10256,1509,'_elementor_edit_mode','builder'),(10257,1509,'_elementor_template_type','wp-page'),(10258,1509,'_elementor_version','3.1.4'),(10259,1509,'_wp_page_template','default'),(10260,1509,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Increase Black business revenues\\u00a0<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10261,1509,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10262,1510,'_elementor_edit_mode','builder'),(10263,1510,'_elementor_template_type','wp-page'),(10264,1510,'_elementor_version','3.1.4'),(10265,1510,'_wp_page_template','default'),(10266,1510,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Increase Black business revenues\\u00a0<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10267,1510,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10268,1511,'_elementor_edit_mode','builder'),(10269,1511,'_elementor_template_type','wp-page'),(10270,1511,'_elementor_version','3.1.4'),(10271,1511,'_wp_page_template','default'),(10272,1511,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned companies doing businesses with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Increase Black business revenues\\u00a0<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10273,1511,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10284,1513,'_elementor_edit_mode','builder'),(10285,1513,'_elementor_template_type','wp-page'),(10286,1513,'_elementor_version','3.1.4'),(10287,1513,'_wp_page_template','default'),(10288,1513,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned companies doing businesses with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Increase Black business revenues\\u00a0<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10289,1513,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10290,1514,'_elementor_edit_mode','builder'),(10291,1514,'_elementor_template_type','wp-page'),(10292,1514,'_elementor_version','3.1.4'),(10293,1514,'_wp_page_template','default'),(10294,1514,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned companies doing businesses with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Increase Black business revenues\\u00a0<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10295,1514,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10296,1515,'_elementor_edit_mode','builder'),(10297,1515,'_elementor_template_type','wp-page'),(10298,1515,'_elementor_version','3.1.4'),(10299,1515,'_wp_page_template','default'),(10300,1515,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned companies doing businesses with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Scale Black-Owned businesses<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10301,1515,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10310,1517,'_elementor_edit_mode','builder'),(10311,1517,'_elementor_template_type','wp-page'),(10312,1517,'_elementor_version','3.1.4'),(10313,1517,'_wp_page_template','default'),(10314,1517,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned companies doing businesses with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Scale Black-Owned businesses<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10315,1517,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10316,1518,'_elementor_edit_mode','builder'),(10317,1518,'_elementor_template_type','wp-page'),(10318,1518,'_elementor_version','3.1.4'),(10319,1518,'_wp_page_template','default'),(10320,1518,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase the number of Black-Owned companies doing businesses with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Scale Black-Owned businesses<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10321,1518,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10322,1519,'_elementor_edit_mode','builder'),(10323,1519,'_elementor_template_type','wp-page'),(10324,1519,'_elementor_version','3.1.4'),(10325,1519,'_wp_page_template','default'),(10326,1519,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Scale Black-Owned businesses<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10327,1519,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10330,1294,'_atbdp_post_views_count','0'),(10331,1294,'ekit_post_views_count','1'),(10332,1290,'_atbdp_post_views_count','0'),(10333,1290,'ekit_post_views_count','1'),(10334,1282,'_atbdp_post_views_count','1'),(10335,1282,'ekit_post_views_count','2'),(10353,1524,'_elementor_edit_mode','builder'),(10354,1524,'_elementor_template_type','wp-page'),(10355,1524,'_elementor_version','3.1.1'),(10356,1524,'_wp_page_template','elementor_header_footer'),(10357,1524,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10358,1524,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10359,1525,'_elementor_edit_mode','builder'),(10360,1525,'_elementor_template_type','wp-page'),(10361,1525,'_elementor_version','3.1.1'),(10362,1525,'_wp_page_template','elementor_header_footer'),(10363,1525,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10364,1525,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD022\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10365,1526,'_elementor_edit_mode','builder'),(10366,1526,'_elementor_template_type','wp-page'),(10367,1526,'_elementor_version','3.1.1'),(10368,1526,'_wp_page_template','elementor_header_footer'),(10369,1526,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10370,1526,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10373,1527,'_elementor_edit_mode','builder'),(10374,1527,'_elementor_template_type','wp-page'),(10375,1527,'_elementor_version','3.1.4'),(10376,1527,'_wp_page_template','elementor_header_footer'),(10377,1527,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10378,1527,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10380,1528,'_elementor_edit_mode','builder'),(10381,1528,'_elementor_template_type','wp-page'),(10382,1528,'_elementor_version','3.1.4'),(10383,1528,'_wp_page_template','elementor_header_footer'),(10384,1528,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10385,1528,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"b568b8e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"7ef39b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac160ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"MAKE A PLEDGE\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dfb6a9b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Take a pledge as an Individual or Company\\/Organization:<\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>\\u201cLet us travel together as we work toward a common purpose \\u2013 to build a more just and equitable economic system. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. <\\/i><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #ffffff;\\\"><strong><i>Let\\u2019s pledge to spend a percentage of our monthly budget at Black-owned businesses\\u201d <\\/i><\\/strong><\\/span><\\/h3><h3>\\u00a0<\\/h3>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"06c6694\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"3\",\"form_title\":\"\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10387,1529,'_elementor_edit_mode','builder'),(10388,1529,'_elementor_template_type','wp-page'),(10389,1529,'_elementor_version','3.1.4'),(10390,1529,'_wp_page_template','elementor_header_footer'),(10391,1529,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10392,1529,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10395,1530,'_elementor_edit_mode','builder'),(10396,1530,'_elementor_template_type','wp-page'),(10397,1530,'_elementor_version','3.1.4'),(10398,1530,'_wp_page_template','elementor_header_footer'),(10399,1530,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10400,1530,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10401,1531,'_elementor_edit_mode','builder'),(10402,1531,'_elementor_template_type','wp-page'),(10403,1531,'_elementor_version','3.1.4'),(10404,1531,'_wp_page_template','elementor_header_footer'),(10405,1531,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10406,1531,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0e2ea36\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"68e6789\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4697884\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 class=\\\"elementor-heading-title elementor-size-xl elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98); \\\">OUR PARTNERS<\\/h1>\",\"size\":\"xl\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"05edb35\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"56b7797\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"43d9fa2\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":405,\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/ULSA.png\"}],\"navigation\":\"dots\",\"thumbnail_size\":\"large\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10407,1532,'_elementor_edit_mode','builder'),(10408,1532,'_elementor_template_type','wp-page'),(10409,1532,'_elementor_version','3.1.4'),(10410,1532,'_wp_page_template','elementor_header_footer'),(10411,1532,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10412,1532,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10423,1534,'_elementor_edit_mode','builder'),(10424,1534,'_elementor_template_type','wp-page'),(10425,1534,'_elementor_version','3.1.4'),(10426,1534,'_wp_page_template','elementor_header_footer'),(10427,1534,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10428,1534,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10429,1535,'_elementor_edit_mode','builder'),(10430,1535,'_elementor_template_type','wp-page'),(10431,1535,'_elementor_version','3.1.4'),(10432,1535,'_wp_page_template','elementor_header_footer'),(10433,1535,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10434,1535,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10435,1536,'_elementor_edit_mode','builder'),(10436,1536,'_elementor_template_type','wp-page'),(10437,1536,'_elementor_version','3.1.4'),(10438,1536,'_wp_page_template','elementor_header_footer'),(10439,1536,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10440,1536,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"379372c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shop Black - Dollars Matching Initiative To Boost Sales at Wright Avenue\",\"title_color\":\"#020202\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fe299aa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d5e23d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638e45c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10444,1537,'_elementor_edit_mode','builder'),(10445,1537,'_elementor_template_type','wp-page'),(10446,1537,'_elementor_version','3.1.4'),(10447,1537,'_wp_page_template','elementor_header_footer'),(10448,1537,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10449,1537,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"379372c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shop Black - Dollars Matching Initiative To Boost Sales at Wright Avenue\",\"title_color\":\"#020202\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fe299aa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d5e23d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638e45c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10451,1538,'_elementor_edit_mode','builder'),(10452,1538,'_elementor_template_type','wp-page'),(10453,1538,'_elementor_version','3.1.4'),(10454,1538,'_wp_page_template','elementor_header_footer'),(10455,1538,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10456,1538,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"379372c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shop Black - Dollars Matching Initiative To Boost Sales at Wright Avenue\",\"title_color\":\"#020202\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fe299aa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d5e23d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638e45c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10458,1539,'_elementor_edit_mode','builder'),(10459,1539,'_elementor_template_type','wp-page'),(10460,1539,'_elementor_version','3.1.4'),(10461,1539,'_wp_page_template','elementor_header_footer'),(10462,1539,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10463,1539,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fe299aa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d5e23d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638e45c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10467,1540,'_elementor_edit_mode','builder'),(10468,1540,'_elementor_template_type','wp-page'),(10469,1540,'_elementor_version','3.1.4'),(10470,1540,'_wp_page_template','elementor_header_footer'),(10471,1540,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10472,1540,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fe299aa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d5e23d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638e45c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10474,1541,'_elementor_edit_mode','builder'),(10475,1541,'_elementor_template_type','wp-page'),(10476,1541,'_elementor_version','3.1.4'),(10477,1541,'_wp_page_template','elementor_header_footer'),(10478,1541,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10479,1541,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fe299aa\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d5e23d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"638e45c\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10481,1542,'_elementor_edit_mode','builder'),(10482,1542,'_elementor_template_type','wp-page'),(10483,1542,'_elementor_version','3.1.4'),(10484,1542,'_wp_page_template','elementor_header_footer'),(10485,1542,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10486,1542,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(10490,1544,'_wp_page_template','template-fullwidth.php'),(10491,1544,'_elementor_edit_mode','builder'),(10492,1544,'_elementor_template_type','wp-page'),(10493,1544,'_elementor_version','3.1.4'),(10494,1544,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10495,1544,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E0E709\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10497,1545,'_wp_page_template','template-fullwidth.php'),(10498,1545,'_elementor_edit_mode','builder'),(10499,1545,'_elementor_template_type','wp-page'),(10500,1545,'_elementor_version','3.1.4'),(10501,1545,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp_postmeta` VALUES (10502,1545,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14f67ec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Pop-Up Crowdfunding\\u2122<\\/strong><\\/span><\\/h2>\\n<h3><strong>Pop-Up Crowdfunding\\u2122 is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.<\\/strong><\\/h3>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E0E709\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10504,1546,'_wp_page_template','template-fullwidth.php'),(10505,1546,'_elementor_edit_mode','builder'),(10506,1546,'_elementor_template_type','wp-page'),(10507,1546,'_elementor_version','3.1.4'),(10508,1546,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10509,1546,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BUILDING\\u00a0 - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10512,1547,'_wp_page_template','template-fullwidth.php'),(10513,1547,'_elementor_edit_mode','builder'),(10514,1547,'_elementor_template_type','wp-page'),(10515,1547,'_elementor_version','3.1.4'),(10516,1547,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10517,1547,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BUILDING\\u00a0 - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10518,1548,'_wp_page_template','template-fullwidth.php'),(10519,1548,'_elementor_edit_mode','builder'),(10520,1548,'_elementor_template_type','wp-page'),(10521,1548,'_elementor_version','3.1.4'),(10522,1548,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10523,1548,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BUILDING\\u00a0 - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10524,1549,'_wp_page_template','template-fullwidth.php'),(10525,1549,'_elementor_edit_mode','builder'),(10526,1549,'_elementor_template_type','wp-page'),(10527,1549,'_elementor_version','3.1.4'),(10528,1549,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10529,1549,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BUILDING\\u00a0 - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10531,1550,'_elementor_edit_mode','builder'),(10532,1550,'_elementor_template_type','wp-page'),(10533,1550,'_elementor_version','3.1.4'),(10534,1550,'_wp_page_template','default'),(10535,1550,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Scale Black-Owned businesses<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10536,1550,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10538,1551,'_elementor_edit_mode','builder'),(10539,1551,'_elementor_template_type','wp-page'),(10540,1551,'_elementor_version','3.1.4'),(10541,1551,'_wp_page_template','default'),(10542,1551,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Scale Black-Owned businesses<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10543,1551,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10545,1552,'_elementor_edit_mode','builder'),(10546,1552,'_elementor_template_type','wp-page'),(10547,1552,'_elementor_version','3.1.4'),(10548,1552,'_wp_page_template','default'),(10549,1552,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship (ABE) is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Scale Black-Owned businesses<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(10550,1552,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(10553,1553,'_wp_trash_meta_status','publish'),(10554,1553,'_wp_trash_meta_time','1617760305'),(10555,1554,'_wp_trash_meta_status','publish'),(10556,1554,'_wp_trash_meta_time','1617760371'),(10557,1556,'_edit_lock','1617763194:2'),(10558,1556,'_edit_last','2'),(10559,1557,'_wp_attached_file','2021/04/Grind.jpg'),(10560,1557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:968;s:6:\"height\";i:578;s:4:\"file\";s:17:\"2021/04/Grind.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Grind-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Grind-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Grind-768x459.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:17:\"Grind-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:17:\"Grind-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:17:\"Grind-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1617742648\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(10561,1556,'_atbdp_post_views_count',''),(10562,1556,'_atbd_listing_pricing',''),(10563,1556,'_price',''),(10564,1556,'_price_range',''),(10565,1556,'_pricing',''),(10566,1556,'_tax_input[at_biz_dir-location][]',''),(10567,1556,'_tax_input[at_biz_dir-tags][]',''),(10568,1556,'_admin_category_select[]',''),(10569,1556,'_hide_contact_owner',''),(10570,1556,'_zip',''),(10571,1556,'_phone',''),(10572,1556,'_phone2',''),(10573,1556,'_fax',''),(10574,1556,'_email',''),(10575,1556,'_website',''),(10576,1556,'_social',''),(10577,1556,'_address',''),(10578,1556,'_hide_map',''),(10579,1556,'_manual_lat','40.7127753'),(10580,1556,'_manual_lng','-74.0059728'),(10581,1556,'_map',''),(10582,1556,'_listing_img',''),(10583,1556,'_listing_prv_img','1557'),(10584,1556,'_videourl',''),(10585,1556,'_directory_type','47'),(10586,1556,'_featured','0'),(10587,1556,'_never_expire','1'),(10588,1556,'_expiry_date','2022-04-07 02:00:00'),(10589,1556,'_thumbnail_id','1557'),(10590,1556,'_listing_status','post_status'),(10591,1556,'slide_template',''),(10592,1556,'rs_page_bg_color',''),(10593,1556,'ekit_post_views_count','1'),(10595,1559,'_edit_lock','1618578157:2'),(10596,1559,'_elementor_edit_mode','builder'),(10597,1559,'_elementor_template_type','wp-page'),(10598,1559,'_elementor_version','3.1.4'),(10599,1560,'_wp_attached_file','2021/04/Wright-Initiative-photo-scaled.jpg'),(10600,1560,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:42:\"2021/04/Wright-Initiative-photo-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Wright-Initiative-photo-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Wright-Initiative-photo-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Wright-Initiative-photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Wright-Initiative-photo-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"Wright-Initiative-photo-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"Wright-Initiative-photo-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:35:\"Wright-Initiative-photo-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:35:\"Wright-Initiative-photo-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:35:\"Wright-Initiative-photo-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:27:\"Wright-Initiative-photo.jpg\";}'),(10601,1559,'_wp_page_template','default'),(10602,1559,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10603,1559,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=a992e7d\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"_background_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"_id\":\"88174b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(10604,1559,'_directory_type',''),(10608,1561,'_wp_attached_file','2021/04/Wright-Initiative-photo-1-scaled.jpg'),(10609,1561,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1829;s:6:\"height\";i:2560;s:4:\"file\";s:44:\"2021/04/Wright-Initiative-photo-1-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Wright-Initiative-photo-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Wright-Initiative-photo-1-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Wright-Initiative-photo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Wright-Initiative-photo-1-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"Wright-Initiative-photo-1-1097x1536.jpg\";s:5:\"width\";i:1097;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:39:\"Wright-Initiative-photo-1-1463x2048.jpg\";s:5:\"width\";i:1463;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:37:\"Wright-Initiative-photo-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:37:\"Wright-Initiative-photo-1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:37:\"Wright-Initiative-photo-1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:29:\"Wright-Initiative-photo-1.jpg\";}'),(10611,1562,'_elementor_edit_mode','builder'),(10612,1562,'_elementor_template_type','wp-page'),(10613,1562,'_elementor_version','3.1.4'),(10614,1562,'_wp_page_template','default'),(10615,1562,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10616,1562,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(10618,1563,'_elementor_edit_mode','builder'),(10619,1563,'_elementor_template_type','wp-page'),(10620,1563,'_elementor_version','3.1.4'),(10621,1563,'_wp_page_template','default'),(10622,1563,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10623,1563,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(10625,1564,'_elementor_edit_mode','builder'),(10626,1564,'_elementor_template_type','wp-page'),(10627,1564,'_elementor_version','3.1.4'),(10628,1564,'_wp_page_template','default'),(10629,1564,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10630,1564,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>\\u00a0<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises. <\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(10643,1566,'_elementor_edit_mode','builder'),(10644,1566,'_elementor_template_type','wp-page'),(10645,1566,'_elementor_version','3.1.4'),(10646,1566,'_wp_page_template','default'),(10647,1566,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10648,1566,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>\\u00a0<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises. <\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(10650,1567,'_elementor_edit_mode','builder'),(10651,1567,'_elementor_template_type','wp-page'),(10652,1567,'_elementor_version','3.1.4'),(10653,1567,'_wp_page_template','default'),(10654,1567,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10655,1567,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>\\u00a0<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises. <\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(10657,1568,'_elementor_edit_mode','builder'),(10658,1568,'_elementor_template_type','wp-page'),(10659,1568,'_elementor_version','3.1.4'),(10660,1568,'_wp_page_template','default'),(10661,1568,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10662,1568,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10666,1569,'_elementor_edit_mode','builder'),(10667,1569,'_elementor_template_type','wp-page'),(10668,1569,'_elementor_version','3.1.4'),(10669,1569,'_wp_page_template','default'),(10670,1569,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10671,1569,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10673,1570,'_elementor_edit_mode','builder'),(10674,1570,'_elementor_template_type','wp-page'),(10675,1570,'_elementor_version','3.1.4'),(10676,1570,'_wp_page_template','default'),(10677,1570,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10678,1570,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10680,1571,'_elementor_edit_mode','builder'),(10681,1571,'_elementor_template_type','wp-page'),(10682,1571,'_elementor_version','3.1.4'),(10683,1571,'_wp_page_template','default'),(10684,1571,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10685,1571,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10689,1572,'_elementor_edit_mode','builder'),(10690,1572,'_elementor_template_type','wp-page'),(10691,1572,'_elementor_version','3.1.4'),(10692,1572,'_wp_page_template','default'),(10693,1572,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10694,1572,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10696,1573,'_elementor_edit_mode','builder'),(10697,1573,'_elementor_template_type','wp-page'),(10698,1573,'_elementor_version','3.1.4'),(10699,1573,'_wp_page_template','default'),(10700,1573,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10701,1573,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10703,1574,'_elementor_edit_mode','builder'),(10704,1574,'_elementor_template_type','wp-page'),(10705,1574,'_elementor_version','3.1.4'),(10706,1574,'_wp_page_template','default'),(10707,1574,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10708,1574,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10712,1575,'_elementor_edit_mode','builder'),(10713,1575,'_elementor_template_type','wp-page'),(10714,1575,'_elementor_version','3.1.4'),(10715,1575,'_wp_page_template','default'),(10716,1575,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10717,1575,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10719,1576,'_elementor_edit_mode','builder'),(10720,1576,'_elementor_template_type','wp-page'),(10721,1576,'_elementor_version','3.1.4'),(10722,1576,'_wp_page_template','default'),(10723,1576,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10724,1576,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10726,1577,'_elementor_edit_mode','builder'),(10727,1577,'_elementor_template_type','wp-page'),(10728,1577,'_elementor_version','3.1.4'),(10729,1577,'_wp_page_template','default'),(10730,1577,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10731,1577,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10744,1579,'_elementor_edit_mode','builder'),(10745,1579,'_elementor_template_type','wp-page'),(10746,1579,'_elementor_version','3.1.4'),(10747,1579,'_wp_page_template','default'),(10748,1579,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10749,1579,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10751,1580,'_elementor_edit_mode','builder'),(10752,1580,'_elementor_template_type','wp-page'),(10753,1580,'_elementor_version','3.1.4'),(10754,1580,'_wp_page_template','default'),(10755,1580,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10756,1580,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10758,1581,'_elementor_edit_mode','builder'),(10759,1581,'_elementor_template_type','wp-page'),(10760,1581,'_elementor_version','3.1.4'),(10761,1581,'_wp_page_template','default'),(10762,1581,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10763,1581,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10775,1583,'_elementor_edit_mode','builder'),(10776,1583,'_elementor_template_type','wp-page'),(10777,1583,'_elementor_version','3.1.4'),(10778,1583,'_wp_page_template','default'),(10779,1583,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10780,1583,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10781,1584,'_elementor_edit_mode','builder'),(10782,1584,'_elementor_template_type','wp-page'),(10783,1584,'_elementor_version','3.1.4'),(10784,1584,'_wp_page_template','default'),(10785,1584,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10786,1584,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10787,1585,'_elementor_edit_mode','builder'),(10788,1585,'_elementor_template_type','wp-page'),(10789,1585,'_elementor_version','3.1.4'),(10790,1585,'_wp_page_template','default'),(10791,1585,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10792,1585,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(10795,1586,'_elementor_edit_mode','builder'),(10796,1586,'_elementor_template_type','wp-page'),(10797,1586,'_elementor_version','3.1.4'),(10798,1586,'_wp_page_template','default'),(10799,1586,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10800,1586,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(10802,1587,'_elementor_edit_mode','builder'),(10803,1587,'_elementor_template_type','wp-page'),(10804,1587,'_elementor_version','3.1.4'),(10805,1587,'_wp_page_template','default'),(10806,1587,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10807,1587,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(10809,1588,'_elementor_edit_mode','builder'),(10810,1588,'_elementor_template_type','wp-page'),(10811,1588,'_elementor_version','3.1.4'),(10812,1588,'_wp_page_template','default'),(10813,1588,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10814,1588,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(10818,1589,'_elementor_edit_mode','builder'),(10819,1589,'_elementor_template_type','wp-page'),(10820,1589,'_elementor_version','3.1.4'),(10821,1589,'_wp_page_template','default'),(10822,1589,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10823,1589,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(10825,1590,'_elementor_edit_mode','builder'),(10826,1590,'_elementor_template_type','wp-page'),(10827,1590,'_elementor_version','3.1.4'),(10828,1590,'_wp_page_template','default'),(10829,1590,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10830,1590,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(10832,1591,'_elementor_edit_mode','builder'),(10833,1591,'_elementor_template_type','wp-page'),(10834,1591,'_elementor_version','3.1.4'),(10835,1591,'_wp_page_template','default'),(10836,1591,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10837,1591,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\",\"radio_checkbox_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(10841,1592,'_elementor_edit_mode','builder'),(10842,1592,'_elementor_template_type','wp-page'),(10843,1592,'_elementor_version','3.1.4'),(10844,1592,'_wp_page_template','default'),(10845,1592,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10846,1592,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\",\"radio_checkbox_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(10848,1593,'_elementor_edit_mode','builder'),(10849,1593,'_elementor_template_type','wp-page'),(10850,1593,'_elementor_version','3.1.4'),(10851,1593,'_wp_page_template','default'),(10852,1593,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10853,1593,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\",\"radio_checkbox_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(10855,1594,'_elementor_edit_mode','builder'),(10856,1594,'_elementor_template_type','wp-page'),(10857,1594,'_elementor_version','3.1.4'),(10858,1594,'_wp_page_template','default'),(10859,1594,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10860,1594,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(10864,1595,'_wp_trash_meta_status','publish'),(10865,1595,'_wp_trash_meta_time','1617841033'),(10866,1597,'_wp_trash_meta_status','publish'),(10867,1597,'_wp_trash_meta_time','1617841072'),(10868,1599,'_wp_trash_meta_status','publish'),(10869,1599,'_wp_trash_meta_time','1617841112'),(10870,1601,'_wp_trash_meta_status','publish'),(10871,1601,'_wp_trash_meta_time','1617841155'),(10872,1603,'_wp_trash_meta_status','publish'),(10873,1603,'_wp_trash_meta_time','1617841358'),(10885,1606,'_elementor_edit_mode','builder'),(10886,1606,'_elementor_template_type','wp-page'),(10887,1606,'_elementor_version','3.1.4'),(10888,1606,'_wp_page_template','default'),(10889,1606,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10890,1606,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(10892,1607,'_elementor_edit_mode','builder'),(10893,1607,'_elementor_template_type','wp-page'),(10894,1607,'_elementor_version','3.1.4'),(10895,1607,'_wp_page_template','default'),(10896,1607,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10897,1607,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(10899,1608,'_elementor_edit_mode','builder'),(10900,1608,'_elementor_template_type','wp-page'),(10901,1608,'_elementor_version','3.1.4'),(10902,1608,'_wp_page_template','default'),(10903,1608,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10904,1608,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2340dc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>K-Hall<\\/p><p>Afrobites<\\/p><p>Pyramid Art<\\/p><div class=\\\"msg-row\\\" data-e2e-message-wrapper-core=\\\"\\\" data-e2e-message-outgoing=\\\"false\\\" data-e2e-message-rcs=\\\"false\\\"><div class=\\\"msg-parts-container\\\"><div class=\\\"msg-part-with-menu ng-star-inserted\\\"><div class=\\\"text-msg-container\\\" data-e2e-text-message-content=\\\"\\\"><div class=\\\"part-content-container\\\"><div class=\\\"text-msg-content\\\" dir=\\\"auto\\\"><div class=\\\"text-msg ng-star-inserted\\\">Books &amp; Custom Framing<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#685F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Abril Fatface\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10908,1609,'_elementor_edit_mode','builder'),(10909,1609,'_elementor_template_type','wp-page'),(10910,1609,'_elementor_version','3.1.4'),(10911,1609,'_wp_page_template','default'),(10912,1609,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10913,1609,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2340dc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>K-Hall<\\/p><p>Afrobites<\\/p><p>Pyramid Art<\\/p><div class=\\\"msg-row\\\" data-e2e-message-wrapper-core=\\\"\\\" data-e2e-message-outgoing=\\\"false\\\" data-e2e-message-rcs=\\\"false\\\"><div class=\\\"msg-parts-container\\\"><div class=\\\"msg-part-with-menu ng-star-inserted\\\"><div class=\\\"text-msg-container\\\" data-e2e-text-message-content=\\\"\\\"><div class=\\\"part-content-container\\\"><div class=\\\"text-msg-content\\\" dir=\\\"auto\\\"><div class=\\\"text-msg ng-star-inserted\\\">Books &amp; Custom Framing<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#685F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Abril Fatface\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10915,1610,'_elementor_edit_mode','builder'),(10916,1610,'_elementor_template_type','wp-page'),(10917,1610,'_elementor_version','3.1.4'),(10918,1610,'_wp_page_template','default'),(10919,1610,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10920,1610,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2340dc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>K-Hall<\\/p><p>Afrobites<\\/p><p>Pyramid Art<\\/p><div class=\\\"msg-row\\\" data-e2e-message-wrapper-core=\\\"\\\" data-e2e-message-outgoing=\\\"false\\\" data-e2e-message-rcs=\\\"false\\\"><div class=\\\"msg-parts-container\\\"><div class=\\\"msg-part-with-menu ng-star-inserted\\\"><div class=\\\"text-msg-container\\\" data-e2e-text-message-content=\\\"\\\"><div class=\\\"part-content-container\\\"><div class=\\\"text-msg-content\\\" dir=\\\"auto\\\"><div class=\\\"text-msg ng-star-inserted\\\">Books &amp; Custom Framing<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#685F5F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Abril Fatface\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10922,1611,'_elementor_edit_mode','builder'),(10923,1611,'_elementor_template_type','wp-page'),(10924,1611,'_elementor_version','3.1.4'),(10925,1611,'_wp_page_template','default'),(10926,1611,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10927,1611,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2340dc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>K-Hall<\\/p><p>Afrobites<\\/p><p>Pyramid Art<\\/p><div class=\\\"msg-row\\\" data-e2e-message-wrapper-core=\\\"\\\" data-e2e-message-outgoing=\\\"false\\\" data-e2e-message-rcs=\\\"false\\\"><div class=\\\"msg-parts-container\\\"><div class=\\\"msg-part-with-menu ng-star-inserted\\\"><div class=\\\"text-msg-container\\\" data-e2e-text-message-content=\\\"\\\"><div class=\\\"part-content-container\\\"><div class=\\\"text-msg-content\\\" dir=\\\"auto\\\"><div class=\\\"text-msg ng-star-inserted\\\">Books &amp; Custom Framing<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Abril Fatface\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10931,1612,'_elementor_edit_mode','builder'),(10932,1612,'_elementor_template_type','wp-page'),(10933,1612,'_elementor_version','3.1.4'),(10934,1612,'_wp_page_template','default'),(10935,1612,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10936,1612,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2340dc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>K-Hall<\\/p><p>Afrobites<\\/p><p>Pyramid Art<\\/p><div class=\\\"msg-row\\\" data-e2e-message-wrapper-core=\\\"\\\" data-e2e-message-outgoing=\\\"false\\\" data-e2e-message-rcs=\\\"false\\\"><div class=\\\"msg-parts-container\\\"><div class=\\\"msg-part-with-menu ng-star-inserted\\\"><div class=\\\"text-msg-container\\\" data-e2e-text-message-content=\\\"\\\"><div class=\\\"part-content-container\\\"><div class=\\\"text-msg-content\\\" dir=\\\"auto\\\"><div class=\\\"text-msg ng-star-inserted\\\">Books &amp; Custom Framing<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Abril Fatface\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10938,1613,'_elementor_edit_mode','builder'),(10939,1613,'_elementor_template_type','wp-page'),(10940,1613,'_elementor_version','3.1.4'),(10941,1613,'_wp_page_template','default'),(10942,1613,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10943,1613,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2340dc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>K-Hall<\\/p><p>Afrobites<\\/p><p>Pyramid Art<\\/p><div class=\\\"msg-row\\\" data-e2e-message-wrapper-core=\\\"\\\" data-e2e-message-outgoing=\\\"false\\\" data-e2e-message-rcs=\\\"false\\\"><div class=\\\"msg-parts-container\\\"><div class=\\\"msg-part-with-menu ng-star-inserted\\\"><div class=\\\"text-msg-container\\\" data-e2e-text-message-content=\\\"\\\"><div class=\\\"part-content-container\\\"><div class=\\\"text-msg-content\\\" dir=\\\"auto\\\"><div class=\\\"text-msg ng-star-inserted\\\">Books &amp; Custom Framing<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Abril Fatface\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10945,1614,'_elementor_edit_mode','builder'),(10946,1614,'_elementor_template_type','wp-page'),(10947,1614,'_elementor_version','3.1.4'),(10948,1614,'_wp_page_template','default'),(10949,1614,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10950,1614,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2340dc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>K-Hall<\\/p><p>Afrobites<\\/p><p>Pyramid Art<\\/p><div class=\\\"msg-row\\\" data-e2e-message-wrapper-core=\\\"\\\" data-e2e-message-outgoing=\\\"false\\\" data-e2e-message-rcs=\\\"false\\\"><div class=\\\"msg-parts-container\\\"><div class=\\\"msg-part-with-menu ng-star-inserted\\\"><div class=\\\"text-msg-container\\\" data-e2e-text-message-content=\\\"\\\"><div class=\\\"part-content-container\\\"><div class=\\\"text-msg-content\\\" dir=\\\"auto\\\"><div class=\\\"text-msg ng-star-inserted\\\">Books &amp; Custom Framing<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Abril Fatface\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10954,1615,'_elementor_edit_mode','builder'),(10955,1615,'_elementor_template_type','wp-page'),(10956,1615,'_elementor_version','3.1.4'),(10957,1615,'_wp_page_template','default'),(10958,1615,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10959,1615,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2340dc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>K-Hall<\\/p><p>Afrobites<\\/p><p>Pyramid Art<\\/p><div class=\\\"msg-row\\\" data-e2e-message-wrapper-core=\\\"\\\" data-e2e-message-outgoing=\\\"false\\\" data-e2e-message-rcs=\\\"false\\\"><div class=\\\"msg-parts-container\\\"><div class=\\\"msg-part-with-menu ng-star-inserted\\\"><div class=\\\"text-msg-container\\\" data-e2e-text-message-content=\\\"\\\"><div class=\\\"part-content-container\\\"><div class=\\\"text-msg-content\\\" dir=\\\"auto\\\"><div class=\\\"text-msg ng-star-inserted\\\">Books &amp; Custom Framing<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Abril Fatface\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10961,1616,'_elementor_edit_mode','builder'),(10962,1616,'_elementor_template_type','wp-page'),(10963,1616,'_elementor_version','3.1.4'),(10964,1616,'_wp_page_template','default'),(10965,1616,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10966,1616,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2340dc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>K-Hall<\\/p><p>Afrobites<\\/p><p>Pyramid Art<\\/p><div class=\\\"msg-row\\\" data-e2e-message-wrapper-core=\\\"\\\" data-e2e-message-outgoing=\\\"false\\\" data-e2e-message-rcs=\\\"false\\\"><div class=\\\"msg-parts-container\\\"><div class=\\\"msg-part-with-menu ng-star-inserted\\\"><div class=\\\"text-msg-container\\\" data-e2e-text-message-content=\\\"\\\"><div class=\\\"part-content-container\\\"><div class=\\\"text-msg-content\\\" dir=\\\"auto\\\"><div class=\\\"text-msg ng-star-inserted\\\">Books &amp; Custom Framing<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Abril Fatface\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10968,1617,'_elementor_edit_mode','builder'),(10969,1617,'_elementor_template_type','wp-page'),(10970,1617,'_elementor_version','3.1.4'),(10971,1617,'_wp_page_template','default'),(10972,1617,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10973,1617,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2340dc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>K-Hall<\\/p><p>Afrobites<\\/p><p>Pyramid Art<\\/p><div class=\\\"msg-row\\\" data-e2e-message-wrapper-core=\\\"\\\" data-e2e-message-outgoing=\\\"false\\\" data-e2e-message-rcs=\\\"false\\\"><div class=\\\"msg-parts-container\\\"><div class=\\\"msg-part-with-menu ng-star-inserted\\\"><div class=\\\"text-msg-container\\\" data-e2e-text-message-content=\\\"\\\"><div class=\\\"part-content-container\\\"><div class=\\\"text-msg-content\\\" dir=\\\"auto\\\"><div class=\\\"text-msg ng-star-inserted\\\">Books &amp; Custom Framing<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Abril Fatface\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10986,1619,'_elementor_edit_mode','builder'),(10987,1619,'_elementor_template_type','wp-page'),(10988,1619,'_elementor_version','3.1.4'),(10989,1619,'_wp_page_template','default'),(10990,1619,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10991,1619,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2340dc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>K-Hall<\\/p><p>Afrobites<\\/p><p>Pyramid Art<\\/p><div class=\\\"msg-row\\\" data-e2e-message-wrapper-core=\\\"\\\" data-e2e-message-outgoing=\\\"false\\\" data-e2e-message-rcs=\\\"false\\\"><div class=\\\"msg-parts-container\\\"><div class=\\\"msg-part-with-menu ng-star-inserted\\\"><div class=\\\"text-msg-container\\\" data-e2e-text-message-content=\\\"\\\"><div class=\\\"part-content-container\\\"><div class=\\\"text-msg-content\\\" dir=\\\"auto\\\"><div class=\\\"text-msg ng-star-inserted\\\">Books &amp; Custom Framing<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Abril Fatface\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10992,1620,'_elementor_edit_mode','builder'),(10993,1620,'_elementor_template_type','wp-page'),(10994,1620,'_elementor_version','3.1.4'),(10995,1620,'_wp_page_template','default'),(10996,1620,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(10997,1620,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#FDE500\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#FDE500\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#FDE500\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2340dc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>K-Hall<\\/p><p>Afrobites<\\/p><p>Pyramid Art<\\/p><div class=\\\"msg-row\\\" data-e2e-message-wrapper-core=\\\"\\\" data-e2e-message-outgoing=\\\"false\\\" data-e2e-message-rcs=\\\"false\\\"><div class=\\\"msg-parts-container\\\"><div class=\\\"msg-part-with-menu ng-star-inserted\\\"><div class=\\\"text-msg-container\\\" data-e2e-text-message-content=\\\"\\\"><div class=\\\"part-content-container\\\"><div class=\\\"text-msg-content\\\" dir=\\\"auto\\\"><div class=\\\"text-msg ng-star-inserted\\\">Books &amp; Custom Framing<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Abril Fatface\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(10998,1621,'_elementor_edit_mode','builder'),(10999,1621,'_elementor_template_type','wp-page'),(11000,1621,'_elementor_version','3.1.4'),(11001,1621,'_wp_page_template','default'),(11002,1621,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11003,1621,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#D7BD22\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2340dc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>K-Hall<\\/p><p>Afrobites<\\/p><p>Pyramid Art<\\/p><div class=\\\"msg-row\\\" data-e2e-message-wrapper-core=\\\"\\\" data-e2e-message-outgoing=\\\"false\\\" data-e2e-message-rcs=\\\"false\\\"><div class=\\\"msg-parts-container\\\"><div class=\\\"msg-part-with-menu ng-star-inserted\\\"><div class=\\\"text-msg-container\\\" data-e2e-text-message-content=\\\"\\\"><div class=\\\"part-content-container\\\"><div class=\\\"text-msg-content\\\" dir=\\\"auto\\\"><div class=\\\"text-msg ng-star-inserted\\\">Books &amp; Custom Framing<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Abril Fatface\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11013,1623,'_wp_attached_file','2021/04/new-africa-yo-store.jpg'),(11014,1623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2021/04/new-africa-yo-store.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"new-africa-yo-store-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"new-africa-yo-store-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"new-africa-yo-store-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:31:\"new-africa-yo-store-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:31:\"new-africa-yo-store-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:31:\"new-africa-yo-store-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11015,1624,'_wp_attached_file','2021/04/afrobites.jpg'),(11016,1624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2021/04/afrobites.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"afrobites-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"afrobites-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"afrobites-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"afrobites-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:21:\"afrobites-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:21:\"afrobites-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:21:\"afrobites-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11017,1625,'_wp_attached_file','2021/04/k-hall.jpg'),(11018,1625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:478;s:4:\"file\";s:18:\"2021/04/k-hall.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"k-hall-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"k-hall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"k-hall-768x459.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:18:\"k-hall-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:18:\"k-hall-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:18:\"k-hall-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11019,1626,'_elementor_edit_mode','builder'),(11020,1626,'_elementor_template_type','wp-page'),(11021,1626,'_elementor_version','3.1.4'),(11022,1626,'_wp_page_template','default'),(11023,1626,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11024,1626,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#D7BD22\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2340dc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>K-Hall<\\/p><p>Afrobites<\\/p><p>Pyramid Art<\\/p><div class=\\\"msg-row\\\" data-e2e-message-wrapper-core=\\\"\\\" data-e2e-message-outgoing=\\\"false\\\" data-e2e-message-rcs=\\\"false\\\"><div class=\\\"msg-parts-container\\\"><div class=\\\"msg-part-with-menu ng-star-inserted\\\"><div class=\\\"text-msg-container\\\" data-e2e-text-message-content=\\\"\\\"><div class=\\\"part-content-container\\\"><div class=\\\"text-msg-content\\\" dir=\\\"auto\\\"><div class=\\\"text-msg ng-star-inserted\\\">Books &amp; Custom Framing<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Abril Fatface\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11025,1627,'_elementor_edit_mode','builder'),(11026,1627,'_elementor_template_type','wp-page'),(11027,1627,'_elementor_version','3.1.4'),(11028,1627,'_wp_page_template','default'),(11029,1627,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11030,1627,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"73f3ef8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\"},\"elements\":[{\"id\":\"aaf428a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"4a145bb\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"4\",\"form_title_text_color\":\"#000000\",\"form_description_text_color\":\"#000000\",\"text_color_label\":\"#000000\",\"field_text_color\":\"#000000\",\"custom_radio_checkbox\":\"yes\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false},{\"id\":\"38891bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"119b4a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"PARTICIPATING <span style=\\\"color:#D7BD22\\\">BUSINESSES<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2340dc0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>K-Hall<\\/p><p>Afrobites<\\/p><p>Pyramid Art<\\/p><div class=\\\"msg-row\\\" data-e2e-message-wrapper-core=\\\"\\\" data-e2e-message-outgoing=\\\"false\\\" data-e2e-message-rcs=\\\"false\\\"><div class=\\\"msg-parts-container\\\"><div class=\\\"msg-part-with-menu ng-star-inserted\\\"><div class=\\\"text-msg-container\\\" data-e2e-text-message-content=\\\"\\\"><div class=\\\"part-content-container\\\"><div class=\\\"text-msg-content\\\" dir=\\\"auto\\\"><div class=\\\"text-msg ng-star-inserted\\\">Books &amp; Custom Framing<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Abril Fatface\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11031,1628,'_elementor_edit_mode','builder'),(11032,1628,'_elementor_template_type','wp-page'),(11033,1628,'_elementor_version','3.1.4'),(11034,1628,'_wp_page_template','default'),(11035,1628,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11036,1628,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Pyramid Books, Art & Custom Framing\",\"_id\":\"70fa025\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-32-of-45-scaled.jpg\",\"id\":489},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623}},{\"_id\":\"1a4ca47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/afrobites.jpg\",\"id\":1624},\"premium_gallery_img_name\":\"Afro Bites\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11045,1630,'_elementor_edit_mode','builder'),(11046,1630,'_elementor_template_type','wp-page'),(11047,1630,'_elementor_version','3.1.4'),(11048,1630,'_wp_page_template','default'),(11049,1630,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11050,1630,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Pyramid Books, Art & Custom Framing\",\"_id\":\"70fa025\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-32-of-45-scaled.jpg\",\"id\":489},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623}},{\"_id\":\"1a4ca47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/afrobites.jpg\",\"id\":1624},\"premium_gallery_img_name\":\"Afro Bites\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11051,1631,'_elementor_edit_mode','builder'),(11052,1631,'_elementor_template_type','wp-page'),(11053,1631,'_elementor_version','3.1.4'),(11054,1631,'_wp_page_template','default'),(11055,1631,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11056,1631,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Pyramid Books, Art & Custom Framing\",\"_id\":\"70fa025\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-32-of-45-scaled.jpg\",\"id\":489},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623}},{\"_id\":\"1a4ca47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/afrobites.jpg\",\"id\":1624},\"premium_gallery_img_name\":\"Afro Bites\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11057,1632,'_elementor_edit_mode','builder'),(11058,1632,'_elementor_template_type','wp-page'),(11059,1632,'_elementor_version','3.1.4'),(11060,1632,'_wp_page_template','default'),(11061,1632,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11062,1632,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Pyramid Books, Art & Custom Framing\",\"_id\":\"70fa025\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-32-of-45-scaled.jpg\",\"id\":489},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1a4ca47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/afrobites.jpg\",\"id\":1624},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11065,1633,'_elementor_edit_mode','builder'),(11066,1633,'_elementor_template_type','wp-page'),(11067,1633,'_elementor_version','3.1.4'),(11068,1633,'_wp_page_template','elementor_header_footer'),(11069,1633,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11070,1633,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11072,1634,'_elementor_edit_mode','builder'),(11073,1634,'_elementor_template_type','wp-page'),(11074,1634,'_elementor_version','3.1.4'),(11075,1634,'_wp_page_template','elementor_header_footer'),(11076,1634,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11077,1634,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11079,1635,'_elementor_edit_mode','builder'),(11080,1635,'_elementor_template_type','wp-page'),(11081,1635,'_elementor_version','3.1.4'),(11082,1635,'_wp_page_template','elementor_header_footer'),(11083,1635,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11084,1635,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"$10,000 Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11087,1636,'_elementor_edit_mode','builder'),(11088,1636,'_elementor_template_type','wp-page'),(11089,1636,'_elementor_version','3.1.4'),(11090,1636,'_wp_page_template','elementor_header_footer'),(11091,1636,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11092,1636,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"$10,000 Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11093,1637,'_elementor_edit_mode','builder'),(11094,1637,'_elementor_template_type','wp-page'),(11095,1637,'_elementor_version','3.1.4'),(11096,1637,'_wp_page_template','elementor_header_footer'),(11097,1637,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11098,1637,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"$10,000 Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11099,1638,'_elementor_edit_mode','builder'),(11100,1638,'_elementor_template_type','wp-page'),(11101,1638,'_elementor_version','3.1.4'),(11102,1638,'_wp_page_template','elementor_header_footer'),(11103,1638,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11104,1638,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our $10,000 Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11106,5,'_directory_type',''),(11108,1639,'_elementor_edit_mode','builder'),(11109,1639,'_elementor_template_type','wp-page'),(11110,1639,'_elementor_version','3.1.4'),(11111,1639,'_wp_page_template','elementor_header_footer'),(11112,1639,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11113,1639,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our $10,000 Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11115,1640,'_elementor_edit_mode','builder'),(11116,1640,'_elementor_template_type','wp-page'),(11117,1640,'_elementor_version','3.1.4'),(11118,1640,'_wp_page_template','elementor_header_footer'),(11119,1640,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11120,1640,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our $10,000 Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"25\",\"bottom\":\"50\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11122,1641,'_elementor_edit_mode','builder'),(11123,1641,'_elementor_template_type','wp-page'),(11124,1641,'_elementor_version','3.1.4'),(11125,1641,'_wp_page_template','elementor_header_footer'),(11126,1641,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11127,1641,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11131,1642,'_elementor_edit_mode','builder'),(11132,1642,'_elementor_template_type','wp-page'),(11133,1642,'_elementor_version','3.1.4'),(11134,1642,'_wp_page_template','elementor_header_footer'),(11135,1642,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11136,1642,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11138,1643,'_elementor_edit_mode','builder'),(11139,1643,'_elementor_template_type','wp-page'),(11140,1643,'_elementor_version','3.1.4'),(11141,1643,'_wp_page_template','elementor_header_footer'),(11142,1643,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11143,1643,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11145,1644,'_elementor_edit_mode','builder'),(11146,1644,'_elementor_template_type','wp-page'),(11147,1644,'_elementor_version','3.1.4'),(11148,1644,'_wp_page_template','elementor_header_footer'),(11149,1644,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11150,1644,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11154,1645,'_elementor_edit_mode','builder'),(11155,1645,'_elementor_template_type','wp-page'),(11156,1645,'_elementor_version','3.1.4'),(11157,1645,'_wp_page_template','default'),(11158,1645,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11159,1645,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Pyramid Books, Art & Custom Framing\",\"_id\":\"70fa025\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-32-of-45-scaled.jpg\",\"id\":489},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1a4ca47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/afrobites.jpg\",\"id\":1624},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11161,1646,'_elementor_edit_mode','builder'),(11162,1646,'_elementor_template_type','wp-page'),(11163,1646,'_elementor_version','3.1.4'),(11164,1646,'_wp_page_template','default'),(11165,1646,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11166,1646,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Pyramid Books, Art & Custom Framing\",\"_id\":\"70fa025\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-32-of-45-scaled.jpg\",\"id\":489},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.pyramid1988.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1a4ca47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/afrobites.jpg\",\"id\":1624},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11168,1647,'_elementor_edit_mode','builder'),(11169,1647,'_elementor_template_type','wp-page'),(11170,1647,'_elementor_version','3.1.4'),(11171,1647,'_wp_page_template','default'),(11172,1647,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11173,1647,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1a4ca47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/afrobites.jpg\",\"id\":1624},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11176,1648,'_elementor_edit_mode','builder'),(11177,1648,'_elementor_template_type','wp-page'),(11178,1648,'_elementor_version','3.1.4'),(11179,1648,'_wp_page_template','default'),(11180,1648,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11181,1648,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1a4ca47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/afrobites.jpg\",\"id\":1624},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11182,1649,'_elementor_edit_mode','builder'),(11183,1649,'_elementor_template_type','wp-page'),(11184,1649,'_elementor_version','3.1.4'),(11185,1649,'_wp_page_template','default'),(11186,1649,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11187,1649,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"1a4ca47\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/afrobites.jpg\",\"id\":1624},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11188,1650,'_elementor_edit_mode','builder'),(11189,1650,'_elementor_template_type','wp-page'),(11190,1650,'_elementor_version','3.1.4'),(11191,1650,'_wp_page_template','default'),(11192,1650,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11193,1650,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11196,1651,'_elementor_edit_mode','builder'),(11197,1651,'_elementor_template_type','wp-page'),(11198,1651,'_elementor_version','3.1.4'),(11199,1651,'_wp_page_template','default'),(11200,1651,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11201,1651,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11203,1652,'_elementor_edit_mode','builder'),(11204,1652,'_elementor_template_type','wp-page'),(11205,1652,'_elementor_version','3.1.4'),(11206,1652,'_wp_page_template','default'),(11207,1652,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11208,1652,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11210,1653,'_elementor_edit_mode','builder'),(11211,1653,'_elementor_template_type','wp-page'),(11212,1653,'_elementor_version','3.1.4'),(11213,1653,'_wp_page_template','default'),(11214,1653,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11215,1653,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11218,1654,'_elementor_edit_mode','builder'),(11219,1654,'_elementor_template_type','wp-page'),(11220,1654,'_elementor_version','3.1.4'),(11221,1654,'_wp_page_template','default'),(11222,1654,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11223,1654,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11224,1655,'_elementor_edit_mode','builder'),(11225,1655,'_elementor_template_type','wp-page'),(11226,1655,'_elementor_version','3.1.4'),(11227,1655,'_wp_page_template','default'),(11228,1655,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11229,1655,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11230,1656,'_elementor_edit_mode','builder'),(11231,1656,'_elementor_template_type','wp-page'),(11232,1656,'_elementor_version','3.1.4'),(11233,1656,'_wp_page_template','default'),(11234,1656,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11235,1656,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with &nbsp;the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11237,1657,'_elementor_edit_mode','builder'),(11238,1657,'_elementor_template_type','wp-page'),(11239,1657,'_elementor_version','3.1.4'),(11240,1657,'_wp_page_template','default'),(11241,1657,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship (ABE) is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Scale Black-Owned businesses<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(11242,1657,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(11244,1658,'_elementor_edit_mode','builder'),(11245,1658,'_elementor_template_type','wp-page'),(11246,1658,'_elementor_version','3.1.4'),(11247,1658,'_wp_page_template','default'),(11248,1658,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">Advancing Black Entrepreneurship (ABE) is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Scale Black-Owned businesses<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(11249,1658,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(11251,1659,'_elementor_edit_mode','builder'),(11252,1659,'_elementor_template_type','wp-page'),(11253,1659,'_elementor_version','3.1.4'),(11254,1659,'_wp_page_template','default'),(11255,1659,'_elementor_data','[{\"id\":\"526349a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00f23d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"26b8a41\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Mission\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#398204\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"77f5744\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.<\\/strong><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#F3F408\",\"_background_color_b\":\"#EAF1F0\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"89270de\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffffff;\\\">ABE (Advancing Black Entrepreneurship) is a non-profit organization based in Little Rock.<\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#121213\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#070707F2\",\"_background_color_b\":\"#E6E9E9\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29efff0\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"024\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2acee57\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"797c2e7\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Who We\",\"premium_dual_header_second_header_text\":\"Serve\",\"background_text\":\"\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#437802\",\"background_text_switcher\":\"yes\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"3ee8b2e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h2><strong>Black Entrepreneurs<\\/strong><\\/h2><h3><span style=\\\"color: #000000;\\\">We focus our efforts in three areas:<\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong><span class=\\\"JsGRdQ\\\">1. Build supportive<\\/span><span class=\\\"JsGRdQ\\\"> Ecosystem for Black-Owned Businesses\\u00a0<\\/span><\\/strong><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><b>2. Democratize Access to Capital and Knowledge<\\/b><\\/span><\\/h3><h3><span style=\\\"color: #000000;\\\"><strong>3. Provide M<b>entorship and <\\/b>Financial Literacy Programs<\\/strong><\\/span><\\/h3><p class=\\\"_04xlpA direction-ltr align-start para-style-title\\\">\\u00a0<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"text_color\":\"#040404\",\"__globals__\":{\"text_color\":\"\"},\"_background_background\":\"classic\",\"_background_color\":\"#04E5F4\",\"_background_color_b\":\"#F89902\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1834bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"color: #ffffff;\\\"><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.<\\/i><\\/strong><\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#8C8606\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"gradient\",\"_background_color\":\"#070707\",\"_background_color_b\":\"#020202\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bcd6b\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"025\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"adf47e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3827242\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Why We Are\",\"premium_dual_header_second_header_text\":\"Different\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#3C7001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"7f907bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #000000;\\\"><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.<\\/strong><\\/span><\\/h3>\",\"align\":\"center\",\"text_color\":\"#060607\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#EEE90B\",\"_background_color_b\":\"#EDF1F1\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"eb3f96a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><b>Our Strategic Intent is to:<\\/b><\\/p><ol><li style=\\\"text-align: left;\\\">Increase number of Black-Owned businesses<\\/li><li style=\\\"text-align: left;\\\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments<\\/li><li style=\\\"text-align: left;\\\">Scale Black-Owned businesses<\\/li><\\/ol>\",\"align\":\"center\",\"text_color\":\"#EFDE07\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_background_background\":\"classic\",\"_background_color\":\"#030303\",\"_background_color_b\":\"#E7F2F2\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c66925a\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a67d63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"585e6f0\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"Our\",\"premium_dual_header_second_header_text\":\"Team\",\"background_text\":\"Awesome Title\",\"premium_dual_header_first_color\":\"#000000\",\"premium_dual_header_second_color\":\"#257001\"},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"a8363a6\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Benito Lubazibwa\",\"eael_team_member_job_title\":\"Executive Director\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fb41586\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7d54a65\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1e21c87\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Board Of Directors\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"1fea4bd\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jay A. Young\",\"eael_team_member_job_title\":\"CEO and Founder of Paradigm Masters Management\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6c86685\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Bruce James\",\"eael_team_member_job_title\":\"Professor of Business and Economic at Philander Smith College\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"a55541a\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Reginia Kimbrough\",\"eael_team_member_job_title\":\"Co-founder of The Kimbrough STEAM Education Foundation\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"b959433\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Rickey Hicks\",\"eael_team_member_job_title\":\"Founding Attorney and Owner of Hicks Law Office\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d7a04cb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b0cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"190888a\",\"elType\":\"widget\",\"settings\":{\"premium_title_text\":\"Advisory Board\",\"premium_title_style\":\"style5\",\"premium_title_icon_switcher\":\"yes\",\"premium_title_icon_updated\":{\"value\":\"fas fa-users\",\"library\":\"fa-solid\"},\"premium_title_tag\":\"h3\",\"premium_title_align\":\"center\",\"background_text\":\"Awesome Title\",\"premium_title_color\":\"#000000\",\"premium_title_icon_color\":\"#FAC815\"},\"elements\":[],\"widgetType\":\"premium-addon-title\"},{\"id\":\"f88edaf\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Pat Riley\",\"eael_team_member_job_title\":\"Community  Philanthropist \",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"eeb8a01\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jean Lacefield\",\"eael_team_member_job_title\":\"President, Gateway Community Association\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"00e81e2\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Jon Wood, J.D.\",\"eael_team_member_job_title\":\"Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"5f06e16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"url\":\"\",\"id\":\"\"},\"eael_team_member_name\":\"Chris Jones, Ph.D.\",\"eael_team_member_job_title\":\"Executive Director of Arkansas Regional Innovation Hub\",\"eael_team_member_description\":\"\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"24065cc\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"204e47d\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"b374656\"}]},\"elements\":[],\"widgetType\":\"eael-team-member\"}],\"isInner\":false}],\"isInner\":false}]'),(11256,1659,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(11258,558,'_elementor_controls_usage','a:6:{s:25:\"premium-addon-dual-header\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:36:\"premium_dual_header_general_settings\";a:4:{s:37:\"premium_dual_header_first_header_text\";i:4;s:38:\"premium_dual_header_second_header_text\";i:4;s:15:\"background_text\";i:1;s:24:\"background_text_switcher\";i:1;}}s:5:\"style\";a:2:{s:31:\"premium_dual_header_first_style\";a:1:{s:31:\"premium_dual_header_first_color\";i:4;}s:32:\"premium_dual_header_second_style\";a:1:{s:32:\"premium_dual_header_second_color\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:6;s:10:\"text_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:3:{s:22:\"_background_background\";i:6;s:17:\"_background_color\";i:6;s:19:\"_background_color_b\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}}}}s:16:\"eael-team-member\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:30:\"eael_section_team_member_image\";a:1:{s:22:\"eael_team_member_image\";i:9;}s:32:\"eael_section_team_member_content\";a:3:{s:21:\"eael_team_member_name\";i:9;s:26:\"eael_team_member_job_title\";i:9;s:28:\"eael_team_member_description\";i:9;}s:40:\"eael_section_team_member_social_profiles\";a:2:{s:39:\"eael_team_member_enable_social_profiles\";i:9;s:37:\"eael_team_member_social_profile_links\";i:9;}}}}s:19:\"premium-addon-title\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:21:\"premium_title_content\";a:6:{s:18:\"premium_title_text\";i:2;s:19:\"premium_title_style\";i:2;s:27:\"premium_title_icon_switcher\";i:2;s:26:\"premium_title_icon_updated\";i:2;s:17:\"premium_title_tag\";i:2;s:19:\"premium_title_align\";i:2;}}s:5:\"style\";a:2:{s:27:\"premium_title_style_section\";a:1:{s:19:\"premium_title_color\";i:2;}s:32:\"premium_title_icon_style_section\";a:1:{s:24:\"premium_title_icon_color\";i:2;}}}}}'),(11267,1661,'_wp_attached_file','2021/04/shop-@-Wright--scaled.jpg'),(11268,1661,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1442;s:6:\"height\";i:2560;s:4:\"file\";s:33:\"2021/04/shop-@-Wright--scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"shop-@-Wright--169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"shop-@-Wright--577x1024.jpg\";s:5:\"width\";i:577;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"shop-@-Wright--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"shop-@-Wright--768x1363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"shop-@-Wright--865x1536.jpg\";s:5:\"width\";i:865;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"shop-@-Wright--1154x2048.jpg\";s:5:\"width\";i:1154;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:26:\"shop-@-Wright--300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:26:\"shop-@-Wright--480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:26:\"shop-@-Wright--640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"shop-@-Wright-.jpg\";}'),(11269,1662,'_elementor_edit_mode','builder'),(11270,1662,'_elementor_template_type','wp-page'),(11271,1662,'_elementor_version','3.1.4'),(11272,1662,'_wp_page_template','default'),(11273,1662,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11274,1662,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with &nbsp;the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11276,1663,'_elementor_edit_mode','builder'),(11277,1663,'_elementor_template_type','wp-page'),(11278,1663,'_elementor_version','3.1.4'),(11279,1663,'_wp_page_template','default'),(11280,1663,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11281,1663,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with &nbsp;the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Initiative-photo-1-scaled.jpg\",\"id\":1561},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11283,1664,'_elementor_edit_mode','builder'),(11284,1664,'_elementor_template_type','wp-page'),(11285,1664,'_elementor_version','3.1.4'),(11286,1664,'_wp_page_template','default'),(11287,1664,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11288,1664,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11292,1665,'_elementor_edit_mode','builder'),(11293,1665,'_elementor_template_type','wp-page'),(11294,1665,'_elementor_version','3.1.4'),(11295,1665,'_wp_page_template','default'),(11296,1665,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11297,1665,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11299,1666,'_elementor_edit_mode','builder'),(11300,1666,'_elementor_template_type','wp-page'),(11301,1666,'_elementor_version','3.1.4'),(11302,1666,'_wp_page_template','default'),(11303,1666,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11304,1666,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11306,1667,'_elementor_edit_mode','builder'),(11307,1667,'_elementor_template_type','wp-page'),(11308,1667,'_elementor_version','3.1.4'),(11309,1667,'_wp_page_template','default'),(11310,1667,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11311,1667,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11314,1668,'_elementor_edit_mode','builder'),(11315,1668,'_elementor_template_type','wp-page'),(11316,1668,'_elementor_version','3.1.4'),(11317,1668,'_wp_page_template','default'),(11318,1668,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11319,1668,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11320,1669,'_elementor_edit_mode','builder'),(11321,1669,'_elementor_template_type','wp-page'),(11322,1669,'_elementor_version','3.1.4'),(11323,1669,'_wp_page_template','default'),(11324,1669,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11325,1669,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11326,1670,'_elementor_edit_mode','builder'),(11327,1670,'_elementor_template_type','wp-page'),(11328,1670,'_elementor_version','3.1.4'),(11329,1670,'_wp_page_template','default'),(11330,1670,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11331,1670,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11334,1671,'_elementor_edit_mode','builder'),(11335,1671,'_elementor_template_type','wp-page'),(11336,1671,'_elementor_version','3.1.4'),(11337,1671,'_wp_page_template','default'),(11338,1671,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11339,1671,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11341,1672,'_elementor_edit_mode','builder'),(11342,1672,'_elementor_template_type','wp-page'),(11343,1672,'_elementor_version','3.1.4'),(11344,1672,'_wp_page_template','default'),(11345,1672,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11346,1672,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11348,1673,'_elementor_edit_mode','builder'),(11349,1673,'_elementor_template_type','wp-page'),(11350,1673,'_elementor_version','3.1.4'),(11351,1673,'_wp_page_template','default'),(11352,1673,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp_postmeta` VALUES (11353,1673,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11357,1674,'_elementor_edit_mode','builder'),(11358,1674,'_elementor_template_type','wp-page'),(11359,1674,'_elementor_version','3.1.4'),(11360,1674,'_wp_page_template','default'),(11361,1674,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11362,1674,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11364,1675,'_elementor_edit_mode','builder'),(11365,1675,'_elementor_template_type','wp-page'),(11366,1675,'_elementor_version','3.1.4'),(11367,1675,'_wp_page_template','default'),(11368,1675,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11369,1675,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"5cda810\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11371,1676,'_elementor_edit_mode','builder'),(11372,1676,'_elementor_template_type','wp-page'),(11373,1676,'_elementor_version','3.1.4'),(11374,1676,'_wp_page_template','default'),(11375,1676,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11376,1676,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11380,1677,'_elementor_edit_mode','builder'),(11381,1677,'_elementor_template_type','wp-page'),(11382,1677,'_elementor_version','3.1.4'),(11383,1677,'_wp_page_template','elementor_header_footer'),(11384,1677,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11385,1677,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11387,1678,'_elementor_edit_mode','builder'),(11388,1678,'_elementor_template_type','wp-page'),(11389,1678,'_elementor_version','3.1.4'),(11390,1678,'_wp_page_template','elementor_header_footer'),(11391,1678,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11392,1678,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11394,1679,'_elementor_edit_mode','builder'),(11395,1679,'_elementor_template_type','wp-page'),(11396,1679,'_elementor_version','3.1.4'),(11397,1679,'_wp_page_template','elementor_header_footer'),(11398,1679,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11399,1679,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11402,1680,'_elementor_edit_mode','builder'),(11403,1680,'_elementor_template_type','wp-page'),(11404,1680,'_elementor_version','3.1.4'),(11405,1680,'_wp_page_template','elementor_header_footer'),(11406,1680,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11407,1680,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11408,1681,'_elementor_edit_mode','builder'),(11409,1681,'_elementor_template_type','wp-page'),(11410,1681,'_elementor_version','3.1.4'),(11411,1681,'_wp_page_template','elementor_header_footer'),(11412,1681,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11413,1681,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11414,1682,'_elementor_edit_mode','builder'),(11415,1682,'_elementor_template_type','wp-page'),(11416,1682,'_elementor_version','3.1.4'),(11417,1682,'_wp_page_template','elementor_header_footer'),(11418,1682,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11419,1682,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11422,1683,'_elementor_edit_mode','builder'),(11423,1683,'_elementor_template_type','wp-page'),(11424,1683,'_elementor_version','3.1.4'),(11425,1683,'_wp_page_template','default'),(11426,1683,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11427,1683,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11429,1684,'_elementor_edit_mode','builder'),(11430,1684,'_elementor_template_type','wp-page'),(11431,1684,'_elementor_version','3.1.4'),(11432,1684,'_wp_page_template','default'),(11433,1684,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11434,1684,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11436,1685,'_elementor_edit_mode','builder'),(11437,1685,'_elementor_template_type','wp-page'),(11438,1685,'_elementor_version','3.1.4'),(11439,1685,'_wp_page_template','default'),(11440,1685,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11441,1685,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":7,\"vertical\":-7,\"blur\":0,\"spread\":0,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11445,1686,'_elementor_edit_mode','builder'),(11446,1686,'_elementor_template_type','wp-page'),(11447,1686,'_elementor_version','3.1.4'),(11448,1686,'_wp_page_template','default'),(11449,1686,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11450,1686,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":7,\"vertical\":-7,\"blur\":0,\"spread\":0,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11452,1687,'_elementor_edit_mode','builder'),(11453,1687,'_elementor_template_type','wp-page'),(11454,1687,'_elementor_version','3.1.4'),(11455,1687,'_wp_page_template','default'),(11456,1687,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11457,1687,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":7,\"vertical\":-7,\"blur\":0,\"spread\":0,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11459,1688,'_elementor_edit_mode','builder'),(11460,1688,'_elementor_template_type','wp-page'),(11461,1688,'_elementor_version','3.1.4'),(11462,1688,'_wp_page_template','default'),(11463,1688,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11464,1688,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":7,\"vertical\":-7,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11468,1689,'_elementor_edit_mode','builder'),(11469,1689,'_elementor_template_type','wp-page'),(11470,1689,'_elementor_version','3.1.4'),(11471,1689,'_wp_page_template','default'),(11472,1689,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11473,1689,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":7,\"vertical\":-7,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11475,1690,'_elementor_edit_mode','builder'),(11476,1690,'_elementor_template_type','wp-page'),(11477,1690,'_elementor_version','3.1.4'),(11478,1690,'_wp_page_template','default'),(11479,1690,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11480,1690,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":7,\"vertical\":-7,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11482,1691,'_elementor_edit_mode','builder'),(11483,1691,'_elementor_template_type','wp-page'),(11484,1691,'_elementor_version','3.1.4'),(11485,1691,'_wp_page_template','default'),(11486,1691,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11487,1691,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":7,\"vertical\":-19,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11491,1692,'_elementor_edit_mode','builder'),(11492,1692,'_elementor_template_type','wp-page'),(11493,1692,'_elementor_version','3.1.4'),(11494,1692,'_wp_page_template','default'),(11495,1692,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11496,1692,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":7,\"vertical\":-19,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11498,1693,'_elementor_edit_mode','builder'),(11499,1693,'_elementor_template_type','wp-page'),(11500,1693,'_elementor_version','3.1.4'),(11501,1693,'_wp_page_template','default'),(11502,1693,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11503,1693,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":7,\"vertical\":-19,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11505,1694,'_elementor_edit_mode','builder'),(11506,1694,'_elementor_template_type','wp-page'),(11507,1694,'_elementor_version','3.1.4'),(11508,1694,'_wp_page_template','default'),(11509,1694,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11510,1694,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":21,\"vertical\":-19,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11514,1695,'_elementor_edit_mode','builder'),(11515,1695,'_elementor_template_type','wp-page'),(11516,1695,'_elementor_version','3.1.4'),(11517,1695,'_wp_page_template','default'),(11518,1695,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11519,1695,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":21,\"vertical\":-19,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11521,1696,'_elementor_edit_mode','builder'),(11522,1696,'_elementor_template_type','wp-page'),(11523,1696,'_elementor_version','3.1.4'),(11524,1696,'_wp_page_template','default'),(11525,1696,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11526,1696,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":21,\"vertical\":-19,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11528,1697,'_elementor_edit_mode','builder'),(11529,1697,'_elementor_template_type','wp-page'),(11530,1697,'_elementor_version','3.1.4'),(11531,1697,'_wp_page_template','default'),(11532,1697,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11533,1697,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11547,1700,'_wp_attached_file','2021/04/Wright-Avenue-Neighborhood.jpg'),(11548,1700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1650;s:6:\"height\";i:1275;s:4:\"file\";s:38:\"2021/04/Wright-Avenue-Neighborhood.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Wright-Avenue-Neighborhood-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Wright-Avenue-Neighborhood-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Wright-Avenue-Neighborhood-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Wright-Avenue-Neighborhood-768x593.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"Wright-Avenue-Neighborhood-1536x1187.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:38:\"Wright-Avenue-Neighborhood-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"onepress-small\";a:4:{s:4:\"file\";s:38:\"Wright-Avenue-Neighborhood-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"onepress-medium\";a:4:{s:4:\"file\";s:38:\"Wright-Avenue-Neighborhood-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11549,1701,'_wp_attached_file','2021/04/Forge.png'),(11550,1701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:335;s:6:\"height\";i:208;s:4:\"file\";s:17:\"2021/04/Forge.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Forge-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Forge-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"onepress-blog-small\";a:4:{s:4:\"file\";s:17:\"Forge-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11551,1702,'_elementor_edit_mode','builder'),(11552,1702,'_elementor_template_type','wp-page'),(11553,1702,'_elementor_version','3.1.4'),(11554,1702,'_wp_page_template','default'),(11555,1702,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11556,1702,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11557,1703,'_elementor_edit_mode','builder'),(11558,1703,'_elementor_template_type','wp-page'),(11559,1703,'_elementor_version','3.1.4'),(11560,1703,'_wp_page_template','default'),(11561,1703,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11562,1703,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11563,1704,'_elementor_edit_mode','builder'),(11564,1704,'_elementor_template_type','wp-page'),(11565,1704,'_elementor_version','3.1.4'),(11566,1704,'_wp_page_template','default'),(11567,1704,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11568,1704,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11571,1705,'_elementor_edit_mode','builder'),(11572,1705,'_elementor_template_type','page'),(11573,1705,'_elementor_version','3.1.4'),(11574,1706,'_elementor_edit_mode','builder'),(11575,1706,'_elementor_template_type','page'),(11576,1706,'_elementor_version','3.1.4'),(11577,1705,'_wp_page_template','default'),(11578,1705,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11579,1705,'_elementor_data','[{\"id\":\"214d7a88\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"539456b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"39f51a98\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c570efa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d5592f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"10b79a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8937d2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"59868cc0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72b24b91\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"152273d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd1d035\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35c67007\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58881184\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31a3d6c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3b80e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bbdf851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc2bd72\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6af380e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3735c95b\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d754506\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6bf602d7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6da84a4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37c2c290\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aca7051\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11580,1707,'_elementor_edit_mode','builder'),(11581,1707,'_elementor_template_type','page'),(11582,1707,'_elementor_version','3.1.4'),(11583,1707,'_wp_page_template','default'),(11584,1707,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11585,1707,'_elementor_data','[{\"id\":\"214d7a88\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"539456b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"39f51a98\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2c570efa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d5592f5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"10b79a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8937d2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"59868cc0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"72b24b91\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"152273d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7cd1d035\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35c67007\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58881184\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"31a3d6c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6b3b80e0\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bbdf851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2cc2bd72\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6af380e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3735c95b\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d754506\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6bf602d7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6da84a4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"37c2c290\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aca7051\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11586,1705,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:19:\"premium-img-gallery\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:23:\"premium_gallery_general\";a:3:{s:31:\"premium_gallery_img_size_select\";i:1;s:26:\"premium_gallery_images_fit\";i:2;s:29:\"premium_gallery_column_number\";i:1;}s:20:\"premium_gallery_cats\";a:2:{s:22:\"premium_gallery_filter\";i:2;s:28:\"premium_gallery_cats_content\";i:2;}s:23:\"premium_gallery_content\";a:2:{s:27:\"premium_gallery_img_content\";i:2;s:30:\"premium_gallery_shuffle_onload\";i:2;}s:32:\"premium_gallery_lightbox_section\";a:1:{s:29:\"premium_gallery_lightbox_type\";i:2;}}s:5:\"style\";a:1:{s:29:\"premium_gallery_content_style\";a:6:{s:27:\"premium_gallery_title_color\";i:2;s:33:\"premium_gallery_description_color\";i:2;s:37:\"premium_gallery_title_typo_typography\";i:1;s:38:\"premium_gallery_title_typo_font_family\";i:1;s:36:\"premium_gallery_title_typo_font_size\";i:1;s:38:\"premium_gallery_title_typo_font_weight\";i:1;}}}}}'),(11587,1701,'_edit_lock','1618455675:2'),(11603,1711,'_elementor_edit_mode','builder'),(11604,1711,'_elementor_template_type','wp-page'),(11605,1711,'_elementor_version','3.1.4'),(11606,1711,'_wp_page_template','default'),(11607,1711,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11608,1711,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11609,1712,'_elementor_edit_mode','builder'),(11610,1712,'_elementor_template_type','wp-page'),(11611,1712,'_elementor_version','3.1.4'),(11612,1712,'_wp_page_template','default'),(11613,1712,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11614,1712,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11615,1713,'_elementor_edit_mode','builder'),(11616,1713,'_elementor_template_type','wp-page'),(11617,1713,'_elementor_version','3.1.4'),(11618,1713,'_wp_page_template','default'),(11619,1713,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11620,1713,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"_id\":\"4b0f3bf\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11622,1714,'_elementor_edit_mode','builder'),(11623,1714,'_elementor_template_type','wp-page'),(11624,1714,'_elementor_version','3.1.4'),(11625,1714,'_wp_page_template','default'),(11626,1714,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11627,1714,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"_id\":\"4b0f3bf\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11628,1715,'_elementor_edit_mode','builder'),(11629,1715,'_elementor_template_type','wp-page'),(11630,1715,'_elementor_version','3.1.4'),(11631,1715,'_wp_page_template','default'),(11632,1715,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11633,1715,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"_id\":\"4b0f3bf\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11634,1716,'_elementor_edit_mode','builder'),(11635,1716,'_elementor_template_type','wp-page'),(11636,1716,'_elementor_version','3.1.4'),(11637,1716,'_wp_page_template','default'),(11638,1716,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11639,1716,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11650,7,'_edit_lock','1618577540:2'),(11658,1719,'_elementor_edit_mode','builder'),(11659,1719,'_elementor_template_type','kit'),(11660,1719,'_elementor_version','3.0.12'),(11661,1719,'_wp_page_template','default'),(11662,1719,'_elementor_page_settings','a:2:{s:16:\"site_description\";s:0:\"\";s:9:\"site_name\";s:33:\"Advancing Black Entrepreneurship \";}'),(11663,7,'_elementor_data','[]'),(11664,1720,'_elementor_edit_mode','builder'),(11665,1720,'_elementor_template_type','kit'),(11666,1720,'_elementor_version','3.0.12'),(11667,1720,'_wp_page_template','default'),(11668,1720,'_elementor_page_settings','a:8:{s:9:\"site_name\";s:33:\"Advancing Black Entrepreneurship \";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"a992e7d\";s:5:\"title\";s:11:\"New Item #1\";s:5:\"color\";s:7:\"#EDC904\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;}'),(11669,1720,'_elementor_data','[]'),(11670,1721,'_elementor_edit_mode','builder'),(11671,1721,'_elementor_template_type','wp-page'),(11672,1721,'_elementor_version','3.1.4'),(11673,1721,'_wp_page_template','default'),(11674,1721,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11675,1721,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11676,1722,'_elementor_edit_mode','builder'),(11677,1722,'_elementor_template_type','wp-page'),(11678,1722,'_elementor_version','3.1.4'),(11679,1722,'_wp_page_template','default'),(11680,1722,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11681,1722,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11682,1723,'_elementor_edit_mode','builder'),(11683,1723,'_elementor_template_type','wp-page'),(11684,1723,'_elementor_version','3.1.4'),(11685,1723,'_wp_page_template','default'),(11686,1723,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11687,1723,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"_background_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11689,1724,'_elementor_edit_mode','builder'),(11690,1724,'_elementor_template_type','wp-page'),(11691,1724,'_elementor_version','3.1.4'),(11692,1724,'_wp_page_template','default'),(11693,1724,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11694,1724,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"_background_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11695,1725,'_elementor_edit_mode','builder'),(11696,1725,'_elementor_template_type','wp-page'),(11697,1725,'_elementor_version','3.1.4'),(11698,1725,'_wp_page_template','default'),(11699,1725,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11700,1725,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"_background_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11701,1726,'_elementor_edit_mode','builder'),(11702,1726,'_elementor_template_type','wp-page'),(11703,1726,'_elementor_version','3.1.4'),(11704,1726,'_wp_page_template','default'),(11705,1726,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11706,1726,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"_background_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"_id\":\"88174b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(11711,1727,'_elementor_edit_mode','builder'),(11712,1727,'_elementor_template_type','wp-page'),(11713,1727,'_elementor_version','3.1.4'),(11714,1727,'_wp_page_template','elementor_header_footer'),(11715,1727,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11716,1727,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11718,1728,'_elementor_edit_mode','builder'),(11719,1728,'_elementor_template_type','wp-page'),(11720,1728,'_elementor_version','3.1.4'),(11721,1728,'_wp_page_template','elementor_header_footer'),(11722,1728,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11723,1728,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"_background_color\":\"#B2ED62\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11725,1729,'_elementor_edit_mode','builder'),(11726,1729,'_elementor_template_type','wp-page'),(11727,1729,'_elementor_version','3.1.4'),(11728,1729,'_wp_page_template','elementor_header_footer'),(11729,1729,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11730,1729,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11740,1731,'_elementor_edit_mode','builder'),(11741,1731,'_elementor_template_type','wp-page'),(11742,1731,'_elementor_version','3.1.4'),(11743,1731,'_wp_page_template','elementor_header_footer'),(11744,1731,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11745,1731,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11746,1732,'_elementor_edit_mode','builder'),(11747,1732,'_elementor_template_type','wp-page'),(11748,1732,'_elementor_version','3.1.4'),(11749,1732,'_wp_page_template','elementor_header_footer'),(11750,1732,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11751,1732,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11752,1733,'_elementor_edit_mode','builder'),(11753,1733,'_elementor_template_type','wp-page'),(11754,1733,'_elementor_version','3.1.4'),(11755,1733,'_wp_page_template','elementor_header_footer'),(11756,1733,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11757,1733,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=a992e7d\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11773,1736,'_elementor_edit_mode','builder'),(11774,1736,'_elementor_template_type','wp-page'),(11775,1736,'_elementor_version','3.1.4'),(11776,1736,'_wp_page_template','elementor_header_footer'),(11777,1736,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11778,1736,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=a992e7d\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11779,1737,'_elementor_edit_mode','builder'),(11780,1737,'_elementor_template_type','wp-page'),(11781,1737,'_elementor_version','3.1.4'),(11782,1737,'_wp_page_template','elementor_header_footer'),(11783,1737,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11784,1737,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=a992e7d\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11785,1738,'_elementor_edit_mode','builder'),(11786,1738,'_elementor_template_type','wp-page'),(11787,1738,'_elementor_version','3.1.4'),(11788,1738,'_wp_page_template','elementor_header_footer'),(11789,1738,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11790,1738,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11792,1739,'_elementor_edit_mode','builder'),(11793,1739,'_elementor_template_type','kit'),(11794,1739,'_elementor_version','3.1.4'),(11795,1739,'_wp_page_template','default'),(11796,1739,'_elementor_page_settings','a:8:{s:9:\"site_name\";s:33:\"Advancing Black Entrepreneurship \";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:2:{i:0;a:3:{s:3:\"_id\";s:7:\"a992e7d\";s:5:\"title\";s:11:\"New Item #1\";s:5:\"color\";s:7:\"#EDC904\";}i:1;a:3:{s:3:\"_id\";s:7:\"5063fc1\";s:5:\"title\";s:11:\"New Item #2\";s:5:\"color\";s:9:\"#020101F7\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:2;}'),(11797,1739,'_elementor_data','[]'),(11798,1740,'_elementor_edit_mode','builder'),(11799,1740,'_elementor_template_type','wp-page'),(11800,1740,'_elementor_version','3.1.4'),(11801,1740,'_wp_page_template','elementor_header_footer'),(11802,1740,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11803,1740,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11804,1741,'_elementor_edit_mode','builder'),(11805,1741,'_elementor_template_type','wp-page'),(11806,1741,'_elementor_version','3.1.4'),(11807,1741,'_wp_page_template','elementor_header_footer'),(11808,1741,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11809,1741,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11810,1742,'_elementor_edit_mode','builder'),(11811,1742,'_elementor_template_type','wp-page'),(11812,1742,'_elementor_version','3.1.4'),(11813,1742,'_wp_page_template','elementor_header_footer'),(11814,1742,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11815,1742,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11819,1743,'_elementor_edit_mode','builder'),(11820,1743,'_elementor_template_type','kit'),(11821,1743,'_elementor_version','3.1.4'),(11822,1743,'_wp_page_template','default'),(11823,1743,'_elementor_page_settings','a:8:{s:9:\"site_name\";s:33:\"Advancing Black Entrepreneurship \";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"a992e7d\";s:5:\"title\";s:11:\"New Item #1\";s:5:\"color\";s:7:\"#EDC904\";}i:1;a:3:{s:3:\"_id\";s:7:\"5063fc1\";s:5:\"title\";s:11:\"New Item #2\";s:5:\"color\";s:9:\"#020101F7\";}i:2;a:3:{s:3:\"_id\";s:7:\"4718518\";s:5:\"title\";s:11:\"New Item #3\";s:5:\"color\";s:9:\"#EAEFF2FC\";}i:3;a:3:{s:3:\"_id\";s:7:\"bc32b4f\";s:5:\"title\";s:11:\"New Item #4\";s:5:\"color\";s:7:\"#010201\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:4;}'),(11824,1743,'_elementor_data','[]'),(11826,1744,'_elementor_edit_mode','builder'),(11827,1744,'_elementor_template_type','wp-page'),(11828,1744,'_elementor_version','3.1.4'),(11829,1744,'_wp_page_template','elementor_header_footer'),(11830,1744,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11831,1744,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11832,1745,'_elementor_edit_mode','builder'),(11833,1745,'_elementor_template_type','wp-page'),(11834,1745,'_elementor_version','3.1.4'),(11835,1745,'_wp_page_template','elementor_header_footer'),(11836,1745,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11837,1745,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11838,1746,'_elementor_edit_mode','builder'),(11839,1746,'_elementor_template_type','wp-page'),(11840,1746,'_elementor_version','3.1.4'),(11841,1746,'_wp_page_template','elementor_header_footer'),(11842,1746,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11843,1746,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11845,1747,'_elementor_edit_mode','builder'),(11846,1747,'_elementor_template_type','wp-page'),(11847,1747,'_elementor_version','3.1.4'),(11848,1747,'_wp_page_template','elementor_header_footer'),(11849,1747,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11850,1747,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11851,1748,'_elementor_edit_mode','builder'),(11852,1748,'_elementor_template_type','wp-page'),(11853,1748,'_elementor_version','3.1.4'),(11854,1748,'_wp_page_template','elementor_header_footer'),(11855,1748,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11856,1748,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11857,1749,'_elementor_edit_mode','builder'),(11858,1749,'_elementor_template_type','wp-page'),(11859,1749,'_elementor_version','3.1.4'),(11860,1749,'_wp_page_template','elementor_header_footer'),(11861,1749,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11862,1749,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11864,1750,'_elementor_edit_mode','builder'),(11865,1750,'_elementor_template_type','wp-page'),(11866,1750,'_elementor_version','3.1.4'),(11867,1750,'_wp_page_template','elementor_header_footer'),(11868,1750,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11869,1750,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11870,1751,'_elementor_edit_mode','builder'),(11871,1751,'_elementor_template_type','wp-page'),(11872,1751,'_elementor_version','3.1.4'),(11873,1751,'_wp_page_template','elementor_header_footer'),(11874,1751,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11875,1751,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h3\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11876,1752,'_elementor_edit_mode','builder'),(11877,1752,'_elementor_template_type','wp-page'),(11878,1752,'_elementor_version','3.1.4'),(11879,1752,'_wp_page_template','elementor_header_footer'),(11880,1752,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11881,1752,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11884,1753,'_elementor_edit_mode','builder'),(11885,1753,'_elementor_template_type','wp-page'),(11886,1753,'_elementor_version','3.1.4'),(11887,1753,'_wp_page_template','elementor_header_footer'),(11888,1753,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11889,1753,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11890,1754,'_elementor_edit_mode','builder'),(11891,1754,'_elementor_template_type','wp-page'),(11892,1754,'_elementor_version','3.1.4'),(11893,1754,'_wp_page_template','elementor_header_footer'),(11894,1754,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11895,1754,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11896,1755,'_elementor_edit_mode','builder'),(11897,1755,'_elementor_template_type','wp-page'),(11898,1755,'_elementor_version','3.1.4'),(11899,1755,'_wp_page_template','elementor_header_footer'),(11900,1755,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11901,1755,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11904,1756,'_elementor_edit_mode','builder'),(11905,1756,'_elementor_template_type','wp-page'),(11906,1756,'_elementor_version','3.1.4'),(11907,1756,'_wp_page_template','elementor_header_footer'),(11908,1756,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11909,1756,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11911,1757,'_elementor_edit_mode','builder'),(11912,1757,'_elementor_template_type','wp-page'),(11913,1757,'_elementor_version','3.1.4'),(11914,1757,'_wp_page_template','elementor_header_footer'),(11915,1757,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11916,1757,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.&nbsp;<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3>\\n<h3><span style=\\\"color: rgb(255, 255, 255); font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><br><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3>\\n<h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at:&nbsp;&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">advancingblackentrepreneurship@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11918,1758,'_elementor_edit_mode','builder'),(11919,1758,'_elementor_template_type','wp-page'),(11920,1758,'_elementor_version','3.1.4'),(11921,1758,'_wp_page_template','elementor_header_footer'),(11922,1758,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11923,1758,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff; font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL\\u00a0 TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at: blackentrepreneurshipfund@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(11937,1760,'_wp_page_template','template-fullwidth.php'),(11938,1760,'_elementor_edit_mode','builder'),(11939,1760,'_elementor_template_type','wp-page'),(11940,1760,'_elementor_version','3.1.4'),(11941,1760,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11942,1760,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BUILDING\\u00a0 - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11943,1761,'_wp_page_template','template-fullwidth.php'),(11944,1761,'_elementor_edit_mode','builder'),(11945,1761,'_elementor_template_type','wp-page'),(11946,1761,'_elementor_version','3.1.4'),(11947,1761,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11948,1761,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BUILDING\\u00a0 - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11949,1762,'_wp_page_template','template-fullwidth.php'),(11950,1762,'_elementor_edit_mode','builder'),(11951,1762,'_elementor_template_type','wp-page'),(11952,1762,'_elementor_version','3.1.4'),(11953,1762,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11954,1762,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\\\"><span style=\\\"color: #d7bd22;\\\">$10,000<\\/span>\\u00a0Match Campaign<\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11956,1763,'_wp_page_template','template-fullwidth.php'),(11957,1763,'_elementor_edit_mode','builder'),(11958,1763,'_elementor_template_type','wp-page'),(11959,1763,'_elementor_version','3.1.4'),(11960,1763,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11961,1763,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\\\"><span style=\\\"color: #d7bd22;\\\">$10,000<\\/span>\\u00a0Match Campaign<\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11962,1764,'_wp_page_template','template-fullwidth.php'),(11963,1764,'_elementor_edit_mode','builder'),(11964,1764,'_elementor_template_type','wp-page'),(11965,1764,'_elementor_version','3.1.4'),(11966,1764,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11967,1764,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\\\"><span style=\\\"color: #d7bd22;\\\">$10,000<\\/span>\\u00a0Match Campaign<\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11968,1765,'_wp_page_template','template-fullwidth.php'),(11969,1765,'_elementor_edit_mode','builder'),(11970,1765,'_elementor_template_type','wp-page'),(11971,1765,'_elementor_version','3.1.4'),(11972,1765,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11973,1765,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\\\"><span style=\\\"color: #d7bd22;\\\">$10,000<\\/span>\\u00a0Match Campaign<\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities. Link: <a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11975,1766,'_wp_page_template','template-fullwidth.php'),(11976,1766,'_elementor_edit_mode','builder'),(11977,1766,'_elementor_template_type','wp-page'),(11978,1766,'_elementor_version','3.1.4'),(11979,1766,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11980,1766,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\\\"><span style=\\\"color: #d7bd22;\\\">$10,000<\\/span>\\u00a0Match Campaign<\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities. Link: <a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11981,1767,'_wp_page_template','template-fullwidth.php'),(11982,1767,'_elementor_edit_mode','builder'),(11983,1767,'_elementor_template_type','wp-page'),(11984,1767,'_elementor_version','3.1.4'),(11985,1767,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11986,1767,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\\\"><span style=\\\"color: #d7bd22;\\\">$10,000<\\/span>\\u00a0Match Campaign<\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities. Link: <a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11987,1768,'_wp_page_template','template-fullwidth.php'),(11988,1768,'_elementor_edit_mode','builder'),(11989,1768,'_elementor_template_type','wp-page'),(11990,1768,'_elementor_version','3.1.4'),(11991,1768,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(11992,1768,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\\\"><span style=\\\"color: #d7bd22;\\\">$10,000<\\/span>\\u00a0Match Campaign<\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(11995,1769,'_wp_page_template','template-fullwidth.php'),(11996,1769,'_elementor_edit_mode','builder'),(11997,1769,'_elementor_template_type','wp-page'),(11998,1769,'_elementor_version','3.1.4'),(11999,1769,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12000,1769,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\\\"><span style=\\\"color: #d7bd22;\\\">$10,000<\\/span>\\u00a0Match Campaign<\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12002,1770,'_wp_page_template','template-fullwidth.php'),(12003,1770,'_elementor_edit_mode','builder'),(12004,1770,'_elementor_template_type','wp-page'),(12005,1770,'_elementor_version','3.1.4'),(12006,1770,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12007,1770,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 class=\\\"elementor-heading-title elementor-size-default\\\" style=\\\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\\\"><span style=\\\"color: #d7bd22;\\\">$10,000<\\/span>\\u00a0Match Campaign<\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12009,1771,'_wp_page_template','template-fullwidth.php'),(12010,1771,'_elementor_edit_mode','builder'),(12011,1771,'_elementor_template_type','wp-page'),(12012,1771,'_elementor_version','3.1.4'),(12013,1771,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12014,1771,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12019,1465,'_atbdp_post_views_count','0'),(12020,1465,'ekit_post_views_count','1'),(12021,1772,'_elementor_edit_mode','builder'),(12022,1772,'_elementor_template_type','wp-page'),(12023,1772,'_elementor_version','3.1.4'),(12024,1772,'_wp_page_template','default'),(12025,1772,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12026,1772,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"_background_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"_id\":\"88174b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(12028,1773,'_elementor_edit_mode','builder'),(12029,1773,'_elementor_template_type','wp-page'),(12030,1773,'_elementor_version','3.1.4'),(12031,1773,'_wp_page_template','default'),(12032,1773,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12033,1773,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider.<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"_background_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"_id\":\"88174b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(12035,1774,'_elementor_edit_mode','builder'),(12036,1774,'_elementor_template_type','wp-page'),(12037,1774,'_elementor_version','3.1.4'),(12038,1774,'_wp_page_template','default'),(12039,1774,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp_postmeta` VALUES (12040,1774,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"_background_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"_id\":\"88174b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(12044,1775,'_wp_page_template','template-fullwidth.php'),(12045,1775,'_elementor_edit_mode','builder'),(12046,1775,'_elementor_template_type','wp-page'),(12047,1775,'_elementor_version','3.1.4'),(12048,1775,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12049,1775,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12051,1776,'_wp_page_template','template-fullwidth.php'),(12052,1776,'_elementor_edit_mode','builder'),(12053,1776,'_elementor_template_type','wp-page'),(12054,1776,'_elementor_version','3.1.4'),(12055,1776,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12056,1776,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider\\u00a0<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12058,1777,'_wp_page_template','template-fullwidth.php'),(12059,1777,'_elementor_edit_mode','builder'),(12060,1777,'_elementor_template_type','wp-page'),(12061,1777,'_elementor_version','3.1.4'),(12062,1777,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12063,1777,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12066,1778,'_wp_page_template','template-fullwidth.php'),(12067,1778,'_elementor_edit_mode','builder'),(12068,1778,'_elementor_template_type','wp-page'),(12069,1778,'_elementor_version','3.1.4'),(12070,1778,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12071,1778,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12072,1779,'_wp_page_template','template-fullwidth.php'),(12073,1779,'_elementor_edit_mode','builder'),(12074,1779,'_elementor_template_type','wp-page'),(12075,1779,'_elementor_version','3.1.4'),(12076,1779,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12077,1779,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E5EB0B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12078,1780,'_wp_page_template','template-fullwidth.php'),(12079,1780,'_elementor_edit_mode','builder'),(12080,1780,'_elementor_template_type','wp-page'),(12081,1780,'_elementor_version','3.1.4'),(12082,1780,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12083,1780,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12085,1781,'_wp_page_template','template-fullwidth.php'),(12086,1781,'_elementor_edit_mode','builder'),(12087,1781,'_elementor_template_type','wp-page'),(12088,1781,'_elementor_version','3.1.4'),(12089,1781,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12090,1781,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12091,1782,'_wp_page_template','template-fullwidth.php'),(12092,1782,'_elementor_edit_mode','builder'),(12093,1782,'_elementor_template_type','wp-page'),(12094,1782,'_elementor_version','3.1.4'),(12095,1782,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12096,1782,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12097,1783,'_wp_page_template','template-fullwidth.php'),(12098,1783,'_elementor_edit_mode','builder'),(12099,1783,'_elementor_template_type','wp-page'),(12100,1783,'_elementor_version','3.1.4'),(12101,1783,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12102,1783,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12104,1784,'_wp_page_template','template-fullwidth.php'),(12105,1784,'_elementor_edit_mode','builder'),(12106,1784,'_elementor_template_type','wp-page'),(12107,1784,'_elementor_version','3.1.4'),(12108,1784,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12109,1784,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12110,1785,'_wp_page_template','template-fullwidth.php'),(12111,1785,'_elementor_edit_mode','builder'),(12112,1785,'_elementor_template_type','wp-page'),(12113,1785,'_elementor_version','3.1.4'),(12114,1785,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12115,1785,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#ECF30B\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#E9F008\",\"text_color\":\"#0A0909\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"_background_color\":\"#AAE409\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12116,1786,'_wp_page_template','template-fullwidth.php'),(12117,1786,'_elementor_edit_mode','builder'),(12118,1786,'_elementor_template_type','wp-page'),(12119,1786,'_elementor_version','3.1.4'),(12120,1786,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12121,1786,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"text_color\":\"#0A0909\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12125,1787,'_wp_page_template','template-fullwidth-stretched.php'),(12126,1787,'_elementor_edit_mode','builder'),(12127,1787,'_elementor_template_type','wp-page'),(12128,1787,'_elementor_version','3.1.1'),(12129,1787,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"_background_color\":\"#E5DB05\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <span style=\\\"color: #ff0000;\\\"><a class=\\\"normalResultLink\\\" style=\\\"color: #ff0000;\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a><\\/span> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12130,1787,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12132,1788,'_wp_page_template','template-fullwidth-stretched.php'),(12133,1788,'_elementor_edit_mode','builder'),(12134,1788,'_elementor_template_type','wp-page'),(12135,1788,'_elementor_version','3.1.1'),(12136,1788,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"_background_color\":\"#E5DB05\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <span style=\\\"color: #ff0000;\\\"><a class=\\\"normalResultLink\\\" style=\\\"color: #ff0000;\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a><\\/span> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12137,1788,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12139,1789,'_wp_page_template','template-fullwidth-stretched.php'),(12140,1789,'_elementor_edit_mode','builder'),(12141,1789,'_elementor_template_type','wp-page'),(12142,1789,'_elementor_version','3.1.1'),(12143,1789,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"_background_color\":\"#E5DB05\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <span style=\\\"color: #ff0000;\\\"><a class=\\\"normalResultLink\\\" style=\\\"color: #ff0000;\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a><\\/span> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_background_background\":\"gradient\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\",\"_background_color_b\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12144,1789,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12154,1791,'_elementor_edit_mode','builder'),(12155,1791,'_elementor_template_type','kit'),(12156,1791,'_elementor_version','3.1.4'),(12157,1791,'_wp_page_template','default'),(12158,1791,'_elementor_page_settings','a:8:{s:9:\"site_name\";s:33:\"Advancing Black Entrepreneurship \";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:5:{i:0;a:3:{s:3:\"_id\";s:7:\"a992e7d\";s:5:\"title\";s:11:\"New Item #1\";s:5:\"color\";s:7:\"#EDC904\";}i:1;a:3:{s:3:\"_id\";s:7:\"5063fc1\";s:5:\"title\";s:11:\"New Item #2\";s:5:\"color\";s:9:\"#020101F7\";}i:2;a:3:{s:3:\"_id\";s:7:\"4718518\";s:5:\"title\";s:11:\"New Item #3\";s:5:\"color\";s:9:\"#EAEFF2FC\";}i:3;a:3:{s:3:\"_id\";s:7:\"bc32b4f\";s:5:\"title\";s:11:\"New Item #4\";s:5:\"color\";s:7:\"#010201\";}i:4;a:3:{s:3:\"_id\";s:7:\"1797791\";s:5:\"title\";s:11:\"New Item #5\";s:5:\"color\";s:7:\"#05CBCE\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:5;}'),(12159,1791,'_elementor_data','[]'),(12161,1792,'_wp_page_template','template-fullwidth-stretched.php'),(12162,1792,'_elementor_edit_mode','builder'),(12163,1792,'_elementor_template_type','wp-page'),(12164,1792,'_elementor_version','3.1.4'),(12165,1792,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"_background_color\":\"#E5DB05\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <span style=\\\"color: #ff0000;\\\"><a class=\\\"normalResultLink\\\" style=\\\"color: #ff0000;\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a><\\/span> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_background_background\":\"gradient\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\",\"_background_color_b\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12166,1792,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12167,1793,'_wp_page_template','template-fullwidth-stretched.php'),(12168,1793,'_elementor_edit_mode','builder'),(12169,1793,'_elementor_template_type','wp-page'),(12170,1793,'_elementor_version','3.1.4'),(12171,1793,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"_background_color\":\"#E5DB05\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <span style=\\\"color: #ff0000;\\\"><a class=\\\"normalResultLink\\\" style=\\\"color: #ff0000;\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a><\\/span> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_background_background\":\"gradient\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\",\"_background_color_b\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12172,1793,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12173,1794,'_wp_page_template','template-fullwidth-stretched.php'),(12174,1794,'_elementor_edit_mode','builder'),(12175,1794,'_elementor_template_type','wp-page'),(12176,1794,'_elementor_version','3.1.4'),(12177,1794,'_elementor_data','[{\"id\":\"8848aba\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"57ad49d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":20.702000000000001733724275254644453525543212890625},\"elements\":[{\"id\":\"6d3f1a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Certified-Black.png\",\"id\":281},\"image_size\":\"thumbnail\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"376f9a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":79.298000000000001818989403545856475830078125},\"elements\":[{\"id\":\"36ecd45\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"27ff970\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Directory\",\"align\":\"center\",\"title_color\":\"#051218\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Radley\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"_background_color\":\"#E5DB05\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a0225c2\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h2 class=\\\"elementor-heading-title elementor-size-default elementor-inline-editing pen\\\" data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\\\">Discover Arkansas\'s Black-Owned Businesses<\\/h2>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Neucha\",\"typography_font_weight\":\"600\",\"header_size\":\"h1\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"168c736\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bd2f444\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2d3fb70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>Find a Certified Black-Owned Business or <span style=\\\"color: #ff0000;\\\"><a class=\\\"normalResultLink\\\" style=\\\"color: #ff0000;\\\" href=\\\"http:\\/\\/advancingblackentrepreneurship.com\\/business-directory-request-form\\\">click here<\\/a><\\/span> to make sure yours is listed.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\\n<div class=\\\"row\\\">\\n<div class=\\\"col-sm-12\\\">\\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.<\\/strong><\\/h3>\\n<\\/div>\\n<\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_background_background\":\"gradient\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"_background_color_b\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24c0bd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"49b4eed4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"1f139b28\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[directorist_all_listing]<\\/p>\\n\\n<!-- wp:spacer -->\\n<div style=\\\"height:100px\\\" aria-hidden=\\\"true\\\" class=\\\"wp-block-spacer\\\"><\\/div>\\n<!-- \\/wp:spacer -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12178,1794,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12179,380,'_elementor_controls_usage','a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:2;s:5:\"align\";i:2;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:2;s:17:\"_background_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}}'),(12180,7,'_elementor_css','a:6:{s:4:\"time\";i:1618577706;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12183,1795,'_wp_page_template','template-fullwidth.php'),(12184,1795,'_elementor_edit_mode','builder'),(12185,1795,'_elementor_template_type','wp-page'),(12186,1795,'_elementor_version','3.1.4'),(12187,1795,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12188,1795,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"text_color\":\"#0A0909\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12189,1795,'_elementor_css','a:6:{s:4:\"time\";i:1618577723;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12190,1796,'_wp_page_template','template-fullwidth.php'),(12191,1796,'_elementor_edit_mode','builder'),(12192,1796,'_elementor_template_type','wp-page'),(12193,1796,'_elementor_version','3.1.4'),(12194,1796,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12195,1796,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"text_color\":\"#0A0909\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12196,1796,'_elementor_css','a:6:{s:4:\"time\";i:1618577723;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12197,1797,'_wp_page_template','template-fullwidth.php'),(12198,1797,'_elementor_edit_mode','builder'),(12199,1797,'_elementor_template_type','wp-page'),(12200,1797,'_elementor_version','3.1.4'),(12201,1797,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12202,1797,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"text_color\":\"#0A0909\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12203,1797,'_elementor_css','a:6:{s:4:\"time\";i:1618577723;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12205,1798,'_wp_page_template','template-fullwidth.php'),(12206,1798,'_elementor_edit_mode','builder'),(12207,1798,'_elementor_template_type','wp-page'),(12208,1798,'_elementor_version','3.1.4'),(12209,1798,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12210,1798,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"text_color\":\"#0A0909\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12211,1799,'_wp_page_template','template-fullwidth.php'),(12212,1799,'_elementor_edit_mode','builder'),(12213,1799,'_elementor_template_type','wp-page'),(12214,1799,'_elementor_version','3.1.4'),(12215,1799,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12216,1799,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"text_color\":\"#0A0909\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12217,1800,'_wp_page_template','template-fullwidth.php'),(12218,1800,'_elementor_edit_mode','builder'),(12219,1800,'_elementor_template_type','wp-page'),(12220,1800,'_elementor_version','3.1.4'),(12221,1800,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12222,1800,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"text_color\":\"#0A0909\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12224,1801,'_wp_page_template','template-fullwidth.php'),(12225,1801,'_elementor_edit_mode','builder'),(12226,1801,'_elementor_template_type','wp-page'),(12227,1801,'_elementor_version','3.1.4'),(12228,1801,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12229,1801,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"text_color\":\"#0A0909\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12230,1802,'_wp_page_template','template-fullwidth.php'),(12231,1802,'_elementor_edit_mode','builder'),(12232,1802,'_elementor_template_type','wp-page'),(12233,1802,'_elementor_version','3.1.4'),(12234,1802,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12235,1802,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"text_color\":\"#0A0909\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12236,1803,'_wp_page_template','template-fullwidth.php'),(12237,1803,'_elementor_edit_mode','builder'),(12238,1803,'_elementor_template_type','wp-page'),(12239,1803,'_elementor_version','3.1.4'),(12240,1803,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12241,1803,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"text_color\":\"#0A0909\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12243,1804,'_wp_page_template','template-fullwidth.php'),(12244,1804,'_elementor_edit_mode','builder'),(12245,1804,'_elementor_template_type','wp-page'),(12246,1804,'_elementor_version','3.1.4'),(12247,1804,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12248,1804,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"text_color\":\"#0A0909\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12249,1805,'_wp_page_template','template-fullwidth.php'),(12250,1805,'_elementor_edit_mode','builder'),(12251,1805,'_elementor_template_type','wp-page'),(12252,1805,'_elementor_version','3.1.4'),(12253,1805,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12254,1805,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"text_color\":\"#0A0909\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12255,1806,'_wp_page_template','template-fullwidth.php'),(12256,1806,'_elementor_edit_mode','builder'),(12257,1806,'_elementor_template_type','wp-page'),(12258,1806,'_elementor_version','3.1.4'),(12259,1806,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12260,1806,'_elementor_data','[{\"id\":\"28ea7e18\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7fd68c1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"2d1d84cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>BLACK ENTREPRENEURSHIP FUND\\u00a0<\\/strong><strong>\\u00a0<\\/strong><\\/span><\\/h2>\\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.<\\/strong><\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"400\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"text_color\":\"globals\\/colors?id=5063fc1\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ab75f20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #000000;\\\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs<\\/strong><\\/span><\\/h2>\\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.\\u00a0<\\/strong><\\/h3>\\n<h3><strong>Kijiji means \\\"Village\\\" in\\u00a0<\\/strong><strong style=\\\"font-size: 1.25rem;\\\">Swahili.<\\/strong><\\/h3>\\n<h3 style=\\\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\\\"><span style=\\\"color: #000000;\\\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,\\u00a0<\\/strong><\\/em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to\\u00a0<\\/strong><\\/em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.\\u00a0\\u00a0<\\/strong><\\/em><strong><em>-<\\/em>\\u00a0Benito Lubazibwa<\\/strong><\\/span><\\/h3>\\n<h3 style=\\\"text-align: left;\\\">\\u00a0<\\/h3>\\n<div>\\u00a0<\\/div>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"67de478\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>ELEVATE - Advancing Financial Health<\\/strong><\\/span><\\/h2>\\n<p style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"color: #333333; font-family: Helvetica, sans-serif; font-size: 13.5pt; font-weight: 600;\\\">Elevate is a free financial education program.<\\/span><\\/p>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><span style=\\\"font-size: 13.5pt; font-family: Helvetica, sans-serif;\\\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.<\\/span><\\/h3>\\n<h3>\\u00a0\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"708bb94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><strong>$10,000 Match Campaign<\\/strong><\\/h2>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\">For more information click this link:<\\/h3>\\n<h3 style=\\\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\\\"><a href=\\\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\\\">Shop black @ Wright Avenue \\u2013 Advancing Black Entrepreneurship<\\/a><\\/h3>\\n<p>\\u00a0<\\/p>\\n<p>\\u00a0<\\/p>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"text_color\":\"#0A0909\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"316527e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><!-- wp:html --><\\/p>\\n<h2><span style=\\\"color: #000000;\\\"><strong>Certified Black-Owned Business<\\/strong><\\/span><\\/h2>\\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify \\u201cCertified Black-Owned Businesses\\\" by the decal in their window or by looking them up in our business directory.<\\/strong><\\/h3>\\n<div><strong>\\u00a0<\\/strong><\\/div>\\n<div>\\n<h3 class=\\\"MsoNormal\\\" style=\\\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #fad022;\\\"><span style=\\\"color: #ffff00;\\\">Five criteria<\\/span>:<\\/span><\\/b><\\/h3>\\n<ol style=\\\"margin-top: 0in;\\\" start=\\\"1\\\" type=\\\"1\\\">\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is Black-Owned Business<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has been in Business 6 months or more<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has a proven business model<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It is registered with the Secretary of State<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<li class=\\\"MsoNormal\\\" style=\\\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\\\">\\n<h3><span style=\\\"color: #ffff00;\\\"><b><span style=\\\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\';\\\">It has committed to work with the local technical assistance provider (ReMix Ideas)<\\/span><\\/b><\\/span><\\/h3>\\n<\\/li>\\n<\\/ol>\\n<\\/div>\\n<h3>\\u00a0<\\/h3>\\n<p><!-- \\/wp:html --><\\/p>\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ae5d1c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9930a4f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6c18522\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32b25a3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12261,864,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:9;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:10:\"text_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(12263,864,'_elementor_css','a:6:{s:4:\"time\";i:1618578002;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12264,1807,'_elementor_edit_mode','builder'),(12265,1807,'_elementor_template_type','wp-page'),(12266,1807,'_elementor_version','3.1.4'),(12267,1807,'_wp_page_template','default'),(12268,1807,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12269,1807,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"_background_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"_id\":\"88174b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(12270,1807,'_elementor_css','a:6:{s:4:\"time\";i:1618577992;s:5:\"fonts\";a:3:{i:0;s:10:\"Bebas Neue\";i:1;s:6:\"Nunito\";i:10;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12271,1808,'_elementor_edit_mode','builder'),(12272,1808,'_elementor_template_type','wp-page'),(12273,1808,'_elementor_version','3.1.4'),(12274,1808,'_wp_page_template','default'),(12275,1808,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12276,1808,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\",\"_background_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"_id\":\"88174b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(12277,1808,'_elementor_css','a:6:{s:4:\"time\";i:1618577992;s:5:\"fonts\";a:3:{i:0;s:10:\"Bebas Neue\";i:1;s:6:\"Nunito\";i:10;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12278,1809,'_elementor_edit_mode','builder'),(12279,1809,'_elementor_template_type','wp-page'),(12280,1809,'_elementor_version','3.1.4'),(12281,1809,'_wp_page_template','default'),(12282,1809,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12283,1809,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"_background_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"_id\":\"88174b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(12284,1809,'_elementor_css','a:6:{s:4:\"time\";i:1618577992;s:5:\"fonts\";a:3:{i:0;s:10:\"Bebas Neue\";i:1;s:6:\"Nunito\";i:10;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12286,1810,'_elementor_edit_mode','builder'),(12287,1810,'_elementor_template_type','wp-page'),(12288,1810,'_elementor_version','3.1.4'),(12289,1810,'_wp_page_template','default'),(12290,1810,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12291,1810,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"_background_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"_id\":\"88174b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(12292,1811,'_elementor_edit_mode','builder'),(12293,1811,'_elementor_template_type','wp-page'),(12294,1811,'_elementor_version','3.1.4'),(12295,1811,'_wp_page_template','default'),(12296,1811,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12297,1811,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"_background_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"_id\":\"88174b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(12298,1812,'_elementor_edit_mode','builder'),(12299,1812,'_elementor_template_type','wp-page'),(12300,1812,'_elementor_version','3.1.4'),(12301,1812,'_wp_page_template','default'),(12302,1812,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12303,1812,'_elementor_data','[{\"id\":\"f5ec7ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c830a0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"d6d8530\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP black @ wright avenue  - <span style=\\\"color:#D7BD22\\\">$10,000<\\/span> Match campaign\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":59,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e93f99b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with \\u00a0the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue<\\/strong> \\u2013 beginning May 28<sup>th<\\/sup> thru 29<sup>th<\\/sup> \\u2013 <strong>Shop Black @ Wright Avenue<\\/strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f61fbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"BACK<span style=\\\"color:#D7BD22\\\">GROUND<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da2b27\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.<\\/p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state\\u2019s SBA 7(A) loans were disbursed to white-owned enterprises.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"776d649\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"2b67912\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/shop-@-Wright--scaled.jpg\",\"id\":1661},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"2143\",\"height\":\"3000\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":13,\"vertical\":-10,\"blur\":0,\"spread\":5,\"color\":\"#FDE500\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fec32c6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#E4E4E4\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9154a17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b8b3e17\",\"elType\":\"widget\",\"settings\":{\"title\":\"SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=a992e7d\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e1786\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.<\\/p><p><em>How It Works:<\\/em><\\/p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)<\\/p><p>On designated days, customers <strong>double\\u00a0<\\/strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer\\u2019s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.<\\/p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.<\\/p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).<\\/p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria:\\u00a0<\\/p><ol><li>It is Black-Owned Business.<\\/li><li>It has been in Business 6 months or more.<\\/li><li>It has a proven business model.<\\/li><li>It is registered with the Secretary of State.<\\/li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).<\\/li><\\/ol>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\",\"_background_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"aed23f3\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"57ff460\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bba5553\",\"elType\":\"widget\",\"settings\":{\"title\":\"IM<span style=\\\"color:#D7BD22\\\">PACT<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"07fa748\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.\\u00a0 Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.<\\/p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching <\\/strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.<\\/p>\",\"text_color\":\"#3C3C3C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"80bd446\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"13c75ee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d6eb8c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"participating <span style=\\\"color:#D7BD22\\\">businesses<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"90a7940\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/k-hall.jpg\",\"id\":1625},\"premium_gallery_img_name\":\"K-Hall & Sons Produce\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/02\\/Afrobites-e1613582498679.jpg\",\"id\":1291},\"premium_gallery_img_name\":\"Afro Bites\",\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/afrobitesLR\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"8a42113\"},{\"_id\":\"dc4c390\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/1.-Pyramid-Book-Store-.jpg\",\"id\":147},\"premium_gallery_img_name\":\"Pyramid Book Store\"},{\"premium_gallery_img_name\":\"New Africa Yo Store\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"879ec43\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/new-africa-yo-store.jpg\",\"id\":1623},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/newafricastore\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#FFFFFF\",\"premium_gallery_description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"00a024c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"dac3977\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1a81978\",\"elType\":\"widget\",\"settings\":{\"title\":\"our <span style=\\\"color:#D7BD22\\\">partners<\\/span>\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bebas Neue\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"925df0a\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_images_fit\":\"cover\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"dfd4fa5\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Wright-Avenue-Neighborhood.jpg\",\"id\":1700},\"premium_gallery_img_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/KHallAndSonsProduce\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"02ebd9e\"},{\"_id\":\"88174b1\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2021\\/04\\/Forge.png\",\"id\":1701}}],\"premium_gallery_shuffle_onload\":\"yes\",\"premium_gallery_lightbox_type\":\"yes\",\"premium_gallery_title_color\":\"#000000\",\"premium_gallery_description_color\":\"#FFFFFF\",\"premium_gallery_title_typo_typography\":\"custom\",\"premium_gallery_title_typo_font_family\":\"Roboto\",\"premium_gallery_title_typo_font_size\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"premium_gallery_title_typo_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(12304,1559,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;}}s:8:\"advanced\";a:1:{s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:19:\"image_border_radius\";i:1;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:19:\"premium-img-gallery\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:4:{s:23:\"premium_gallery_general\";a:3:{s:31:\"premium_gallery_img_size_select\";i:1;s:26:\"premium_gallery_images_fit\";i:2;s:29:\"premium_gallery_column_number\";i:1;}s:20:\"premium_gallery_cats\";a:2:{s:22:\"premium_gallery_filter\";i:2;s:28:\"premium_gallery_cats_content\";i:2;}s:23:\"premium_gallery_content\";a:2:{s:27:\"premium_gallery_img_content\";i:2;s:30:\"premium_gallery_shuffle_onload\";i:2;}s:32:\"premium_gallery_lightbox_section\";a:1:{s:29:\"premium_gallery_lightbox_type\";i:2;}}s:5:\"style\";a:1:{s:29:\"premium_gallery_content_style\";a:6:{s:27:\"premium_gallery_title_color\";i:2;s:33:\"premium_gallery_description_color\";i:2;s:37:\"premium_gallery_title_typo_typography\";i:1;s:38:\"premium_gallery_title_typo_font_family\";i:1;s:36:\"premium_gallery_title_typo_font_size\";i:1;s:38:\"premium_gallery_title_typo_font_weight\";i:1;}}}}}'),(12305,1813,'_elementor_edit_mode','builder'),(12306,1813,'_elementor_template_type','wp-page'),(12307,1813,'_elementor_version','3.1.4'),(12308,1813,'_wp_page_template','elementor_header_footer'),(12309,1813,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12310,1813,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff; font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL\\u00a0 TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at: blackentrepreneurshipfund@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(12311,1813,'_elementor_css','a:6:{s:4:\"time\";i:1618577708;s:5:\"fonts\";a:5:{i:0;s:12:\"Merriweather\";i:1;s:7:\"Raleway\";i:2;s:7:\"Pavanam\";i:5;s:15:\"Red Hat Display\";i:6;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12312,1814,'_elementor_edit_mode','builder'),(12313,1814,'_elementor_template_type','wp-page'),(12314,1814,'_elementor_version','3.1.4'),(12315,1814,'_wp_page_template','elementor_header_footer'),(12316,1814,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12317,1814,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff; font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL\\u00a0 TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at: blackentrepreneurshipfund@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=1797791\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(12318,1814,'_elementor_css','a:6:{s:4:\"time\";i:1618577708;s:5:\"fonts\";a:5:{i:0;s:12:\"Merriweather\";i:1;s:7:\"Raleway\";i:2;s:7:\"Pavanam\";i:5;s:15:\"Red Hat Display\";i:6;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12319,1815,'_elementor_edit_mode','builder'),(12320,1815,'_elementor_template_type','wp-page'),(12321,1815,'_elementor_version','3.1.4'),(12322,1815,'_wp_page_template','elementor_header_footer'),(12323,1815,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(12324,1815,'_elementor_data','[{\"id\":\"2aa4413\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"e83cd8f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60aab94\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Slider 1\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\" slidertitle=\\\"Slider 1\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5223100\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1444b74\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":54.93299999999999982946974341757595539093017578125},\"elements\":[{\"id\":\"3736b75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Black Entrepreneurship Fund\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b973fda\",\"elType\":\"widget\",\"settings\":{\"title\":\"$1 Million in 12 Months\",\"title_color\":\"#ECC503\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"718d919\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"color: #ffcc00;\\\">Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Therefore, in addition to helping businesses reboot, adapt and\\/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,\\u00a0<\\/em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship\\/technical assistance.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">So, as we continue the fight for social and economic justice, let\\u2019s work together to support Black-Owned Businesses.\\u00a0<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Make an impact today... donate to advance Black Entrepreneurship.<\\/span><\\/h3><h3><span style=\\\"color: #ffffff; font-size: 1.25rem;\\\">We are a 501(c)3 organization.<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL\\u00a0 TO:<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">Advancing Black Entrepreneurship<\\/span><br \\/><span style=\\\"color: #ffcc00;\\\">300 South Spring St., Suite 604, Little Rock, AR 72201<\\/span><\\/h3><h3><span style=\\\"color: #ffcc00;\\\">If you have questions about donations, please contact us at: blackentrepreneurshipfund@gmail.com<\\/span><\\/h3>\",\"text_color\":\"#FAD025\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"8c398b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.8239999999999980673237587325274944305419921875,\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2a2025b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-1-scaled.jpg\",\"id\":114},\"image_size\":\"medium\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"12d9e75\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Advancing-Black-Entrepreneurship-Banner-1.jpg\",\"id\":210},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5cec696\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-5-scaled.jpg\",\"id\":124},\"image_size\":\"medium\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"97f136e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#303030BF\"},\"elements\":[{\"id\":\"16a1e47\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"9b637a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"<h1 data-elementor-setting-key=\\\"title\\\" data-pen-placeholder=\\\"Type Here...\\\" style=\\\"color: rgba(5, 5, 5, 0.98);\\\"><\\/h1><h1 style=\\\"white-space: normal;\\\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;<\\/strong><\\/h1>\",\"size\":\"large\",\"align\":\"center\",\"title_color\":\"#0D0D0C\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"050\",\"left\":\"0\",\"isLinked\":false},\"header_size\":\"h1\",\"text_shadow_text_shadow_type\":\"yes\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=d88799f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f32787\",\"elType\":\"widget\",\"settings\":{\"title\":\"See Our <span style=\\\"color:#FDE500\\\">$10,000<\\/span> Match Campaign\",\"link\":{\"url\":\"https:\\/\\/advancingblackentrepreneurship.com\\/shop-black-wright-avenue\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":51,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"25\",\"bottom\":\"75\",\"left\":\"25\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=5063fc1\",\"title_color\":\"globals\\/colors?id=4718518\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"34c2498\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"28acf38\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7c4ae96\",\"elType\":\"widget\",\"settings\":{\"title\":\"Discover Arkansas\'s Black-Owned Businesses\",\"size\":\"xxl\",\"align\":\"center\",\"title_color\":\"#050505FA\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_background_background\":\"classic\",\"_background_color\":\"#EEECE6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c884da2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4ff72c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses \",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Red Hat Display\",\"typography_font_weight\":\"600\",\"size\":\"large\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4781ca2\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EAEAEA\"},\"elements\":[{\"id\":\"11a2368\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a97d1f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-43-of-45-scaled.jpg\",\"id\":472},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"22575be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-31-of-45-scaled.jpg\",\"id\":470},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"07b8e2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5a4d76b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Come-in-2-1.jpg\",\"id\":621},\"_padding\":{\"unit\":\"px\",\"top\":\"0200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"249b2c0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\\u2026 Discover Arkansas\\u2019s Black Businesses\",\"align\":\"center\",\"size\":\"xl\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#0E0F0FF7\",\"background_color\":\"#4FDADF\",\"hover_color\":\"#000000\",\"button_background_hover_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/all-listings\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"bbc3335\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"17e87b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-11-of-45-scaled.jpg\",\"id\":468},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f7178e4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/bbp-3-of-45-scaled.jpg\",\"id\":466},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0ec9aa8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/12\\/Kontiki-3.jpg\",\"id\":642},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0d4d45c\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#414141\"},\"elements\":[{\"id\":\"63a0374\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b044a3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"CONTACT US\",\"size\":\"xl\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Pavanam\",\"typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d0d196c\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(12325,1815,'_elementor_css','a:6:{s:4:\"time\";i:1618577708;s:5:\"fonts\";a:5:{i:0;s:12:\"Merriweather\";i:1;s:7:\"Raleway\";i:2;s:7:\"Pavanam\";i:5;s:15:\"Red Hat Display\";i:6;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12326,5,'_elementor_controls_usage','a:9:{s:17:\"slider_revolution\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:14:\"revslidertitle\";i:1;s:9:\"shortcode\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:9;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:4;}}s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:4;s:16:\"background_color\";i:4;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:5:{s:5:\"title\";i:7;s:4:\"size\";i:4;s:5:\"align\";i:5;s:11:\"header_size\";i:2;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:5;s:22:\"typography_font_weight\";i:6;s:28:\"text_shadow_text_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:3;s:17:\"_background_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:9;s:10:\"image_size\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:2;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:6;s:11:\"hide_mobile\";i:6;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:29:\"button_background_hover_color\";i:1;s:20:\"typography_font_size\";i:1;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;}}}}s:28:\"wp-widget-ninja_forms_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(12327,5,'_elementor_css','a:6:{s:4:\"time\";i:1618578255;s:5:\"fonts\";a:5:{i:0;s:12:\"Merriweather\";i:1;s:7:\"Raleway\";i:2;s:7:\"Pavanam\";i:5;s:15:\"Red Hat Display\";i:6;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12328,380,'_elementor_css','a:6:{s:4:\"time\";i:1618578270;s:5:\"fonts\";a:3:{i:0;s:6:\"Radley\";i:1;s:6:\"Neucha\";i:2;s:7:\"Raleway\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12329,883,'_elementor_css','a:7:{s:4:\"time\";i:1618578281;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(12330,558,'_elementor_css','a:6:{s:4:\"time\";i:1618615917;s:5:\"fonts\";a:1:{i:0;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=1816 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (2,1,'2020-11-02 01:30:14','2020-11-02 01:30:14','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://advancingblackentrepreneurship.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2020-11-02 01:30:14','2020-11-02 01:30:14','',0,'http://advancingblackentrepreneurship.com/?page_id=2',0,'page','',0),(3,1,'2020-11-02 01:30:14','2020-11-02 01:30:14','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://advancingblackentrepreneurship.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2020-11-02 01:30:14','2020-11-02 01:30:14','',0,'http://advancingblackentrepreneurship.com/?page_id=3',0,'page','',0),(5,1,'2020-11-03 04:02:19','2020-11-03 04:02:19','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>We are a 501(c)3 organization.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL  TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please contact us at: blackentrepreneurshipfund@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h1><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h1>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','publish','closed','closed','','home','','','2021-04-16 13:03:46','2021-04-16 13:03:46','',0,'http://advancingblackentrepreneurship.com/?page_id=5',0,'page','',0),(6,1,'2020-11-03 03:00:10','2020-11-03 03:00:10','','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-03 03:00:10','2020-11-03 03:00:10','',5,'http://advancingblackentrepreneurship.com/2020/11/03/5-revision-v1/',0,'revision','',0),(7,1,'2020-11-03 03:00:11','2020-11-03 03:00:11','','Default Kit','','publish','closed','closed','','default-kit','','','2021-04-16 12:51:25','2021-04-16 12:51:25','',0,'http://advancingblackentrepreneurship.com/?elementor_library=default-kit',0,'elementor_library','',0),(8,1,'2020-11-03 03:30:13','2020-11-03 03:30:13','','Black Business - advancingblackentrepreneurship','','inherit','open','closed','','black-business-advancingblackentrepreneurship','','','2020-11-03 03:30:13','2020-11-03 03:30:13','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship.jpg',0,'attachment','image/jpeg',0),(9,1,'2020-11-03 03:31:59','2020-11-03 03:31:59','','black women - advancingblackentrepreneurship','','inherit','open','closed','','black-women-advancingblackentrepreneurship','','','2020-11-03 03:31:59','2020-11-03 03:31:59','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship.jpg',0,'attachment','image/jpeg',0),(10,1,'2020-11-03 04:02:59','2020-11-03 04:02:59','<h2>WHAT WE ARE TRYING TO ACHIEVE</h2>		\n			<h2>$1 Million in 60 Days</h2>		\n		<p>This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support — for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.</p><p>The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.</p><p>Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.</p><p>Together, we can do this.</p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-03 04:02:59','2020-11-03 04:02:59','',5,'http://advancingblackentrepreneurship.com/2020/11/03/5-revision-v1/',0,'revision','',0),(12,1,'2020-11-03 14:04:32','2020-11-03 14:04:32','<h2>WHAT WE ARE TRYING TO ACHIEVE</h2>		\n			<h2>$1 Million in 60 Days</h2>		\n		<p>This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support — for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.</p><p>The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.</p><p>Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.</p><p>Together, we can do this.</p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>CALL TO ACTION: $1 MILLION IN 60 DAYS </h1>		\n			<h2>Goal Progress</h2>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-03 14:04:32','2020-11-03 14:04:32','',5,'http://advancingblackentrepreneurship.com/2020/11/03/5-revision-v1/',0,'revision','',0),(14,1,'2020-11-07 16:14:57','2020-11-07 16:14:57','','goal_progress-advancingblackentrepreneurship 4','','inherit','open','closed','','goal_progress-advancingblackentrepreneurship-4','','','2020-11-07 16:14:57','2020-11-07 16:14:57','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-4.jpg',0,'attachment','image/jpeg',0),(16,1,'2020-11-07 16:15:15','2020-11-07 16:15:15','','goal_progress-advancingblackentrepreneurship 3','','inherit','open','closed','','goal_progress-advancingblackentrepreneurship-3','','','2020-11-07 16:15:15','2020-11-07 16:15:15','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3.jpg',0,'attachment','image/jpeg',0),(17,1,'2020-11-07 16:15:28','2020-11-07 16:15:28','','goal_progress-advancingblackentrepreneurship 2','','inherit','open','closed','','goal_progress-advancingblackentrepreneurship-2','','','2020-11-07 16:15:28','2020-11-07 16:15:28','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2.jpg',0,'attachment','image/jpeg',0),(18,1,'2020-11-07 16:15:39','2020-11-07 16:15:39','','goal_progress-advancingblackentrepreneurship 1','','inherit','open','closed','','goal_progress-advancingblackentrepreneurship-1','','','2020-11-07 16:15:39','2020-11-07 16:15:39','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1.jpg',0,'attachment','image/jpeg',0),(19,1,'2020-11-07 16:15:53','2020-11-07 16:15:53','','goal_progress-advancingblackentrepreneurship','','inherit','open','closed','','goal_progress-advancingblackentrepreneurship','','','2020-11-07 16:15:53','2020-11-07 16:15:53','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship.jpg',0,'attachment','image/jpeg',0),(20,1,'2020-11-07 16:19:47','2020-11-07 16:19:47','','goal_progress-advancingblackentrepreneurship 5','','inherit','open','closed','','goal_progress-advancingblackentrepreneurship-5','','','2020-11-07 16:19:47','2020-11-07 16:19:47','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5.jpg',0,'attachment','image/jpeg',0),(21,1,'2020-11-07 16:22:25','2020-11-07 16:22:25','<h2>WHAT WE ARE TRYING TO ACHIEVE</h2>		\n			<h2>$1 Million in 60 Days</h2>		\n		<p>This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support — for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.</p><p>The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.</p><p>Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.</p><p>Together, we can do this.</p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>CALL TO ACTION: $1 MILLION IN 60 DAYS </h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-07 16:22:25','2020-11-07 16:22:25','',5,'http://advancingblackentrepreneurship.com/2020/11/07/5-revision-v1/',0,'revision','',0),(22,1,'2020-11-07 16:25:30','2020-11-07 16:25:30','<h2>WHAT WE ARE TRYING TO ACHIEVE</h2>		\n			<h2>$1 Million in 60 Days</h2>		\n		<p>This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support — for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.</p><p>The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.</p><p>Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.</p><p>Together, we can do this.</p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>CALL TO ACTION: $1 MILLION IN 60 DAYS </h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-07 16:25:30','2020-11-07 16:25:30','',5,'http://advancingblackentrepreneurship.com/2020/11/07/5-revision-v1/',0,'revision','',0),(23,1,'2020-11-07 16:27:40','2020-11-07 16:27:40','<h2>WHAT WE ARE TRYING TO ACHIEVE</h2>		\n			<h2>$1 Million in 60 Days</h2>		\n		<p>This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support — for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.</p><p>The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.</p><p>Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.</p><p>Together, we can do this.</p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>CALL TO ACTION: $1 MILLION IN 60 DAYS </h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-07 16:27:40','2020-11-07 16:27:40','',5,'http://advancingblackentrepreneurship.com/2020/11/07/5-revision-v1/',0,'revision','',0),(25,1,'2020-11-07 17:30:05','2020-11-07 17:30:05','','abe_slider1','','inherit','open','closed','','abe_slider1','','','2020-11-07 17:30:05','2020-11-07 17:30:05','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/abe_slider1.jpg',0,'attachment','image/jpeg',0),(26,1,'2020-11-07 17:45:44','2020-11-07 17:45:44','','abe_slider2','','inherit','open','closed','','abe_slider2','','','2020-11-07 17:45:44','2020-11-07 17:45:44','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/abe_slider2.jpg',0,'attachment','image/jpeg',0),(27,1,'2020-11-07 18:17:48','2020-11-07 18:17:48','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>WHAT WE ARE TRYING TO ACHIEVE</h2>		\n			<h2>$1 Million in 60 Days</h2>		\n		<p>This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support — for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.</p><p>The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.</p><p>Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.</p><p>Together, we can do this.</p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>CALL TO ACTION: $1 MILLION IN 60 DAYS </h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-07 18:17:48','2020-11-07 18:17:48','',5,'http://advancingblackentrepreneurship.com/2020/11/07/5-revision-v1/',0,'revision','',0),(28,1,'2020-11-07 18:19:26','2020-11-07 18:19:26','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>WHAT WE ARE TRYING TO ACHIEVE</h2>		\n			<h2>$1 Million in 60 Days</h2>		\n		<p>This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support — for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.</p><p>The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.</p><p>Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.</p><p>Together, we can do this.</p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>CALL TO ACTION: $1 MILLION IN 60 DAYS </h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-07 18:19:26','2020-11-07 18:19:26','',5,'http://advancingblackentrepreneurship.com/2020/11/07/5-revision-v1/',0,'revision','',0),(30,1,'2020-11-07 18:21:48','2020-11-07 18:21:48','','abe_contact_us','','inherit','open','closed','','abe_contact_us','','','2020-11-07 18:21:48','2020-11-07 18:21:48','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/abe_contact_us.jpg',0,'attachment','image/jpeg',0),(31,1,'2020-11-07 18:22:11','2020-11-07 18:22:11','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>WHAT WE ARE TRYING TO ACHIEVE</h2>		\n			<h2>$1 Million in 60 Days</h2>		\n		<p>This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support — for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.</p><p>The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.</p><p>Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.</p><p>Together, we can do this.</p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>CALL TO ACTION: $1 MILLION IN 60 DAYS </h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-07 18:22:11','2020-11-07 18:22:11','',5,'http://advancingblackentrepreneurship.com/2020/11/07/5-revision-v1/',0,'revision','',0),(32,1,'2020-11-07 18:23:02','2020-11-07 18:23:02','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>WHAT WE ARE TRYING TO ACHIEVE</h2>		\n			<h2>$1 Million in 60 Days</h2>		\n		<p>This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support — for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.</p><p>The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.</p><p>Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.</p><p>Together, we can do this.</p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>CALL TO ACTION: $1 MILLION IN 60 DAYS </h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-07 18:23:02','2020-11-07 18:23:02','',5,'http://advancingblackentrepreneurship.com/2020/11/07/5-revision-v1/',0,'revision','',0),(34,1,'2020-11-07 18:24:43','2020-11-07 18:24:43','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n#nf-label-class-field-22-0 {\n	color:black;\n}\n#nf-label-class-field-22-1{\n	color:black;\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .site-text-logo {\n	font-size:17px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:13px !important;\n	margin-top:2px;\n	color: #333333;\n  font-family: \"Raleway\", Helvetica, Arial, sans-serif;\n  padding-left: 5px;\n  padding-right: 5px;\n  font-size: 13px;\n  font-weight: 600;\n  text-transform: uppercase;\n  text-decoration: none;\n  zoom: 1;\n  letter-spacing: 0.8px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:15px;\n	font-weight:bold;\n	margin-top: 20px;\n	padding:12px 10px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','publish','closed','closed','','advancingblackentrepreneurship','','','2021-04-08 00:22:38','2021-04-08 00:22:38','',0,'http://advancingblackentrepreneurship.com/2020/11/07/advancingblackentrepreneurship/',0,'custom_css','',0),(35,1,'2020-11-07 18:24:43','2020-11-07 18:24:43','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-07 18:24:43','2020-11-07 18:24:43','',34,'http://advancingblackentrepreneurship.com/2020/11/07/34-revision-v1/',0,'revision','',0),(37,1,'2020-11-07 18:26:21','2020-11-07 18:26:21','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2020-11-07 18:26:21','2020-11-07 18:26:21','',7,'http://advancingblackentrepreneurship.com/2020/11/07/7-revision-v1/',0,'revision','',0),(39,1,'2020-11-07 18:30:59','2020-11-07 18:30:59','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.nav-button a {\n	border-radius: 300px;\n	border: 2px solid #fff;\n	color: #fff;\n	padding: 5px 20px;\n}','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-07 18:30:59','2020-11-07 18:30:59','',34,'http://advancingblackentrepreneurship.com/2020/11/07/34-revision-v1/',0,'revision','',0),(42,1,'2020-11-07 18:32:07','2020-11-07 18:32:07','','<button>DONATE</button>','','publish','closed','closed','','donate-to-a-black-business','','','2021-02-18 16:30:12','2021-02-18 16:30:12','',0,'http://advancingblackentrepreneurship.com/?p=42',5,'nav_menu_item','',0),(44,1,'2020-11-07 18:38:43','2020-11-07 18:38:43','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.button a {\n	font-family: \"Roboto\", Sans-serif;\n    font-weight: 500;\n    fill: #ECC503;\n    color: #ECC503;\n    background-color: #000000;\n}','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-07 18:38:43','2020-11-07 18:38:43','',34,'http://advancingblackentrepreneurship.com/2020/11/07/34-revision-v1/',0,'revision','',0),(46,1,'2020-11-07 18:39:04','2020-11-07 18:39:04','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\nbutton a {\n	font-family: \"Roboto\", Sans-serif;\n    font-weight: 500;\n    fill: #ECC503;\n    color: #ECC503;\n    background-color: #000000;\n}','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-07 18:39:04','2020-11-07 18:39:04','',34,'http://advancingblackentrepreneurship.com/2020/11/07/34-revision-v1/',0,'revision','',0),(48,1,'2020-11-07 18:39:19','2020-11-07 18:39:19','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\nbutton {\n	font-family: \"Roboto\", Sans-serif;\n    font-weight: 500;\n    fill: #ECC503;\n    color: #ECC503;\n    background-color: #000000;\n}','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-07 18:39:19','2020-11-07 18:39:19','',34,'http://advancingblackentrepreneurship.com/2020/11/07/34-revision-v1/',0,'revision','',0),(50,1,'2020-11-07 18:43:23','2020-11-07 18:43:23','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\nbutton {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:linear-gradient(to bottom, #696a6b 5%, #000000 100%);\n	background-color:#696a6b;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:Arial;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\nbutton:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\nbutton:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-07 18:43:23','2020-11-07 18:43:23','',34,'http://advancingblackentrepreneurship.com/2020/11/07/34-revision-v1/',0,'revision','',0),(52,1,'2020-11-07 18:44:50','2020-11-07 18:44:50','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:linear-gradient(to bottom, #696a6b 5%, #000000 100%);\n	background-color:#696a6b;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:Arial;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-07 18:44:50','2020-11-07 18:44:50','',34,'http://advancingblackentrepreneurship.com/2020/11/07/34-revision-v1/',0,'revision','',0),(54,1,'2020-11-07 18:45:19','2020-11-07 18:45:19','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:linear-gradient(to bottom, #696a6b 5%, #000000 100%);\n	background-color:#696a6b;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-07 18:45:19','2020-11-07 18:45:19','',34,'http://advancingblackentrepreneurship.com/2020/11/07/34-revision-v1/',0,'revision','',0),(56,1,'2020-11-07 18:45:59','2020-11-07 18:45:59','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	background-color:#696a6b;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-07 18:45:59','2020-11-07 18:45:59','',34,'http://advancingblackentrepreneurship.com/2020/11/07/34-revision-v1/',0,'revision','',0),(58,1,'2020-11-07 18:46:25','2020-11-07 18:46:25','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.onepress-menu button {\n\n	background:black;\n	background-color:#696a6b;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-07 18:46:25','2020-11-07 18:46:25','',34,'http://advancingblackentrepreneurship.com/2020/11/07/34-revision-v1/',0,'revision','',0),(60,1,'2020-11-07 18:46:57','2020-11-07 18:46:57','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-07 18:46:57','2020-11-07 18:46:57','',34,'http://advancingblackentrepreneurship.com/2020/11/07/34-revision-v1/',0,'revision','',0),(64,2,'2020-11-11 02:19:32','2020-11-11 02:19:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>WHAT WE ARE TRYING TO ACHIEVE</h2>		\n			<h2>$1 Million in 60 Days</h2>		\n		<p>This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support — for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.</p><p>The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.</p><p>Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.</p><p>Together, we can do this.</p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>CALL TO ACTION: $1 MILLION IN 60 DAYS </h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:19:32','2020-11-11 02:19:32','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(65,2,'2020-11-11 02:19:32','2020-11-11 02:19:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>WHAT WE ARE TRYING TO ACHIEVE</h2>		\n			<h2>$1 Million in 60 Days</h2>		\n		<p>This is a crisis on top of a crisis. Black residents of the County of San Diego are nearly twice as likely as white residents to contract COVID-19. And our businesses, which tend to focus on front-line work in services involving one-on-one contact, were forced to close without viable options to work from home. As a result, after three months of economic disruption, our community needs your support — for the good of us all. Despite the roll out of federal, state, and local efforts to provide support to the small business community, we are being overlooked. Roughly 95% percent of Black-owned businesses are getting shut out of Paycheck Protection Program (PPP) funds. Experience with previous disasters tells us that there will be an exponentially negative impact on disadvantaged businesses if a targeted strategy is not established.</p><p>The Black Business Relief Grant will support Black-owned businesses with grants of $250 to $5,000 and be led by community members who will set the criteria and review applications to ensure a culturally-competent process to get funds to those who need assistance. Resources will target small, disadvantaged businesses (including nonprofits) in economically vulnerable communities and/or in the most distressed neighborhoods in the county. The Central San Diego Black Chamber of Commerce will provide technical assistance to help supported businesses make the most of the funding to promote their recovery and resilience.</p><p>Building on an initial commitment of $50,000, the Chamber kicked off fundraising on June 10 with the goal of raising $1 Million in 60 days to help black businesses recover, reopen, and rebuild. We will welcome contributions through August 15, 2020. No amount is too small or too large.</p><p>Together, we can do this.</p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>WE MUST ACT NOW TO FLATTEN THE ECONOMIC DISPARITY CURVE</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>CALL TO ACTION: $1 MILLION IN 60 DAYS </h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:19:32','2020-11-11 02:19:32','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(66,2,'2020-11-11 02:19:32','2020-11-11 02:19:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>CALL TO ACTION: $1 MILLION IN 60 DAYS </h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:19:32','2020-11-11 02:19:32','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(68,2,'2020-11-11 02:23:57','2020-11-11 02:23:57','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>CALL TO ACTION: $1 MILLION IN 60 DAYS </h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:23:57','2020-11-11 02:23:57','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(69,2,'2020-11-11 02:23:57','2020-11-11 02:23:57','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>CALL TO ACTION: $1 MILLION IN 60 DAYS </h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:23:57','2020-11-11 02:23:57','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(70,2,'2020-11-11 02:23:58','2020-11-11 02:23:58','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>MAKE A PLEDGE\nMovement of Economic Justice</h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:23:58','2020-11-11 02:23:58','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(72,2,'2020-11-11 02:29:08','2020-11-11 02:29:08','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>MAKE A PLEDGE\nMovement of Economic Justice</h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:29:08','2020-11-11 02:29:08','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(73,2,'2020-11-11 02:29:09','2020-11-11 02:29:09','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>MAKE A PLEDGE\nMovement of Economic Justice</h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Donate To A Black Business\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:29:09','2020-11-11 02:29:09','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(74,2,'2020-11-11 02:29:09','2020-11-11 02:29:09','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>MAKE A PLEDGE\nMovement of Economic Justice</h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:29:09','2020-11-11 02:29:09','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(75,2,'2020-11-11 02:30:29','2020-11-11 02:30:29','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>MAKE A PLEDGE\nMovement of Economic Justice</h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:30:29','2020-11-11 02:30:29','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(76,2,'2020-11-11 02:30:29','2020-11-11 02:30:29','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>MAKE A PLEDGE\nMovement of Economic Justice</h1>		\n			<h2>Goal Progress</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:30:29','2020-11-11 02:30:29','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(77,2,'2020-11-11 02:30:29','2020-11-11 02:30:29','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>MAKE A PLEDGE\nMovement of Economic Justice</h1>		\n			<h2>Take a pledge as an Individual or Company/Organization: We are asking each participant to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging participants to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:30:29','2020-11-11 02:30:29','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(79,2,'2020-11-11 02:35:03','2020-11-11 02:35:03','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>MAKE A PLEDGE\nMovement of Economic Justice</h1>		\n			<h2>Take a pledge as an Individual or Company/Organization: We are asking each participant to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging participants to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:35:03','2020-11-11 02:35:03','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(80,2,'2020-11-11 02:35:03','2020-11-11 02:35:03','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>MAKE A PLEDGE\nMovement of Economic Justice</h1>		\n			<h2>Take a pledge as an Individual or Company/Organization: We are asking each participant to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging participants to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:35:03','2020-11-11 02:35:03','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(81,2,'2020-11-11 02:35:03','2020-11-11 02:35:03','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>MAKE A PLEDGE\nMovement of Economic Justice</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:35:03','2020-11-11 02:35:03','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(82,2,'2020-11-11 02:35:22','2020-11-11 02:35:22','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>MAKE A PLEDGE\nMovement of Economic Justice</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:35:22','2020-11-11 02:35:22','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(83,2,'2020-11-11 02:35:22','2020-11-11 02:35:22','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>MAKE A PLEDGE\nMovement of Economic Justice</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:35:22','2020-11-11 02:35:22','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(84,2,'2020-11-11 02:35:23','2020-11-11 02:35:23','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 02:35:23','2020-11-11 02:35:23','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(86,2,'2020-11-11 03:30:04','2020-11-11 03:30:04','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 03:30:04','2020-11-11 03:30:04','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(87,2,'2020-11-11 03:30:05','2020-11-11 03:30:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.</h1>		\n			<a href=\"#\" role=\"button\">\n						Donate To Support Black Businesses\n					</a>\n		<p>The black community is at a critical pivot regarding our health, our businesses and our livelihood. Many of us are experiencing an uncertainty and a discomfort that we’ve never felt before. Some are wondering if systemic change will happen quickly enough to combat historical, discriminatory practices and policies around business loans and grants, the effects of which have been compounded by the COVID-19 pandemic. We need to flatten the economic disparity curve by providing financial support to black businesses.</p><p>This will create community economic stimulus and help address inequities around access to capital, unemployment, and technological gaps for black businesses. Without proper intervention, the impacts of COVID-19 could become generational, affecting black and minority communities for decades to come. CSDBCC has developed a blueprint that lays out short and long term strategies to support historically underfunded and underrepresented businesses — those most impacted by the COVID-19 pandemic and socio-economic injustices.</p><p>The plan includes direct funding, technical support, individual counseling, and training geared toward the thousands of businesses that have not been able to access funding resources related to economic recovery from COVID-19.   In a strong display of unity, CSDBCC has put together an alliance of black leaders, businesses and community advocates to address, monitor and provide insights and recommendations related to the Black Business Relief Grant fund. This is an important step in ensuring thousands of businesses don’t get left behind.</p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 03:30:05','2020-11-11 03:30:05','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(88,2,'2020-11-11 03:30:05','2020-11-11 03:30:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>MOVEMENT OF ECONOMIC JUSTICE</h1>		\n			<a href=\"#\" role=\"button\">\n						We focus on five areas:\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><p>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.​</p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 03:30:05','2020-11-11 03:30:05','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(90,2,'2020-11-11 03:34:27','2020-11-11 03:34:27','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>MOVEMENT OF ECONOMIC JUSTICE</h1>		\n			<a href=\"#\" role=\"button\">\n						We focus on five areas:\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><p>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.​</p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 03:34:27','2020-11-11 03:34:27','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(91,2,'2020-11-11 03:34:27','2020-11-11 03:34:27','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>MOVEMENT OF ECONOMIC JUSTICE</h1>		\n			<a href=\"#\" role=\"button\">\n						We focus on five areas:\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><p>The status quo is unsustainable, and we must not level the playing field but establish a new one … a just and equitable economic system that works for ALL.​</p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 03:34:27','2020-11-11 03:34:27','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(92,2,'2020-11-11 03:34:27','2020-11-11 03:34:27','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>MOVEMENT OF ECONOMIC JUSTICE</h1>		\n			<a href=\"#\" role=\"button\">\n						We focus on five areas:\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><ul><li><p><b>HBCUS – EDUCATING FUTURE FOUNDERS</b></p><p> -P<i>repare HBCU students to become entrepreneurs</i></p></li><li><p><b>ARTS AND CREATIVE ECONOMY</b></p><p><i>-Assist creative entrepreneurs leverage their talents into a successful business <br /></i></p></li></ul>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 03:34:27','2020-11-11 03:34:27','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(93,2,'2020-11-11 03:52:00','2020-11-11 03:52:00','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>MOVEMENT OF ECONOMIC JUSTICE</h1>		\n			<a href=\"#\" role=\"button\">\n						We focus on five areas:\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><ul><li><p><b>HBCUS – EDUCATING FUTURE FOUNDERS</b></p><p> -P<i>repare HBCU students to become entrepreneurs</i></p></li><li><p><b>ARTS AND CREATIVE ECONOMY</b></p><p><i>-Assist creative entrepreneurs leverage their talents into a successful business <br /></i></p></li></ul>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 03:52:00','2020-11-11 03:52:00','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(94,2,'2020-11-11 03:52:00','2020-11-11 03:52:00','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Advancing Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>MOVEMENT OF ECONOMIC JUSTICE</h1>		\n			<a href=\"#\" role=\"button\">\n						We focus on five areas:\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><ul><li><p><b>HBCUS – EDUCATING FUTURE FOUNDERS</b></p><p> -P<i>repare HBCU students to become entrepreneurs</i></p></li><li><p><b>ARTS AND CREATIVE ECONOMY</b></p><p><i>-Assist creative entrepreneurs leverage their talents into a successful business <br /></i></p></li></ul>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 03:52:00','2020-11-11 03:52:00','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(95,2,'2020-11-11 03:52:00','2020-11-11 03:52:00','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p>\n<p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the&nbsp;<em>Advancing Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to&nbsp;raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).<br></p><br>\n<p>\n</p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>MOVEMENT OF ECONOMIC JUSTICE</h1>		\n			<a href=\"#\" role=\"button\">\n						We focus on five areas:\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><ul><li><p><b>HBCUS – EDUCATING FUTURE FOUNDERS</b></p><p> -P<i>repare HBCU students to become entrepreneurs</i></p></li><li><p><b>ARTS AND CREATIVE ECONOMY</b></p><p><i>-Assist creative entrepreneurs leverage their talents into a successful business <br /></i></p></li></ul>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 03:52:00','2020-11-11 03:52:00','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(97,2,'2020-11-11 04:09:47','2020-11-11 04:09:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p>\n<p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the&nbsp;<em>Advancing Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to&nbsp;raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).<br></p><br>\n<p>\n</p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>MOVEMENT OF ECONOMIC JUSTICE</h1>		\n			<a href=\"#\" role=\"button\">\n						We focus on five areas:\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><ul><li><p><b>HBCUS – EDUCATING FUTURE FOUNDERS</b></p><p> -P<i>repare HBCU students to become entrepreneurs</i></p></li><li><p><b>ARTS AND CREATIVE ECONOMY</b></p><p><i>-Assist creative entrepreneurs leverage their talents into a successful business <br /></i></p></li></ul>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 04:09:47','2020-11-11 04:09:47','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(98,2,'2020-11-11 04:09:47','2020-11-11 04:09:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Advancing Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p>\n<p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the&nbsp;<em>Advancing Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to&nbsp;raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).<br></p><br>\n<p>\n</p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>MOVEMENT OF ECONOMIC JUSTICE</h1>		\n			<a href=\"#\" role=\"button\">\n						We focus on five areas:\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><ul><li><p><b>HBCUS – EDUCATING FUTURE FOUNDERS</b></p><p> -P<i>repare HBCU students to become entrepreneurs</i></p></li><li><p><b>ARTS AND CREATIVE ECONOMY</b></p><p><i>-Assist creative entrepreneurs leverage their talents into a successful business <br /></i></p></li></ul>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 04:09:47','2020-11-11 04:09:47','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(99,2,'2020-11-11 04:09:48','2020-11-11 04:09:48','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>ADVANCING BLACK ENTREPRENEURSHIP\nis Movement of Economic Justice</h1>		\n			<a href=\"#\" role=\"button\">\n						Focus on five areas:\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><ul><li><p><b>HBCUS – EDUCATING FUTURE FOUNDERS</b></p><p> -P<i>repare HBCU students to become entrepreneurs</i></p></li><li><p><b>ARTS AND CREATIVE ECONOMY</b></p><p><i>-Assist creative entrepreneurs leverage their talents into a successful business <br /></i></p></li></ul>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 04:09:48','2020-11-11 04:09:48','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(100,2,'2020-11-11 04:10:12','2020-11-11 04:10:12','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>ADVANCING BLACK ENTREPRENEURSHIP\nis Movement of Economic Justice</h1>		\n			<a href=\"#\" role=\"button\">\n						Focus on five areas:\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><ul><li><p><b>HBCUS – EDUCATING FUTURE FOUNDERS</b></p><p> -P<i>repare HBCU students to become entrepreneurs</i></p></li><li><p><b>ARTS AND CREATIVE ECONOMY</b></p><p><i>-Assist creative entrepreneurs leverage their talents into a successful business <br /></i></p></li></ul>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 04:10:12','2020-11-11 04:10:12','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(101,2,'2020-11-11 04:10:12','2020-11-11 04:10:12','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>ADVANCING BLACK ENTREPRENEURSHIP\nis Movement of Economic Justice</h1>		\n			<a href=\"#\" role=\"button\">\n						Focus on five areas:\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><ul><li><p><b>HBCUS – EDUCATING FUTURE FOUNDERS</b></p><p> -P<i>repare HBCU students to become entrepreneurs</i></p></li><li><p><b>ARTS AND CREATIVE ECONOMY</b></p><p><i>-Assist creative entrepreneurs leverage their talents into a successful business <br /></i></p></li></ul>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 04:10:12','2020-11-11 04:10:12','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(102,2,'2020-11-11 04:10:12','2020-11-11 04:10:12','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>ADVANCING BLACK ENTREPRENEURSHIP\nis <br>Movement of Economic Justice</h1>		\n			<a href=\"#\" role=\"button\">\n						Focus on five areas:\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><ul><li><p><b>HBCUS – EDUCATING FUTURE FOUNDERS</b></p><p> -P<i>repare HBCU students to become entrepreneurs</i></p></li><li><p><b>ARTS AND CREATIVE ECONOMY</b></p><p><i>-Assist creative entrepreneurs leverage their talents into a successful business <br /></i></p></li></ul>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 04:10:12','2020-11-11 04:10:12','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(103,2,'2020-11-11 04:13:54','2020-11-11 04:13:54','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>ADVANCING BLACK ENTREPRENEURSHIP\nis <br>Movement of Economic Justice</h1>		\n			<a href=\"#\" role=\"button\">\n						Focus on five areas:\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><ul><li><p><b>HBCUS – EDUCATING FUTURE FOUNDERS</b></p><p> -P<i>repare HBCU students to become entrepreneurs</i></p></li><li><p><b>ARTS AND CREATIVE ECONOMY</b></p><p><i>-Assist creative entrepreneurs leverage their talents into a successful business <br /></i></p></li></ul>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 04:13:54','2020-11-11 04:13:54','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(104,2,'2020-11-11 04:13:54','2020-11-11 04:13:54','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>ADVANCING BLACK ENTREPRENEURSHIP\nis <br>Movement of Economic Justice</h1>		\n			<a href=\"#\" role=\"button\">\n						Focus on five areas:\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><ul><li><p><b>HBCUS – EDUCATING FUTURE FOUNDERS</b></p><p> -P<i>repare HBCU students to become entrepreneurs</i></p></li><li><p><b>ARTS AND CREATIVE ECONOMY</b></p><p><i>-Assist creative entrepreneurs leverage their talents into a successful business <br /></i></p></li></ul>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 04:13:54','2020-11-11 04:13:54','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(105,2,'2020-11-11 04:13:54','2020-11-11 04:13:54','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>ADVANCING BLACK ENTREPRENEURSHIP\nis <br>Movement of Economic Justice</h1>		\n			<a href=\"#\" role=\"button\">\n						Focus on Five Areas\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><ul><li><p><b>HBCUS – EDUCATING FUTURE FOUNDERS</b></p><p> -P<i>repare HBCU students to become entrepreneurs</i></p></li><li><p><b>ARTS AND CREATIVE ECONOMY</b></p><p><i>-Assist creative entrepreneurs leverage their talents into a successful business <br /></i></p></li></ul>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 04:13:54','2020-11-11 04:13:54','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(107,2,'2020-11-11 20:03:33','2020-11-11 20:03:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>ADVANCING BLACK ENTREPRENEURSHIP\nis <br>Movement of Economic Justice</h1>		\n			<a href=\"#\" role=\"button\">\n						Focus on Five Areas\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><ul><li><p><b>HBCUS – EDUCATING FUTURE FOUNDERS</b></p><p> -P<i>repare HBCU students to become entrepreneurs</i></p></li><li><p><b>ARTS AND CREATIVE ECONOMY</b></p><p><i>-Assist creative entrepreneurs leverage their talents into a successful business <br /></i></p></li></ul>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 20:03:33','2020-11-11 20:03:33','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(108,2,'2020-11-11 20:03:34','2020-11-11 20:03:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>ADVANCING BLACK ENTREPRENEURSHIP\nis <br>Movement of Economic Justice</h1>		\n			<a href=\"#\" role=\"button\">\n						Focus on Five Areas\n					</a>\n		<ul><li><p><b>ACCESS TO CAPITAL FOR BLACK-OWNED BUSINESS                                      </b><b></b><b></b><b></b>                                   -<em>i</em><i>ncrease access to capital for black entrepreneurs</i></p></li><li><p><b>BUILD A MORE JUST AND EQUITABLE ENTREPRENEURIAL ECOSYSTEM</b></p></li></ul><ul><li><p><b>EQUITY IN PURCHASING AND PROCUREMENT </b> </p><p>-<i>Help Black-Owned businesses grow through city/state/federal procurement of goods and services</i></p></li></ul><ul><li><p><b>HBCUS – EDUCATING FUTURE FOUNDERS</b></p><p> -P<i>repare HBCU students to become entrepreneurs</i></p></li><li><p><b>ARTS AND CREATIVE ECONOMY</b></p><p><i>-Assist creative entrepreneurs leverage their talents into a successful business <br /></i></p></li></ul>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally. We are encouraging you to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive.</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 20:03:34','2020-11-11 20:03:34','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(109,2,'2020-11-11 20:03:34','2020-11-11 20:03:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">Built By Black - Certification</h1></h1>		\n			<a href=\"#\" role=\"button\">\n						Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Built By Black” businesses by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>Built By Black - Certification\n</h1>		\n			<h2>Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them.\nActing as the certifying agent, ReMix Ideas reviews businesses based on a five-point criteria system. \nCriteria:\n1.	It is Black-Owned business\n2.	It is located in Arkansas\n3.	It is registered with the Secretary of State\n4.	It has a good customer service\n5.	It is committed to working with the local technical assistance provider for at least 6 months\n</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 20:03:34','2020-11-11 20:03:34','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(111,2,'2020-11-11 20:09:33','2020-11-11 20:09:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">Built By Black - Certification</h1></h1>		\n			<a href=\"#\" role=\"button\">\n						Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Built By Black” businesses by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>Built By Black - Certification\n</h1>		\n			<h2>Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them.\nActing as the certifying agent, ReMix Ideas reviews businesses based on a five-point criteria system. \nCriteria:\n1.	It is Black-Owned business\n2.	It is located in Arkansas\n3.	It is registered with the Secretary of State\n4.	It has a good customer service\n5.	It is committed to working with the local technical assistance provider for at least 6 months\n</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 20:09:33','2020-11-11 20:09:33','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(112,2,'2020-11-11 20:09:33','2020-11-11 20:09:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">Built By Black - Certification</h1></h1>		\n			<a href=\"#\" role=\"button\">\n						Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Built By Black” businesses by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>Built By Black - Certification\n</h1>		\n			<h2>Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them.\nActing as the certifying agent, ReMix Ideas reviews businesses based on a five-point criteria system. \nCriteria:\n1.	It is Black-Owned business\n2.	It is located in Arkansas\n3.	It is registered with the Secretary of State\n4.	It has a good customer service\n5.	It is committed to working with the local technical assistance provider for at least 6 months\n</h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 20:09:33','2020-11-11 20:09:33','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(113,2,'2020-11-11 20:09:33','2020-11-11 20:09:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">Built By Black - Certification</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Built By Black” businesses by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 20:09:33','2020-11-11 20:09:33','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(114,2,'2020-11-11 20:13:39','2020-11-11 20:13:39','','','','inherit','open','closed','','black-1','','','2020-11-11 20:14:27','2020-11-11 20:14:27','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1.jpg',0,'attachment','image/jpeg',0),(115,2,'2020-11-11 20:15:47','2020-11-11 20:15:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">Built By Black - Certification</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Built By Black” businesses by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 20:15:47','2020-11-11 20:15:47','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(116,2,'2020-11-11 20:15:47','2020-11-11 20:15:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-Business-advancingblackentrepreneurship-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">Built By Black - Certification</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Built By Black” businesses by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 20:15:47','2020-11-11 20:15:47','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(117,2,'2020-11-11 20:15:47','2020-11-11 20:15:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">Built By Black - Certification</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Built By Black” businesses by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 20:15:47','2020-11-11 20:15:47','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(118,2,'2020-11-11 20:19:03','2020-11-11 20:19:03','','','','inherit','open','closed','','black-3','','','2020-11-11 20:20:09','2020-11-11 20:20:09','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-3.jpg',0,'attachment','image/jpeg',0),(119,2,'2020-11-11 20:32:28','2020-11-11 20:32:28','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">Built By Black - Certification</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Built By Black” businesses by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 20:32:28','2020-11-11 20:32:28','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(120,2,'2020-11-11 20:32:28','2020-11-11 20:32:28','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">Built By Black - Certification</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Built By Black” businesses by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 20:32:28','2020-11-11 20:32:28','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(121,2,'2020-11-11 20:32:29','2020-11-11 20:32:29','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">BUILT BY BLACK - Certification</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Built By Black” businesses by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-11 20:32:29','2020-11-11 20:32:29','',5,'http://advancingblackentrepreneurship.com/2020/11/11/5-revision-v1/',0,'revision','',0),(122,2,'2020-11-11 20:33:36','2020-11-11 20:33:36','','Black 2','','inherit','open','closed','','black-2','','','2020-11-11 20:33:36','2020-11-11 20:33:36','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-2.jpg',0,'attachment','image/jpeg',0),(123,2,'2020-11-11 20:35:19','2020-11-11 20:35:19','','Black 2','','inherit','open','closed','','black-2-2','','','2020-11-11 20:35:19','2020-11-11 20:35:19','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-2-1.jpg',0,'attachment','image/jpeg',0),(124,2,'2020-11-12 04:34:56','2020-11-12 04:34:56','','','','inherit','open','closed','','black-5','','','2020-11-12 04:35:40','2020-11-12 04:35:40','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5.jpg',0,'attachment','image/jpeg',0),(125,2,'2020-11-12 20:08:57','2020-11-12 20:08:57','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">BUILT BY BLACK - Certification</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Built By Black” businesses by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-12 20:08:57','2020-11-12 20:08:57','',5,'http://advancingblackentrepreneurship.com/2020/11/12/5-revision-v1/',0,'revision','',0),(126,2,'2020-11-12 20:08:57','2020-11-12 20:08:57','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">BUILT BY BLACK - Certification</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Built By Black is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Built By Black” businesses by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-12 20:08:57','2020-11-12 20:08:57','',5,'http://advancingblackentrepreneurship.com/2020/11/12/5-revision-v1/',0,'revision','',0),(127,2,'2020-11-12 20:08:58','2020-11-12 20:08:58','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Certified Black-Owned Business is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Built By Black” businesses by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-12 20:08:58','2020-11-12 20:08:58','',5,'http://advancingblackentrepreneurship.com/2020/11/12/5-revision-v1/',0,'revision','',0),(129,2,'2020-11-12 20:14:47','2020-11-12 20:14:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Certified Black-Owned Business is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Built By Black” businesses by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-12 20:14:47','2020-11-12 20:14:47','',5,'http://advancingblackentrepreneurship.com/2020/11/12/5-revision-v1/',0,'revision','',0),(130,2,'2020-11-12 20:14:47','2020-11-12 20:14:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Certified Black-Owned Business is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Built By Black” businesses by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-12 20:14:47','2020-11-12 20:14:47','',5,'http://advancingblackentrepreneurship.com/2020/11/12/5-revision-v1/',0,'revision','',0),(131,2,'2020-11-12 20:14:48','2020-11-12 20:14:48','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Certified Black-Owned Business is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-12 20:14:48','2020-11-12 20:14:48','',5,'http://advancingblackentrepreneurship.com/2020/11/12/5-revision-v1/',0,'revision','',0),(133,2,'2020-11-13 18:29:15','2020-11-13 18:29:15','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Certified Black-Owned Business is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-13 18:29:15','2020-11-13 18:29:15','',5,'http://advancingblackentrepreneurship.com/2020/11/13/5-revision-v1/',0,'revision','',0),(134,2,'2020-11-13 18:29:16','2020-11-13 18:29:16','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Certified Black-Owned Business is an initiative highlights Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-13 18:29:16','2020-11-13 18:29:16','',5,'http://advancingblackentrepreneurship.com/2020/11/13/5-revision-v1/',0,'revision','',0),(135,2,'2020-11-13 18:29:16','2020-11-13 18:29:16','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-13 18:29:16','2020-11-13 18:29:16','',5,'http://advancingblackentrepreneurship.com/2020/11/13/5-revision-v1/',0,'revision','',0),(136,2,'2020-11-13 18:29:29','2020-11-13 18:29:29','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-13 18:29:29','2020-11-13 18:29:29','',5,'http://advancingblackentrepreneurship.com/2020/11/13/5-revision-v1/',0,'revision','',0),(137,2,'2020-11-13 18:29:29','2020-11-13 18:29:29','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>It IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-13 18:29:29','2020-11-13 18:29:29','',5,'http://advancingblackentrepreneurship.com/2020/11/13/5-revision-v1/',0,'revision','',0),(138,2,'2020-11-13 18:29:29','2020-11-13 18:29:29','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>IT IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-13 18:29:29','2020-11-13 18:29:29','',5,'http://advancingblackentrepreneurship.com/2020/11/13/5-revision-v1/',0,'revision','',0),(139,1,'2020-11-17 12:40:26','2020-11-17 12:40:26','<img width=\"300\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Certified Black-Owned businesses individually and institutionally. Below a list of Certified Black-Owned Businesses to Support.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','publish','closed','closed','','business-directory','','','2020-11-19 02:15:28','2020-11-19 02:15:28','',0,'http://advancingblackentrepreneurship.com/?page_id=139',0,'page','',0),(140,1,'2020-11-17 03:59:06','2020-11-17 03:59:06','','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 03:59:06','2020-11-17 03:59:06','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(143,1,'2020-11-17 04:27:43','2020-11-17 04:27:43','','Business Directory','','publish','closed','closed','','business-directory','','','2020-11-17 04:27:43','2020-11-17 04:27:43','',0,'http://advancingblackentrepreneurship.com/?post_type=rttpg&#038;p=143',0,'rttpg','',0),(144,1,'2020-11-17 04:25:55','2020-11-17 04:25:55','','feature_page_post_grid','','inherit','open','closed','','feature_page_post_grid','','','2020-11-17 04:25:55','2020-11-17 04:25:55','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/feature_page_post_grid.jpg',0,'attachment','image/jpeg',0),(145,1,'2020-11-17 13:18:33','2020-11-17 13:18:33','<!-- wp:paragraph -->\n<p><a href=\"https://www.pyramid1988.com/\">https://www.pyramid1988.com/</a></p>\n<!-- /wp:paragraph -->','Pyramid Art Books & Custom Framing','','publish','open','open','','1-pyramid-art-books-custom-framing','','','2020-11-17 13:49:59','2020-11-17 13:49:59','',0,'http://advancingblackentrepreneurship.com/?p=145',0,'post','',0),(146,1,'2020-11-17 04:56:14','2020-11-17 04:56:14','<!-- wp:paragraph -->\n<p><a href=\"https://www.pyramid1988.com/\">https://www.pyramid1988.com/</a></p>\n<!-- /wp:paragraph -->','1.	Pyramid Art Books & Custom Framing','','inherit','closed','closed','','145-revision-v1','','','2020-11-17 04:56:14','2020-11-17 04:56:14','',145,'http://advancingblackentrepreneurship.com/2020/11/17/145-revision-v1/',0,'revision','',0),(147,1,'2020-11-17 12:16:41','2020-11-17 12:16:41','','Pyramid Book Store','','inherit','open','closed','','1-pyramid-book-store','','','2021-04-11 17:23:46','2021-04-11 17:23:46','',139,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg',0,'attachment','image/jpeg',0),(148,1,'2020-11-17 12:26:33','2020-11-17 12:26:33','','2. Kettle Corn','','inherit','open','closed','','2-kettle-corn','','','2020-11-17 12:26:33','2020-11-17 12:26:33','',139,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-.jpg',0,'attachment','image/jpeg',0),(150,1,'2020-11-17 13:20:37','2020-11-17 13:20:37','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 13:20:37','2020-11-17 13:20:37','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(151,1,'2020-11-17 13:20:38','2020-11-17 13:20:38','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 13:20:38','2020-11-17 13:20:38','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(152,1,'2020-11-17 13:20:38','2020-11-17 13:20:38','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 13:20:38','2020-11-17 13:20:38','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(153,1,'2020-11-17 13:26:24','2020-11-17 13:26:24','<!-- wp:paragraph -->\n<p><a href=\"https://www.facebook.com/mrkeithkettlecorn\">https://www.facebook.com/mrkeithkettlecorn</a></p>\n<!-- /wp:paragraph -->','Mr. Keith\'s Kettle Corn','','publish','open','open','','mr-keiths-kettle-corn','','','2020-11-17 13:49:07','2020-11-17 13:49:07','',0,'http://advancingblackentrepreneurship.com/?p=153',0,'post','',0),(155,1,'2020-11-17 13:26:24','2020-11-17 13:26:24','<!-- wp:paragraph -->\n<p><a href=\"https://www.facebook.com/mrkeithkettlecorn\">https://www.facebook.com/mrkeithkettlecorn</a></p>\n<!-- /wp:paragraph -->','Mr. Keith\'s Kettle Corn','','inherit','closed','closed','','153-revision-v1','','','2020-11-17 13:26:24','2020-11-17 13:26:24','',153,'http://advancingblackentrepreneurship.com/2020/11/17/153-revision-v1/',0,'revision','',0),(157,1,'2020-11-17 13:27:12','2020-11-17 13:27:12','<!-- wp:paragraph -->\n<p><a href=\"https://www.facebook.com/kontikikitchen/\">https://www.facebook.com/kontikikitchen/</a></p>\n<!-- /wp:paragraph -->','Kontiki African Restaurant','','publish','open','open','','kontiki-african-restaurant','','','2020-11-17 13:48:35','2020-11-17 13:48:35','',0,'http://advancingblackentrepreneurship.com/?p=157',0,'post','',0),(158,1,'2020-11-17 13:27:12','2020-11-17 13:27:12','<!-- wp:paragraph -->\n<p><a href=\"https://www.facebook.com/kontikikitchen/\">https://www.facebook.com/kontikikitchen/</a></p>\n<!-- /wp:paragraph -->','Kontiki African Restaurant','','inherit','closed','closed','','157-revision-v1','','','2020-11-17 13:27:12','2020-11-17 13:27:12','',157,'http://advancingblackentrepreneurship.com/2020/11/17/157-revision-v1/',0,'revision','',0),(159,1,'2020-11-17 13:29:39','2020-11-17 13:29:39','<!-- wp:paragraph -->\n<p><a href=\"http://michaelblakemenswear.com/\">http://michaelblakemenswear.com/</a></p>\n<!-- /wp:paragraph -->','Michael Blake Menswear LLC','','publish','open','open','','michael-blake-menswear-llc','','','2020-11-17 13:47:38','2020-11-17 13:47:38','',0,'http://advancingblackentrepreneurship.com/?p=159',0,'post','',0),(160,1,'2020-11-17 13:29:39','2020-11-17 13:29:39','<!-- wp:paragraph -->\n<p><a href=\"http://michaelblakemenswear.com/\">http://michaelblakemenswear.com/</a></p>\n<!-- /wp:paragraph -->','Michael Blake Menswear LLC','','inherit','closed','closed','','159-revision-v1','','','2020-11-17 13:29:39','2020-11-17 13:29:39','',159,'http://advancingblackentrepreneurship.com/2020/11/17/159-revision-v1/',0,'revision','',0),(161,1,'2020-11-17 13:33:55','2020-11-17 13:33:55','<!-- wp:core-embed/wordpress {\"url\":\"http://realnaturalsalon.com/\",\"type\":\"wp-embed\",\"providerNameSlug\":\"love-that-hair-natural-hair-solutions\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-love-that-hair-natural-hair-solutions\"><div class=\"wp-block-embed__wrapper\">\nhttp://realnaturalsalon.com/\n</div></figure>\n<!-- /wp:core-embed/wordpress -->','Real Natural Salon','','publish','open','open','','real-natural-salon','','','2020-11-17 13:46:49','2020-11-17 13:46:49','',0,'http://advancingblackentrepreneurship.com/?p=161',0,'post','',0),(162,1,'2020-11-17 13:33:55','2020-11-17 13:33:55','<!-- wp:core-embed/wordpress {\"url\":\"http://realnaturalsalon.com/\",\"type\":\"wp-embed\",\"providerNameSlug\":\"love-that-hair-natural-hair-solutions\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-love-that-hair-natural-hair-solutions\"><div class=\"wp-block-embed__wrapper\">\nhttp://realnaturalsalon.com/\n</div></figure>\n<!-- /wp:core-embed/wordpress -->','Real Natural Salon','','inherit','closed','closed','','161-revision-v1','','','2020-11-17 13:33:55','2020-11-17 13:33:55','',161,'http://advancingblackentrepreneurship.com/2020/11/17/161-revision-v1/',0,'revision','',0),(163,1,'2020-11-17 13:34:35','2020-11-17 13:34:35','<!-- wp:paragraph -->\n<p><a href=\"https://www.pyramid1988.com/\">https://www.pyramid1988.com/</a></p>\n<!-- /wp:paragraph -->','Pyramid Art Books & Custom Framing','','inherit','closed','closed','','145-revision-v1','','','2020-11-17 13:34:35','2020-11-17 13:34:35','',145,'http://advancingblackentrepreneurship.com/2020/11/17/145-revision-v1/',0,'revision','',0),(164,1,'2020-11-17 13:35:47','2020-11-17 13:35:47','<!-- wp:core-embed/wordpress {\"url\":\"http://deesdelightfuldesserts.com/\",\"type\":\"wp-embed\",\"providerNameSlug\":\"dee-rsquo-s-delightful-desserts-llc\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-dee-rsquo-s-delightful-desserts-llc\"><div class=\"wp-block-embed__wrapper\">\nhttp://deesdelightfuldesserts.com/\n</div></figure>\n<!-- /wp:core-embed/wordpress -->','Dee\'s Delightful Desserts','','publish','open','open','','dees-delightful-desserts','','','2020-11-17 13:45:41','2020-11-17 13:45:41','',0,'http://advancingblackentrepreneurship.com/?p=164',0,'post','',0),(165,1,'2020-11-17 13:35:47','2020-11-17 13:35:47','<!-- wp:core-embed/wordpress {\"url\":\"http://deesdelightfuldesserts.com/\",\"type\":\"wp-embed\",\"providerNameSlug\":\"dee-rsquo-s-delightful-desserts-llc\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-dee-rsquo-s-delightful-desserts-llc\"><div class=\"wp-block-embed__wrapper\">\nhttp://deesdelightfuldesserts.com/\n</div></figure>\n<!-- /wp:core-embed/wordpress -->','Dee\'s Delightful Desserts','','inherit','closed','closed','','164-revision-v1','','','2020-11-17 13:35:47','2020-11-17 13:35:47','',164,'http://advancingblackentrepreneurship.com/2020/11/17/164-revision-v1/',0,'revision','',0),(166,1,'2020-11-17 13:36:45','2020-11-17 13:36:45','<!-- wp:paragraph -->\n<p><a href=\"http://Haygoodbbq.com/\">http://Haygoodbbq.com/</a></p>\n<!-- /wp:paragraph -->','Haygood BBQ Concession & Catering','','publish','open','open','','haygood-bbq-concession-catering','','','2020-11-17 13:42:41','2020-11-17 13:42:41','',0,'http://advancingblackentrepreneurship.com/?p=166',0,'post','',0),(167,1,'2020-11-17 13:36:45','2020-11-17 13:36:45','<!-- wp:paragraph -->\n<p><a href=\"http://Haygoodbbq.com/\">http://Haygoodbbq.com/</a></p>\n<!-- /wp:paragraph -->','Haygood BBQ Concession & Catering','','inherit','closed','closed','','166-revision-v1','','','2020-11-17 13:36:45','2020-11-17 13:36:45','',166,'http://advancingblackentrepreneurship.com/2020/11/17/166-revision-v1/',0,'revision','',0),(168,1,'2020-11-17 13:37:27','2020-11-17 13:37:27','<!-- wp:paragraph -->\n<p><a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\">https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543</a></p>\n<!-- /wp:paragraph -->','Indigo Blue Coffeehouse','','publish','open','open','','indigo-blue-coffeehouse','','','2020-11-17 13:42:04','2020-11-17 13:42:04','',0,'http://advancingblackentrepreneurship.com/?p=168',0,'post','',0),(169,1,'2020-11-17 13:37:27','2020-11-17 13:37:27','<!-- wp:paragraph -->\n<p><a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\">https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543</a></p>\n<!-- /wp:paragraph -->','Indigo Blue Coffeehouse','','inherit','closed','closed','','168-revision-v1','','','2020-11-17 13:37:27','2020-11-17 13:37:27','',168,'http://advancingblackentrepreneurship.com/2020/11/17/168-revision-v1/',0,'revision','',0),(170,1,'2020-11-17 13:38:37','2020-11-17 13:38:37','<!-- wp:paragraph -->\n<p><a href=\"http://www.lindseybbq.com/\">http://www.lindseybbq.com/</a></p>\n<!-- /wp:paragraph -->','Lindsey\'s BBQ & Hospitality House','','publish','open','open','','lindseys-bbq-hospitality-house','','','2020-11-17 13:41:35','2020-11-17 13:41:35','',0,'http://advancingblackentrepreneurship.com/?p=170',0,'post','',0),(171,1,'2020-11-17 13:38:37','2020-11-17 13:38:37','<!-- wp:paragraph -->\n<p><a href=\"http://www.lindseybbq.com/\">http://www.lindseybbq.com/</a></p>\n<!-- /wp:paragraph -->','Lindsey\'s BBQ & Hospitality House','','inherit','closed','closed','','170-revision-v1','','','2020-11-17 13:38:37','2020-11-17 13:38:37','',170,'http://advancingblackentrepreneurship.com/2020/11/17/170-revision-v1/',0,'revision','',0),(172,1,'2020-11-17 13:39:49','2020-11-17 13:39:49','<!-- wp:paragraph -->\n<p><a href=\"http://www.akickabove.com/\">http://www.akickabove.com/</a></p>\n<!-- /wp:paragraph -->','A Kick Above - A Personal Training Studio','','publish','open','open','','a-kick-above-a-personal-training-studio','','','2020-11-17 13:40:46','2020-11-17 13:40:46','',0,'http://advancingblackentrepreneurship.com/?p=172',0,'post','',0),(173,1,'2020-11-17 13:39:49','2020-11-17 13:39:49','<!-- wp:paragraph -->\n<p><a href=\"http://www.akickabove.com/\">http://www.akickabove.com/</a></p>\n<!-- /wp:paragraph -->','A Kick Above - A Personal Training Studio','','inherit','closed','closed','','172-revision-v1','','','2020-11-17 13:39:49','2020-11-17 13:39:49','',172,'http://advancingblackentrepreneurship.com/2020/11/17/172-revision-v1/',0,'revision','',0),(174,1,'2020-11-17 13:40:33','2020-11-17 13:40:33','','10. A Kick','','inherit','open','closed','','10-a-kick','','','2020-11-17 13:40:33','2020-11-17 13:40:33','',172,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/10.-A-Kick.jpg',0,'attachment','image/jpeg',0),(175,1,'2020-11-17 13:41:25','2020-11-17 13:41:25','','9. Lindsey\'s','','inherit','open','closed','','9-lindseys','','','2020-11-17 13:41:25','2020-11-17 13:41:25','',170,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/9.-Lindseys.jpg',0,'attachment','image/jpeg',0),(176,1,'2020-11-17 13:41:52','2020-11-17 13:41:52','','8. Indigo Blue Coffee House','','inherit','open','closed','','8-indigo-blue-coffee-house','','','2020-11-17 13:41:52','2020-11-17 13:41:52','',168,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png',0,'attachment','image/png',0),(177,1,'2020-11-17 13:42:25','2020-11-17 13:42:25','','7. Haygood BBQ 1','','inherit','open','closed','','7-haygood-bbq-1','','','2020-11-17 13:42:25','2020-11-17 13:42:25','',166,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg',0,'attachment','image/jpeg',0),(178,1,'2020-11-17 13:45:30','2020-11-17 13:45:30','','6. Dee','','inherit','open','closed','','6-dee','','','2020-11-17 13:45:30','2020-11-17 13:45:30','',164,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg',0,'attachment','image/jpeg',0),(180,1,'2020-11-17 13:46:22','2020-11-17 13:46:22','','5. Real Natural Salon','','inherit','open','closed','','5-real-natural-salon','','','2020-11-17 13:46:22','2020-11-17 13:46:22','',161,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/5.-Real-Natural-Salon.png',0,'attachment','image/png',0),(181,1,'2020-11-17 13:47:13','2020-11-17 13:47:13','','4. Michael Blake Menswear','','inherit','open','closed','','4-michael-blake-menswear','','','2020-11-17 13:47:13','2020-11-17 13:47:13','',159,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/4.-Michael-Blake-Menswear.jpg',0,'attachment','image/jpeg',0),(182,1,'2020-11-17 13:48:03','2020-11-17 13:48:03','','3. Kontiki','','inherit','open','closed','','3-kontiki','','','2020-11-17 13:48:03','2020-11-17 13:48:03','',157,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png',0,'attachment','image/png',0),(183,1,'2020-11-17 13:48:58','2020-11-17 13:48:58','','2. Kettle Corn','','inherit','open','closed','','2-kettle-corn-2','','','2020-11-17 13:48:58','2020-11-17 13:48:58','',153,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg',0,'attachment','image/jpeg',0),(184,1,'2020-11-17 13:50:51','2020-11-17 13:50:51','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 13:50:51','2020-11-17 13:50:51','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(185,1,'2020-11-17 13:50:52','2020-11-17 13:50:52','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 13:50:52','2020-11-17 13:50:52','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(186,1,'2020-11-17 13:50:52','2020-11-17 13:50:52','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n				<img width=\"1073\" height=\"1162\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg 1073w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store--277x300.jpg 277w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store--946x1024.jpg 946w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store--768x832.jpg 768w\" sizes=\"(max-width: 1073px) 100vw, 1073px\" />				\n												<h1>Pyramid Book Store</h1>\n					<p></p>\n			<style type=\'text/css\' media=\'all\'>#rt-tpg-container-276950074 .rt-holder .rt-woo-info .price{color:#0367bf;}body .rt-tpg-container .rt-tpg-isotope-buttons .selected, \n						#rt-tpg-container-276950074 .layout12 .rt-holder:hover .rt-detail, \n						#rt-tpg-container-276950074 .isotope8 .rt-holder:hover .rt-detail, \n						#rt-tpg-container-276950074 .carousel8 .rt-holder:hover .rt-detail,\n				        #rt-tpg-container-276950074 .layout13 .rt-holder .overlay .post-info, \n				        #rt-tpg-container-276950074 .isotope9 .rt-holder .overlay .post-info, \n				        #rt-tpg-container-276950074.rt-tpg-container .layout4 .rt-holder .rt-detail, \n				        .rt-modal-276950074 .md-content, \n				        .rt-modal-276950074 .md-content > .rt-md-content-holder .rt-md-content, \n				        .rt-popup-wrap-276950074.rt-popup-wrap .rt-popup-navigation-wrap, \n				        #rt-tpg-container-276950074 .carousel9 .rt-holder .overlay .post-info{background-color:#0367bf;}#rt-tpg-container-276950074 .layout5 .rt-holder .overlay, #rt-tpg-container-276950074 .isotope2 .rt-holder .overlay, #rt-tpg-container-276950074 .carousel2 .rt-holder .overlay,#rt-tpg-container-276950074 .layout15 .rt-holder h3, #rt-tpg-container-276950074 .isotope11 .rt-holder h3, #rt-tpg-container-276950074 .carousel11 .rt-holder h3, #rt-tpg-container-276950074 .layout16 .rt-holder h3,\n					#rt-tpg-container-276950074 .isotope12 .rt-holder h3, #rt-tpg-container-276950074 .carousel12 .rt-holder h3 {background-color:rgba(3,103,191,0.1);}#rt-tpg-container-276950074 .read-more{border-radius:px;}</style>\n								                        All\n								                    AllUncategorizedClothing &amp; AccessoriesFood &amp; BeveragePersonal Services &amp; ExperiencesToys And Other Gifts&nbsp;<a class=\'tpg-zoom\' title=\'A Kick Above &#8211; A Personal Training Studio\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/10.-A-Kick.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/10.-A-Kick-150x150.jpg\' alt=\'A Kick Above &#8211; A Personal Training Studio\'><a class=\'tpg-zoom\' title=\'Lindsey&#8217;s BBQ &#038; Hospitality House\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/9.-Lindseys.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/9.-Lindseys-150x150.jpg\' alt=\'Lindsey&#8217;s BBQ &#038; Hospitality House\'><a class=\'tpg-zoom\' title=\'Indigo Blue Coffeehouse\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png\' alt=\'Indigo Blue Coffeehouse\'><a class=\'tpg-zoom\' title=\'Haygood BBQ Concession &#038; Catering\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-150x150.jpg\' alt=\'Haygood BBQ Concession &#038; Catering\'><a class=\'tpg-zoom\' title=\'Dee&#8217;s Delightful Desserts\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg\' alt=\'Dee&#8217;s Delightful Desserts\'><a class=\'tpg-zoom\' title=\'Real Natural Salon\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/5.-Real-Natural-Salon.png\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/5.-Real-Natural-Salon-150x150.png\' alt=\'Real Natural Salon\'><a class=\'tpg-zoom\' title=\'Michael Blake Menswear LLC\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/4.-Michael-Blake-Menswear.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/4.-Michael-Blake-Menswear-150x150.jpg\' alt=\'Michael Blake Menswear LLC\'><a class=\'tpg-zoom\' title=\'Kontiki African Restaurant\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-150x150.png\' alt=\'Kontiki African Restaurant\'><a class=\'tpg-zoom\' title=\'Mr. Keith&#8217;s Kettle Corn\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-150x150.jpg\' alt=\'Mr. Keith&#8217;s Kettle Corn\'><a class=\'tpg-zoom\' title=\'Pyramid Art Books &#038; Custom Framing\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store--150x150.jpg\' alt=\'Pyramid Art Books &#038; Custom Framing\'>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 13:50:52','2020-11-17 13:50:52','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(187,1,'2020-11-29 21:18:03','2020-11-29 21:18:03','','Business Directory [ID: c0d3b1am2y]','','publish','closed','closed','','business-directory','','','2020-11-29 21:18:03','2020-11-29 21:18:03','',0,'http://advancingblackentrepreneurship.com/pt_view/business-directory/',0,'pt_view','',0),(189,1,'2020-11-17 14:20:59','2020-11-17 14:20:59','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n				<img width=\"1073\" height=\"1162\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg 1073w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store--277x300.jpg 277w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store--946x1024.jpg 946w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store--768x832.jpg 768w\" sizes=\"(max-width: 1073px) 100vw, 1073px\" />				\n												<h1>Pyramid Book Store</h1>\n					<p></p>\n			<style type=\'text/css\' media=\'all\'>#rt-tpg-container-276950074 .rt-holder .rt-woo-info .price{color:#0367bf;}body .rt-tpg-container .rt-tpg-isotope-buttons .selected, \n						#rt-tpg-container-276950074 .layout12 .rt-holder:hover .rt-detail, \n						#rt-tpg-container-276950074 .isotope8 .rt-holder:hover .rt-detail, \n						#rt-tpg-container-276950074 .carousel8 .rt-holder:hover .rt-detail,\n				        #rt-tpg-container-276950074 .layout13 .rt-holder .overlay .post-info, \n				        #rt-tpg-container-276950074 .isotope9 .rt-holder .overlay .post-info, \n				        #rt-tpg-container-276950074.rt-tpg-container .layout4 .rt-holder .rt-detail, \n				        .rt-modal-276950074 .md-content, \n				        .rt-modal-276950074 .md-content > .rt-md-content-holder .rt-md-content, \n				        .rt-popup-wrap-276950074.rt-popup-wrap .rt-popup-navigation-wrap, \n				        #rt-tpg-container-276950074 .carousel9 .rt-holder .overlay .post-info{background-color:#0367bf;}#rt-tpg-container-276950074 .layout5 .rt-holder .overlay, #rt-tpg-container-276950074 .isotope2 .rt-holder .overlay, #rt-tpg-container-276950074 .carousel2 .rt-holder .overlay,#rt-tpg-container-276950074 .layout15 .rt-holder h3, #rt-tpg-container-276950074 .isotope11 .rt-holder h3, #rt-tpg-container-276950074 .carousel11 .rt-holder h3, #rt-tpg-container-276950074 .layout16 .rt-holder h3,\n					#rt-tpg-container-276950074 .isotope12 .rt-holder h3, #rt-tpg-container-276950074 .carousel12 .rt-holder h3 {background-color:rgba(3,103,191,0.1);}#rt-tpg-container-276950074 .read-more{border-radius:px;}</style>\n								                        All\n								                    AllUncategorizedClothing &amp; AccessoriesFood &amp; BeveragePersonal Services &amp; ExperiencesToys And Other Gifts&nbsp;<a class=\'tpg-zoom\' title=\'A Kick Above &#8211; A Personal Training Studio\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/10.-A-Kick.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/10.-A-Kick-150x150.jpg\' alt=\'A Kick Above &#8211; A Personal Training Studio\'><a class=\'tpg-zoom\' title=\'Lindsey&#8217;s BBQ &#038; Hospitality House\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/9.-Lindseys.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/9.-Lindseys-150x150.jpg\' alt=\'Lindsey&#8217;s BBQ &#038; Hospitality House\'><a class=\'tpg-zoom\' title=\'Indigo Blue Coffeehouse\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png\' alt=\'Indigo Blue Coffeehouse\'><a class=\'tpg-zoom\' title=\'Haygood BBQ Concession &#038; Catering\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-150x150.jpg\' alt=\'Haygood BBQ Concession &#038; Catering\'><a class=\'tpg-zoom\' title=\'Dee&#8217;s Delightful Desserts\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg\' alt=\'Dee&#8217;s Delightful Desserts\'><a class=\'tpg-zoom\' title=\'Real Natural Salon\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/5.-Real-Natural-Salon.png\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/5.-Real-Natural-Salon-150x150.png\' alt=\'Real Natural Salon\'><a class=\'tpg-zoom\' title=\'Michael Blake Menswear LLC\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/4.-Michael-Blake-Menswear.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/4.-Michael-Blake-Menswear-150x150.jpg\' alt=\'Michael Blake Menswear LLC\'><a class=\'tpg-zoom\' title=\'Kontiki African Restaurant\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-150x150.png\' alt=\'Kontiki African Restaurant\'><a class=\'tpg-zoom\' title=\'Mr. Keith&#8217;s Kettle Corn\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-150x150.jpg\' alt=\'Mr. Keith&#8217;s Kettle Corn\'><a class=\'tpg-zoom\' title=\'Pyramid Art Books &#038; Custom Framing\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store--150x150.jpg\' alt=\'Pyramid Art Books &#038; Custom Framing\'>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:20:59','2020-11-17 14:20:59','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(190,1,'2020-11-17 14:20:59','2020-11-17 14:20:59','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n				<img width=\"1073\" height=\"1162\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg 1073w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store--277x300.jpg 277w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store--946x1024.jpg 946w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store--768x832.jpg 768w\" sizes=\"(max-width: 1073px) 100vw, 1073px\" />				\n												<h1>Pyramid Book Store</h1>\n					<p></p>\n			<style type=\'text/css\' media=\'all\'>#rt-tpg-container-276950074 .rt-holder .rt-woo-info .price{color:#0367bf;}body .rt-tpg-container .rt-tpg-isotope-buttons .selected, \n						#rt-tpg-container-276950074 .layout12 .rt-holder:hover .rt-detail, \n						#rt-tpg-container-276950074 .isotope8 .rt-holder:hover .rt-detail, \n						#rt-tpg-container-276950074 .carousel8 .rt-holder:hover .rt-detail,\n				        #rt-tpg-container-276950074 .layout13 .rt-holder .overlay .post-info, \n				        #rt-tpg-container-276950074 .isotope9 .rt-holder .overlay .post-info, \n				        #rt-tpg-container-276950074.rt-tpg-container .layout4 .rt-holder .rt-detail, \n				        .rt-modal-276950074 .md-content, \n				        .rt-modal-276950074 .md-content > .rt-md-content-holder .rt-md-content, \n				        .rt-popup-wrap-276950074.rt-popup-wrap .rt-popup-navigation-wrap, \n				        #rt-tpg-container-276950074 .carousel9 .rt-holder .overlay .post-info{background-color:#0367bf;}#rt-tpg-container-276950074 .layout5 .rt-holder .overlay, #rt-tpg-container-276950074 .isotope2 .rt-holder .overlay, #rt-tpg-container-276950074 .carousel2 .rt-holder .overlay,#rt-tpg-container-276950074 .layout15 .rt-holder h3, #rt-tpg-container-276950074 .isotope11 .rt-holder h3, #rt-tpg-container-276950074 .carousel11 .rt-holder h3, #rt-tpg-container-276950074 .layout16 .rt-holder h3,\n					#rt-tpg-container-276950074 .isotope12 .rt-holder h3, #rt-tpg-container-276950074 .carousel12 .rt-holder h3 {background-color:rgba(3,103,191,0.1);}#rt-tpg-container-276950074 .read-more{border-radius:px;}</style>\n								                        All\n								                    AllUncategorizedClothing &amp; AccessoriesFood &amp; BeveragePersonal Services &amp; ExperiencesToys And Other Gifts&nbsp;<a class=\'tpg-zoom\' title=\'A Kick Above &#8211; A Personal Training Studio\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/10.-A-Kick.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/10.-A-Kick-150x150.jpg\' alt=\'A Kick Above &#8211; A Personal Training Studio\'><a class=\'tpg-zoom\' title=\'Lindsey&#8217;s BBQ &#038; Hospitality House\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/9.-Lindseys.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/9.-Lindseys-150x150.jpg\' alt=\'Lindsey&#8217;s BBQ &#038; Hospitality House\'><a class=\'tpg-zoom\' title=\'Indigo Blue Coffeehouse\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png\' alt=\'Indigo Blue Coffeehouse\'><a class=\'tpg-zoom\' title=\'Haygood BBQ Concession &#038; Catering\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-150x150.jpg\' alt=\'Haygood BBQ Concession &#038; Catering\'><a class=\'tpg-zoom\' title=\'Dee&#8217;s Delightful Desserts\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg\' alt=\'Dee&#8217;s Delightful Desserts\'><a class=\'tpg-zoom\' title=\'Real Natural Salon\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/5.-Real-Natural-Salon.png\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/5.-Real-Natural-Salon-150x150.png\' alt=\'Real Natural Salon\'><a class=\'tpg-zoom\' title=\'Michael Blake Menswear LLC\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/4.-Michael-Blake-Menswear.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/4.-Michael-Blake-Menswear-150x150.jpg\' alt=\'Michael Blake Menswear LLC\'><a class=\'tpg-zoom\' title=\'Kontiki African Restaurant\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-150x150.png\' alt=\'Kontiki African Restaurant\'><a class=\'tpg-zoom\' title=\'Mr. Keith&#8217;s Kettle Corn\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-150x150.jpg\' alt=\'Mr. Keith&#8217;s Kettle Corn\'><a class=\'tpg-zoom\' title=\'Pyramid Art Books &#038; Custom Framing\' href=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\'></a><img class=\'rt-img-responsive\' src=\'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store--150x150.jpg\' alt=\'Pyramid Art Books &#038; Custom Framing\'>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:20:59','2020-11-17 14:20:59','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(191,1,'2020-11-17 14:21:00','2020-11-17 14:21:00','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:21:00','2020-11-17 14:21:00','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(193,1,'2020-11-17 14:47:01','2020-11-17 14:47:01','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:47:01','2020-11-17 14:47:01','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(194,1,'2020-11-17 14:47:02','2020-11-17 14:47:02','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:47:02','2020-11-17 14:47:02','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(195,1,'2020-11-17 14:47:02','2020-11-17 14:47:02','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />											\n			<h2>Indigo Blue Coffeehouse</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />											\n			<h2>Real Natural Salon</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />											\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />											\n			<h2>Dee\'s Delightful Desserts</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />											\n			<h2>Haygood BBQ Concession & Catering</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />											\n			<h2>Kontiki African Restaurant</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />											\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:47:02','2020-11-17 14:47:02','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(196,1,'2020-11-17 14:49:24','2020-11-17 14:49:24','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />											\n			<h2>Indigo Blue Coffeehouse</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />											\n			<h2>Real Natural Salon</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />											\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />											\n			<h2>Dee\'s Delightful Desserts</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />											\n			<h2>Haygood BBQ Concession & Catering</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />											\n			<h2>Kontiki African Restaurant</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />											\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:49:24','2020-11-17 14:49:24','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(197,1,'2020-11-17 14:49:24','2020-11-17 14:49:24','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />											\n			<h2>Indigo Blue Coffeehouse</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />											\n			<h2>Real Natural Salon</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />											\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />											\n			<h2>Dee\'s Delightful Desserts</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />											\n			<h2>Haygood BBQ Concession & Catering</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />											\n			<h2>Kontiki African Restaurant</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />											\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:49:24','2020-11-17 14:49:24','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(198,1,'2020-11-17 14:49:24','2020-11-17 14:49:24','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />											\n			<h2>Indigo Blue Coffeehouse</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />											\n			<h2>Real Natural Salon</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />											\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />											\n			<h2>Dee\'s Delightful Desserts</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />											\n			<h2>Haygood BBQ Concession & Catering</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />											\n			<h2>Kontiki African Restaurant</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />											\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:49:24','2020-11-17 14:49:24','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(199,1,'2020-11-17 14:51:00','2020-11-17 14:51:00','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />											\n			<h2>Indigo Blue Coffeehouse</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />											\n			<h2>Real Natural Salon</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />											\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />											\n			<h2>Dee\'s Delightful Desserts</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />											\n			<h2>Haygood BBQ Concession & Catering</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />											\n			<h2>Kontiki African Restaurant</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />											\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:51:00','2020-11-17 14:51:00','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(200,1,'2020-11-17 14:51:00','2020-11-17 14:51:00','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />											\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />											\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />											\n			<h2>Indigo Blue Coffeehouse</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />											\n			<h2>Real Natural Salon</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />											\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />											\n			<h2>Dee\'s Delightful Desserts</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />											\n			<h2>Haygood BBQ Concession & Catering</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />											\n			<h2>Kontiki African Restaurant</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />											\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:51:00','2020-11-17 14:51:00','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(201,1,'2020-11-17 14:51:01','2020-11-17 14:51:01','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />											\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://realnaturalsalon.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />											\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />											\n			<h2>Dee\'s Delightful Desserts</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />											\n			<h2>Haygood BBQ Concession & Catering</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />											\n			<h2>Kontiki African Restaurant</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />											\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:51:01','2020-11-17 14:51:01','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(202,1,'2020-11-17 14:53:46','2020-11-17 14:53:46','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />											\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://realnaturalsalon.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />											\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />											\n			<h2>Dee\'s Delightful Desserts</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />											\n			<h2>Haygood BBQ Concession & Catering</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />											\n			<h2>Kontiki African Restaurant</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />											\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:53:46','2020-11-17 14:53:46','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(203,1,'2020-11-17 14:53:47','2020-11-17 14:53:47','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />											\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://realnaturalsalon.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />											\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />											\n			<h2>Dee\'s Delightful Desserts</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />											\n			<h2>Haygood BBQ Concession & Catering</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />											\n			<h2>Kontiki African Restaurant</h2>		\n										<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />											\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:53:47','2020-11-17 14:53:47','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(204,1,'2020-11-17 14:53:47','2020-11-17 14:53:47','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:53:47','2020-11-17 14:53:47','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(205,1,'2020-11-17 14:55:02','2020-11-17 14:55:02','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:55:02','2020-11-17 14:55:02','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(206,1,'2020-11-17 14:55:03','2020-11-17 14:55:03','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:55:03','2020-11-17 14:55:03','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(207,1,'2020-11-17 14:55:03','2020-11-17 14:55:03','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 14:55:03','2020-11-17 14:55:03','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(209,1,'2020-11-17 14:59:09','2020-11-17 14:59:09','','Advancing Black Entrepreneurship Banner','','inherit','open','closed','','advancing-black-entrepreneurship-banner','','','2020-11-17 14:59:09','2020-11-17 14:59:09','',139,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner.jpg',0,'attachment','image/jpeg',0),(210,1,'2020-11-17 15:02:44','2020-11-17 15:02:44','','','','inherit','open','closed','','advancing-black-entrepreneurship-banner-2','','','2020-12-15 02:08:00','2020-12-15 02:08:00','',139,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg',0,'attachment','image/jpeg',0),(213,1,'2020-11-17 15:12:15','2020-11-17 15:12:15','','Advancing Black Entrepreneurship Banner Image','','inherit','open','closed','','advancing-black-entrepreneurship-banner-image','','','2020-11-17 15:12:15','2020-11-17 15:12:15','',139,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png',0,'attachment','image/png',0),(214,1,'2020-11-17 15:12:49','2020-11-17 15:12:49','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:12:49','2020-11-17 15:12:49','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(215,1,'2020-11-17 15:12:50','2020-11-17 15:12:50','<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:12:50','2020-11-17 15:12:50','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(216,1,'2020-11-17 15:12:51','2020-11-17 15:12:51','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:12:51','2020-11-17 15:12:51','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(217,1,'2020-11-17 15:13:27','2020-11-17 15:13:27','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:13:27','2020-11-17 15:13:27','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(218,1,'2020-11-17 15:13:28','2020-11-17 15:13:28','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:13:28','2020-11-17 15:13:28','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(219,1,'2020-11-17 15:13:29','2020-11-17 15:13:29','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:13:29','2020-11-17 15:13:29','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(220,1,'2020-11-17 15:13:37','2020-11-17 15:13:37','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:13:37','2020-11-17 15:13:37','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(221,1,'2020-11-17 15:13:37','2020-11-17 15:13:37','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:13:37','2020-11-17 15:13:37','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(222,1,'2020-11-17 15:13:38','2020-11-17 15:13:38','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:13:38','2020-11-17 15:13:38','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(223,1,'2020-11-17 15:14:15','2020-11-17 15:14:15','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:14:15','2020-11-17 15:14:15','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(224,1,'2020-11-17 15:14:16','2020-11-17 15:14:16','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:14:16','2020-11-17 15:14:16','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(225,1,'2020-11-17 15:14:17','2020-11-17 15:14:17','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:14:17','2020-11-17 15:14:17','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(226,1,'2020-11-17 15:14:55','2020-11-17 15:14:55','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:14:55','2020-11-17 15:14:55','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(227,1,'2020-11-17 15:14:55','2020-11-17 15:14:55','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:14:55','2020-11-17 15:14:55','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(228,1,'2020-11-17 15:14:56','2020-11-17 15:14:56','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:14:56','2020-11-17 15:14:56','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(229,1,'2020-11-17 15:16:04','2020-11-17 15:16:04','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:16:04','2020-11-17 15:16:04','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(230,1,'2020-11-17 15:16:05','2020-11-17 15:16:05','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:16:05','2020-11-17 15:16:05','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(231,1,'2020-11-17 15:16:06','2020-11-17 15:16:06','<img width=\"640\" height=\"400\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-640x400.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-640x400.png 640w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-480x300.png 480w\" sizes=\"(max-width: 640px) 100vw, 640px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:16:06','2020-11-17 15:16:06','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(232,1,'2020-11-17 15:17:14','2020-11-17 15:17:14','<img width=\"640\" height=\"400\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-640x400.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-640x400.png 640w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-480x300.png 480w\" sizes=\"(max-width: 640px) 100vw, 640px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:17:14','2020-11-17 15:17:14','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(233,1,'2020-11-17 15:17:14','2020-11-17 15:17:14','<img width=\"640\" height=\"400\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-640x400.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-640x400.png 640w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-480x300.png 480w\" sizes=\"(max-width: 640px) 100vw, 640px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:17:14','2020-11-17 15:17:14','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(234,1,'2020-11-17 15:17:15','2020-11-17 15:17:15','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:17:15','2020-11-17 15:17:15','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(235,1,'2020-11-17 15:17:48','2020-11-17 15:17:48','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:17:48','2020-11-17 15:17:48','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(236,1,'2020-11-17 15:17:48','2020-11-17 15:17:48','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:17:48','2020-11-17 15:17:48','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(237,1,'2020-11-17 15:17:48','2020-11-17 15:17:48','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:17:48','2020-11-17 15:17:48','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(238,1,'2020-11-17 15:56:02','2020-11-17 15:56:02','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:56:02','2020-11-17 15:56:02','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(239,1,'2020-11-17 15:56:02','2020-11-17 15:56:02','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:56:02','2020-11-17 15:56:02','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(240,1,'2020-11-17 15:56:03','2020-11-17 15:56:03','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 15:56:03','2020-11-17 15:56:03','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(242,1,'2020-11-17 16:00:55','2020-11-17 16:00:55','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>IT IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:00:55','2020-11-17 16:00:55','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(243,1,'2020-11-17 16:00:55','2020-11-17 16:00:55','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>IT IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:00:55','2020-11-17 16:00:55','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(244,1,'2020-11-17 16:00:55','2020-11-17 16:00:55','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>IT IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:00:55','2020-11-17 16:00:55','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(245,1,'2020-11-17 16:29:32','2020-11-17 16:29:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>IT IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:29:32','2020-11-17 16:29:32','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(246,1,'2020-11-17 16:29:32','2020-11-17 16:29:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<a href=\"#\" role=\"button\">\n						Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.\n					</a>\n		<ol><li><strong>IT IS BLACK -OWNED BUISNESS</strong></li><li><strong>IT IS LOCATED IN ARKANSAS</strong></li></ol><p><strong>3. IT IS REGISTERED WITH THE SECTRETARY OF STATE</strong></p><p><strong>4. IT HAS A GOOD CUSTOMER SERVICE</strong></p><p><strong>5. IT HAS COMMITTED TO WORK WITH THE LOCAL TECHNICAL ASSISTANCE PROVIDER FOR AT LEAST 6 MONTHS</strong></p><p><i> <br /></i></p>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:29:32','2020-11-17 16:29:32','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(247,1,'2020-11-17 16:29:33','2020-11-17 16:29:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p><ol><li>Amplify your business reach through social media posts, and media outreach</li><li>Offer your business technical assistance and free workshops/seminars</li><li>Your business will receive recognition at the Black Founders Summit</li><li>Your business will be listed in our online directory</li><li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li></ol>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:29:33','2020-11-17 16:29:33','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(249,1,'2020-11-17 16:34:00','2020-11-17 16:34:00','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p><ol><li>Amplify your business reach through social media posts, and media outreach</li><li>Offer your business technical assistance and free workshops/seminars</li><li>Your business will receive recognition at the Black Founders Summit</li><li>Your business will be listed in our online directory</li><li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li></ol>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:34:00','2020-11-17 16:34:00','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(250,1,'2020-11-17 16:34:00','2020-11-17 16:34:00','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p><ol><li>Amplify your business reach through social media posts, and media outreach</li><li>Offer your business technical assistance and free workshops/seminars</li><li>Your business will receive recognition at the Black Founders Summit</li><li>Your business will be listed in our online directory</li><li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li></ol>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"#\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:34:00','2020-11-17 16:34:00','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(251,1,'2020-11-17 16:34:00','2020-11-17 16:34:00','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p><ol><li>Amplify your business reach through social media posts, and media outreach</li><li>Offer your business technical assistance and free workshops/seminars</li><li>Your business will receive recognition at the Black Founders Summit</li><li>Your business will be listed in our online directory</li><li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li></ol>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:34:00','2020-11-17 16:34:00','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(253,1,'2020-11-17 16:39:30','2020-11-17 16:39:30','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p><ol><li>Amplify your business reach through social media posts, and media outreach</li><li>Offer your business technical assistance and free workshops/seminars</li><li>Your business will receive recognition at the Black Founders Summit</li><li>Your business will be listed in our online directory</li><li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li></ol>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:39:30','2020-11-17 16:39:30','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(254,1,'2020-11-17 16:39:31','2020-11-17 16:39:31','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p><ol><li>Amplify your business reach through social media posts, and media outreach</li><li>Offer your business technical assistance and free workshops/seminars</li><li>Your business will receive recognition at the Black Founders Summit</li><li>Your business will be listed in our online directory</li><li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li></ol>		\n			<h1>MAKE A PLEDGE\n</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:39:31','2020-11-17 16:39:31','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(255,1,'2020-11-17 16:39:31','2020-11-17 16:39:31','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:39:31','2020-11-17 16:39:31','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (256,1,'2020-11-17 16:47:05','2020-11-17 16:47:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:47:05','2020-11-17 16:47:05','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(257,1,'2020-11-17 16:47:05','2020-11-17 16:47:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:47:05','2020-11-17 16:47:05','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(258,1,'2020-11-17 16:47:05','2020-11-17 16:47:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:47:05','2020-11-17 16:47:05','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(259,1,'2020-11-17 16:48:03','2020-11-17 16:48:03','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:48:03','2020-11-17 16:48:03','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(260,1,'2020-11-17 16:48:04','2020-11-17 16:48:04','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:48:04','2020-11-17 16:48:04','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(261,1,'2020-11-17 16:48:05','2020-11-17 16:48:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:48:05','2020-11-17 16:48:05','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(262,1,'2020-11-17 16:55:34','2020-11-17 16:55:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:55:34','2020-11-17 16:55:34','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(263,1,'2020-11-17 16:55:34','2020-11-17 16:55:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:55:34','2020-11-17 16:55:34','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(264,1,'2020-11-17 16:55:34','2020-11-17 16:55:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:55:34','2020-11-17 16:55:34','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(266,1,'2020-11-17 16:57:02','2020-11-17 16:57:02','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:57:02','2020-11-17 16:57:02','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(267,1,'2020-11-17 16:57:02','2020-11-17 16:57:02','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:57:02','2020-11-17 16:57:02','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(268,1,'2020-11-17 16:57:02','2020-11-17 16:57:02','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 16:57:02','2020-11-17 16:57:02','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(269,1,'2020-11-17 17:04:26','2020-11-17 17:04:26','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 17:04:26','2020-11-17 17:04:26','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(270,1,'2020-11-17 17:04:26','2020-11-17 17:04:26','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 17:04:26','2020-11-17 17:04:26','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(271,1,'2020-11-17 17:04:27','2020-11-17 17:04:27','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 17:04:27','2020-11-17 17:04:27','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(272,1,'2020-11-17 17:10:59','2020-11-17 17:10:59','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 17:10:59','2020-11-17 17:10:59','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(273,1,'2020-11-17 17:11:00','2020-11-17 17:11:00','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 17:11:00','2020-11-17 17:11:00','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(274,1,'2020-11-17 17:11:00','2020-11-17 17:11:00','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 17:11:00','2020-11-17 17:11:00','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(275,1,'2020-11-17 18:35:41','2020-11-17 18:35:41','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 18:35:41','2020-11-17 18:35:41','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(276,1,'2020-11-17 18:35:41','2020-11-17 18:35:41','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 18:35:41','2020-11-17 18:35:41','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(277,1,'2020-11-17 18:35:41','2020-11-17 18:35:41','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 18:35:41','2020-11-17 18:35:41','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(278,1,'2020-11-17 19:55:12','2020-11-17 19:55:12','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 19:55:12','2020-11-17 19:55:12','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(279,1,'2020-11-17 19:55:12','2020-11-17 19:55:12','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Take A Pledge\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 19:55:12','2020-11-17 19:55:12','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(280,1,'2020-11-17 19:55:12','2020-11-17 19:55:12','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Shop Certified Black-Owned Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 19:55:12','2020-11-17 19:55:12','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(281,1,'2020-11-17 19:55:46','2020-11-17 19:55:46','','','','inherit','open','closed','','certified-black','','','2020-12-15 05:30:06','2020-12-15 05:30:06','',139,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png',0,'attachment','image/png',0),(282,1,'2020-11-17 19:56:57','2020-11-17 19:56:57','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 19:56:57','2020-11-17 19:56:57','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(283,1,'2020-11-17 19:56:57','2020-11-17 19:56:57','<img width=\"1080\" height=\"1080\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image.png 1080w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-Image-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 19:56:57','2020-11-17 19:56:57','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(284,1,'2020-11-17 19:56:58','2020-11-17 19:56:58','<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 19:56:58','2020-11-17 19:56:58','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(285,1,'2020-11-17 20:10:22','2020-11-17 20:10:22','<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 20:10:22','2020-11-17 20:10:22','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(286,1,'2020-11-17 20:10:22','2020-11-17 20:10:22','<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 20:10:22','2020-11-17 20:10:22','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(287,1,'2020-11-17 20:10:23','2020-11-17 20:10:23','<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 20:10:23','2020-11-17 20:10:23','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(288,1,'2020-11-17 20:12:43','2020-11-17 20:12:43','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Shop Certified Black-Owned Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 20:12:43','2020-11-17 20:12:43','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(289,1,'2020-11-17 20:12:43','2020-11-17 20:12:43','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"532\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1024x681.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-768x511.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-1536x1021.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-5-2048x1362.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Shop Certified Black-Owned Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-3-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 20:12:43','2020-11-17 20:12:43','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(290,1,'2020-11-17 20:12:43','2020-11-17 20:12:43','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Shop Certified Black-Owned Businesses\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 20:12:43','2020-11-17 20:12:43','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(291,1,'2020-11-17 20:36:51','2020-11-17 20:36:51','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Shop Certified Black-Owned Businesses\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 20:36:51','2020-11-17 20:36:51','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(292,1,'2020-11-17 20:36:51','2020-11-17 20:36:51','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory\" role=\"button\">\n						Shop Certified Black-Owned Businesses\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 20:36:51','2020-11-17 20:36:51','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(293,1,'2020-11-17 20:36:51','2020-11-17 20:36:51','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Shop Certified Black-Owned Businesses\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-17 20:36:51','2020-11-17 20:36:51','',5,'http://advancingblackentrepreneurship.com/2020/11/17/5-revision-v1/',0,'revision','',0),(294,1,'2020-11-17 20:43:04','2020-11-17 20:43:04','<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 20:43:04','2020-11-17 20:43:04','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(295,1,'2020-11-17 20:43:04','2020-11-17 20:43:04','<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 20:43:04','2020-11-17 20:43:04','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(296,1,'2020-11-17 20:43:05','2020-11-17 20:43:05','<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-17 20:43:05','2020-11-17 20:43:05','',139,'http://advancingblackentrepreneurship.com/2020/11/17/139-revision-v1/',0,'revision','',0),(297,2,'2020-11-19 01:52:53','2020-11-19 01:52:53','<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-19 01:52:53','2020-11-19 01:52:53','',139,'http://advancingblackentrepreneurship.com/2020/11/19/139-revision-v1/',0,'revision','',0),(298,2,'2020-11-19 01:52:53','2020-11-19 01:52:53','<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-19 01:52:53','2020-11-19 01:52:53','',139,'http://advancingblackentrepreneurship.com/2020/11/19/139-revision-v1/',0,'revision','',0),(299,2,'2020-11-19 01:52:53','2020-11-19 01:52:53','<img width=\"768\" height=\"768\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-19 01:52:53','2020-11-19 01:52:53','',139,'http://advancingblackentrepreneurship.com/2020/11/19/139-revision-v1/',0,'revision','',0),(301,2,'2020-11-19 02:02:58','2020-11-19 02:02:58','<img width=\"768\" height=\"768\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-19 02:02:58','2020-11-19 02:02:58','',139,'http://advancingblackentrepreneurship.com/2020/11/19/139-revision-v1/',0,'revision','',0),(302,2,'2020-11-19 02:02:58','2020-11-19 02:02:58','<img width=\"768\" height=\"768\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h2>We urge you to shop black businesses with your dollars, choosing to support black businesses over Big Box stores and national chains that divert money, character and power away from our community.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-19 02:02:58','2020-11-19 02:02:58','',139,'http://advancingblackentrepreneurship.com/2020/11/19/139-revision-v1/',0,'revision','',0),(303,2,'2020-11-19 02:02:58','2020-11-19 02:02:58','<img width=\"768\" height=\"768\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-19 02:02:58','2020-11-19 02:02:58','',139,'http://advancingblackentrepreneurship.com/2020/11/19/139-revision-v1/',0,'revision','',0),(304,2,'2020-11-19 02:13:24','2020-11-19 02:13:24','<img width=\"768\" height=\"768\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-19 02:13:24','2020-11-19 02:13:24','',139,'http://advancingblackentrepreneurship.com/2020/11/19/139-revision-v1/',0,'revision','',0),(305,2,'2020-11-19 02:13:24','2020-11-19 02:13:24','<img width=\"768\" height=\"768\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-19 02:13:24','2020-11-19 02:13:24','',139,'http://advancingblackentrepreneurship.com/2020/11/19/139-revision-v1/',0,'revision','',0),(306,2,'2020-11-19 02:13:25','2020-11-19 02:13:25','<img width=\"768\" height=\"768\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Certified Black-Owned businesses individually and institutionally. Below a list of Certified Black-Owned Businesses to Support.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-19 02:13:25','2020-11-19 02:13:25','',139,'http://advancingblackentrepreneurship.com/2020/11/19/139-revision-v1/',0,'revision','',0),(307,2,'2020-11-19 02:15:27','2020-11-19 02:15:27','<img width=\"768\" height=\"768\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Certified Black-Owned businesses individually and institutionally. Below a list of Certified Black-Owned Businesses to Support.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-19 02:15:27','2020-11-19 02:15:27','',139,'http://advancingblackentrepreneurship.com/2020/11/19/139-revision-v1/',0,'revision','',0),(308,2,'2020-11-19 02:15:28','2020-11-19 02:15:28','<img width=\"768\" height=\"768\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 768px) 100vw, 768px\" />											\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Certified Black-Owned businesses individually and institutionally. Below a list of Certified Black-Owned Businesses to Support.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-19 02:15:28','2020-11-19 02:15:28','',139,'http://advancingblackentrepreneurship.com/2020/11/19/139-revision-v1/',0,'revision','',0),(309,2,'2020-11-19 02:15:28','2020-11-19 02:15:28','<img width=\"300\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>We are asking you to pledge 10% of monthly spending/budget with Certified Black-Owned businesses individually and institutionally. Below a list of Certified Black-Owned Businesses to Support.</h2>		\n											<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/1.-Pyramid-Book-Store--oyjqs0nbew9g4hbmnrjd6ih9tqsybrfiyy2ynu5aoe.jpg\" title=\"1. Pyramid Book Store\" alt=\"1. Pyramid Book Store\" />								</a>\n			<h2>Pyramid Art Books & Custom Framing </h2>		\n											<a href=\"http://www.lindseybbq.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/9.-Lindseys-oyjugresklz7q0i7j56nb0kpwoj1cyevvyriilbrym.jpg\" title=\"9. Lindsey&#8217;s\" alt=\"9. Lindsey\'s\" />								</a>\n			<h2>Lindsey\'s BBQ & Hospitality House</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/2.-Kettle-Corn--oyjr7h3rstf71mvceg2i6m25hum8wksmfgaern88cu.jpg\" title=\"2. Kettle Corn\" alt=\"2. Kettle Corn\" />								</a>\n			<h2>Mr. Keith\'s Kettle Corn</h2>		\n											<a href=\"http://realnaturalsalon.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/5.-Real-Natural-Salon-oyjuoikuyeldi78p8zuudk4mc4b1v275yciq1rtumm.png\" title=\"5. Real Natural Salon\" alt=\"5. Real Natural Salon\" />								</a>\n			<h2>Real Natural Salon</h2>		\n											<a href=\"http://deesdelightfuldesserts.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/6.-Dee-oyjun5p930qgqh7p6eq8rwgng2zyqst4fmlh3dubm6.jpg\" title=\"6. Dee\" alt=\"6. Dee\" />								</a>\n			<h2>Dee\'s Delightful Desserts</h2>		\n											<a href=\"https://www.facebook.com/Indigo-Blue-Coffeehouse-2057388374581543\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/8.-Indigo-Blue-Coffee-House-oyjuhgsfp4xyfhhcey5koc65y31y4s7mzgdmh2a5am.png\" title=\"8. Indigo Blue Coffee House\" alt=\"8. Indigo Blue Coffee House\" />								</a>\n			<h2>Indigo Blue Coffeehouse</h2>		\n											<a href=\"http://Haygoodbbq.com/\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/7.-Haygood-BBQ-1-oyjuibt3yo4f2m8adtk9gmcdjst26sms3pwnb705la.jpg\" title=\"7. Haygood BBQ 1\" alt=\"7. Haygood BBQ 1\" />								</a>\n			<h2>Haygood BBQ Concession & Catering</h2>		\n											<a href=\"https://www.facebook.com/kontikikitchen/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/3.-Kontiki-oyjur5ik4o7c2tesumw5ve66c1b4gho1zeeripx366.png\" title=\"3. Kontiki\" alt=\"3. Kontiki\" />								</a>\n			<h2>Kontiki African Restaurant</h2>		\n											<a href=\"http://www.akickabove.com/\" target=\"_blank\" rel=\"noopener noreferrer\">\n							<img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/elementor/thumbs/10.-A-Kick-oyjufej6p84ayah7gk21pcwr0n7y8p0ud8u9k7c8tq.jpg\" title=\"10. A Kick\" alt=\"10. A Kick\" />								</a>\n			<h2>A Kick Above<br>-<br>A Personal Training Studio</h2>','Business Directory','','inherit','closed','closed','','139-revision-v1','','','2020-11-19 02:15:28','2020-11-19 02:15:28','',139,'http://advancingblackentrepreneurship.com/2020/11/19/139-revision-v1/',0,'revision','',0),(311,2,'2020-11-19 02:25:07','2020-11-19 02:25:07','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Shop Certified Black-Owned Businesses\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 02:25:07','2020-11-19 02:25:07','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(312,2,'2020-11-19 02:25:07','2020-11-19 02:25:07','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Shop Certified Black-Owned Businesses\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 02:25:07','2020-11-19 02:25:07','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(313,2,'2020-11-19 02:25:08','2020-11-19 02:25:08','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 02:25:08','2020-11-19 02:25:08','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(314,2,'2020-11-19 02:25:58','2020-11-19 02:25:58','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 02:25:58','2020-11-19 02:25:58','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(315,2,'2020-11-19 02:25:58','2020-11-19 02:25:58','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 02:25:58','2020-11-19 02:25:58','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(316,2,'2020-11-19 02:25:58','2020-11-19 02:25:58','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 02:25:58','2020-11-19 02:25:58','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(317,2,'2020-11-19 02:31:05','2020-11-19 02:31:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 02:31:05','2020-11-19 02:31:05','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(318,2,'2020-11-19 02:31:05','2020-11-19 02:31:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 02:31:05','2020-11-19 02:31:05','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(319,2,'2020-11-19 02:31:05','2020-11-19 02:31:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li>\n</ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 02:31:05','2020-11-19 02:31:05','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(320,2,'2020-11-19 02:32:15','2020-11-19 02:32:15','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li>\n</ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 02:32:15','2020-11-19 02:32:15','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(321,2,'2020-11-19 02:32:15','2020-11-19 02:32:15','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li>\n</ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 02:32:15','2020-11-19 02:32:15','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(322,2,'2020-11-19 02:32:16','2020-11-19 02:32:16','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 02:32:16','2020-11-19 02:32:16','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(323,2,'2020-11-19 03:16:35','2020-11-19 03:16:35','','','','publish','closed','closed','','323','','','2020-11-19 03:16:35','2020-11-19 03:16:35','',0,'http://advancingblackentrepreneurship.com/nf_sub/323/',0,'nf_sub','',0),(325,2,'2020-11-19 23:12:24','2020-11-19 23:12:24','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 23:12:24','2020-11-19 23:12:24','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(326,2,'2020-11-19 23:12:25','2020-11-19 23:12:25','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge 10% of monthly spending/budget with certified Black-Owned businesses individually and institutionally. </h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 23:12:25','2020-11-19 23:12:25','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(327,2,'2020-11-19 23:12:25','2020-11-19 23:12:25','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 23:12:25','2020-11-19 23:12:25','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(329,2,'2020-11-19 23:16:30','2020-11-19 23:16:30','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 23:16:30','2020-11-19 23:16:30','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(330,2,'2020-11-19 23:16:31','2020-11-19 23:16:31','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 23:16:31','2020-11-19 23:16:31','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(331,2,'2020-11-19 23:16:31','2020-11-19 23:16:31','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\nSUPPORT THE BLACK-OWNED COMPANIES WITH YOUR DOLLARS</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 23:16:31','2020-11-19 23:16:31','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(332,2,'2020-11-19 23:18:05','2020-11-19 23:18:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\nSUPPORT THE BLACK-OWNED COMPANIES WITH YOUR DOLLARS</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 23:18:05','2020-11-19 23:18:05','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(333,2,'2020-11-19 23:18:06','2020-11-19 23:18:06','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SHOP BLACK</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\nSUPPORT THE BLACK-OWNED COMPANIES WITH YOUR DOLLARS</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 23:18:06','2020-11-19 23:18:06','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(334,2,'2020-11-19 23:18:06','2020-11-19 23:18:06','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-19 23:18:06','2020-11-19 23:18:06','',5,'http://advancingblackentrepreneurship.com/2020/11/19/5-revision-v1/',0,'revision','',0),(336,2,'2020-11-20 00:12:38','2020-11-20 00:12:38','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-20 00:12:38','2020-11-20 00:12:38','',5,'http://advancingblackentrepreneurship.com/2020/11/20/5-revision-v1/',0,'revision','',0),(337,2,'2020-11-20 00:12:39','2020-11-20 00:12:39','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Amplify your business reach through social media posts, and media outreach</li>\n<li>Offer your business technical assistance and free workshops/seminars</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-20 00:12:39','2020-11-20 00:12:39','',5,'http://advancingblackentrepreneurship.com/2020/11/20/5-revision-v1/',0,'revision','',0),(338,2,'2020-11-20 00:12:39','2020-11-20 00:12:39','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Promote your business: Amplify your business reach through social media posts, and media outreach</li>\n<li>Capacity Development: Access to mentoring, technical assistance&nbsp; and education</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-20 00:12:39','2020-11-20 00:12:39','',5,'http://advancingblackentrepreneurship.com/2020/11/20/5-revision-v1/',0,'revision','',0),(340,2,'2020-11-20 00:24:02','2020-11-20 00:24:02','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Promote your business: Amplify your business reach through social media posts, and media outreach</li>\n<li>Capacity Development: Access to mentoring, technical assistance&nbsp; and education</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-20 00:24:02','2020-11-20 00:24:02','',5,'http://advancingblackentrepreneurship.com/2020/11/20/5-revision-v1/',0,'revision','',0),(341,2,'2020-11-20 00:24:03','2020-11-20 00:24:03','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Promote your business: Amplify your business reach through social media posts, and media outreach</li>\n<li>Capacity Development: Access to mentoring, technical assistance&nbsp; and education</li>\n<li>Your business will receive recognition at the Black Founders Summit</li>\n<li>Your business will be listed in our online directory</li>\n<li>Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-20 00:24:03','2020-11-20 00:24:03','',5,'http://advancingblackentrepreneurship.com/2020/11/20/5-revision-v1/',0,'revision','',0),(342,2,'2020-11-20 00:24:03','2020-11-20 00:24:03','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li>\n<li>Capacity Development: Access to mentoring, technical assistance&nbsp; and education</li>\n<li>Access: Business opportunities with the corporations, state and local entities&nbsp;</li>\n<li>Networking: Networking at ReMix Ideas events</li>\n<li>Advocacy: Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-20 00:24:03','2020-11-20 00:24:03','',5,'http://advancingblackentrepreneurship.com/2020/11/20/5-revision-v1/',0,'revision','',0),(343,2,'2020-11-20 00:29:21','2020-11-20 00:29:21','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li>\n<li>Capacity Development: Access to mentoring, technical assistance&nbsp; and education</li>\n<li>Access: Business opportunities with the corporations, state and local entities&nbsp;</li>\n<li>Networking: Networking at ReMix Ideas events</li>\n<li>Advocacy: Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-20 00:29:21','2020-11-20 00:29:21','',5,'http://advancingblackentrepreneurship.com/2020/11/20/5-revision-v1/',0,'revision','',0),(344,2,'2020-11-20 00:29:21','2020-11-20 00:29:21','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in the United States</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider for at least 6 months</li></ol><p>Benefits include:</p>\n<ol>\n<li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li>\n<li>Capacity Development: Access to mentoring, technical assistance&nbsp; and education</li>\n<li>Access: Business opportunities with the corporations, state and local entities&nbsp;</li>\n<li>Networking: Networking at ReMix Ideas events</li>\n<li>Advocacy: Your business will receive a printed decal and digital graphics for use on your storefront, website, and digital communications.</li>\n</ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-20 00:29:21','2020-11-20 00:29:21','',5,'http://advancingblackentrepreneurship.com/2020/11/20/5-revision-v1/',0,'revision','',0),(345,2,'2020-11-20 00:29:21','2020-11-20 00:29:21','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-20 00:29:21','2020-11-20 00:29:21','',5,'http://advancingblackentrepreneurship.com/2020/11/20/5-revision-v1/',0,'revision','',0),(346,2,'2020-11-23 21:03:21','2020-11-23 21:03:21','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-23 21:03:21','2020-11-23 21:03:21','',5,'http://advancingblackentrepreneurship.com/2020/11/23/5-revision-v1/',0,'revision','',0),(347,2,'2020-11-23 21:03:21','2020-11-23 21:03:21','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-23 21:03:21','2020-11-23 21:03:21','',5,'http://advancingblackentrepreneurship.com/2020/11/23/5-revision-v1/',0,'revision','',0),(348,2,'2020-11-23 21:03:22','2020-11-23 21:03:22','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-23 21:03:22','2020-11-23 21:03:22','',5,'http://advancingblackentrepreneurship.com/2020/11/23/5-revision-v1/',0,'revision','',0),(349,2,'2020-11-23 21:05:19','2020-11-23 21:05:19','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-23 21:05:19','2020-11-23 21:05:19','',5,'http://advancingblackentrepreneurship.com/2020/11/23/5-revision-v1/',0,'revision','',0),(350,2,'2020-11-23 21:05:20','2020-11-23 21:05:20','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>The additional challenges necessitate swift action, strategic thinking, more knowledge sharing and more financial resources. Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-23 21:05:20','2020-11-23 21:05:20','',5,'http://advancingblackentrepreneurship.com/2020/11/23/5-revision-v1/',0,'revision','',0),(351,2,'2020-11-23 21:05:20','2020-11-23 21:05:20','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-23 21:05:20','2020-11-23 21:05:20','',5,'http://advancingblackentrepreneurship.com/2020/11/23/5-revision-v1/',0,'revision','',0),(357,1,'2020-11-28 16:23:26','2020-11-28 16:23:26','','Pyramid Art Books & Custom Framing','','inherit','closed','closed','','356-revision-v1','','','2020-11-28 16:23:26','2020-11-28 16:23:26','',356,'http://advancingblackentrepreneurship.com/2020/11/28/356-revision-v1/',0,'revision','',0),(361,1,'2020-11-28 16:29:07','2020-11-28 16:29:07','','Mr. Keith\'s Kettlecorn','','inherit','closed','closed','','360-revision-v1','','','2020-11-28 16:29:07','2020-11-28 16:29:07','',360,'http://advancingblackentrepreneurship.com/2020/11/28/360-revision-v1/',0,'revision','',0),(363,1,'2020-11-28 16:34:02','2020-11-28 16:34:02','','Kontiki African Kitchen','','inherit','closed','closed','','362-revision-v1','','','2020-11-28 16:34:02','2020-11-28 16:34:02','',362,'http://advancingblackentrepreneurship.com/2020/11/28/362-revision-v1/',0,'revision','',0),(365,1,'2020-11-28 16:35:34','2020-11-28 16:35:34','','Michael Blake Menswear LLC','','inherit','closed','closed','','364-revision-v1','','','2020-11-28 16:35:34','2020-11-28 16:35:34','',364,'http://advancingblackentrepreneurship.com/2020/11/28/364-revision-v1/',0,'revision','',0),(367,1,'2020-11-28 16:36:34','2020-11-28 16:36:34','','Real Natural Salon','','inherit','closed','closed','','366-revision-v1','','','2020-11-28 16:36:34','2020-11-28 16:36:34','',366,'http://advancingblackentrepreneurship.com/2020/11/28/366-revision-v1/',0,'revision','',0),(369,1,'2020-11-28 16:37:33','2020-11-28 16:37:33','','Dee\'s Delightful Desserts','','inherit','closed','closed','','368-revision-v1','','','2020-11-28 16:37:33','2020-11-28 16:37:33','',368,'http://advancingblackentrepreneurship.com/2020/11/28/368-revision-v1/',0,'revision','',0),(371,1,'2020-11-28 16:54:56','2020-11-28 16:54:56','','Pyramid Art Books & Custom Framing','','publish','open','closed','','pyramid-art-books-custom-framing','','','2020-11-28 16:54:56','2020-11-28 16:54:56','',0,'http://advancingblackentrepreneurship.com/?page_id=/371//',0,'wpbdp_listing','',0),(377,1,'2020-11-29 21:44:41','2020-11-29 21:44:41','[directorist_search_listing]','Search Home','','publish','closed','closed','','search-home','','','2020-11-29 21:44:41','2020-11-29 21:44:41','',0,'http://advancingblackentrepreneurship.com/search-home/',0,'page','',0),(378,1,'2020-11-29 21:44:41','2020-11-29 21:44:41','[directorist_search_result]','Search Result','','publish','closed','closed','','search-result','','','2020-11-29 21:44:41','2020-11-29 21:44:41','',0,'http://advancingblackentrepreneurship.com/search-result/',0,'page','',0),(379,1,'2020-11-29 21:44:41','2020-11-29 21:44:41','[directorist_add_listing]','Add Listing','','publish','closed','closed','','add-listing','','','2020-11-29 21:44:41','2020-11-29 21:44:41','',0,'http://advancingblackentrepreneurship.com/add-listing/',0,'page','',0),(380,1,'2020-11-29 21:44:41','2020-11-29 21:44:41','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a style=\"color: #ff0000;\" href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','publish','closed','closed','','all-listings','','','2021-04-16 12:53:34','2021-04-16 12:53:34','',0,'http://advancingblackentrepreneurship.com/all-listings/',0,'page','',0),(381,1,'2020-11-29 21:44:41','2020-11-29 21:44:41','[directorist_category]','Single Category','','publish','closed','closed','','single-category','','','2020-11-29 21:44:41','2020-11-29 21:44:41','',0,'http://advancingblackentrepreneurship.com/single-category/',0,'page','',0),(382,1,'2020-11-29 21:44:41','2020-11-29 21:44:41','[directorist_location]','Single Location','','publish','closed','closed','','single-location','','','2020-11-29 21:44:41','2020-11-29 21:44:41','',0,'http://advancingblackentrepreneurship.com/single-location/',0,'page','',0),(383,1,'2020-11-29 21:44:41','2020-11-29 21:44:41','[directorist_tag]','Single Tag','','publish','closed','closed','','single-tag','','','2020-11-29 21:44:41','2020-11-29 21:44:41','',0,'http://advancingblackentrepreneurship.com/single-tag/',0,'page','',0),(384,1,'2020-11-29 21:44:41','2020-11-29 21:44:41','[directorist_author_profile]','Author Profile','','publish','closed','closed','','author-profile','','','2020-11-29 21:44:41','2020-11-29 21:44:41','',0,'http://advancingblackentrepreneurship.com/author-profile/',0,'page','',0),(385,1,'2020-11-29 21:44:41','2020-11-29 21:44:41','[directorist_user_dashboard]','Dashboard','','publish','closed','closed','','dashboard','','','2020-11-29 21:44:41','2020-11-29 21:44:41','',0,'http://advancingblackentrepreneurship.com/dashboard/',0,'page','',0),(386,1,'2020-11-29 21:44:42','2020-11-29 21:44:42','[directorist_custom_registration]','Registration','','publish','closed','closed','','registration','','','2020-11-29 21:44:42','2020-11-29 21:44:42','',0,'http://advancingblackentrepreneurship.com/registration/',0,'page','',0),(387,1,'2020-11-29 21:44:42','2020-11-29 21:44:42','[directorist_user_login]','Login','','publish','closed','closed','','login','','','2020-11-29 21:44:42','2020-11-29 21:44:42','',0,'http://advancingblackentrepreneurship.com/login/',0,'page','',0),(388,1,'2020-11-29 21:45:04','2020-11-29 21:45:04','[directorist_all_categories]','All Categories','','publish','closed','closed','','all-categories','','','2020-11-29 21:45:04','2020-11-29 21:45:04','',0,'http://advancingblackentrepreneurship.com/all-categories/',0,'page','',0),(389,1,'2020-11-29 21:45:04','2020-11-29 21:45:04','[directorist_all_locations]','All Locations','','publish','closed','closed','','all-locations','','','2020-11-29 21:45:04','2020-11-29 21:45:04','',0,'http://advancingblackentrepreneurship.com/all-locations/',0,'page','',0),(390,1,'2020-11-29 21:50:27','2020-11-29 21:50:27','Supporting all genres from classics to new releases. We host book signings, storytime for children, and community discussions. Call us for any book.','Pyramid Art Books & Custom Framing','','publish','closed','closed','','pyramid-art-books-custom-framing','','','2021-01-04 17:52:25','2021-01-04 17:52:25','',0,'http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=390',0,'at_biz_dir','',0),(391,1,'2020-11-29 21:51:52','2020-11-29 21:51:52','Mr. Keith\'s Kettle corn is the best kettle corn in the south. We have many favors that are very savory.','Mr. Keith\'s Kettlecorn','','publish','closed','closed','','mr-keiths-kettlecorn','','','2021-01-04 17:51:50','2021-01-04 17:51:50','',0,'http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=391',0,'at_biz_dir','',0),(393,1,'2020-11-30 01:20:01','2020-11-30 01:20:01','African Restaurant','Kontiki African Restaurant','','publish','closed','closed','','kontiki-african-restaurant','','','2021-01-04 17:50:45','2021-01-04 17:50:45','',0,'http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=393',0,'at_biz_dir','',0),(394,1,'2020-11-30 01:21:14','2020-11-30 01:21:14','<div class=\"j83agx80\">\r\n<div>\r\n<div class=\"dwo3fsh8 g5ia77u1 rt8b4zig n8ej3o3l agehan2d sk4xxmp2 rq0escxv q9uorilb kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso l9j0dhe7 i1ao9s8h k4urcfbm\">\r\n<div class=\"j83agx80 cbu4d94t sj5x9vvc cxgpxx05\">\r\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 pfnyh3mw jifvfom9 ll8tlv6m owycx6da btwxx1t3 hv4rvrfc dati1w0a jb3vyjys b5q2rw42 lq239pai mysgfdmx hddg9phg\">\r\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 cbu4d94t g5gj957u d2edcug0 hpfvmrgz rj1gh0hx buofh1pr o8rfisnq p8fzw8mz pcp91wgn iuny7tx3 ipjc6fyt\">\r\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\r\n<div class=\"qzhwtbm6 knvmm38d\">\r\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\r\n<div class=\"qzhwtbm6 knvmm38d\">\r\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">At Michael Blake Menswear we create clothing that reflect the peculiarities of your life and style. We offer custom suits, shirts, shoes and tuxedo rentals</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"pybr56ya hv4rvrfc f9o22wc5 j83agx80\">We make made-to-measure menswear, we have over 300 fabric selection for suits, trousers, and shirts. We also have a selection of all leather shoes. We can do a private consultation in you\'re home or office.</div>\r\n</div>','Michael Blake Menswear LLC','','publish','closed','closed','','michael-blake-menswear-llc','','','2021-02-17 17:13:11','2021-02-17 17:13:11','',0,'http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=394',0,'at_biz_dir','',0),(395,1,'2020-11-30 01:22:43','2020-11-30 01:22:43','Beauty Salon','Real Natural Salon','','publish','closed','closed','','real-natural-salon','','','2021-01-04 17:49:09','2021-01-04 17:49:09','',0,'http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=395',0,'at_biz_dir','',0),(396,1,'2020-11-30 01:24:19','2020-11-30 01:24:19','','Haygood BBQ Concession & Catering','','publish','closed','closed','','haygood-bbq-concession-catering','','','2021-01-04 17:48:13','2021-01-04 17:48:13','',0,'http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=396',0,'at_biz_dir','',0),(397,1,'2020-11-30 01:25:24','2020-11-30 01:25:24','A quaint coffeehouse located in a historic building in the downtown commercial district.','Indigo Blue Coffeehouse','','publish','closed','closed','','indigo-blue-coffeehouse','','','2021-01-04 17:47:38','2021-01-04 17:47:38','',0,'http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=397',0,'at_biz_dir','',0),(398,1,'2020-11-30 01:28:54','2020-11-30 01:28:54','<div class=\"j83agx80\">\r\n<div>\r\n<div class=\"dwo3fsh8 g5ia77u1 rt8b4zig n8ej3o3l agehan2d sk4xxmp2 rq0escxv q9uorilb kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso l9j0dhe7 i1ao9s8h k4urcfbm\">\r\n<div class=\"j83agx80 cbu4d94t sj5x9vvc cxgpxx05\">\r\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 pfnyh3mw jifvfom9 ll8tlv6m owycx6da btwxx1t3 hv4rvrfc dati1w0a jb3vyjys b5q2rw42 lq239pai mysgfdmx hddg9phg\">\r\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 cbu4d94t g5gj957u d2edcug0 hpfvmrgz rj1gh0hx buofh1pr o8rfisnq p8fzw8mz pcp91wgn iuny7tx3 ipjc6fyt\">\r\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\r\n<div class=\"qzhwtbm6 knvmm38d\">\r\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\r\n<div class=\"qzhwtbm6 knvmm38d\">\r\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">Barbecue Restaurant</div>\r\n<div dir=\"auto\">Fine Food and Elegant Accommodations at an Affordable Price</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"pybr56ya hv4rvrfc f9o22wc5 j83agx80\">Lindsey\'s Hospitality House is the ideal location to Host your special event! Enjoy great food and Quality service in a warm and friendly atmosphere. Schedule your business, family, or church event in our private banquet room especially designed for catering to your specials needs!</div>\r\n</div>\r\n<div class=\"j83agx80\">\r\n<div class=\"dwo3fsh8 g5ia77u1 rt8b4zig n8ej3o3l agehan2d sk4xxmp2 rq0escxv q9uorilb kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso l9j0dhe7 i1ao9s8h k4urcfbm\">\r\n<div class=\"j83agx80 cbu4d94t sj5x9vvc cxgpxx05\">\r\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 pfnyh3mw jifvfom9 ll8tlv6m owycx6da btwxx1t3 hv4rvrfc dati1w0a jb3vyjys b5q2rw42 lq239pai mysgfdmx hddg9phg\">\r\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 cbu4d94t g5gj957u d2edcug0 hpfvmrgz rj1gh0hx buofh1pr o8rfisnq p8fzw8mz pcp91wgn iuny7tx3 ipjc6fyt\">\r\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\r\n<div class=\"qzhwtbm6 knvmm38d\">\r\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\r\n<div class=\"qzhwtbm6 knvmm38d\">\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">Catering</div>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">With our 20’ fully equipped catering trailer we are capable of meeting all your catering needs across town or across the country. No group is to small or two large for us to accommodate. Lindsey\'s has a broad selection of menu items to choose from in order to cater to your special event. Call or email us today for pricing and to select menu options</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Lindsey\'s BBQ & Hospitality House','','publish','closed','closed','','lindseys-bbq-hospitality-house','','','2021-01-04 17:46:46','2021-01-04 17:46:46','',0,'http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=398',0,'at_biz_dir','',0),(399,1,'2020-11-30 01:30:10','2020-11-30 01:30:10','<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">A Kick Above is a private, personal training and general fitness studio. We believe that each person has a God-given purpose in life. The way that purpose is most effectively fulfilled is when we are healthy - mind, BODY and soul. The goal of our studio is to create an environment that is both positive and challenging.</div>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">We invite you to experience CHANGE - a change in gym atmosphere, a change in personal training philosophy and a change in your lifestyle.</div>\r\n</div>','A Kick Above - A Personal Training Studio','','publish','closed','closed','','a-kick-above-a-personal-training-studio','','','2021-01-04 17:46:07','2021-01-04 17:46:07','',0,'http://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=399',0,'at_biz_dir','',0),(400,1,'2020-11-30 01:41:33','2020-11-30 01:41:33','<p>[directorist_all_listing]</p>\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 01:41:33','2020-11-30 01:41:33','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(401,1,'2020-11-30 01:56:09','2020-11-30 01:56:09','<p>[directorist_all_listing]</p>\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 01:56:09','2020-11-30 01:56:09','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(402,1,'2020-11-30 01:56:09','2020-11-30 01:56:09','<p>[directorist_all_listing]</p>\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 01:56:09','2020-11-30 01:56:09','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(403,1,'2020-11-30 01:56:09','2020-11-30 01:56:09','<p>Find a Lowcountry Local First member business or <a href=\"https://lowcountrylocalfirst.org/join/\">click here</a> to make sure yours is listed. Having trouble finding a local business that suits your needs? <a href=\"mailto:wyatt@lowcountrylocalfirst.org\">Submit a free request</a> and we will gladly help!</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories and keywords.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 01:56:09','2020-11-30 01:56:09','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(405,1,'2020-11-30 02:08:15','2020-11-30 02:08:15','','ULSA','','inherit','open','closed','','ulsa','','','2020-11-30 02:08:15','2020-11-30 02:08:15','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png',0,'attachment','image/png',0),(406,1,'2020-11-30 02:08:41','2020-11-30 02:08:41','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-30 02:08:41','2020-11-30 02:08:41','',5,'http://advancingblackentrepreneurship.com/2020/11/30/5-revision-v1/',0,'revision','',0),(407,1,'2020-11-30 02:08:41','2020-11-30 02:08:41','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-30 02:08:41','2020-11-30 02:08:41','',5,'http://advancingblackentrepreneurship.com/2020/11/30/5-revision-v1/',0,'revision','',0),(408,1,'2020-11-30 02:08:42','2020-11-30 02:08:42','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-30 02:08:42','2020-11-30 02:08:42','',5,'http://advancingblackentrepreneurship.com/2020/11/30/5-revision-v1/',0,'revision','',0),(409,1,'2020-11-30 02:09:11','2020-11-30 02:09:11','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-30 02:09:11','2020-11-30 02:09:11','',5,'http://advancingblackentrepreneurship.com/2020/11/30/5-revision-v1/',0,'revision','',0),(410,1,'2020-11-30 02:09:11','2020-11-30 02:09:11','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/business-directory/#support\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-30 02:09:11','2020-11-30 02:09:11','',5,'http://advancingblackentrepreneurship.com/2020/11/30/5-revision-v1/',0,'revision','',0),(411,1,'2020-11-30 02:09:12','2020-11-30 02:09:12','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-30 02:09:12','2020-11-30 02:09:12','',5,'http://advancingblackentrepreneurship.com/2020/11/30/5-revision-v1/',0,'revision','',0),(412,1,'2020-11-30 02:10:29','2020-11-30 02:10:29','[directorist_location]','Single Location','','inherit','closed','closed','','382-autosave-v1','','','2020-11-30 02:10:29','2020-11-30 02:10:29','',382,'http://advancingblackentrepreneurship.com/2020/11/30/382-autosave-v1/',0,'revision','',0),(413,1,'2020-11-30 02:10:51','2020-11-30 02:10:51','[directorist_add_listing]','Add Listing','','inherit','closed','closed','','379-autosave-v1','','','2020-11-30 02:10:51','2020-11-30 02:10:51','',379,'http://advancingblackentrepreneurship.com/2020/11/30/379-autosave-v1/',0,'revision','',0),(414,1,'2020-11-30 02:28:28','2020-11-30 02:28:28','','Remix Ideas Logo Edited','','inherit','open','closed','','remix-ideas-logo-edited','','','2020-11-30 02:28:28','2020-11-30 02:28:28','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Remix-Ideas-Logo-Edited.png',0,'attachment','image/png',0),(417,1,'2020-11-30 02:38:51','2020-11-30 02:38:51','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:40px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-30 02:38:51','2020-11-30 02:38:51','',34,'http://advancingblackentrepreneurship.com/2020/11/30/34-revision-v1/',0,'revision','',0),(418,1,'2020-11-30 03:19:16','2020-11-30 03:19:16','','Business Directory Request Form','','publish','closed','closed','','business-directory-request-form','','','2020-11-30 03:25:26','2020-11-30 03:25:26','',0,'http://advancingblackentrepreneurship.com/?page_id=418',0,'page','',0),(419,1,'2020-11-30 03:19:16','2020-11-30 03:19:16','<!-- wp:ninja-forms/form {\"formID\":2,\"formTitle\":\"Business Directory Request\"} /-->','Business Directory Request Form','','inherit','closed','closed','','418-revision-v1','','','2020-11-30 03:19:16','2020-11-30 03:19:16','',418,'http://advancingblackentrepreneurship.com/2020/11/30/418-revision-v1/',0,'revision','',0),(421,1,'2020-11-30 03:25:26','2020-11-30 03:25:26','<!-- wp:ninja-forms/form {\"formID\":2,\"formTitle\":\"Business Directory Request\"} /-->','Business Directory Request Form','','inherit','closed','closed','','418-revision-v1','','','2020-11-30 03:25:26','2020-11-30 03:25:26','',418,'http://advancingblackentrepreneurship.com/2020/11/30/418-revision-v1/',0,'revision','',0),(422,1,'2020-11-30 03:25:26','2020-11-30 03:25:26','<!-- wp:ninja-forms/form {\"formID\":2,\"formTitle\":\"Business Directory Request\"} /-->','Business Directory Request Form','','inherit','closed','closed','','418-revision-v1','','','2020-11-30 03:25:26','2020-11-30 03:25:26','',418,'http://advancingblackentrepreneurship.com/2020/11/30/418-revision-v1/',0,'revision','',0),(423,1,'2020-11-30 03:25:26','2020-11-30 03:25:26','','Business Directory Request Form','','inherit','closed','closed','','418-revision-v1','','','2020-11-30 03:25:26','2020-11-30 03:25:26','',418,'http://advancingblackentrepreneurship.com/2020/11/30/418-revision-v1/',0,'revision','',0),(424,1,'2020-11-30 03:30:46','2020-11-30 03:30:46','<p>Find a Lowcountry Local First member business or <a href=\"https://lowcountrylocalfirst.org/join/\">click here</a> to make sure yours is listed. Having trouble finding a local business that suits your needs? <a href=\"mailto:wyatt@lowcountrylocalfirst.org\">Submit a free request</a> and we will gladly help!</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories and keywords.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 03:30:46','2020-11-30 03:30:46','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(425,1,'2020-11-30 03:30:46','2020-11-30 03:30:46','<p>Find a Lowcountry Local First member business or <a href=\"https://lowcountrylocalfirst.org/join/\">click here</a> to make sure yours is listed. Having trouble finding a local business that suits your needs? <a href=\"mailto:wyatt@lowcountrylocalfirst.org\">Submit a free request</a> and we will gladly help!</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories and keywords.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 03:30:46','2020-11-30 03:30:46','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(426,1,'2020-11-30 03:30:47','2020-11-30 03:30:47','<p>Find a Lowcountry Local First member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 03:30:47','2020-11-30 03:30:47','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(427,1,'2020-11-30 03:31:01','2020-11-30 03:31:01','<p>Find a Lowcountry Local First member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 03:31:01','2020-11-30 03:31:01','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(428,1,'2020-11-30 03:31:02','2020-11-30 03:31:02','<p>Find a Lowcountry Local First member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 03:31:02','2020-11-30 03:31:02','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(429,1,'2020-11-30 03:31:02','2020-11-30 03:31:02','<p>Find a Lowcountry Local First member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 03:31:02','2020-11-30 03:31:02','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(431,1,'2020-11-30 03:37:07','2020-11-30 03:37:07','<p>Find a Lowcountry Local First member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 03:37:07','2020-11-30 03:37:07','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(432,1,'2020-11-30 03:37:08','2020-11-30 03:37:08','<p>Find a Lowcountry Local First member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 03:37:08','2020-11-30 03:37:08','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(433,1,'2020-11-30 03:37:09','2020-11-30 03:37:09','<img width=\"300\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>CHOOSING BLACK OWNED BUSINESSES IS EASY</h2>		\n			<h2>START HERE</h2>		\n<p>Find a Lowcountry Local First member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 03:37:09','2020-11-30 03:37:09','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(435,1,'2020-11-30 04:06:06','2020-11-30 04:06:06','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:20px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-30 04:06:06','2020-11-30 04:06:06','',34,'http://advancingblackentrepreneurship.com/2020/11/30/34-revision-v1/',0,'revision','',0),(437,1,'2020-11-30 04:06:36','2020-11-30 04:06:36','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-30 04:06:36','2020-11-30 04:06:36','',34,'http://advancingblackentrepreneurship.com/2020/11/30/34-revision-v1/',0,'revision','',0),(439,1,'2020-11-30 04:08:36','2020-11-30 04:08:36','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:35px;\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-30 04:08:36','2020-11-30 04:08:36','',34,'http://advancingblackentrepreneurship.com/2020/11/30/34-revision-v1/',0,'revision','',0),(440,1,'2020-11-30 04:13:07','2020-11-30 04:13:07','','Certified Black_small','','inherit','open','closed','','certified-black_small','','','2020-11-30 04:13:07','2020-11-30 04:13:07','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black_small.png',0,'attachment','image/png',0),(442,1,'2020-11-30 04:14:38','2020-11-30 04:14:38','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-30 04:14:38','2020-11-30 04:14:38','',34,'http://advancingblackentrepreneurship.com/2020/11/30/34-revision-v1/',0,'revision','',0),(444,1,'2020-11-30 04:19:24','2020-11-30 04:19:24','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n\n@media (max-device-width: 768px){\n	.site-branding{\n	text-align:center;\n}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-30 04:19:24','2020-11-30 04:19:24','',34,'http://advancingblackentrepreneurship.com/2020/11/30/34-revision-v1/',0,'revision','',0),(446,1,'2020-11-30 04:22:09','2020-11-30 04:22:09','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n\n@media max-device-width: 768px{\n	.site-branding{\n	text-align:center;\n}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-30 04:22:09','2020-11-30 04:22:09','',34,'http://advancingblackentrepreneurship.com/2020/11/30/34-revision-v1/',0,'revision','',0),(448,1,'2020-11-30 04:24:20','2020-11-30 04:24:20','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n\n@media screen and (max-device-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-30 04:24:20','2020-11-30 04:24:20','',34,'http://advancingblackentrepreneurship.com/2020/11/30/34-revision-v1/',0,'revision','',0),(450,1,'2020-11-30 04:25:41','2020-11-30 04:25:41','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n\n@media screen and (max-device-width: 768px){\n	.site-branding{\n		text-align:center !important;\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-30 04:25:41','2020-11-30 04:25:41','',34,'http://advancingblackentrepreneurship.com/2020/11/30/34-revision-v1/',0,'revision','',0),(452,1,'2020-11-30 04:28:20','2020-11-30 04:28:20','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n\n@media screen and (max-device-width: 768px){\n	.site-branding{\n		text-align:center !important;\n		.site-branding .site-logo-div {\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-30 04:28:20','2020-11-30 04:28:20','',34,'http://advancingblackentrepreneurship.com/2020/11/30/34-revision-v1/',0,'revision','',0),(454,1,'2020-11-30 04:28:34','2020-11-30 04:28:34','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n\n@media screen and (max-device-width: 768px){\n	.site-branding{\n		text-align:center !important;\n		.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-30 04:28:34','2020-11-30 04:28:34','',34,'http://advancingblackentrepreneurship.com/2020/11/30/34-revision-v1/',0,'revision','',0),(456,1,'2020-11-30 04:29:05','2020-11-30 04:29:05','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n\n@media screen and (max-device-width: 768px){\n	.site-branding{\n		text-align:center;\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-30 04:29:05','2020-11-30 04:29:05','',34,'http://advancingblackentrepreneurship.com/2020/11/30/34-revision-v1/',0,'revision','',0),(458,1,'2020-11-30 04:29:58','2020-11-30 04:29:58','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n\n@media screen and (max-device-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-30 04:29:58','2020-11-30 04:29:58','',34,'http://advancingblackentrepreneurship.com/2020/11/30/34-revision-v1/',0,'revision','',0),(460,1,'2020-11-30 04:31:17','2020-11-30 04:31:17','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-30 04:31:17','2020-11-30 04:31:17','',34,'http://advancingblackentrepreneurship.com/2020/11/30/34-revision-v1/',0,'revision','',0),(462,1,'2020-11-30 04:35:11','2020-11-30 04:35:11','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-11-30 04:35:11','2020-11-30 04:35:11','',34,'http://advancingblackentrepreneurship.com/2020/11/30/34-revision-v1/',0,'revision','',0),(463,1,'2020-11-30 04:36:39','2020-11-30 04:36:39','<img width=\"300\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>CHOOSING BLACK OWNED BUSINESSES IS EASY</h2>		\n			<h2>START HERE</h2>		\n<p>Find a Lowcountry Local First member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 04:36:39','2020-11-30 04:36:39','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(464,1,'2020-11-30 04:36:39','2020-11-30 04:36:39','<img width=\"300\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>CHOOSING BLACK OWNED BUSINESSES IS EASY</h2>		\n			<h2>START HERE</h2>		\n<p>Find a Lowcountry Local First member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 04:36:39','2020-11-30 04:36:39','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(465,1,'2020-11-30 04:36:39','2020-11-30 04:36:39','<img width=\"300\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>CHOOSING BLACK OWNED BUSINESSES IS EASY</h2>		\n			<h2>START HERE</h2>		\n<p>Find a Certified Black-Owned Business member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-11-30 04:36:39','2020-11-30 04:36:39','',380,'http://advancingblackentrepreneurship.com/2020/11/30/380-revision-v1/',0,'revision','',0),(466,1,'2020-11-30 04:42:32','2020-11-30 04:42:32','','bbp (3 of 45)','','inherit','open','closed','','bbp-3-of-45','','','2020-11-30 04:42:32','2020-11-30 04:42:32','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45.jpg',0,'attachment','image/jpeg',0),(467,1,'2020-11-30 04:43:21','2020-11-30 04:43:21','','bbp (8 of 45)','','inherit','open','closed','','bbp-8-of-45','','','2020-11-30 04:43:21','2020-11-30 04:43:21','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-8-of-45.jpg',0,'attachment','image/jpeg',0),(468,1,'2020-11-30 04:44:14','2020-11-30 04:44:14','','bbp (11 of 45)','','inherit','open','closed','','bbp-11-of-45','','','2020-11-30 04:44:14','2020-11-30 04:44:14','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45.jpg',0,'attachment','image/jpeg',0),(469,1,'2020-11-30 04:45:15','2020-11-30 04:45:15','','','','inherit','open','closed','','bbp-17-of-45','','','2020-12-15 03:06:00','2020-12-15 03:06:00','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45.jpg',0,'attachment','image/jpeg',0),(470,1,'2020-11-30 04:46:12','2020-11-30 04:46:12','','bbp (31 of 45)','','inherit','open','closed','','bbp-31-of-45','','','2020-11-30 04:46:12','2020-11-30 04:46:12','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45.jpg',0,'attachment','image/jpeg',0),(471,1,'2020-11-30 04:46:52','2020-11-30 04:46:52','','bbp (39 of 45)','','inherit','open','closed','','bbp-39-of-45','','','2020-11-30 04:46:52','2020-11-30 04:46:52','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45.jpg',0,'attachment','image/jpeg',0),(472,1,'2020-11-30 04:47:41','2020-11-30 04:47:41','','bbp (43 of 45)','','inherit','open','closed','','bbp-43-of-45','','','2020-11-30 04:47:41','2020-11-30 04:47:41','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45.jpg',0,'attachment','image/jpeg',0),(473,1,'2020-11-30 04:51:32','2020-11-30 04:51:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-30 04:51:32','2020-11-30 04:51:32','',5,'http://advancingblackentrepreneurship.com/2020/11/30/5-revision-v1/',0,'revision','',0),(474,1,'2020-11-30 04:51:32','2020-11-30 04:51:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"598\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1024x765.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-300x224.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-768x573.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1-1536x1147.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/7.-Haygood-BBQ-1.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"799\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee.jpg 960w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-300x300.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-150x150.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/6.-Dee-768x767.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"364\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1024x466.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-300x137.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-768x350.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki-1536x700.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/3.-Kontiki.png 1651w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"689\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1.jpg 832w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-300x259.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/2.-Kettle-Corn-1-1-768x662.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"800\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/8.-Indigo-Blue-Coffee-House.png 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-30 04:51:32','2020-11-30 04:51:32','',5,'http://advancingblackentrepreneurship.com/2020/11/30/5-revision-v1/',0,'revision','',0),(475,1,'2020-11-30 04:51:33','2020-11-30 04:51:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-30 04:51:33','2020-11-30 04:51:33','',5,'http://advancingblackentrepreneurship.com/2020/11/30/5-revision-v1/',0,'revision','',0),(477,1,'2020-11-30 15:07:25','2020-11-30 15:07:25','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-30 15:07:25','2020-11-30 15:07:25','',5,'http://advancingblackentrepreneurship.com/2020/11/30/5-revision-v1/',0,'revision','',0),(478,1,'2020-11-30 15:07:25','2020-11-30 15:07:25','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;\">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-30 15:07:25','2020-11-30 15:07:25','',5,'http://advancingblackentrepreneurship.com/2020/11/30/5-revision-v1/',0,'revision','',0),(479,1,'2020-11-30 15:07:26','2020-11-30 15:07:26','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-11-30 15:07:26','2020-11-30 15:07:26','',5,'http://advancingblackentrepreneurship.com/2020/11/30/5-revision-v1/',0,'revision','',0),(481,1,'2020-11-30 18:41:41','2020-11-30 18:41:41','','bbp (44 of 45)','','inherit','open','closed','','bbp-44-of-45','','','2020-11-30 18:41:41','2020-11-30 18:41:41','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-44-of-45.jpg',0,'attachment','image/jpeg',0),(482,1,'2020-11-30 18:42:39','2020-11-30 18:42:39','','bbp (40 of 45)','','inherit','open','closed','','bbp-40-of-45','','','2020-11-30 18:42:39','2020-11-30 18:42:39','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-40-of-45.jpg',0,'attachment','image/jpeg',0),(483,1,'2020-11-30 18:43:19','2020-11-30 18:43:19','','bbp (41 of 45)','','inherit','open','closed','','bbp-41-of-45','','','2020-11-30 18:43:19','2020-11-30 18:43:19','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-41-of-45.jpg',0,'attachment','image/jpeg',0),(484,1,'2020-11-30 18:44:15','2020-11-30 18:44:15','','bbp (37 of 45)','','inherit','open','closed','','bbp-37-of-45','','','2020-11-30 18:44:15','2020-11-30 18:44:15','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-37-of-45.jpg',0,'attachment','image/jpeg',0),(485,1,'2020-11-30 18:45:00','2020-11-30 18:45:00','','bbp (38 of 45)','','inherit','open','closed','','bbp-38-of-45','','','2020-11-30 18:45:00','2020-11-30 18:45:00','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-38-of-45.jpg',0,'attachment','image/jpeg',0),(486,1,'2020-11-30 18:45:46','2020-11-30 18:45:46','','bbp (39 of 45)','','inherit','open','closed','','bbp-39-of-45-2','','','2020-11-30 18:45:46','2020-11-30 18:45:46','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1.jpg',0,'attachment','image/jpeg',0),(487,1,'2020-11-30 18:46:33','2020-11-30 18:46:33','','bbp (34 of 45)','','inherit','open','closed','','bbp-34-of-45','','','2020-11-30 18:46:33','2020-11-30 18:46:33','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-34-of-45.jpg',0,'attachment','image/jpeg',0),(488,1,'2020-11-30 18:47:22','2020-11-30 18:47:22','','bbp (35 of 45)','','inherit','open','closed','','bbp-35-of-45','','','2020-11-30 18:47:22','2020-11-30 18:47:22','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-35-of-45.jpg',0,'attachment','image/jpeg',0),(489,1,'2020-11-30 18:48:24','2020-11-30 18:48:24','','bbp (32 of 45)','','inherit','open','closed','','bbp-32-of-45','','','2020-11-30 18:48:24','2020-11-30 18:48:24','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-32-of-45.jpg',0,'attachment','image/jpeg',0),(490,1,'2020-11-30 18:49:05','2020-11-30 18:49:05','','bbp (33 of 45)','','inherit','open','closed','','bbp-33-of-45','','','2020-11-30 18:49:05','2020-11-30 18:49:05','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-33-of-45.jpg',0,'attachment','image/jpeg',0),(491,1,'2020-11-30 18:50:06','2020-11-30 18:50:06','','bbp (26 of 45)','','inherit','open','closed','','bbp-26-of-45','','','2020-11-30 18:50:06','2020-11-30 18:50:06','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-26-of-45.jpg',0,'attachment','image/jpeg',0),(492,1,'2020-11-30 18:50:56','2020-11-30 18:50:56','','bbp (23 of 45)','','inherit','open','closed','','bbp-23-of-45','','','2020-11-30 18:50:56','2020-11-30 18:50:56','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-23-of-45.jpg',0,'attachment','image/jpeg',0),(493,1,'2020-11-30 18:51:50','2020-11-30 18:51:50','','bbp (25 of 45)','','inherit','open','closed','','bbp-25-of-45','','','2020-11-30 18:51:50','2020-11-30 18:51:50','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-25-of-45.jpg',0,'attachment','image/jpeg',0),(494,1,'2020-11-30 18:52:40','2020-11-30 18:52:40','','bbp (22 of 45)','','inherit','open','closed','','bbp-22-of-45','','','2020-11-30 18:52:40','2020-11-30 18:52:40','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-22-of-45.jpg',0,'attachment','image/jpeg',0),(495,1,'2020-11-30 18:53:34','2020-11-30 18:53:34','','bbp (18 of 45)','','inherit','open','closed','','bbp-18-of-45','','','2020-11-30 18:53:34','2020-11-30 18:53:34','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-18-of-45.jpg',0,'attachment','image/jpeg',0),(496,1,'2020-11-30 18:54:24','2020-11-30 18:54:24','','bbp (20 of 45)','','inherit','open','closed','','bbp-20-of-45','','','2020-11-30 18:54:24','2020-11-30 18:54:24','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-20-of-45.jpg',0,'attachment','image/jpeg',0),(497,1,'2020-11-30 18:55:19','2020-11-30 18:55:19','','bbp (15 of 45)','','inherit','open','closed','','bbp-15-of-45','','','2020-11-30 18:55:19','2020-11-30 18:55:19','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-15-of-45.jpg',0,'attachment','image/jpeg',0),(498,1,'2020-11-30 18:56:04','2020-11-30 18:56:04','','bbp (10 of 45)','','inherit','open','closed','','bbp-10-of-45','','','2020-11-30 18:56:04','2020-11-30 18:56:04','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-10-of-45.jpg',0,'attachment','image/jpeg',0),(499,1,'2020-11-30 18:56:46','2020-11-30 18:56:46','','bbp (8 of 45)','','inherit','open','closed','','bbp-8-of-45-2','','','2020-11-30 18:56:46','2020-11-30 18:56:46','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-8-of-45-1.jpg',0,'attachment','image/jpeg',0),(500,1,'2020-11-30 18:57:39','2020-11-30 18:57:39','','bbp (7 of 45)','','inherit','open','closed','','bbp-7-of-45','','','2020-11-30 18:57:39','2020-11-30 18:57:39','',0,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-7-of-45.jpg',0,'attachment','image/jpeg',0),(503,2,'2020-12-08 19:59:37','2020-12-08 19:59:37','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 19:59:37','2020-12-08 19:59:37','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(504,2,'2020-12-08 19:59:38','2020-12-08 19:59:38','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by November 2021.</p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/1:1 consulting (technical assistance).</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 19:59:38','2020-12-08 19:59:38','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(505,2,'2020-12-08 19:59:38','2020-12-08 19:59:38','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-owned businesses that are facing financial challenges as two viruses COVID-19 and racism sweep the nation. </p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 19:59:38','2020-12-08 19:59:38','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(507,2,'2020-12-08 20:05:00','2020-12-08 20:05:00','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-owned businesses that are facing financial challenges as two viruses COVID-19 and racism sweep the nation. </p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:05:00','2020-12-08 20:05:00','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(508,2,'2020-12-08 20:05:01','2020-12-08 20:05:01','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-owned businesses that are facing financial challenges as two viruses COVID-19 and racism sweep the nation. </p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:05:01','2020-12-08 20:05:01','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(509,2,'2020-12-08 20:05:01','2020-12-08 20:05:01','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation. </p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:05:01','2020-12-08 20:05:01','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(510,2,'2020-12-08 20:06:50','2020-12-08 20:06:50','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation. </p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:06:50','2020-12-08 20:06:50','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(511,2,'2020-12-08 20:06:50','2020-12-08 20:06:50','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation. </p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:06:50','2020-12-08 20:06:50','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(512,2,'2020-12-08 20:06:50','2020-12-08 20:06:50','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation. </p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:06:50','2020-12-08 20:06:50','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(513,2,'2020-12-08 20:08:34','2020-12-08 20:08:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation. </p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:08:34','2020-12-08 20:08:34','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(514,2,'2020-12-08 20:08:34','2020-12-08 20:08:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we at ReMix Ideas are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation. </p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:08:34','2020-12-08 20:08:34','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(515,2,'2020-12-08 20:08:34','2020-12-08 20:08:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p>\n<p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.&nbsp;</p>\n<p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:08:34','2020-12-08 20:08:34','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(516,2,'2020-12-08 20:25:39','2020-12-08 20:25:39','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p>\n<p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.&nbsp;</p>\n<p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:25:39','2020-12-08 20:25:39','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(517,2,'2020-12-08 20:25:41','2020-12-08 20:25:41','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p>\n<p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.&nbsp;</p>\n<p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:25:41','2020-12-08 20:25:41','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (518,2,'2020-12-08 20:25:42','2020-12-08 20:25:42','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation. </p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p><p>You must be a certified Arkansas Black Business owner to receive support. Read below our certified Black-Owned Business program.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:25:42','2020-12-08 20:25:42','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(519,2,'2020-12-08 20:27:43','2020-12-08 20:27:43','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation. </p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p><p>You must be a certified Arkansas Black Business owner to receive support. Read below our certified Black-Owned Business program.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:27:43','2020-12-08 20:27:43','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(520,2,'2020-12-08 20:27:43','2020-12-08 20:27:43','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation. </p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p><p>You must be a certified Arkansas Black Business owner to receive support. Read below our certified Black-Owned Business program.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:27:43','2020-12-08 20:27:43','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(521,2,'2020-12-08 20:27:43','2020-12-08 20:27:43','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation. </p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p><p>You must be a certified Arkansas Black Business owner to receive support. Read below our certified Black-Owned Business program.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance and grants</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:27:43','2020-12-08 20:27:43','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(523,2,'2020-12-08 20:51:29','2020-12-08 20:51:29','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation. </p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p><p>You must be a certified Arkansas Black Business owner to receive support. Read below our certified Black-Owned Business program.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance and grants</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:51:29','2020-12-08 20:51:29','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(524,2,'2020-12-08 20:51:30','2020-12-08 20:51:30','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question COVID-19 is having a major impact on the overall economy and exasperating already challenging conditions for Black-owned businesses.</p><p>In addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>Therefore, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation. </p><p>This fund will support Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. Make an impact today...donate.</p><p>You must be a certified Arkansas Black Business owner to receive support. Read below our certified Black-Owned Business program.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance and grants</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:51:30','2020-12-08 20:51:30','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(525,2,'2020-12-08 20:51:30','2020-12-08 20:51:30','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. (Read below about our certified Black-Owned Business program)</p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:51:30','2020-12-08 20:51:30','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(526,2,'2020-12-08 20:52:39','2020-12-08 20:52:39','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. (Read below about our certified Black-Owned Business program)</p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:52:39','2020-12-08 20:52:39','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(527,2,'2020-12-08 20:52:39','2020-12-08 20:52:39','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. (Read below about our certified Black-Owned Business program)</p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:52:39','2020-12-08 20:52:39','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(528,2,'2020-12-08 20:52:40','2020-12-08 20:52:40','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:52:40','2020-12-08 20:52:40','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(529,2,'2020-12-08 20:56:07','2020-12-08 20:56:07','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:56:07','2020-12-08 20:56:07','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(530,2,'2020-12-08 20:56:08','2020-12-08 20:56:08','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:56:08','2020-12-08 20:56:08','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(531,2,'2020-12-08 20:56:08','2020-12-08 20:56:08','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 20:56:08','2020-12-08 20:56:08','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(532,2,'2020-12-08 21:23:40','2020-12-08 21:23:40','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 21:23:40','2020-12-08 21:23:40','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(533,2,'2020-12-08 21:23:40','2020-12-08 21:23:40','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 21:23:40','2020-12-08 21:23:40','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(534,2,'2020-12-08 21:23:40','2020-12-08 21:23:40','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 21:23:40','2020-12-08 21:23:40','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(535,2,'2020-12-08 21:43:09','2020-12-08 21:43:09','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 21:43:09','2020-12-08 21:43:09','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(536,2,'2020-12-08 21:43:09','2020-12-08 21:43:09','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 21:43:09','2020-12-08 21:43:09','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(537,2,'2020-12-08 21:43:10','2020-12-08 21:43:10','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204<br /><br />If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 21:43:10','2020-12-08 21:43:10','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(538,2,'2020-12-08 21:51:19','2020-12-08 21:51:19','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204<br /><br />If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 21:51:19','2020-12-08 21:51:19','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(539,2,'2020-12-08 21:51:20','2020-12-08 21:51:20','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204<br /><br />If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">BUSINESSES INVESTING IN C.B.O.B.</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 21:51:20','2020-12-08 21:51:20','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(540,2,'2020-12-08 21:51:20','2020-12-08 21:51:20','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204<br /><br />If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 21:51:20','2020-12-08 21:51:20','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(541,2,'2020-12-08 21:52:16','2020-12-08 21:52:16','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204<br /><br />If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 21:52:16','2020-12-08 21:52:16','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(542,2,'2020-12-08 21:52:17','2020-12-08 21:52:17','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204<br /><br />If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA-150x43.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 21:52:17','2020-12-08 21:52:17','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(543,2,'2020-12-08 21:52:17','2020-12-08 21:52:17','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204<br /><br />If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 21:52:17','2020-12-08 21:52:17','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(544,2,'2020-12-08 21:53:25','2020-12-08 21:53:25','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204<br /><br />If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 21:53:25','2020-12-08 21:53:25','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(545,2,'2020-12-08 21:53:25','2020-12-08 21:53:25','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204<br /><br />If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 21:53:25','2020-12-08 21:53:25','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(546,2,'2020-12-08 21:53:25','2020-12-08 21:53:25','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204<br /><br />If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 21:53:25','2020-12-08 21:53:25','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(547,2,'2020-12-08 22:14:54','2020-12-08 22:14:54','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204<br /><br />If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 22:14:54','2020-12-08 22:14:54','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(548,2,'2020-12-08 22:14:54','2020-12-08 22:14:54','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204<br /><br />If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 22:14:54','2020-12-08 22:14:54','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(549,2,'2020-12-08 22:14:55','2020-12-08 22:14:55','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204<br /><br />If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">KEY FUNDERS AND STRATEGIC PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 22:14:55','2020-12-08 22:14:55','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(550,2,'2020-12-08 23:14:32','2020-12-08 23:14:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204<br /><br />If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">KEY FUNDERS AND STRATEGIC PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 23:14:32','2020-12-08 23:14:32','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(551,2,'2020-12-08 23:14:32','2020-12-08 23:14:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204<br /><br />If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">KEY FUNDERS AND STRATEGIC PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 23:14:32','2020-12-08 23:14:32','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(552,2,'2020-12-08 23:14:32','2020-12-08 23:14:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: All contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 23:14:32','2020-12-08 23:14:32','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(554,2,'2020-12-08 23:16:39','2020-12-08 23:16:39','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: All contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 23:16:39','2020-12-08 23:16:39','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(555,2,'2020-12-08 23:16:40','2020-12-08 23:16:40','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: All contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 23:16:40','2020-12-08 23:16:40','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(556,2,'2020-12-08 23:16:40','2020-12-08 23:16:40','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-08 23:16:40','2020-12-08 23:16:40','',5,'http://advancingblackentrepreneurship.com/2020/12/08/5-revision-v1/',0,'revision','',0),(558,1,'2020-12-13 22:03:19','2020-12-13 22:03:19','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>ABE (Advancing Black Entrepreneurship) is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments</li><li style=\"text-align: left;\">Scale Black-Owned businesses</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','publish','closed','closed','','about-us','','','2021-04-11 16:28:45','2021-04-11 16:28:45','',0,'http://advancingblackentrepreneurship.com/?page_id=558',0,'page','',0),(559,1,'2020-12-13 22:00:44','2020-12-13 22:00:44','','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-13 22:00:44','2020-12-13 22:00:44','',558,'http://advancingblackentrepreneurship.com/2020/12/13/558-revision-v1/',0,'revision','',0),(560,1,'2020-12-13 22:03:32','2020-12-13 22:03:32','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p><p><strong><br></strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> -&nbsp;<a style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\" href=\"https://www.facebook.com/The-Kimbrough-STEAM-Education-Foundation-2140588756214091/\">Co-founder of The Kimbrough STEAM Education Foundation</a></p>\n<p><strong>Maximillan Sprinkle</strong> – Managing Attorney at Sprinkle Firm</p>\n<p><strong>Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office</p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-13 22:03:32','2020-12-13 22:03:32','',558,'http://advancingblackentrepreneurship.com/2020/12/13/558-revision-v1/',0,'revision','',0),(561,1,'2020-12-13 22:03:32','2020-12-13 22:03:32','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p><p><strong><br></strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> -&nbsp;<a style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\" href=\"https://www.facebook.com/The-Kimbrough-STEAM-Education-Foundation-2140588756214091/\">Co-founder of The Kimbrough STEAM Education Foundation</a></p>\n<p><strong>Maximillan Sprinkle</strong> – Managing Attorney at Sprinkle Firm</p>\n<p><strong>Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office</p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-13 22:03:32','2020-12-13 22:03:32','',558,'http://advancingblackentrepreneurship.com/2020/12/13/558-revision-v1/',0,'revision','',0),(562,1,'2020-12-13 22:03:32','2020-12-13 22:03:32','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p><p><strong><br></strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> -&nbsp;<a style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\" href=\"https://www.facebook.com/The-Kimbrough-STEAM-Education-Foundation-2140588756214091/\">Co-founder of The Kimbrough STEAM Education Foundation</a></p>\n<p><strong>Maximillan Sprinkle</strong> – Managing Attorney at Sprinkle Firm</p>\n<p><strong>Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office</p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-13 22:03:32','2020-12-13 22:03:32','',558,'http://advancingblackentrepreneurship.com/2020/12/13/558-revision-v1/',0,'revision','',0),(564,1,'2020-12-13 22:11:10','2020-12-13 22:11:10','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p><p><strong><br></strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> -&nbsp;<a style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\" href=\"https://www.facebook.com/The-Kimbrough-STEAM-Education-Foundation-2140588756214091/\">Co-founder of The Kimbrough STEAM Education Foundation</a></p>\n<p><strong>Maximillan Sprinkle</strong> – Managing Attorney at Sprinkle Firm</p>\n<p><strong>Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office</p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-13 22:11:10','2020-12-13 22:11:10','',558,'http://advancingblackentrepreneurship.com/2020/12/13/558-revision-v1/',0,'revision','',0),(565,1,'2020-12-13 22:11:10','2020-12-13 22:11:10','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p><p><strong><br></strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> -&nbsp;<a style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\" href=\"https://www.facebook.com/The-Kimbrough-STEAM-Education-Foundation-2140588756214091/\">Co-founder of The Kimbrough STEAM Education Foundation</a></p>\n<p><strong>Maximillan Sprinkle</strong> – Managing Attorney at Sprinkle Firm</p>\n<p><strong>Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office</p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-13 22:11:10','2020-12-13 22:11:10','',558,'http://advancingblackentrepreneurship.com/2020/12/13/558-revision-v1/',0,'revision','',0),(566,1,'2020-12-13 22:11:10','2020-12-13 22:11:10','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> -&nbsp;<a style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\" href=\"https://www.facebook.com/The-Kimbrough-STEAM-Education-Foundation-2140588756214091/\">Co-founder of The Kimbrough STEAM Education Foundation</a></p>\n<p><strong>Maximillan Sprinkle</strong> – Managing Attorney at Sprinkle Firm</p>\n<p><strong>Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office</p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-13 22:11:10','2020-12-13 22:11:10','',558,'http://advancingblackentrepreneurship.com/2020/12/13/558-revision-v1/',0,'revision','',0),(568,1,'2020-12-13 22:13:31','2020-12-13 22:13:31',' ','','','publish','closed','closed','','568','','','2021-02-18 16:30:12','2021-02-18 16:30:12','',0,'http://advancingblackentrepreneurship.com/?p=568',1,'nav_menu_item','',0),(571,1,'2020-12-13 22:16:23','2020-12-13 22:16:23','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.page-header .entry-title{\n	margin:15px 0 15px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-12-13 22:16:23','2020-12-13 22:16:23','',34,'http://advancingblackentrepreneurship.com/2020/12/13/34-revision-v1/',0,'revision','',0),(573,1,'2020-12-14 03:17:07','2020-12-14 03:17:07','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-12-14 03:17:07','2020-12-14 03:17:07','',34,'http://advancingblackentrepreneurship.com/2020/12/14/34-revision-v1/',0,'revision','',0),(575,1,'2020-12-14 03:19:31','2020-12-14 03:19:31','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-12-14 03:19:31','2020-12-14 03:19:31','',34,'http://advancingblackentrepreneurship.com/2020/12/14/34-revision-v1/',0,'revision','',0),(577,1,'2020-12-14 03:26:45','2020-12-14 03:26:45','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-14 03:26:45','2020-12-14 03:26:45','',5,'http://advancingblackentrepreneurship.com/2020/12/14/5-revision-v1/',0,'revision','',0),(578,1,'2020-12-14 03:26:45','2020-12-14 03:26:45','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-14 03:26:45','2020-12-14 03:26:45','',5,'http://advancingblackentrepreneurship.com/2020/12/14/5-revision-v1/',0,'revision','',0),(579,1,'2020-12-14 03:26:46','2020-12-14 03:26:46','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-14 03:26:46','2020-12-14 03:26:46','',5,'http://advancingblackentrepreneurship.com/2020/12/14/5-revision-v1/',0,'revision','',0),(582,1,'2020-12-14 03:40:51','2020-12-14 03:40:51','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.page-header .entry-title{\n	margin:15px 0 15px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-12-14 03:40:51','2020-12-14 03:40:51','',34,'http://advancingblackentrepreneurship.com/2020/12/14/34-revision-v1/',0,'revision','',0),(584,1,'2020-12-14 03:41:01','2020-12-14 03:41:01','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:10px;\n	padding-bottom:10px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-12-14 03:41:01','2020-12-14 03:41:01','',34,'http://advancingblackentrepreneurship.com/2020/12/14/34-revision-v1/',0,'revision','',0),(586,1,'2020-12-14 03:54:03','2020-12-14 03:54:03','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:18px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-12-14 03:54:03','2020-12-14 03:54:03','',34,'http://advancingblackentrepreneurship.com/2020/12/14/34-revision-v1/',0,'revision','',0),(588,1,'2020-12-14 03:56:21','2020-12-14 03:56:21','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:18px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:17px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-12-14 03:56:21','2020-12-14 03:56:21','',34,'http://advancingblackentrepreneurship.com/2020/12/14/34-revision-v1/',0,'revision','',0),(589,1,'2020-12-14 04:01:22','2020-12-14 04:01:22','','urban-league','','inherit','open','closed','','urban-league','','','2020-12-14 04:01:22','2020-12-14 04:01:22','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/urban-league.jpg',0,'attachment','image/jpeg',0),(590,1,'2020-12-14 04:01:25','2020-12-14 04:01:25','','Remix-Logo','','inherit','open','closed','','remix-logo','','','2020-12-14 04:01:25','2020-12-14 04:01:25','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Remix-Logo.png',0,'attachment','image/png',0),(591,1,'2020-12-14 04:02:16','2020-12-14 04:02:16','','Remix Ideas Logo','','inherit','open','closed','','remix-ideas-logo','','','2020-12-14 04:02:16','2020-12-14 04:02:16','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Remix-Ideas-Logo.png',0,'attachment','image/png',0),(593,1,'2020-12-14 04:02:32','2020-12-14 04:02:32','','Remix Ideas Logo','','inherit','open','closed','','remix-ideas-logo-2','','','2020-12-14 04:02:32','2020-12-14 04:02:32','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Remix-Ideas-Logo-1.png',0,'attachment','image/png',0),(595,2,'2020-12-15 01:31:52','2020-12-15 01:31:52','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> -&nbsp;<a style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\" href=\"https://www.facebook.com/The-Kimbrough-STEAM-Education-Foundation-2140588756214091/\">Co-founder of The Kimbrough STEAM Education Foundation</a></p>\n<p><strong>Maximillan Sprinkle</strong> – Managing Attorney at Sprinkle Firm</p>\n<p><strong>Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office</p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-15 01:31:52','2020-12-15 01:31:52','',558,'http://advancingblackentrepreneurship.com/2020/12/15/558-revision-v1/',0,'revision','',0),(596,2,'2020-12-15 01:31:53','2020-12-15 01:31:53','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> -&nbsp;<a style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: #ffffff; font-size: 0.875rem;\" href=\"https://www.facebook.com/The-Kimbrough-STEAM-Education-Foundation-2140588756214091/\">Co-founder of The Kimbrough STEAM Education Foundation</a></p>\n<p><strong>Maximillan Sprinkle</strong> – Managing Attorney at Sprinkle Firm</p>\n<p><strong>Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office</p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-15 01:31:53','2020-12-15 01:31:53','',558,'http://advancingblackentrepreneurship.com/2020/12/15/558-revision-v1/',0,'revision','',0),(597,2,'2020-12-15 01:31:53','2020-12-15 01:31:53','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> - Co-founder of The Kimbrough STEAM Education Foundation</p>\n<p><strong>Maximillan Sprinkle</strong> – Managing Attorney at Sprinkle Firm</p>\n<p><strong>Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office</p>\n<p><strong>Advisory Board</strong></p>\n<p><strong>Pat Riley - Community&nbsp; Philanthropist&nbsp;</strong></p><p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Jon Wood, J.D. - Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</strong></p>\n<p style=\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\"><br></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-15 01:31:53','2020-12-15 01:31:53','',558,'http://advancingblackentrepreneurship.com/2020/12/15/558-revision-v1/',0,'revision','',0),(599,2,'2020-12-15 01:35:11','2020-12-15 01:35:11','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> - Co-founder of The Kimbrough STEAM Education Foundation</p>\n<p><strong>Maximillan Sprinkle</strong> – Managing Attorney at Sprinkle Firm</p>\n<p><strong>Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office</p>\n<p><strong>Advisory Board</strong></p>\n<p><strong>Pat Riley - Community&nbsp; Philanthropist&nbsp;</strong></p><p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Jon Wood, J.D. - Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</strong></p>\n<p style=\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\"><br></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-15 01:35:11','2020-12-15 01:35:11','',558,'http://advancingblackentrepreneurship.com/2020/12/15/558-revision-v1/',0,'revision','',0),(600,2,'2020-12-15 01:35:11','2020-12-15 01:35:11','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> - Co-founder of The Kimbrough STEAM Education Foundation</p>\n<p><strong>Maximillan Sprinkle</strong> – Managing Attorney at Sprinkle Firm</p>\n<p><strong>Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office</p>\n<p><strong>Advisory Board</strong></p>\n<p><strong>Pat Riley - Community&nbsp; Philanthropist&nbsp;</strong></p><p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Jon Wood, J.D. - Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</strong></p>\n<p style=\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\"><br></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-15 01:35:11','2020-12-15 01:35:11','',558,'http://advancingblackentrepreneurship.com/2020/12/15/558-revision-v1/',0,'revision','',0),(601,2,'2020-12-15 01:35:11','2020-12-15 01:35:11','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> - Co-founder of The Kimbrough STEAM Education Foundation</p>\n<p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office<br></p>\n<p><strong>Advisory Board</strong></p>\n<p><strong>Pat Riley - </strong>Community&nbsp; Philanthropist&nbsp;</p>\n<p><strong>Maximillan Sprinkle</strong>&nbsp;– Managing Attorney at Sprinkle Firm<strong><br></strong></p>\n<p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Jon Wood, J.D. - </strong>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</p>\n<p style=\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\"><br></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-15 01:35:11','2020-12-15 01:35:11','',558,'http://advancingblackentrepreneurship.com/2020/12/15/558-revision-v1/',0,'revision','',0),(602,2,'2020-12-15 02:08:30','2020-12-15 02:08:30','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 02:08:30','2020-12-15 02:08:30','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(603,2,'2020-12-15 02:08:31','2020-12-15 02:08:31','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/black-women-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 02:08:31','2020-12-15 02:08:31','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(604,2,'2020-12-15 02:08:31','2020-12-15 02:08:31','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 02:08:31','2020-12-15 02:08:31','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(605,2,'2020-12-15 02:27:49','2020-12-15 02:27:49','','Come in','','inherit','open','closed','','come-in','','','2020-12-15 02:27:49','2020-12-15 02:27:49','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in.jpg',0,'attachment','image/jpeg',0),(606,2,'2020-12-15 02:31:23','2020-12-15 02:31:23','','','','inherit','open','closed','','come-in-2','','','2020-12-15 02:31:45','2020-12-15 02:31:45','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2.jpg',0,'attachment','image/jpeg',0),(607,2,'2020-12-15 02:32:37','2020-12-15 02:32:37','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 02:32:37','2020-12-15 02:32:37','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(608,2,'2020-12-15 02:32:37','2020-12-15 02:32:37','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 02:32:37','2020-12-15 02:32:37','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(609,2,'2020-12-15 02:32:38','2020-12-15 02:32:38','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 02:32:38','2020-12-15 02:32:38','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(610,2,'2020-12-15 02:36:00','2020-12-15 02:36:00','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 02:36:00','2020-12-15 02:36:00','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(611,2,'2020-12-15 02:36:00','2020-12-15 02:36:00','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 02:36:00','2020-12-15 02:36:00','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(612,2,'2020-12-15 02:36:00','2020-12-15 02:36:00','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 02:36:00','2020-12-15 02:36:00','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(613,2,'2020-12-15 02:57:22','2020-12-15 02:57:22','','','','inherit','open','closed','','think-2','','','2020-12-15 02:57:36','2020-12-15 02:57:36','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2.jpg',0,'attachment','image/jpeg',0),(615,2,'2020-12-15 02:59:02','2020-12-15 02:59:02','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 02:59:02','2020-12-15 02:59:02','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(616,2,'2020-12-15 02:59:03','2020-12-15 02:59:03','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 02:59:03','2020-12-15 02:59:03','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(617,2,'2020-12-15 02:59:03','2020-12-15 02:59:03','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"298\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-298x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-298x300.jpg 298w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-150x151.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-24x24.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-36x36.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-48x48.jpg 48w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2.jpg 498w\" sizes=\"(max-width: 298px) 100vw, 298px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 02:59:03','2020-12-15 02:59:03','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(618,2,'2020-12-15 03:01:13','2020-12-15 03:01:13','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"298\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-298x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-298x300.jpg 298w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-150x151.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-24x24.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-36x36.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-48x48.jpg 48w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2.jpg 498w\" sizes=\"(max-width: 298px) 100vw, 298px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 03:01:13','2020-12-15 03:01:13','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(619,2,'2020-12-15 03:01:13','2020-12-15 03:01:13','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"298\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-298x300.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-298x300.jpg 298w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-150x151.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-24x24.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-36x36.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2-48x48.jpg 48w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Think-2.jpg 498w\" sizes=\"(max-width: 298px) 100vw, 298px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 03:01:13','2020-12-15 03:01:13','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(620,2,'2020-12-15 03:01:14','2020-12-15 03:01:14','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 03:01:14','2020-12-15 03:01:14','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(621,2,'2020-12-15 03:03:34','2020-12-15 03:03:34','','','','inherit','open','closed','','come-in-2-2','','','2020-12-15 03:03:43','2020-12-15 03:03:43','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg',0,'attachment','image/jpeg',0),(622,2,'2020-12-15 03:03:49','2020-12-15 03:03:49','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 03:03:49','2020-12-15 03:03:49','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(623,2,'2020-12-15 03:03:49','2020-12-15 03:03:49','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 03:03:49','2020-12-15 03:03:49','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(624,2,'2020-12-15 03:03:49','2020-12-15 03:03:49','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 03:03:49','2020-12-15 03:03:49','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(625,2,'2020-12-15 03:04:27','2020-12-15 03:04:27','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 03:04:27','2020-12-15 03:04:27','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(626,2,'2020-12-15 03:04:27','2020-12-15 03:04:27','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 03:04:27','2020-12-15 03:04:27','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(627,2,'2020-12-15 03:04:28','2020-12-15 03:04:28','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 03:04:28','2020-12-15 03:04:28','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(628,2,'2020-12-15 03:06:08','2020-12-15 03:06:08','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 03:06:08','2020-12-15 03:06:08','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(629,2,'2020-12-15 03:06:08','2020-12-15 03:06:08','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-17-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 03:06:08','2020-12-15 03:06:08','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(630,2,'2020-12-15 03:06:09','2020-12-15 03:06:09','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 03:06:09','2020-12-15 03:06:09','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(631,2,'2020-12-15 03:08:48','2020-12-15 03:08:48','<img width=\"300\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>CHOOSING BLACK OWNED BUSINESSES IS EASY</h2>		\n			<h2>START HERE</h2>		\n<p>Find a Certified Black-Owned Business member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-12-15 03:08:48','2020-12-15 03:08:48','',380,'http://advancingblackentrepreneurship.com/2020/12/15/380-revision-v1/',0,'revision','',0),(632,2,'2020-12-15 03:08:48','2020-12-15 03:08:48','<img width=\"300\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>CHOOSING BLACK OWNED BUSINESSES IS EASY</h2>		\n			<h2>START HERE</h2>		\n<p>Find a Certified Black-Owned Business member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-12-15 03:08:48','2020-12-15 03:08:48','',380,'http://advancingblackentrepreneurship.com/2020/12/15/380-revision-v1/',0,'revision','',0),(633,2,'2020-12-15 03:08:49','2020-12-15 03:08:49','<img width=\"300\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>SUPPORT BLACK OWNED BUSINESSES </h2>		\n			<h1>START HERE</h1>		\n<p>Find a Certified Black-Owned Business member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-12-15 03:08:49','2020-12-15 03:08:49','',380,'http://advancingblackentrepreneurship.com/2020/12/15/380-revision-v1/',0,'revision','',0),(634,2,'2020-12-15 05:28:29','2020-12-15 05:28:29','','','','inherit','open','closed','','unsplash','','','2020-12-15 05:28:49','2020-12-15 05:28:49','',380,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash-.jpg',0,'attachment','image/jpeg',0),(635,2,'2020-12-15 05:29:00','2020-12-15 05:29:00','<img width=\"300\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>SUPPORT BLACK OWNED BUSINESSES </h2>		\n			<h1>START HERE</h1>		\n<p>Find a Certified Black-Owned Business member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-12-15 05:29:00','2020-12-15 05:29:00','',380,'http://advancingblackentrepreneurship.com/2020/12/15/380-revision-v1/',0,'revision','',0),(636,2,'2020-12-15 05:29:00','2020-12-15 05:29:00','<img width=\"300\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>SUPPORT BLACK OWNED BUSINESSES </h2>		\n			<h1>START HERE</h1>		\n<p>Find a Certified Black-Owned Business member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-12-15 05:29:00','2020-12-15 05:29:00','',380,'http://advancingblackentrepreneurship.com/2020/12/15/380-revision-v1/',0,'revision','',0),(637,2,'2020-12-15 05:29:00','2020-12-15 05:29:00','<img width=\"300\" height=\"141\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--300x141.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--300x141.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--1024x480.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--768x360.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--1536x720.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--2048x960.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--150x70.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--500x234.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--24x11.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--36x17.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--48x22.jpg 48w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>SUPPORT BLACK OWNED BUSINESSES </h2>		\n			<h1>START HERE</h1>		\n<p>Find a Certified Black-Owned Business member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-12-15 05:29:00','2020-12-15 05:29:00','',380,'http://advancingblackentrepreneurship.com/2020/12/15/380-revision-v1/',0,'revision','',0),(638,2,'2020-12-15 05:30:13','2020-12-15 05:30:13','<img width=\"300\" height=\"141\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--300x141.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--300x141.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--1024x480.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--768x360.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--1536x720.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--2048x960.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--150x70.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--500x234.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--24x11.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--36x17.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--48x22.jpg 48w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>SUPPORT BLACK OWNED BUSINESSES </h2>		\n			<h1>START HERE</h1>		\n<p>Find a Certified Black-Owned Business member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-12-15 05:30:13','2020-12-15 05:30:13','',380,'http://advancingblackentrepreneurship.com/2020/12/15/380-revision-v1/',0,'revision','',0),(639,2,'2020-12-15 05:30:13','2020-12-15 05:30:13','<img width=\"300\" height=\"141\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--300x141.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--300x141.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--1024x480.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--768x360.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--1536x720.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--2048x960.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--150x70.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--500x234.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--24x11.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--36x17.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/unsplash--48x22.jpg 48w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>SUPPORT BLACK OWNED BUSINESSES </h2>		\n			<h1>START HERE</h1>		\n<p>Find a Certified Black-Owned Business member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-12-15 05:30:13','2020-12-15 05:30:13','',380,'http://advancingblackentrepreneurship.com/2020/12/15/380-revision-v1/',0,'revision','',0),(640,2,'2020-12-15 05:30:13','2020-12-15 05:30:13','<img width=\"300\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>SUPPORT BLACK OWNED BUSINESSES </h2>		\n			<h1>START HERE</h1>		\n<p>Find a Certified Black-Owned Business member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2020-12-15 05:30:13','2020-12-15 05:30:13','',380,'http://advancingblackentrepreneurship.com/2020/12/15/380-revision-v1/',0,'revision','',0),(641,2,'2020-12-15 05:35:05','2020-12-15 05:35:05','','','','inherit','open','closed','','kontiki','','','2020-12-15 05:35:15','2020-12-15 05:35:15','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki.jpg',0,'attachment','image/jpeg',0),(642,2,'2020-12-15 05:41:29','2020-12-15 05:41:29','','','','inherit','open','closed','','kontiki-3','','','2020-12-15 05:41:41','2020-12-15 05:41:41','',5,'http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg',0,'attachment','image/jpeg',0),(644,2,'2020-12-15 05:42:56','2020-12-15 05:42:56','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 05:42:56','2020-12-15 05:42:56','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(645,2,'2020-12-15 05:42:57','2020-12-15 05:42:57','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-39-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 05:42:57','2020-12-15 05:42:57','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(646,2,'2020-12-15 05:42:57','2020-12-15 05:42:57','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 05:42:57','2020-12-15 05:42:57','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(647,2,'2020-12-15 05:45:26','2020-12-15 05:45:26','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 05:45:26','2020-12-15 05:45:26','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(648,2,'2020-12-15 05:45:26','2020-12-15 05:45:26','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1024x684.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-768x513.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-1536x1025.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/goal_progress-advancingblackentrepreneurship-2048x1367.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 05:45:26','2020-12-15 05:45:26','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(649,2,'2020-12-15 05:45:26','2020-12-15 05:45:26','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-15 05:45:26','2020-12-15 05:45:26','',5,'http://advancingblackentrepreneurship.com/2020/12/15/5-revision-v1/',0,'revision','',0),(650,2,'2020-12-16 00:19:00','2020-12-16 00:19:00','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> - Co-founder of The Kimbrough STEAM Education Foundation</p>\n<p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office<br></p>\n<p><strong>Advisory Board</strong></p>\n<p><strong>Pat Riley - </strong>Community&nbsp; Philanthropist&nbsp;</p>\n<p><strong>Maximillan Sprinkle</strong>&nbsp;– Managing Attorney at Sprinkle Firm<strong><br></strong></p>\n<p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Jon Wood, J.D. - </strong>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</p>\n<p style=\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\"><br></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 00:19:00','2020-12-16 00:19:00','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(651,2,'2020-12-16 00:19:00','2020-12-16 00:19:00','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> - Co-founder of The Kimbrough STEAM Education Foundation</p>\n<p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office<br></p>\n<p><strong>Advisory Board</strong></p>\n<p><strong>Pat Riley - </strong>Community&nbsp; Philanthropist&nbsp;</p>\n<p><strong>Maximillan Sprinkle</strong>&nbsp;– Managing Attorney at Sprinkle Firm<strong><br></strong></p>\n<p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Jon Wood, J.D. - </strong>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</p>\n<p style=\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\"><br></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 00:19:00','2020-12-16 00:19:00','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(652,2,'2020-12-16 00:19:00','2020-12-16 00:19:00','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> - Co-founder of The Kimbrough STEAM Education Foundation</p>\n<p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office<br></p>\n<p><strong>Advisory Board</strong></p>\n<p><strong>Pat Riley - </strong>Community&nbsp; Philanthropist&nbsp;</p>\n<p><b>Jean Lacefield -</b>&nbsp;President, Gateway Community Association</p>\n<p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Jon Wood, J.D. - </strong>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</p>\n<p style=\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\"><br></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 00:19:00','2020-12-16 00:19:00','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(653,2,'2020-12-16 00:30:01','2020-12-16 00:30:01','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> - Co-founder of The Kimbrough STEAM Education Foundation</p>\n<p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office<br></p>\n<p><strong>Advisory Board</strong></p>\n<p><strong>Pat Riley - </strong>Community&nbsp; Philanthropist&nbsp;</p>\n<p><b>Jean Lacefield -</b>&nbsp;President, Gateway Community Association</p>\n<p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Jon Wood, J.D. - </strong>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</p>\n<p style=\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\"><br></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 00:30:01','2020-12-16 00:30:01','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(654,2,'2020-12-16 00:30:01','2020-12-16 00:30:01','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> - Co-founder of The Kimbrough STEAM Education Foundation</p>\n<p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office<br></p>\n<p><strong>Advisory Board</strong></p>\n<p><strong>Pat Riley - </strong>Community&nbsp; Philanthropist&nbsp;</p>\n<p><b>Jean Lacefield -</b>&nbsp;President, Gateway Community Association</p>\n<p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Jon Wood, J.D. - </strong>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</p>\n<p style=\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\"><br></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 00:30:01','2020-12-16 00:30:01','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(655,2,'2020-12-16 00:30:01','2020-12-16 00:30:01','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> - Co-founder of The Kimbrough STEAM Education Foundation</p>\n<p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office<br></p>\n<p><strong>Advisory Board</strong></p>\n<p><strong>Pat Riley - </strong>Community&nbsp; Philanthropist&nbsp;</p>\n<p><b>Jean Lacefield -</b>&nbsp;President, Gateway Community Association</p>\n<p><b>Jon Wood, J.D</b><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">. - </strong>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</p><b>Chris Jones, Ph.D.</b> -&nbsp;Executive Director of&nbsp;Arkansas Regional Innovation Hub\n<p style=\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\"><br></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 00:30:01','2020-12-16 00:30:01','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(657,1,'2020-12-16 06:12:16','2020-12-16 06:12:16','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> - Co-founder of The Kimbrough STEAM Education Foundation</p>\n<p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office<br></p>\n<p><strong>Advisory Board</strong></p>\n<p><strong>Pat Riley - </strong>Community&nbsp; Philanthropist&nbsp;</p>\n<p><b>Jean Lacefield -</b>&nbsp;President, Gateway Community Association</p>\n<p><b>Jon Wood, J.D</b><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">. - </strong>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</p><b>Chris Jones, Ph.D.</b> -&nbsp;Executive Director of&nbsp;Arkansas Regional Innovation Hub\n<p style=\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\"><br></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:12:16','2020-12-16 06:12:16','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(658,1,'2020-12-16 06:12:16','2020-12-16 06:12:16','<p><strong>Our Mission: </strong>The mission of <strong>Advancing Black Entrepreneurship</strong> is to build an ecosystem that empowers Black entrepreneurs to start, grow and scale their businesses.&nbsp;</p>\n<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>\n<p><strong>Who we serve:</strong> Black Entrepreneurs</p>\n<p><strong>Why we are different: </strong><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></p>\n<p><strong>Our Team:</strong></p>\n<p><strong>Benito Lubazibwa</strong> – Executive Director</p>\n<p><strong>Board of Directors</strong></p>\n<p><strong>Jay A. Young</strong> - CEO and&nbsp;Founder&nbsp;of&nbsp;Paradigm&nbsp;Masters Management</p>\n<p><strong>Bruce James</strong> - Professor of Business and Economic at Philander Smith College</p>\n<p><strong>Reginia Kimbrough</strong> - Co-founder of The Kimbrough STEAM Education Foundation</p>\n<p><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Rickey Hicks</strong> – Founding Attorney and Owner of Hicks Law Office<br></p>\n<p><strong>Advisory Board</strong></p>\n<p><strong>Pat Riley - </strong>Community&nbsp; Philanthropist&nbsp;</p>\n<p><b>Jean Lacefield -</b>&nbsp;President, Gateway Community Association</p>\n<p><b>Jon Wood, J.D</b><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">. - </strong>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</p><b>Chris Jones, Ph.D.</b> -&nbsp;Executive Director of&nbsp;Arkansas Regional Innovation Hub\n<p style=\"margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 21px; line-height: 1.5; color: rgb(36, 32, 33); font-family: myriad-pro, arial, sans-serif;\"><br></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:12:16','2020-12-16 06:12:16','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(659,1,'2020-12-16 06:12:16','2020-12-16 06:12:16','','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:12:16','2020-12-16 06:12:16','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(661,1,'2020-12-16 06:44:13','2020-12-16 06:44:13','','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:44:13','2020-12-16 06:44:13','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(662,1,'2020-12-16 06:44:14','2020-12-16 06:44:14','','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:44:14','2020-12-16 06:44:14','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(663,1,'2020-12-16 06:44:14','2020-12-16 06:44:14','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our  Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:44:14','2020-12-16 06:44:14','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(664,1,'2020-12-16 06:46:14','2020-12-16 06:46:14','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our  Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:46:14','2020-12-16 06:46:14','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(665,1,'2020-12-16 06:46:14','2020-12-16 06:46:14','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our  Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:46:14','2020-12-16 06:46:14','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(666,1,'2020-12-16 06:46:15','2020-12-16 06:46:15','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our  Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:46:15','2020-12-16 06:46:15','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(667,1,'2020-12-16 06:47:30','2020-12-16 06:47:30','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our  Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:47:30','2020-12-16 06:47:30','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(668,1,'2020-12-16 06:47:30','2020-12-16 06:47:30','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our  Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:47:30','2020-12-16 06:47:30','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(669,1,'2020-12-16 06:47:31','2020-12-16 06:47:31','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:47:31','2020-12-16 06:47:31','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(670,1,'2020-12-16 06:50:47','2020-12-16 06:50:47','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:50:47','2020-12-16 06:50:47','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(671,1,'2020-12-16 06:50:48','2020-12-16 06:50:48','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:50:48','2020-12-16 06:50:48','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(672,1,'2020-12-16 06:50:48','2020-12-16 06:50:48','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:50:48','2020-12-16 06:50:48','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(673,1,'2020-12-16 06:54:07','2020-12-16 06:54:07','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:54:07','2020-12-16 06:54:07','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(674,1,'2020-12-16 06:54:07','2020-12-16 06:54:07','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:54:07','2020-12-16 06:54:07','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(675,1,'2020-12-16 06:54:08','2020-12-16 06:54:08','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:54:08','2020-12-16 06:54:08','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(676,1,'2020-12-16 06:54:25','2020-12-16 06:54:25','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:54:25','2020-12-16 06:54:25','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (677,1,'2020-12-16 06:54:25','2020-12-16 06:54:25','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:54:25','2020-12-16 06:54:25','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(678,1,'2020-12-16 06:54:26','2020-12-16 06:54:26','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:54:26','2020-12-16 06:54:26','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(679,1,'2020-12-16 06:55:06','2020-12-16 06:55:06','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:55:06','2020-12-16 06:55:06','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(680,1,'2020-12-16 06:55:06','2020-12-16 06:55:06','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:55:06','2020-12-16 06:55:06','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(681,1,'2020-12-16 06:55:06','2020-12-16 06:55:06','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:55:06','2020-12-16 06:55:06','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(682,1,'2020-12-16 06:56:08','2020-12-16 06:56:08','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:56:08','2020-12-16 06:56:08','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(683,1,'2020-12-16 06:56:09','2020-12-16 06:56:09','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:56:09','2020-12-16 06:56:09','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(684,1,'2020-12-16 06:56:09','2020-12-16 06:56:09','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:56:09','2020-12-16 06:56:09','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(685,1,'2020-12-16 06:56:28','2020-12-16 06:56:28','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:56:28','2020-12-16 06:56:28','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(686,1,'2020-12-16 06:56:28','2020-12-16 06:56:28','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:56:28','2020-12-16 06:56:28','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(687,1,'2020-12-16 06:56:28','2020-12-16 06:56:28','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:56:28','2020-12-16 06:56:28','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(688,1,'2020-12-16 06:56:56','2020-12-16 06:56:56','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:56:56','2020-12-16 06:56:56','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(689,1,'2020-12-16 06:56:56','2020-12-16 06:56:56','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:56:56','2020-12-16 06:56:56','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(690,1,'2020-12-16 06:56:56','2020-12-16 06:56:56','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:56:56','2020-12-16 06:56:56','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(691,1,'2020-12-16 06:57:17','2020-12-16 06:57:17','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:57:17','2020-12-16 06:57:17','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(692,1,'2020-12-16 06:57:18','2020-12-16 06:57:18','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:57:18','2020-12-16 06:57:18','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(693,1,'2020-12-16 06:57:18','2020-12-16 06:57:18','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 06:57:18','2020-12-16 06:57:18','',558,'http://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(695,1,'2020-12-16 15:00:25','2020-12-16 15:00:25','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 15:00:25','2020-12-16 15:00:25','',558,'https://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(696,1,'2020-12-16 15:00:25','2020-12-16 15:00:25','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 15:00:25','2020-12-16 15:00:25','',558,'https://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(697,1,'2020-12-16 15:00:26','2020-12-16 15:00:26','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 15:00:26','2020-12-16 15:00:26','',558,'https://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(698,1,'2020-12-16 15:01:05','2020-12-16 15:01:05','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 15:01:05','2020-12-16 15:01:05','',558,'https://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(699,1,'2020-12-16 15:01:05','2020-12-16 15:01:05','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 15:01:05','2020-12-16 15:01:05','',558,'https://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(700,1,'2020-12-16 15:01:05','2020-12-16 15:01:05','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-16 15:01:05','2020-12-16 15:01:05','',558,'https://advancingblackentrepreneurship.com/2020/12/16/558-revision-v1/',0,'revision','',0),(702,1,'2020-12-18 03:15:36','2020-12-18 03:15:36','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-18 03:15:36','2020-12-18 03:15:36','',558,'https://advancingblackentrepreneurship.com/2020/12/18/558-revision-v1/',0,'revision','',0),(703,1,'2020-12-18 03:15:36','2020-12-18 03:15:36','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					start, grow, scale				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-18 03:15:36','2020-12-18 03:15:36','',558,'https://advancingblackentrepreneurship.com/2020/12/18/558-revision-v1/',0,'revision','',0),(704,1,'2020-12-18 03:15:36','2020-12-18 03:15:36','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-18 03:15:36','2020-12-18 03:15:36','',558,'https://advancingblackentrepreneurship.com/2020/12/18/558-revision-v1/',0,'revision','',0),(705,2,'2020-12-22 03:23:32','2020-12-22 03:23:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-22 03:23:32','2020-12-22 03:23:32','',5,'https://advancingblackentrepreneurship.com/2020/12/22/5-revision-v1/',0,'revision','',0),(706,2,'2020-12-22 03:23:33','2020-12-22 03:23:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>The Urban League of the State of Arkansas<br /><strong> </strong>3805 W 12th St, Little Rock, AR 72204</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-22 03:23:33','2020-12-22 03:23:33','',5,'https://advancingblackentrepreneurship.com/2020/12/22/5-revision-v1/',0,'revision','',0),(707,2,'2020-12-22 03:23:33','2020-12-22 03:23:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-22 03:23:33','2020-12-22 03:23:33','',5,'https://advancingblackentrepreneurship.com/2020/12/22/5-revision-v1/',0,'revision','',0),(711,1,'2020-12-25 02:01:06','2020-12-25 02:01:06','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:18px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:15px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2020-12-25 02:01:06','2020-12-25 02:01:06','',34,'https://advancingblackentrepreneurship.com/2020/12/25/34-revision-v1/',0,'revision','',0),(712,1,'2020-12-25 02:02:20','2020-12-25 02:02:20','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-25 02:02:20','2020-12-25 02:02:20','',5,'https://advancingblackentrepreneurship.com/2020/12/25/5-revision-v1/',0,'revision','',0),(713,1,'2020-12-25 02:02:21','2020-12-25 02:02:21','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-25 02:02:21','2020-12-25 02:02:21','',5,'https://advancingblackentrepreneurship.com/2020/12/25/5-revision-v1/',0,'revision','',0),(714,1,'2020-12-25 02:02:22','2020-12-25 02:02:22','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-25 02:02:22','2020-12-25 02:02:22','',5,'https://advancingblackentrepreneurship.com/2020/12/25/5-revision-v1/',0,'revision','',0),(715,1,'2020-12-25 02:03:20','2020-12-25 02:03:20','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-25 02:03:20','2020-12-25 02:03:20','',5,'https://advancingblackentrepreneurship.com/2020/12/25/5-revision-v1/',0,'revision','',0),(716,1,'2020-12-25 02:03:21','2020-12-25 02:03:21','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-25 02:03:21','2020-12-25 02:03:21','',5,'https://advancingblackentrepreneurship.com/2020/12/25/5-revision-v1/',0,'revision','',0),(717,1,'2020-12-25 02:03:21','2020-12-25 02:03:21','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-25 02:03:21','2020-12-25 02:03:21','',5,'https://advancingblackentrepreneurship.com/2020/12/25/5-revision-v1/',0,'revision','',0),(719,2,'2020-12-27 00:55:49','2020-12-27 00:55:49','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-27 00:55:49','2020-12-27 00:55:49','',5,'https://advancingblackentrepreneurship.com/2020/12/27/5-revision-v1/',0,'revision','',0),(720,2,'2020-12-27 00:55:49','2020-12-27 00:55:49','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p>Note: Contributions are tax-deductible.</p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-27 00:55:49','2020-12-27 00:55:49','',5,'https://advancingblackentrepreneurship.com/2020/12/27/5-revision-v1/',0,'revision','',0),(721,2,'2020-12-27 00:55:50','2020-12-27 00:55:50','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-27 00:55:50','2020-12-27 00:55:50','',5,'https://advancingblackentrepreneurship.com/2020/12/27/5-revision-v1/',0,'revision','',0),(723,2,'2020-12-27 02:02:50','2020-12-27 02:02:50','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:02:50','2020-12-27 02:02:50','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(724,2,'2020-12-27 02:02:50','2020-12-27 02:02:50','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a 501(c)3 non-profit organization based in Little Rock, Arkansas.</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:02:50','2020-12-27 02:02:50','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(725,2,'2020-12-27 02:02:50','2020-12-27 02:02:50','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><h2><strong>Focus:</strong></h2><p>-Building a New Ecosystem for Black-Owned Businesses</p><p>-Support certified Black-owned businesses with grants  and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs </p><h2><strong>Work with Us</strong></h2><p>-Build a New Ecosystem for Black-Owned Businesses<br />-Support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance</p><p>-Financial Literacy</p>		\n                <h2>Why We Are Different</h2>             \n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:02:50','2020-12-27 02:02:50','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(726,2,'2020-12-27 02:04:19','2020-12-27 02:04:19','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><h2><strong>Focus:</strong></h2><p>-Building a New Ecosystem for Black-Owned Businesses</p><p>-Support certified Black-owned businesses with grants  and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs </p><h2><strong>Work with Us</strong></h2><p>-Build a New Ecosystem for Black-Owned Businesses<br />-Support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance</p><p>-Financial Literacy</p>		\n                <h2>Why We Are Different</h2>             \n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:04:19','2020-12-27 02:04:19','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(727,2,'2020-12-27 02:04:20','2020-12-27 02:04:20','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><h2><strong>Focus:</strong></h2><p>-Building a New Ecosystem for Black-Owned Businesses</p><p>-Support certified Black-owned businesses with grants  and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs </p><h2><strong>Work with Us</strong></h2><p>-Build a New Ecosystem for Black-Owned Businesses<br />-Support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance</p><p>-Financial Literacy</p>		\n                <h2>Why We Are Different</h2>             \n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:04:20','2020-12-27 02:04:20','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(728,2,'2020-12-27 02:04:20','2020-12-27 02:04:20','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><h2><strong>Focus:</strong></h2><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants  and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs </p><h2><strong>Work with Us</strong></h2><p>-Build a New Ecosystem for Black-Owned Businesses<br />-Support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance</p><p>-Financial Literacy</p>		\n                <h2>Why We Are Different</h2>             \n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:04:20','2020-12-27 02:04:20','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(730,2,'2020-12-27 02:14:21','2020-12-27 02:14:21','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><h2><strong>Focus:</strong></h2><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants  and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs </p><h2><strong>Work with Us</strong></h2><p>-Build a New Ecosystem for Black-Owned Businesses<br />-Support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance</p><p>-Financial Literacy</p>		\n                <h2>Why We Are Different</h2>             \n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:14:21','2020-12-27 02:14:21','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(731,2,'2020-12-27 02:14:21','2020-12-27 02:14:21','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><h2><strong>Focus:</strong></h2><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants  and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs </p><h2><strong>Work with Us</strong></h2><p>-Build a New Ecosystem for Black-Owned Businesses<br />-Support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance</p><p>-Financial Literacy</p>		\n                <h2>Why We Are Different</h2>             \n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:14:21','2020-12-27 02:14:21','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(732,2,'2020-12-27 02:14:21','2020-12-27 02:14:21','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>\n<h2><strong style=\"font-size: 2rem;\">Focus:</strong><br></h2>\n<p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p>\n<p>-Support certified Black-owned businesses with grants&nbsp; and mentorship/ technical assistance</p>\n<p>-Provide Financial Literacy Programs&nbsp;</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:14:21','2020-12-27 02:14:21','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(733,2,'2020-12-27 02:19:41','2020-12-27 02:19:41','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>\n<h2><strong style=\"font-size: 2rem;\">Focus:</strong><br></h2>\n<p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p>\n<p>-Support certified Black-owned businesses with grants&nbsp; and mentorship/ technical assistance</p>\n<p>-Provide Financial Literacy Programs&nbsp;</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:19:41','2020-12-27 02:19:41','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(734,2,'2020-12-27 02:19:41','2020-12-27 02:19:41','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>\n<h2><strong style=\"font-size: 2rem;\">Focus:</strong><br></h2>\n<p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p>\n<p>-Support certified Black-owned businesses with grants&nbsp; and mentorship/ technical assistance</p>\n<p>-Provide Financial Literacy Programs&nbsp;</p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:19:41','2020-12-27 02:19:41','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(735,2,'2020-12-27 02:19:41','2020-12-27 02:19:41','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><h2><strong style=\"font-size: 2rem;\">Focus:</strong></h2><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants  and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:19:41','2020-12-27 02:19:41','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(736,2,'2020-12-27 02:22:56','2020-12-27 02:22:56','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><h2><strong style=\"font-size: 2rem;\">Focus:</strong></h2><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants  and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:22:56','2020-12-27 02:22:56','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(737,2,'2020-12-27 02:22:56','2020-12-27 02:22:56','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><h2><strong style=\"font-size: 2rem;\">Focus:</strong></h2><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants  and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:22:56','2020-12-27 02:22:56','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(738,2,'2020-12-27 02:22:56','2020-12-27 02:22:56','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><h2><strong style=\"font-size: 2rem;\">Focus:</strong></h2><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants  and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:22:56','2020-12-27 02:22:56','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(739,2,'2020-12-27 02:23:59','2020-12-27 02:23:59','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><h2><strong style=\"font-size: 2rem;\">Focus:</strong></h2><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants  and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:23:59','2020-12-27 02:23:59','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(740,2,'2020-12-27 02:23:59','2020-12-27 02:23:59','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><h2><strong style=\"font-size: 2rem;\">Focus:</strong></h2><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants  and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:23:59','2020-12-27 02:23:59','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(741,2,'2020-12-27 02:24:00','2020-12-27 02:24:00','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>\n<h2><strong style=\"font-size: 2rem;\">Focus:</strong></h2>\n<p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p>\n<p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p>\n<p>-Provide Financial Literacy Programs&nbsp;</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:24:00','2020-12-27 02:24:00','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(743,2,'2020-12-27 02:47:39','2020-12-27 02:47:39','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>\n<h2><strong style=\"font-size: 2rem;\">Focus:</strong></h2>\n<p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p>\n<p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p>\n<p>-Provide Financial Literacy Programs&nbsp;</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:47:39','2020-12-27 02:47:39','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(744,2,'2020-12-27 02:47:40','2020-12-27 02:47:40','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p>\n<h2><strong style=\"font-size: 2rem;\">Focus:</strong></h2>\n<p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p>\n<p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p>\n<p>-Provide Financial Literacy Programs&nbsp;</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:47:40','2020-12-27 02:47:40','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(745,2,'2020-12-27 02:47:40','2020-12-27 02:47:40','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><p><strong style=\"font-size: 2rem;\">We focus our efforts in five areas:</strong></p><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p>-Advancing Black Entrepreneurship in Digital Economy</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:47:40','2020-12-27 02:47:40','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(747,2,'2020-12-27 02:56:36','2020-12-27 02:56:36','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><p><strong style=\"font-size: 2rem;\">We focus our efforts in five areas:</strong></p><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p>-Advancing Black Entrepreneurship in Digital Economy</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:56:36','2020-12-27 02:56:36','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(748,2,'2020-12-27 02:56:36','2020-12-27 02:56:36','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><p><strong style=\"font-size: 2rem;\">We focus our efforts in five areas:</strong></p><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p>-Advancing Black Entrepreneurship in Digital Economy</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:56:36','2020-12-27 02:56:36','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(749,2,'2020-12-27 02:56:36','2020-12-27 02:56:36','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><p><strong style=\"font-size: 2rem;\">We focus our efforts in five areas:</strong></p><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p>-Digital Economy: Support Black-Owned Tech Startups</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:56:36','2020-12-27 02:56:36','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(750,2,'2020-12-27 02:57:44','2020-12-27 02:57:44','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><p><strong style=\"font-size: 2rem;\">We focus our efforts in five areas:</strong></p><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p>-Digital Economy: Support Black-Owned Tech Startups</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:57:44','2020-12-27 02:57:44','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(751,2,'2020-12-27 02:57:44','2020-12-27 02:57:44','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><p><strong style=\"font-size: 2rem;\">We focus our efforts in five areas:</strong></p><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p>-Digital Economy: Support Black-Owned Tech Startups</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:57:44','2020-12-27 02:57:44','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(752,2,'2020-12-27 02:57:45','2020-12-27 02:57:45','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><p><strong style=\"font-size: 2rem;\">We focus our efforts in three areas:</strong></p><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 02:57:45','2020-12-27 02:57:45','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(753,2,'2020-12-27 03:04:29','2020-12-27 03:04:29','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><p><strong style=\"font-size: 2rem;\">We focus our efforts in three areas:</strong></p><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:04:29','2020-12-27 03:04:29','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(754,2,'2020-12-27 03:04:29','2020-12-27 03:04:29','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><p><strong style=\"font-size: 2rem;\">We focus our efforts in three areas:</strong></p><p>-Building a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:04:29','2020-12-27 03:04:29','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(755,2,'2020-12-27 03:04:29','2020-12-27 03:04:29','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><p><strong style=\"font-size: 2rem;\">We focus our efforts in three areas:</strong></p><p>-Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:04:29','2020-12-27 03:04:29','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(756,2,'2020-12-27 03:04:48','2020-12-27 03:04:48','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><p><strong style=\"font-size: 2rem;\">We focus our efforts in three areas:</strong></p><p>-Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:04:48','2020-12-27 03:04:48','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(757,2,'2020-12-27 03:04:49','2020-12-27 03:04:49','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p>Black Entrepreneurs</p><p><strong style=\"font-size: 2rem;\">We focus our efforts in three areas:</strong></p><p>-Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:04:49','2020-12-27 03:04:49','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(758,2,'2020-12-27 03:04:49','2020-12-27 03:04:49','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong style=\"font-size: 2rem;\">We focus our efforts in three areas:</strong></p><p>-Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:04:49','2020-12-27 03:04:49','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(759,2,'2020-12-27 03:06:57','2020-12-27 03:06:57','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong style=\"font-size: 2rem;\">We focus our efforts in three areas:</strong></p><p>-Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:06:57','2020-12-27 03:06:57','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(760,2,'2020-12-27 03:06:57','2020-12-27 03:06:57','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong style=\"font-size: 2rem;\">We focus our efforts in three areas:</strong></p><p>-Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:06:57','2020-12-27 03:06:57','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(761,2,'2020-12-27 03:06:57','2020-12-27 03:06:57','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p>-Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:06:57','2020-12-27 03:06:57','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(762,2,'2020-12-27 03:07:52','2020-12-27 03:07:52','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p>-Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:07:52','2020-12-27 03:07:52','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(763,2,'2020-12-27 03:07:52','2020-12-27 03:07:52','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p>-Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:07:52','2020-12-27 03:07:52','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(764,2,'2020-12-27 03:07:53','2020-12-27 03:07:53','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p>-Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:07:53','2020-12-27 03:07:53','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(765,2,'2020-12-27 03:09:32','2020-12-27 03:09:32','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p>-Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:09:32','2020-12-27 03:09:32','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(766,2,'2020-12-27 03:09:32','2020-12-27 03:09:32','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p>-Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>-Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>-Provide Financial Literacy Programs</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:09:32','2020-12-27 03:09:32','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(767,2,'2020-12-27 03:09:32','2020-12-27 03:09:32','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p>\n<p><strong>We focus our efforts in three areas:</strong></p><p>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>2. Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>3. Provide Financial Literacy Programs</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:09:32','2020-12-27 03:09:32','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(768,2,'2020-12-27 03:24:28','2020-12-27 03:24:28','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p>\n<p><strong>We focus our efforts in three areas:</strong></p><p>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>2. Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>3. Provide Financial Literacy Programs</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:24:28','2020-12-27 03:24:28','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(769,2,'2020-12-27 03:24:28','2020-12-27 03:24:28','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p>\n<p><strong>We focus our efforts in three areas:</strong></p><p>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</p><p>2. Support certified Black-owned businesses with grants and mentorship/ technical assistance</p><p>3. Provide Financial Literacy Programs</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:24:28','2020-12-27 03:24:28','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(770,2,'2020-12-27 03:24:29','2020-12-27 03:24:29','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><strong>2. Support certified Black-owned businesses with grants and mentorship/ technical assistance</strong></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:24:29','2020-12-27 03:24:29','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(771,2,'2020-12-27 03:24:56','2020-12-27 03:24:56','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><strong>2. Support certified Black-owned businesses with grants and mentorship/ technical assistance</strong></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:24:56','2020-12-27 03:24:56','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(772,2,'2020-12-27 03:24:56','2020-12-27 03:24:56','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><strong>2. Support certified Black-owned businesses with grants and mentorship/ technical assistance</strong></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:24:56','2020-12-27 03:24:56','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(773,2,'2020-12-27 03:24:56','2020-12-27 03:24:56','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><strong>2. Support certified Black-owned businesses with grants and mentorship/ technical assistance</strong></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 03:24:56','2020-12-27 03:24:56','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(775,2,'2020-12-27 03:31:54','2020-12-27 03:31:54','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-27 03:31:54','2020-12-27 03:31:54','',5,'https://advancingblackentrepreneurship.com/2020/12/27/5-revision-v1/',0,'revision','',0),(776,2,'2020-12-27 03:31:54','2020-12-27 03:31:54','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Access: Business opportunities with the corporations, state and local entities </li><li>Networking: Networking at ReMix Ideas events</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-27 03:31:54','2020-12-27 03:31:54','',5,'https://advancingblackentrepreneurship.com/2020/12/27/5-revision-v1/',0,'revision','',0),(777,2,'2020-12-27 03:31:54','2020-12-27 03:31:54','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2020-12-27 03:31:54','2020-12-27 03:31:54','',5,'https://advancingblackentrepreneurship.com/2020/12/27/5-revision-v1/',0,'revision','',0),(780,2,'2020-12-27 17:12:30','2020-12-27 17:12:30','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><strong>2. Support certified Black-owned businesses with grants and mentorship/ technical assistance</strong></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 17:12:30','2020-12-27 17:12:30','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(781,2,'2020-12-27 17:12:30','2020-12-27 17:12:30','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><strong>2. Support certified Black-owned businesses with grants and mentorship/ technical assistance</strong></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 17:12:30','2020-12-27 17:12:30','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(782,2,'2020-12-27 17:12:31','2020-12-27 17:12:31','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in five areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><strong>2. Support certified Black-owned businesses with grants and mentorship/ technical assistance</strong></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p>4. Build Black Businesses to Scale</p><p>5. Build a Culture of Collective Ownership</p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 17:12:31','2020-12-27 17:12:31','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(783,2,'2020-12-27 17:13:45','2020-12-27 17:13:45','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in five areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><strong>2. Support certified Black-owned businesses with grants and mentorship/ technical assistance</strong></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p>4. Build Black Businesses to Scale</p><p>5. Build a Culture of Collective Ownership</p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 17:13:45','2020-12-27 17:13:45','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(784,2,'2020-12-27 17:13:45','2020-12-27 17:13:45','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in five areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><strong>2. Support certified Black-owned businesses with grants and mentorship/ technical assistance</strong></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p>4. Build Black Businesses to Scale</p><p>5. Build a Culture of Collective Ownership</p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 17:13:45','2020-12-27 17:13:45','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(785,2,'2020-12-27 17:13:45','2020-12-27 17:13:45','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in five areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><b>2. Support certified Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship/ technical assistance</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p>4. Build Black Businesses to Scale</p><p>5. Build a Culture of Collective Ownership</p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 17:13:45','2020-12-27 17:13:45','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(786,2,'2020-12-27 17:32:07','2020-12-27 17:32:07','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in five areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><b>2. Support certified Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship/ technical assistance</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p>4. Build Black Businesses to Scale</p><p>5. Build a Culture of Collective Ownership</p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 17:32:07','2020-12-27 17:32:07','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(787,2,'2020-12-27 17:32:07','2020-12-27 17:32:07','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in five areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><b>2. Support certified Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship/ technical assistance</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p>4. Build Black Businesses to Scale</p><p>5. Build a Culture of Collective Ownership</p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 17:32:07','2020-12-27 17:32:07','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(788,2,'2020-12-27 17:32:07','2020-12-27 17:32:07','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in five areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><b>2. Support certified Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship/ technical assistance</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p>4. Build Black Businesses to Scale</p><p>5. Change the Narrative: Bring More Blacks to Tech - Entrepreneurship</p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 17:32:07','2020-12-27 17:32:07','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(789,2,'2020-12-27 17:57:16','2020-12-27 17:57:16','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in five areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><b>2. Support certified Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship/ technical assistance</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p>4. Build Black Businesses to Scale</p><p>5. Change the Narrative: Bring More Blacks to Tech - Entrepreneurship</p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 17:57:16','2020-12-27 17:57:16','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(790,2,'2020-12-27 17:57:16','2020-12-27 17:57:16','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in five areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><b>2. Support certified Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship/ technical assistance</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p>4. Build Black Businesses to Scale</p><p>5. Change the Narrative: Bring More Blacks to Tech - Entrepreneurship</p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 17:57:16','2020-12-27 17:57:16','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(791,2,'2020-12-27 17:57:16','2020-12-27 17:57:16','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in five areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><b>2. Support certified Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship/ technical assistance</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p>4. Build Black Businesses to Scale</p><p>5. Change the Narrative: Bring More Blacks to Tech - Entrepreneurship</p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-27 17:57:16','2020-12-27 17:57:16','',558,'https://advancingblackentrepreneurship.com/2020/12/27/558-revision-v1/',0,'revision','',0),(793,2,'2020-12-30 15:34:02','2020-12-30 15:34:02','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in five areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><b>2. Support certified Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship/ technical assistance</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p>4. Build Black Businesses to Scale</p><p>5. Change the Narrative: Bring More Blacks to Tech - Entrepreneurship</p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:34:02','2020-12-30 15:34:02','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(794,2,'2020-12-30 15:34:04','2020-12-30 15:34:04','<h2>Our Mission</h2>             \n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n                <h2>Who We Serve</h2>             \n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in five areas:</strong></p><p><strong>1. Build a New Ecosystem for Black-Owned Businesses in Central Arkansas</strong></p><p><b>2. Support certified Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship/ technical assistance</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p>4. Build Black Businesses to Scale</p><p>5. Change the Narrative: Bring More Blacks to Tech - Entrepreneurship</p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n                <h2>Why We Are Different</h2>             \n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n                <h2>Our Team</h2>             \n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n        <h3>\n                Board Of Directors            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n        <h3>\n                Advisory Board            \n                                </h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:34:04','2020-12-30 15:34:04','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(795,2,'2020-12-30 15:34:07','2020-12-30 15:34:07','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p>\n<p><strong>We focus our efforts in three areas:</strong></p>\n<p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in&nbsp; Arkansas</strong></p>\n<p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p>\n<p><strong>3. Provide Financial Literacy Programs</strong></p>\n<p></p>\n<p>\n</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:34:07','2020-12-30 15:34:07','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(796,2,'2020-12-30 15:37:59','2020-12-30 15:37:59','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p>\n<p><strong>We focus our efforts in three areas:</strong></p>\n<p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in&nbsp; Arkansas</strong></p>\n<p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p>\n<p><strong>3. Provide Financial Literacy Programs</strong></p>\n<p></p>\n<p>\n</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:37:59','2020-12-30 15:37:59','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(797,2,'2020-12-30 15:38:01','2020-12-30 15:38:01','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p>\n<p><strong>We focus our efforts in three areas:</strong></p>\n<p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in&nbsp; Arkansas</strong></p>\n<p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p>\n<p><strong>3. Provide Financial Literacy Programs</strong></p>\n<p></p>\n<p>\n</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:38:01','2020-12-30 15:38:01','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(798,2,'2020-12-30 15:38:04','2020-12-30 15:38:04','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p>\n<p><strong>We focus our efforts in three areas:</strong></p>\n<p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p>\n<p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p>\n<p><strong>3. Provide Financial Literacy Programs</strong></p>\n<p></p>\n<p>\n</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:38:04','2020-12-30 15:38:04','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(800,2,'2020-12-30 15:43:40','2020-12-30 15:43:40','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p>\n<p><strong>We focus our efforts in three areas:</strong></p>\n<p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p>\n<p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p>\n<p><strong>3. Provide Financial Literacy Programs</strong></p>\n<p></p>\n<p>\n</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:43:40','2020-12-30 15:43:40','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(801,2,'2020-12-30 15:43:40','2020-12-30 15:43:40','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to \n				<noscript>\n					START, GROW, SCALE				</noscript>\n					 their businesses\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p>\n<p><strong>We focus our efforts in three areas:</strong></p>\n<p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p>\n<p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p>\n<p><strong>3. Provide Financial Literacy Programs</strong></p>\n<p></p>\n<p>\n</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:43:40','2020-12-30 15:43:40','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(802,2,'2020-12-30 15:43:41','2020-12-30 15:43:41','<h2>Our Mission</h2> 		\n				<noscript>\n					START, GROW, SCALE				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p> </p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:43:41','2020-12-30 15:43:41','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(803,2,'2020-12-30 15:45:04','2020-12-30 15:45:04','<h2>Our Mission</h2> 		\n				<noscript>\n					START, GROW, SCALE				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p> </p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:45:04','2020-12-30 15:45:04','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(804,2,'2020-12-30 15:45:05','2020-12-30 15:45:05','<h2>Our Mission</h2> 		\n				<noscript>\n					START, GROW, SCALE				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p> </p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:45:05','2020-12-30 15:45:05','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(805,2,'2020-12-30 15:45:07','2020-12-30 15:45:07','<h2>Our Mission</h2> 		\n					Build supportive Ecosystem for Black-Owned Businesses in Arkansas \n				<noscript>\n					START, GROW, SCALE				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p> </p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:45:07','2020-12-30 15:45:07','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(806,2,'2020-12-30 15:52:14','2020-12-30 15:52:14','<h2>Our Mission</h2> 		\n					Build supportive Ecosystem for Black-Owned Businesses in Arkansas \n				<noscript>\n					START, GROW, SCALE				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p> </p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:52:14','2020-12-30 15:52:14','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(807,2,'2020-12-30 15:52:15','2020-12-30 15:52:15','<h2>Our Mission</h2> 		\n					Build supportive Ecosystem for Black-Owned Businesses in Arkansas \n				<noscript>\n					START, GROW, SCALE				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p> </p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:52:15','2020-12-30 15:52:15','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(808,2,'2020-12-30 15:52:15','2020-12-30 15:52:15','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses \n				<noscript>\n					SCALE				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p> </p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:52:15','2020-12-30 15:52:15','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(810,2,'2020-12-30 15:55:32','2020-12-30 15:55:32','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses \n				<noscript>\n					SCALE				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p> </p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:55:32','2020-12-30 15:55:32','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(811,2,'2020-12-30 15:55:32','2020-12-30 15:55:32','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses \n				<noscript>\n					SCALE				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p> </p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:55:32','2020-12-30 15:55:32','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(812,2,'2020-12-30 15:55:33','2020-12-30 15:55:33','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses \n				<noscript>\n					in Arkansas				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p> </p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 15:55:33','2020-12-30 15:55:33','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(813,2,'2020-12-30 23:56:54','2020-12-30 23:56:54','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses \n				<noscript>\n					in Arkansas				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p> </p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 23:56:54','2020-12-30 23:56:54','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(814,2,'2020-12-30 23:56:54','2020-12-30 23:56:54','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses \n				<noscript>\n					in Arkansas				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and mentorship</b></p><p><strong>3. Provide Financial Literacy Programs</strong></p><p> </p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 23:56:54','2020-12-30 23:56:54','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(815,2,'2020-12-30 23:56:55','2020-12-30 23:56:55','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses \n				<noscript>\n					in Arkansas				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2020-12-30 23:56:55','2020-12-30 23:56:55','',558,'https://advancingblackentrepreneurship.com/2020/12/30/558-revision-v1/',0,'revision','',0),(816,1,'2021-01-01 03:57:49','2021-01-01 03:57:49','','Advancing Black Entrepreneurship_logo','','inherit','open','closed','','advancing-black-entrepreneurship_logo','','','2021-01-01 03:57:49','2021-01-01 03:57:49','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/01/Advancing-Black-Entrepreneurship_logo.png',0,'attachment','image/png',0),(821,1,'2021-01-01 04:04:18','2021-01-01 04:04:18','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .site-text-logo {\n	font-size:17px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:18px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:15px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2021-01-01 04:04:18','2021-01-01 04:04:18','',34,'https://advancingblackentrepreneurship.com/2021/01/01/34-revision-v1/',0,'revision','',0),(822,1,'2021-01-01 04:05:38','2021-01-01 04:05:38','https://advancingblackentrepreneurship.com/wp-content/uploads/2021/01/cropped-Advancing-Black-Entrepreneurship_logo.png','cropped-Advancing-Black-Entrepreneurship_logo.png','','inherit','open','closed','','cropped-advancing-black-entrepreneurship_logo-png','','','2021-01-01 04:05:38','2021-01-01 04:05:38','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/01/cropped-Advancing-Black-Entrepreneurship_logo.png',0,'attachment','image/png',0),(826,2,'2021-01-02 02:43:28','2021-01-02 02:43:28','With over 15 years of experience in this industry, you can rely on our qualified professionals. All our services are very competitively priced and will help you find a solution to your financial problems. We’re proud of the commitment and services we provide to our community and we are ready to serve you as well.','Eminent Financial Services, Inc.','','publish','closed','closed','','eminent-financial-services-inc','','','2021-01-04 17:45:09','2021-01-04 17:45:09','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=826',0,'at_biz_dir','',0),(827,2,'2021-01-02 02:42:16','2021-01-02 02:42:16','','','','inherit','open','closed','','eminent','','','2021-01-02 02:42:47','2021-01-02 02:42:47','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/01/Eminent.jpg',0,'attachment','image/jpeg',0),(828,2,'2021-01-02 03:21:55','2021-01-02 03:21:55','Serving Up The Best Pies, Wings Salads And So Much More!\r\n\r\n9813 W Markham St Suite B, Little Rock AR 72205 (Right Behind Fuller &amp; Son Hardware)','Certified Pies','','publish','closed','closed','','certified-pies','','','2021-01-04 17:44:17','2021-01-04 17:44:17','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=828',0,'at_biz_dir','',0),(829,2,'2021-01-02 03:17:27','2021-01-02 03:17:27','','','','inherit','open','closed','','pies','','','2021-01-02 03:17:42','2021-01-02 03:17:42','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/01/Pies.png',0,'attachment','image/png',0),(830,2,'2021-01-02 03:41:27','2021-01-02 03:41:27','<h3 class=\"wsite-content-title\"><strong>VEGETARIAN - NATURAL INGREDIENTS SPECIALTY GOURMET STEW: </strong><span style=\"font-size: xx-large;\">\r\nFor families across the globe that love home cooked meals​.\r\nFood Innovation, The Transformation of Vegetable Products into delicious meals to meet the nutritious demands of the modern generation</span></h3>','OMENYI CLASSIC STEW','','publish','closed','closed','','omenyi-classic-stew','','','2021-01-04 17:43:20','2021-01-04 17:43:20','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=830',0,'at_biz_dir','',0),(831,2,'2021-01-02 03:40:37','2021-01-02 03:40:37','','','','inherit','open','closed','','omenyi','','','2021-01-02 03:40:45','2021-01-02 03:40:45','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/01/Omenyi.png',0,'attachment','image/png',0),(834,2,'2021-01-02 04:00:02','2021-01-02 04:00:02','<strong>Reservoir Supply is a local dealer with national buying power. We provide our customers with high quality products and services in addition to competitive pricing. We are dedicated to building quality relationships with our customers whether you are purchasing items for a home office or a large corporate account. Reservoir Supply offers discounted office supplies with lightning fast delivery. We have a national warehouse network of over 35 warehouses across the US that help with fast delivery of over 40,000 products including office supplies, janitorial supplies, sanitation supplies, classroom supplies and office furniture.</strong>','Reservoir Supply','','publish','closed','closed','','reservoir-supply','','','2021-01-04 17:40:55','2021-01-04 17:40:55','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=834',0,'at_biz_dir','',0),(835,2,'2021-01-02 03:59:42','2021-01-02 03:59:42','','','','inherit','open','closed','','r','','','2021-01-02 03:59:49','2021-01-02 03:59:49','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/01/R.gif',0,'attachment','image/gif',0),(836,2,'2021-01-02 04:09:06','2021-01-02 04:09:06','All Purpose Seasoning And Sauce','Truth Sauce','','publish','closed','closed','','truth-sauce','','','2021-01-04 17:40:12','2021-01-04 17:40:12','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=836',0,'at_biz_dir','',0),(837,2,'2021-01-02 04:08:36','2021-01-02 04:08:36','','','','inherit','open','closed','','sauce','','','2021-01-02 04:08:43','2021-01-02 04:08:43','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/01/Sauce.jpg',0,'attachment','image/jpeg',0),(838,2,'2021-01-02 04:21:07','2021-01-02 04:21:07','Vegetarian/Vegan Restaurant\r\n\r\n\"The HOME\" offers a “Best in Class” Vegan menu, which includes seitan \"ribs\" in a barbecue sauce, fried cauliflower \"chicken wings,\" macaroni and \"cheese,\" greens, black-eyed peas, yams and cornbread dressing.','The House Of Mental Eatery -The HOME','','publish','closed','closed','','the-house-of-mental-eatery-the-home','','','2021-01-04 17:39:39','2021-01-04 17:39:39','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=838',0,'at_biz_dir','',0),(839,2,'2021-01-02 04:17:29','2021-01-02 04:17:29','','The House Of Mental','','inherit','open','closed','','the-house-of-mental','','','2021-01-02 04:17:29','2021-01-02 04:17:29','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/01/The-House-Of-Mental-.jpg',0,'attachment','image/jpeg',0),(840,2,'2021-01-02 04:18:37','2021-01-02 04:18:37','','The House Of Mental','','inherit','open','closed','','the-house-of-mental-2','','','2021-01-02 04:18:37','2021-01-02 04:18:37','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/01/The-House-Of-Mental-1-1.jpg',0,'attachment','image/jpeg',0),(841,2,'2021-01-02 04:20:30','2021-01-02 04:20:30','','','','inherit','open','closed','','housem','','','2021-01-02 04:20:44','2021-01-02 04:20:44','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/01/HouseM.jpg',0,'attachment','image/jpeg',0),(843,2,'2021-01-02 04:32:00','2021-01-02 04:32:00','<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n<div dir=\"auto\">A Kick Above is a private, personal training and general fitness studio. We believe that each person has a God-given purpose in life. The way that purpose is most effectively fulfilled is when we are healthy - mind, BODY and soul. The goal of our studio is to create an environment that is both positive and challenging.</div>\n</div>\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n<div dir=\"auto\">We invite you to experience CHANGE - a change in gym atmosphere, a change in personal training philosophy and a change in your lifestyle.</div>\n</div>','A Kick Above - A Personal Training Studio','','inherit','closed','closed','','399-autosave-v1','','','2021-01-02 04:32:00','2021-01-02 04:32:00','',399,'https://advancingblackentrepreneurship.com/2021/01/02/399-autosave-v1/',0,'revision','',0),(844,2,'2021-01-02 04:38:45','2021-01-02 04:38:45','<div class=\"j83agx80\">\n<div>\n<div class=\"dwo3fsh8 g5ia77u1 rt8b4zig n8ej3o3l agehan2d sk4xxmp2 rq0escxv q9uorilb kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso l9j0dhe7 i1ao9s8h k4urcfbm\">\n<div class=\"j83agx80 cbu4d94t sj5x9vvc cxgpxx05\">\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 pfnyh3mw jifvfom9 ll8tlv6m owycx6da btwxx1t3 hv4rvrfc dati1w0a jb3vyjys b5q2rw42 lq239pai mysgfdmx hddg9phg\">\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 cbu4d94t g5gj957u d2edcug0 hpfvmrgz rj1gh0hx buofh1pr o8rfisnq p8fzw8mz pcp91wgn iuny7tx3 ipjc6fyt\">\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\n<div class=\"qzhwtbm6 knvmm38d\">\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\n<div class=\"qzhwtbm6 knvmm38d\">\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n<div dir=\"auto\">Barbecue Restaurant</div>\n<div dir=\"auto\">Fine Food and Elegant Accommodations at an Affordable Price</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"pybr56ya hv4rvrfc f9o22wc5 j83agx80\">Lindsey\'s Hospitality House is the ideal location to Host your special event! Enjoy great food and Quality service in a warm and friendly atmosphere. Schedule your business, family, or church event in our private banquet room especially designed for catering to your specials needs!</div>\n</div>\n<div class=\"j83agx80\">\n<div class=\"dwo3fsh8 g5ia77u1 rt8b4zig n8ej3o3l agehan2d sk4xxmp2 rq0escxv q9uorilb kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso l9j0dhe7 i1ao9s8h k4urcfbm\">\n<div class=\"j83agx80 cbu4d94t sj5x9vvc cxgpxx05\">\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 pfnyh3mw jifvfom9 ll8tlv6m owycx6da btwxx1t3 hv4rvrfc dati1w0a jb3vyjys b5q2rw42 lq239pai mysgfdmx hddg9phg\">\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 cbu4d94t g5gj957u d2edcug0 hpfvmrgz rj1gh0hx buofh1pr o8rfisnq p8fzw8mz pcp91wgn iuny7tx3 ipjc6fyt\">\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\n<div class=\"qzhwtbm6 knvmm38d\">\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\n<div class=\"qzhwtbm6 knvmm38d\">\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n<div dir=\"auto\">Catering</div>\n</div>\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n<div dir=\"auto\">With our 20’ fully equipped catering trailer we are capable of meeting all your catering needs across town or across the country. No group is to small or two large for us to accommodate. Lindsey\'s has a broad selection of menu items to choose from in order to cater to your special event. Call or email us today for pricing and to select menu options</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Lindsey\'s BBQ & Hospitality House','','inherit','closed','closed','','398-autosave-v1','','','2021-01-02 04:38:45','2021-01-02 04:38:45','',398,'https://advancingblackentrepreneurship.com/2021/01/02/398-autosave-v1/',0,'revision','',0),(845,2,'2021-01-02 05:13:01','2021-01-02 05:13:01','A quaint coffeehouse located in a historic building in the downtown commercial district.','Indigo Blue Coffeehouse','','inherit','closed','closed','','397-autosave-v1','','','2021-01-02 05:13:01','2021-01-02 05:13:01','',397,'https://advancingblackentrepreneurship.com/2021/01/02/397-autosave-v1/',0,'revision','',0),(846,2,'2021-01-02 05:15:47','2021-01-02 05:15:47','Beauty Salon','Real Natural Salon','','inherit','closed','closed','','395-autosave-v1','','','2021-01-02 05:15:47','2021-01-02 05:15:47','',395,'https://advancingblackentrepreneurship.com/2021/01/02/395-autosave-v1/',0,'revision','',0),(847,2,'2021-01-02 05:19:19','2021-01-02 05:19:19','<div class=\"j83agx80\">\n<div>\n<div class=\"dwo3fsh8 g5ia77u1 rt8b4zig n8ej3o3l agehan2d sk4xxmp2 rq0escxv q9uorilb kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso l9j0dhe7 i1ao9s8h k4urcfbm\">\n<div class=\"j83agx80 cbu4d94t sj5x9vvc cxgpxx05\">\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 pfnyh3mw jifvfom9 ll8tlv6m owycx6da btwxx1t3 hv4rvrfc dati1w0a jb3vyjys b5q2rw42 lq239pai mysgfdmx hddg9phg\">\n<div class=\"rq0escxv l9j0dhe7 du4w35lb j83agx80 cbu4d94t g5gj957u d2edcug0 hpfvmrgz rj1gh0hx buofh1pr o8rfisnq p8fzw8mz pcp91wgn iuny7tx3 ipjc6fyt\">\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\n<div class=\"qzhwtbm6 knvmm38d\">\n<div class=\"j83agx80 cbu4d94t ew0dbk1b irj2b8pg\">\n<div class=\"qzhwtbm6 knvmm38d\">\n<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\n<div dir=\"auto\">At Michael Blake Menswear we create clothing that reflect the peculiarities of your life and style. We offer custom suits, shirts, shoes and tuxedo rentals</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"pybr56ya hv4rvrfc f9o22wc5 j83agx80\">We make made-to-measure menswear, we have over 300 fabric selection for suits, trousers, and shirts. We also have a selection of all leather shoes. We can do a private consultation in you\'re home or office.</div>\n</div>','Michael Blake Menswear LLC','','inherit','closed','closed','','394-autosave-v1','','','2021-01-02 05:19:19','2021-01-02 05:19:19','',394,'https://advancingblackentrepreneurship.com/2021/01/02/394-autosave-v1/',0,'revision','',0),(848,2,'2021-01-02 05:22:37','2021-01-02 05:22:37','African','Kontiki African Restaurant','','inherit','closed','closed','','393-autosave-v1','','','2021-01-02 05:22:37','2021-01-02 05:22:37','',393,'https://advancingblackentrepreneurship.com/2021/01/02/393-autosave-v1/',0,'revision','',0),(849,2,'2021-01-02 05:24:54','2021-01-02 05:24:54','Mr. Keith\'s Kettle corn is the best kettle corn in the south. We have many favors that are very savory.','Mr. Keith\'s Kettlecorn','','inherit','closed','closed','','391-autosave-v1','','','2021-01-02 05:24:54','2021-01-02 05:24:54','',391,'https://advancingblackentrepreneurship.com/2021/01/02/391-autosave-v1/',0,'revision','',0),(850,2,'2021-01-02 05:28:31','2021-01-02 05:28:31','Supporting all genres from classics to new releases. We host book signings, storytime for children, and community discussions. Call us for any book.','Pyramid Art Books & Custom Framing','','inherit','closed','closed','','390-autosave-v1','','','2021-01-02 05:28:31','2021-01-02 05:28:31','',390,'https://advancingblackentrepreneurship.com/2021/01/02/390-autosave-v1/',0,'revision','',0),(853,2,'2021-01-04 17:43:02','2021-01-04 17:43:02','<h3 class=\"wsite-content-title\"><strong>VEGETARIAN - NATURAL INGREDIENTS SPECIALTY GOURMET STEW: </strong><span style=\"font-size: xx-large;\">\nFor families across the globe that love home cooked meals​.\nFood Innovation, The Transformation of Vegetable Products into delicious meals to meet the nutritious demands of the modern generation</span></h3>','OMENYI CLASSIC STEW','','inherit','closed','closed','','830-autosave-v1','','','2021-01-04 17:43:02','2021-01-04 17:43:02','',830,'https://advancingblackentrepreneurship.com/2021/01/04/830-autosave-v1/',0,'revision','',0),(854,2,'2021-01-04 18:04:44','2021-01-04 18:04:44','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses \n				<noscript>\n					in Arkansas				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-01-04 18:04:44','2021-01-04 18:04:44','',558,'https://advancingblackentrepreneurship.com/2021/01/04/558-revision-v1/',0,'revision','',0),(855,2,'2021-01-04 18:04:44','2021-01-04 18:04:44','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses \n				<noscript>\n					in Arkansas				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><em>\"We have to own our destiny . That is true freedom...\" - Benito Lubazibwa</em></p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-01-04 18:04:44','2021-01-04 18:04:44','',558,'https://advancingblackentrepreneurship.com/2021/01/04/558-revision-v1/',0,'revision','',0),(856,2,'2021-01-04 18:04:44','2021-01-04 18:04:44','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses \n				<noscript>\n					in Arkansas				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>Let us travel together as we work toward a common purpose – to build an anti-racist economic system in Arkansas. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-01-04 18:04:44','2021-01-04 18:04:44','',558,'https://advancingblackentrepreneurship.com/2021/01/04/558-revision-v1/',0,'revision','',0),(857,2,'2021-01-04 18:06:31','2021-01-04 18:06:31','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses \n				<noscript>\n					in Arkansas				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>Let us travel together as we work toward a common purpose – to build an anti-racist economic system in Arkansas. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-01-04 18:06:31','2021-01-04 18:06:31','',558,'https://advancingblackentrepreneurship.com/2021/01/04/558-revision-v1/',0,'revision','',0),(858,2,'2021-01-04 18:06:31','2021-01-04 18:06:31','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses \n				<noscript>\n					in Arkansas				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p>Let us travel together as we work toward a common purpose – to build an anti-racist economic system in Arkansas. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-01-04 18:06:31','2021-01-04 18:06:31','',558,'https://advancingblackentrepreneurship.com/2021/01/04/558-revision-v1/',0,'revision','',0),(859,2,'2021-01-04 18:06:31','2021-01-04 18:06:31','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses \n				<noscript>\n					in Arkansas				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><i>\"Let us travel together as we work toward a common purpose – to build an anti-racist economic system in Arkansas. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-01-04 18:06:31','2021-01-04 18:06:31','',558,'https://advancingblackentrepreneurship.com/2021/01/04/558-revision-v1/',0,'revision','',0),(861,1,'2021-01-05 15:09:03','2021-01-05 15:09:03','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses \n				<noscript>\n					in Arkansas				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><i>\"Let us travel together as we work toward a common purpose – to build an anti-racist economic system in Arkansas. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-01-05 15:09:03','2021-01-05 15:09:03','',558,'https://advancingblackentrepreneurship.com/2021/01/05/558-revision-v1/',0,'revision','',0),(862,1,'2021-01-05 15:09:03','2021-01-05 15:09:03','<h2>Our Mission</h2> 		\n					Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses \n				<noscript>\n					in Arkansas				</noscript>\n			<!-- close .eael-fancy-text-container -->\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><i>\"Let us travel together as we work toward a common purpose – to build an anti-racist economic system in Arkansas. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-01-05 15:09:03','2021-01-05 15:09:03','',558,'https://advancingblackentrepreneurship.com/2021/01/05/558-revision-v1/',0,'revision','',0),(863,1,'2021-01-05 15:09:04','2021-01-05 15:09:04','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses in Arkansas</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><i>\"Let us travel together as we work toward a common purpose – to build an anti-racist economic system in Arkansas. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-01-05 15:09:04','2021-01-05 15:09:04','',558,'https://advancingblackentrepreneurship.com/2021/01/05/558-revision-v1/',0,'revision','',0),(864,1,'2021-01-05 23:10:27','2021-01-05 23:10:27','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','publish','closed','closed','','black-founders-summit-report','','','2021-04-16 12:57:40','2021-04-16 12:57:40','',0,'https://advancingblackentrepreneurship.com/?page_id=864',0,'page','',0),(865,1,'2021-01-05 23:04:07','2021-01-05 23:04:07','<!-- wp:html -->\n<div class=\"visme_d\" data-url=\"4dymz9vy-black-founders-summit-in-ar-report\" data-w=\"816\" data-h=\"1056\" data-domain=\"my\"></div><p style=\"width:142px !important;border-radius:3px !important;padding:3px !important;font-size:12px !important;font-family:Arial, sans-serif !important;color:#314152 !important;white-space:nowrap !important\">Made with <a href=\"https://www.visme.co/?vc=Made-With-Visme&amp;utm_medium=Embed\" target=\"_blank\" style=\"font-weight:600 !important;text-decoration:none !important;font-size:12px !important;font-family:Arial, sans-serif !important;color:#314152 !important;white-space:nowrap !important\" rel=\"noopener\">Visme</a></p>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','','','inherit','closed','closed','','864-revision-v1','','','2021-01-05 23:04:07','2021-01-05 23:04:07','',864,'https://advancingblackentrepreneurship.com/2021/01/05/864-revision-v1/',0,'revision','',0),(866,1,'2021-01-05 23:09:15','2021-01-05 23:09:15','<!-- wp:paragraph -->\n<p>Greetings,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Advancing Black entrepreneurship is crucial for Black people to achieve economic mobility and intergenerational wealth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In October, ReMix Ideas hosted the Black Founders Summit – bringing together over 90 business leaders, financiers, policymakers, entrepreneurs, educators, artisans, and other vital stakeholders throughout the state of Arkansas – all with a common goal: advancing Black entrepreneurship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Attached is the report capturing insightful recommendations from the event.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I encourage you to read it and be part of the implementation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Best,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Benito Lubazibwa</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>CEO &amp; Founder</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ReMix Ideas</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div class=\"visme_d\" data-url=\"4dymz9vy-black-founders-summit-in-ar-report\" data-w=\"816\" data-h=\"1056\" data-domain=\"my\"></div><p style=\"width:142px !important;border-radius:3px !important;padding:3px !important;font-size:12px !important;font-family:Arial, sans-serif !important;color:#314152 !important;white-space:nowrap !important\">Made with <a href=\"https://www.visme.co/?vc=Made-With-Visme&amp;utm_medium=Embed\" target=\"_blank\" style=\"font-weight:600 !important;text-decoration:none !important;font-size:12px !important;font-family:Arial, sans-serif !important;color:#314152 !important;white-space:nowrap !important\" rel=\"noopener\">Visme</a></p>\n<!-- /wp:html -->','Black Founder\'s Summit Report','','inherit','closed','closed','','864-revision-v1','','','2021-01-05 23:09:15','2021-01-05 23:09:15','',864,'https://advancingblackentrepreneurship.com/2021/01/05/864-revision-v1/',0,'revision','',0),(867,1,'2021-01-05 23:10:06','2021-01-05 23:10:06','<!-- wp:html -->\n<div class=\"visme_d\" data-url=\"4dymz9vy-black-founders-summit-in-ar-report\" data-w=\"816\" data-h=\"1056\" data-domain=\"my\"></div><p style=\"width:142px !important;border-radius:3px !important;padding:3px !important;font-size:12px !important;font-family:Arial, sans-serif !important;color:#314152 !important;white-space:nowrap !important\">Made with <a href=\"https://www.visme.co/?vc=Made-With-Visme&amp;utm_medium=Embed\" target=\"_blank\" style=\"font-weight:600 !important;text-decoration:none !important;font-size:12px !important;font-family:Arial, sans-serif !important;color:#314152 !important;white-space:nowrap !important\" rel=\"noopener\">Visme</a></p>\n<!-- /wp:html -->','Black Founder\'s Summit Report','','inherit','closed','closed','','864-revision-v1','','','2021-01-05 23:10:06','2021-01-05 23:10:06','',864,'https://advancingblackentrepreneurship.com/2021/01/05/864-revision-v1/',0,'revision','',0),(868,1,'2021-01-05 23:11:40','2021-01-05 23:11:40','','Initiatives','','publish','closed','closed','','b-f-s-report','','','2021-02-18 16:30:12','2021-02-18 16:30:12','',0,'https://advancingblackentrepreneurship.com/?p=868',2,'nav_menu_item','',0),(870,1,'2021-01-05 23:13:52','2021-01-05 23:13:52','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .site-text-logo {\n	font-size:17px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:15px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:15px;\n	font-weight:bold;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2021-01-05 23:13:52','2021-01-05 23:13:52','',34,'https://advancingblackentrepreneurship.com/2021/01/05/34-revision-v1/',0,'revision','',0),(872,1,'2021-01-05 23:15:17','2021-01-05 23:15:17','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .site-text-logo {\n	font-size:17px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:15px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:15px;\n	font-weight:bold;\n	margin-top: 20px;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2021-01-05 23:15:17','2021-01-05 23:15:17','',34,'https://advancingblackentrepreneurship.com/2021/01/05/34-revision-v1/',0,'revision','',0),(874,1,'2021-01-05 23:17:15','2021-01-05 23:17:15','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .site-text-logo {\n	font-size:17px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:15px;\n	margin-top:2px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:15px;\n	font-weight:bold;\n	margin-top: 20px;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2021-01-05 23:17:15','2021-01-05 23:17:15','',34,'https://advancingblackentrepreneurship.com/2021/01/05/34-revision-v1/',0,'revision','',0),(875,2,'2021-01-06 01:23:37','2021-01-06 01:23:37','<!-- wp:html -->\n<div class=\"visme_d\" data-url=\"4dymz9vy-black-founders-summit-in-ar-report\" data-w=\"816\" data-h=\"1056\" data-domain=\"my\"></div><p style=\"width:142px !important;border-radius:3px !important;padding:3px !important;font-size:12px !important;font-family:Arial, sans-serif !important;color:#314152 !important;white-space:nowrap !important\">Made with <a href=\"https://www.visme.co/?vc=Made-With-Visme&amp;utm_medium=Embed\" target=\"_blank\" style=\"font-weight:600 !important;text-decoration:none !important;font-size:12px !important;font-family:Arial, sans-serif !important;color:#314152 !important;white-space:nowrap !important\" rel=\"noopener\">Visme</a></p>\n<!-- /wp:html -->','Black Founders Summit Report','','inherit','closed','closed','','864-revision-v1','','','2021-01-06 01:23:37','2021-01-06 01:23:37','',864,'https://advancingblackentrepreneurship.com/2021/01/06/864-revision-v1/',0,'revision','',0),(879,2,'2021-01-27 20:15:45','2021-01-27 20:15:45','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses in Arkansas</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><i>\"Let us travel together as we work toward a common purpose – to build an anti-racist economic system in Arkansas. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-01-27 20:15:45','2021-01-27 20:15:45','',558,'https://advancingblackentrepreneurship.com/2021/01/27/558-revision-v1/',0,'revision','',0),(880,2,'2021-01-27 20:15:46','2021-01-27 20:15:46','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses in Arkansas</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><i>\"Let us travel together as we work toward a common purpose – to build an anti-racist economic system in Arkansas. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-01-27 20:15:46','2021-01-27 20:15:46','',558,'https://advancingblackentrepreneurship.com/2021/01/27/558-revision-v1/',0,'revision','',0),(881,2,'2021-01-27 20:15:46','2021-01-27 20:15:46','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses in Arkansas</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-01-27 20:15:46','2021-01-27 20:15:46','',558,'https://advancingblackentrepreneurship.com/2021/01/27/558-revision-v1/',0,'revision','',0),(883,1,'2021-02-03 13:00:03','2021-02-03 13:00:03','<p><!-- wp:paragraph --></p>\n<h3>Greetings Fellow Community Members -</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>2020 has been a challenging and distressing year for all of us.<br />This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \"business as usual” has been dramatically interrupted almost everywhere. Here in the United States, the health crisis and the ensuing economic fallout have disproportionately affected Black lives–both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the most. In fact, research from the University of California at Santa Cruz found that in April – 41% of Black-owned businesses – 440,000 – had closed due to COVID-19 impacts compared to only 17% of white-owned firms.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint – a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br />entrepreneurship?</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action. But as a growing spectrum of voices – including entrepreneurs, corporate leaders, policy makers, educators and more – have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \"If you want to travel fast, travel alone. If you want to travel far, travel together.\"</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br />Thank you for choosing this path. We will certainly travel farther together!</h3>\n<h3>Sincerely, </h3>\n<h3><strong>Benito Lubazibwa</strong><br /><strong>Advancing Black Entrepreneurship &amp; Black</strong> <strong>Founders Summit - FOUNDER</strong></h3>\n<p><!-- /wp:paragraph --></p>','Together We Can.','','publish','closed','closed','','implementation','','','2021-02-15 00:01:33','2021-02-15 00:01:33','',0,'https://advancingblackentrepreneurship.com/?page_id=883',0,'page','',0),(884,1,'2021-02-03 13:00:03','2021-02-03 13:00:03','<!-- wp:paragraph -->\n<p>Group leaders met and identified (3) action items from each focus area to begin initial implementation in January 2021. Action items were selected based upon feasibility, potential short and long-term impacts. Stakeholders will be invited to participate in the implementation stage which will involve establishing timeframes, key leaders, etc. Other action items may be integrated into the implementation phase as resources permits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Below are (3) recommendations selected for implementation, per focus area:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Access to Capital</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Provide financial literacy education for Black entrepreneurs</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Cultivate relationships between Black entrepreneur and financial institutions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Develop innovative ways of funding Black entrepreneurs</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Historically Black Colleges and Universities: Educating Future Founders</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Link HBCUs curricula to real-world business experiences</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Create opportunities for HBCU students to participate in business competitions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Provide technical assistance, mentorship &amp; financial literacy education</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Equity in Purchasing &amp; Procurement</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Advocate for disparity studies to review participation of minority business in procurement (cities &amp; state)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Develop Mentor-Protégé programs</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Build the capacity for Black-owned businesses to better participate and compete in procurement</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Arts &amp; The Creative Economy</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Provide access to capital, resources and opportunities for Black artists &amp; creatives</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Educate leaders, elected officials &amp; the community on the role art plays in social/economic development</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Provide professional development programs tailored to equip artists &amp; creatives with leadership</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>and entrepreneurial skills</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Building a More Just &amp; Equitable Entrepreneurial Ecosystem</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Establish a network to advocate for legislation, policies, practices &amp; services to support Black entrepreneurship</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Strengthen efforts to help Black entrepreneurs access capital</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Cultivate the entrepreneurial spirit &amp; promote Black entrepreneurship through storytelling</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Advancing Black Entrepreneurship</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As<strong> BFS </strong>participants and other stakeholders contributed several viable recommendations, some of the feedback resulted in immediate action undertaken by ReMix Ideas, namely the establishment of <em>Advancing Black Entrepreneurship</em> – a non-profit organization dedicated</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>to building a supportive <strong>ecosystem </strong>for Black entrepreneurs in Arkansas.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The newly formed <em>Advancing Black Entrepreneurship </em>will spearhead</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>efforts and work with stakeholders to implement recommendations</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>toward building an inclusive ecosystem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Implementation','','inherit','closed','closed','','883-revision-v1','','','2021-02-03 13:00:03','2021-02-03 13:00:03','',883,'https://advancingblackentrepreneurship.com/2021/02/03/883-revision-v1/',0,'revision','',0),(885,1,'2021-02-03 13:01:54','2021-02-03 13:01:54','','Together We Can','','publish','closed','closed','','885','','','2021-02-18 16:30:12','2021-02-18 16:30:12','',0,'https://advancingblackentrepreneurship.com/?p=885',4,'nav_menu_item','',0),(887,1,'2021-02-03 13:07:38','2021-02-03 13:07:38','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .site-text-logo {\n	font-size:17px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:12px;\n	margin-top:2px;\n	color: #333333;\n  font-family: \"Raleway\", Helvetica, Arial, sans-serif;\n  padding-left: 5px;\n  padding-right: 5px;\n  font-size: 13px;\n  font-weight: 600;\n  text-transform: uppercase;\n  text-decoration: none;\n  zoom: 1;\n  letter-spacing: 0.8px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:15px;\n	font-weight:bold;\n	margin-top: 20px;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2021-02-03 13:07:38','2021-02-03 13:07:38','',34,'https://advancingblackentrepreneurship.com/2021/02/03/34-revision-v1/',0,'revision','',0),(889,1,'2021-02-03 13:08:30','2021-02-03 13:08:30','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .site-text-logo {\n	font-size:17px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:12px !important;\n	margin-top:2px;\n	color: #333333;\n  font-family: \"Raleway\", Helvetica, Arial, sans-serif;\n  padding-left: 5px;\n  padding-right: 5px;\n  font-size: 13px;\n  font-weight: 600;\n  text-transform: uppercase;\n  text-decoration: none;\n  zoom: 1;\n  letter-spacing: 0.8px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:15px;\n	font-weight:bold;\n	margin-top: 20px;\n	padding:12px 44px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2021-02-03 13:08:30','2021-02-03 13:08:30','',34,'https://advancingblackentrepreneurship.com/2021/02/03/34-revision-v1/',0,'revision','',0),(891,1,'2021-02-03 13:09:43','2021-02-03 13:09:43','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .site-text-logo {\n	font-size:17px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:15px !important;\n	margin-top:2px;\n	color: #333333;\n  font-family: \"Raleway\", Helvetica, Arial, sans-serif;\n  padding-left: 5px;\n  padding-right: 5px;\n  font-size: 13px;\n  font-weight: 600;\n  text-transform: uppercase;\n  text-decoration: none;\n  zoom: 1;\n  letter-spacing: 0.8px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:15px;\n	font-weight:bold;\n	margin-top: 20px;\n	padding:12px 10px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2021-02-03 13:09:43','2021-02-03 13:09:43','',34,'https://advancingblackentrepreneurship.com/2021/02/03/34-revision-v1/',0,'revision','',0),(893,1,'2021-02-03 13:10:39','2021-02-03 13:10:39','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .site-text-logo {\n	font-size:17px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:13px !important;\n	margin-top:2px;\n	color: #333333;\n  font-family: \"Raleway\", Helvetica, Arial, sans-serif;\n  padding-left: 5px;\n  padding-right: 5px;\n  font-size: 13px;\n  font-weight: 600;\n  text-transform: uppercase;\n  text-decoration: none;\n  zoom: 1;\n  letter-spacing: 0.8px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:15px;\n	font-weight:bold;\n	margin-top: 20px;\n	padding:12px 10px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2021-02-03 13:10:39','2021-02-03 13:10:39','',34,'https://advancingblackentrepreneurship.com/2021/02/03/34-revision-v1/',0,'revision','',0),(894,1,'2021-02-03 13:27:04','2021-02-03 13:27:04','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-03 13:27:04','2021-02-03 13:27:04','',5,'https://advancingblackentrepreneurship.com/2021/02/03/5-revision-v1/',0,'revision','',0),(895,1,'2021-02-03 13:27:04','2021-02-03 13:27:04','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-03 13:27:04','2021-02-03 13:27:04','',5,'https://advancingblackentrepreneurship.com/2021/02/03/5-revision-v1/',0,'revision','',0),(896,1,'2021-02-03 13:27:05','2021-02-03 13:27:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-03 13:27:05','2021-02-03 13:27:05','',5,'https://advancingblackentrepreneurship.com/2021/02/03/5-revision-v1/',0,'revision','',0),(897,1,'2021-02-03 13:28:33','2021-02-03 13:28:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-03 13:28:33','2021-02-03 13:28:33','',5,'https://advancingblackentrepreneurship.com/2021/02/03/5-revision-v1/',0,'revision','',0),(898,1,'2021-02-03 13:28:35','2021-02-03 13:28:35','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-03 13:28:35','2021-02-03 13:28:35','',5,'https://advancingblackentrepreneurship.com/2021/02/03/5-revision-v1/',0,'revision','',0),(899,1,'2021-02-03 13:28:36','2021-02-03 13:28:36','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-03 13:28:36','2021-02-03 13:28:36','',5,'https://advancingblackentrepreneurship.com/2021/02/03/5-revision-v1/',0,'revision','',0),(900,1,'2021-02-03 13:34:45','2021-02-03 13:34:45','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-03 13:34:45','2021-02-03 13:34:45','',5,'https://advancingblackentrepreneurship.com/2021/02/03/5-revision-v1/',0,'revision','',0),(901,1,'2021-02-03 13:34:45','2021-02-03 13:34:45','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-03 13:34:45','2021-02-03 13:34:45','',5,'https://advancingblackentrepreneurship.com/2021/02/03/5-revision-v1/',0,'revision','',0),(902,1,'2021-02-03 13:34:46','2021-02-03 13:34:46','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">We are asking each participant to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally.</p><p dir=\"ltr\">We are encouraging participants to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive. </p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-03 13:34:46','2021-02-03 13:34:46','',5,'https://advancingblackentrepreneurship.com/2021/02/03/5-revision-v1/',0,'revision','',0),(903,0,'2021-02-03 13:40:46','2021-02-03 13:40:46','','','','publish','closed','closed','','903','','','2021-02-03 13:40:46','2021-02-03 13:40:46','',0,'https://advancingblackentrepreneurship.com/nf_sub/903/',0,'nf_sub','',0),(906,2,'2021-02-03 16:09:59','2021-02-03 16:09:59','<!-- wp:paragraph -->\n<p>Group leaders met and identified (3) action items from each focus area to begin initial implementation in January 2021. Action items were selected based upon feasibility, potential short and long-term impacts. Stakeholders will be invited to participate in the implementation stage which will involve establishing timeframes, key leaders, etc. Other action items may be integrated into the implementation phase as resources permits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Below are (3) recommendations selected for implementation, per focus area:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Access to Capital</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Provide financial literacy education for Black entrepreneurs</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Cultivate relationships between Black entrepreneur and financial institutions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Develop innovative ways of funding Black entrepreneurs</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Historically Black Colleges and Universities: Educating Future Founders</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Link HBCUs curricula to real-world business experiences</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Create opportunities for HBCU students to participate in business competitions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Provide technical assistance, mentorship &amp; financial literacy education</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Equity in Purchasing &amp; Procurement</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Advocate for disparity studies </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Develop Mentor-Protégé programs</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Build the capacity for Black-owned businesses to better participate and compete in procurement</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Arts &amp; The Creative Economy</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Provide access to capital, resources and opportunities for Black artists &amp; creatives</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Educate leaders, elected officials &amp; the community on the role art plays in social/economic development</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Provide professional development programs tailored to equip artists &amp; creatives with leadership</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>and entrepreneurial skills</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Building a More Just &amp; Equitable Entrepreneurial Ecosystem</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Establish a network to advocate for legislation, policies, practices &amp; services to support Black entrepreneurship</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Strengthen efforts to help Black entrepreneurs access capital</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Cultivate the entrepreneurial spirit &amp; promote Black entrepreneurship through storytelling</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Advancing Black Entrepreneurship</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The newly formed <em>Advancing Black Entrepreneurship </em>will spearhead</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>efforts and work with stakeholders to implement recommendations</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>toward building an inclusive ecosystem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Implementation','','inherit','closed','closed','','883-revision-v1','','','2021-02-03 16:09:59','2021-02-03 16:09:59','',883,'https://advancingblackentrepreneurship.com/2021/02/03/883-revision-v1/',0,'revision','',0),(907,2,'2021-02-03 16:13:00','2021-02-03 16:13:00','<!-- wp:paragraph -->\n<p>Group leaders met and identified (3) action items from each focus area to begin initial implementation in January 2021. Action items were selected based upon feasibility, potential short and long-term impacts. Stakeholders will be invited to participate in the implementation stage which will involve establishing timeframes, key leaders, etc. Other action items may be integrated into the implementation phase as resources permits.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Below are (3) recommendations selected for implementation, per focus area:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Access to Capital</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Provide financial literacy education for Black entrepreneurs</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Cultivate relationships between Black entrepreneur and financial institutions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Develop innovative ways of funding Black entrepreneurs</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Historically Black Colleges and Universities: Educating Future Founders</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Link HBCUs curricula to real-world business experiences</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Create opportunities for HBCU students to participate in business competitions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Provide technical assistance, mentorship &amp; financial literacy education</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Equity in Purchasing &amp; Procurement</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Advocate for disparity studies </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Develop Mentor-Protégé programs</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Build the capacity for Black-owned businesses to better participate and compete in procurement</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Arts &amp; The Creative Economy</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Provide access to capital, resources and opportunities for Black artists &amp; creatives</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Educate leaders, elected officials &amp; the community on the role art plays in social/economic development</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Provide professional development programs tailored to equip artists &amp; creatives with leadership</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>and entrepreneurial skills</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Building a More Just &amp; Equitable Entrepreneurial Ecosystem</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Establish a network to advocate for legislation, policies, practices &amp; services to support Black entrepreneurship</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Strengthen efforts to help Black entrepreneurs access capital</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Cultivate the entrepreneurial spirit &amp; promote Black entrepreneurship through storytelling</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><em>Advancing Black Entrepreneurship</em></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The newly formed <em>Advancing Black Entrepreneurship </em>will spearhead efforts and work with stakeholders to implement recommendations toward building an inclusive ecosystem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Implementation','','inherit','closed','closed','','883-revision-v1','','','2021-02-03 16:13:00','2021-02-03 16:13:00','',883,'https://advancingblackentrepreneurship.com/2021/02/03/883-revision-v1/',0,'revision','',0),(909,2,'2021-02-03 16:20:46','2021-02-03 16:20:46','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">We are asking each participant to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally.</p><p dir=\"ltr\">We are encouraging participants to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive. </p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-03 16:20:46','2021-02-03 16:20:46','',5,'https://advancingblackentrepreneurship.com/2021/02/03/5-revision-v1/',0,'revision','',0),(910,2,'2021-02-03 16:20:47','2021-02-03 16:20:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">We are asking each participant to pledge 10% of monthly spending/budget with Black-Owned businesses individually and institutionally.</p><p dir=\"ltr\">We are encouraging participants to make a pledge of talent and/or time towards the mission of creating a new equitable playing field where Black entrepreneurs can equally thrive. </p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-03 16:20:47','2021-02-03 16:20:47','',5,'https://advancingblackentrepreneurship.com/2021/02/03/5-revision-v1/',0,'revision','',0),(911,2,'2021-02-03 16:20:49','2021-02-03 16:20:49','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-03 16:20:49','2021-02-03 16:20:49','',5,'https://advancingblackentrepreneurship.com/2021/02/03/5-revision-v1/',0,'revision','',0),(913,2,'2021-02-10 13:21:15','2021-02-10 13:21:15','<!-- wp:paragraph -->\n<p>Greetings Fellow Community Members -</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>2020 has been a challenging and distressing year for all of us.<br>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \"business as usual” has been dramatically interrupted almost everywhere. Here in the United States,<br>the health crisis and the ensuing economic fallout have disproportionately affected Black lives–both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the<br>most. In fact, research from the University of California at Santa Cruz found that in April – 41% of Black-owned businesses – 440,000 – had closed due to COVID-19 impacts compared to only 17% of white-owned firms. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint – a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br>entrepreneurship? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.<br>But as a growing spectrum of voices – including entrepreneurs, corporate leaders, policy<br>makers, educators and more – have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \"If you want to travel fast, travel alone. If you want to travel far, travel together.\"<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Advancing Black entrepreneurship is an ambitious and necessary journey.<br>Thank you for choosing this path. We will certainly travel farther together!<br>Sincerely,<br>Benito Lubazibwa<br>Advancing Black Entrepreneurship &amp; Black Founders Summit - FOUNDER</p>\n<!-- /wp:paragraph -->','Together We Can.','','inherit','closed','closed','','883-revision-v1','','','2021-02-10 13:21:15','2021-02-10 13:21:15','',883,'https://advancingblackentrepreneurship.com/2021/02/10/883-revision-v1/',0,'revision','',0),(915,2,'2021-02-10 13:26:40','2021-02-10 13:26:40','<!-- wp:paragraph -->\n<p>Greetings Fellow Community Members -</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>2020 has been a challenging and distressing year for all of us.<br>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \"business as usual” has been dramatically interrupted almost everywhere. Here in the United States,<br>the health crisis and the ensuing economic fallout have disproportionately affected Black lives–both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the<br>most. In fact, research from the University of California at Santa Cruz found that in April – 41% of Black-owned businesses – 440,000 – had closed due to COVID-19 impacts compared to only 17% of white-owned firms. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint – a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br>entrepreneurship? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.<br>But as a growing spectrum of voices – including entrepreneurs, corporate leaders, policy<br>makers, educators and more – have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \"If you want to travel fast, travel alone. If you want to travel far, travel together.\"<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Advancing Black entrepreneurship is an ambitious and necessary journey.<br>Thank you for choosing this path. We will certainly travel farther together!<br>Sincerely,<br>Benito Lubazibwa<br>Advancing Black Entrepreneurship &amp; Black Founders Summit - FOUNDER</p>\n<!-- /wp:paragraph -->','Together We Can.','','inherit','closed','closed','','883-revision-v1','','','2021-02-10 13:26:40','2021-02-10 13:26:40','',883,'https://advancingblackentrepreneurship.com/2021/02/10/883-revision-v1/',0,'revision','',0),(916,2,'2021-02-10 13:26:40','2021-02-10 13:26:40','<!-- wp:paragraph -->\n<p>Greetings Fellow Community Members -</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>2020 has been a challenging and distressing year for all of us.<br>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \"business as usual” has been dramatically interrupted almost everywhere. Here in the United States,<br>the health crisis and the ensuing economic fallout have disproportionately affected Black lives–both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the<br>most. In fact, research from the University of California at Santa Cruz found that in April – 41% of Black-owned businesses – 440,000 – had closed due to COVID-19 impacts compared to only 17% of white-owned firms. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint – a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br>entrepreneurship? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.<br>But as a growing spectrum of voices – including entrepreneurs, corporate leaders, policy<br>makers, educators and more – have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \"If you want to travel fast, travel alone. If you want to travel far, travel together.\"<br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Advancing Black entrepreneurship is an ambitious and necessary journey.<br>Thank you for choosing this path. We will certainly travel farther together!<br>Sincerely,<br>Benito Lubazibwa<br>Advancing Black Entrepreneurship &amp; Black Founders Summit - FOUNDER</p>\n<!-- /wp:paragraph -->','Together We Can.','','inherit','closed','closed','','883-revision-v1','','','2021-02-10 13:26:40','2021-02-10 13:26:40','',883,'https://advancingblackentrepreneurship.com/2021/02/10/883-revision-v1/',0,'revision','',0),(917,2,'2021-02-10 13:26:40','2021-02-10 13:26:40','<p><!-- wp:paragraph --></p>\n<p>Greetings Fellow Community Members -</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>2020 has been a challenging and distressing year for all of us.<br>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \"business as usual” has been dramatically interrupted almost everywhere. Here in the United States,&nbsp;the health crisis and the ensuing economic fallout have disproportionately affected Black lives–both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the&nbsp;most. In fact, research from the University of California at Santa Cruz found that in April – 41% of Black-owned businesses – 440,000 – had closed due to COVID-19 impacts compared to only 17% of white-owned firms. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint – a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br>entrepreneurship? </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<br></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.&nbsp;But as a growing spectrum of voices – including entrepreneurs, corporate leaders, policy&nbsp;makers, educators and more – have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \"If you want to travel fast, travel alone. If you want to travel far, travel together.\"<br></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Advancing Black entrepreneurship is an ambitious and necessary journey.<br>Thank you for choosing this path. We will certainly travel farther together!<br><br></p><p>Sincerely,<br></p><p>Benito Lubazibwa<br>Advancing Black Entrepreneurship &amp; Black Founders Summit - FOUNDER</p>\n<p><!-- /wp:paragraph --></p>','Together We Can.','','inherit','closed','closed','','883-revision-v1','','','2021-02-10 13:26:40','2021-02-10 13:26:40','',883,'https://advancingblackentrepreneurship.com/2021/02/10/883-revision-v1/',0,'revision','',0),(919,2,'2021-02-10 13:47:09','2021-02-10 13:47:09','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-10 13:47:09','2021-02-10 13:47:09','',5,'https://advancingblackentrepreneurship.com/2021/02/10/5-revision-v1/',0,'revision','',0),(920,2,'2021-02-10 13:47:10','2021-02-10 13:47:10','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, ReMix Ideas review businesses based on a five-point criteria system. Shoppers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-10 13:47:10','2021-02-10 13:47:10','',5,'https://advancingblackentrepreneurship.com/2021/02/10/5-revision-v1/',0,'revision','',0),(921,2,'2021-02-10 13:47:11','2021-02-10 13:47:11','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits for Black-Owned Buinesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-10 13:47:11','2021-02-10 13:47:11','',5,'https://advancingblackentrepreneurship.com/2021/02/10/5-revision-v1/',0,'revision','',0),(922,2,'2021-02-10 13:47:33','2021-02-10 13:47:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits for Black-Owned Buinesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-10 13:47:33','2021-02-10 13:47:33','',5,'https://advancingblackentrepreneurship.com/2021/02/10/5-revision-v1/',0,'revision','',0),(923,2,'2021-02-10 13:47:34','2021-02-10 13:47:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits for Black-Owned Buinesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-10 13:47:34','2021-02-10 13:47:34','',5,'https://advancingblackentrepreneurship.com/2021/02/10/5-revision-v1/',0,'revision','',0),(924,2,'2021-02-10 13:47:34','2021-02-10 13:47:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-10 13:47:34','2021-02-10 13:47:34','',5,'https://advancingblackentrepreneurship.com/2021/02/10/5-revision-v1/',0,'revision','',0),(926,2,'2021-02-10 13:58:18','2021-02-10 13:58:18','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses in Arkansas</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 13:58:18','2021-02-10 13:58:18','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(927,2,'2021-02-10 13:58:18','2021-02-10 13:58:18','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses in Arkansas</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 13:58:18','2021-02-10 13:58:18','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(928,2,'2021-02-10 13:58:19','2021-02-10 13:58:19','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 13:58:19','2021-02-10 13:58:19','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(930,2,'2021-02-10 14:07:30','2021-02-10 14:07:30','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 14:07:30','2021-02-10 14:07:30','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(931,2,'2021-02-10 14:07:30','2021-02-10 14:07:30','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><p><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</p>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 14:07:30','2021-02-10 14:07:30','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(932,2,'2021-02-10 14:07:30','2021-02-10 14:07:30','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 14:07:30','2021-02-10 14:07:30','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(933,2,'2021-02-10 14:08:31','2021-02-10 14:08:31','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 14:08:31','2021-02-10 14:08:31','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(934,2,'2021-02-10 14:08:32','2021-02-10 14:08:32','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 14:08:32','2021-02-10 14:08:32','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(935,2,'2021-02-10 14:08:32','2021-02-10 14:08:32','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h3><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 14:08:32','2021-02-10 14:08:32','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(936,2,'2021-02-10 14:09:35','2021-02-10 14:09:35','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h3><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 14:09:35','2021-02-10 14:09:35','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(937,2,'2021-02-10 14:09:35','2021-02-10 14:09:35','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h3><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 14:09:35','2021-02-10 14:09:35','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(938,2,'2021-02-10 14:09:36','2021-02-10 14:09:36','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 14:09:36','2021-02-10 14:09:36','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(939,2,'2021-02-10 14:15:30','2021-02-10 14:15:30','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 14:15:30','2021-02-10 14:15:30','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(940,2,'2021-02-10 14:15:30','2021-02-10 14:15:30','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants </b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 14:15:30','2021-02-10 14:15:30','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(941,2,'2021-02-10 14:15:30','2021-02-10 14:15:30','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and technical assistance</b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 14:15:30','2021-02-10 14:15:30','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(943,2,'2021-02-10 14:30:23','2021-02-10 14:30:23','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and technical assistance</b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 14:30:23','2021-02-10 14:30:23','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(944,2,'2021-02-10 14:30:24','2021-02-10 14:30:24','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and technical assistance</b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 14:30:24','2021-02-10 14:30:24','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(945,2,'2021-02-10 14:30:26','2021-02-10 14:30:26','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Amplify and Support Black-owned busin</b>e<b>sses</b> <b>with grants and technical assistance</b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 14:30:26','2021-02-10 14:30:26','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(946,2,'2021-02-10 14:35:08','2021-02-10 14:35:08','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-10 14:35:08','2021-02-10 14:35:08','',5,'https://advancingblackentrepreneurship.com/2021/02/10/5-revision-v1/',0,'revision','',0),(947,2,'2021-02-10 14:35:09','2021-02-10 14:35:09','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</p>\n<p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p>\n<p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.&nbsp;</p>\n<p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses that are facing financial challenges as COVID-19 and systemic racism sweep the nation.</p>\n<p>Make an impact today...donate to advance Black Entrepreneurship.</p>\n<p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p>\n<p>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</p>\n<p>If you have questions about donations, please email&nbsp;<a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p>\n<p><br></p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-10 14:35:09','2021-02-10 14:35:09','',5,'https://advancingblackentrepreneurship.com/2021/02/10/5-revision-v1/',0,'revision','',0),(948,2,'2021-02-10 14:35:10','2021-02-10 14:35:10','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-10 14:35:10','2021-02-10 14:35:10','',5,'https://advancingblackentrepreneurship.com/2021/02/10/5-revision-v1/',0,'revision','',0),(949,2,'2021-02-10 15:10:42','2021-02-10 15:10:42','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Amplify and Support Black-owned busin</b>e<b>sses</b> <b>with grants and technical assistance</b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 15:10:42','2021-02-10 15:10:42','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(950,2,'2021-02-10 15:10:42','2021-02-10 15:10:42','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Amplify and Support Black-owned busin</b>e<b>sses</b> <b>with grants and technical assistance</b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 15:10:42','2021-02-10 15:10:42','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(951,2,'2021-02-10 15:10:43','2021-02-10 15:10:43','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and technical assistance</b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-10 15:10:43','2021-02-10 15:10:43','',558,'https://advancingblackentrepreneurship.com/2021/02/10/558-revision-v1/',0,'revision','',0),(953,2,'2021-02-10 16:57:50','2021-02-10 16:57:50','<!-- wp:html -->\nELEVATE\nElevate is a free financial education program.  \nWe are working to address the unique financial needs of Black people who too often get left behind in this economy. \nBy providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.\n\n<!-- /wp:html -->','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 16:57:50','2021-02-10 16:57:50','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(955,2,'2021-02-10 17:00:50','2021-02-10 17:00:50','<!-- wp:html -->\nELEVATE\nElevate is a free financial education program.  \nWe are working to address the unique financial needs of Black people who too often get left behind in this economy. \nBy providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.\n\n<!-- /wp:html -->','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 17:00:50','2021-02-10 17:00:50','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(956,2,'2021-02-10 17:00:50','2021-02-10 17:00:50','<!-- wp:html -->\nELEVATE\nElevate is a free financial education program.  \nWe are working to address the unique financial needs of Black people who too often get left behind in this economy. \nBy providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.\n\n<!-- /wp:html -->','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 17:00:50','2021-02-10 17:00:50','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(957,2,'2021-02-10 17:00:50','2021-02-10 17:00:50','<!-- wp:html -->\n<p><strong>ELEVATE </strong></p>\n<p>Elevate is a free financial education program.</p>\n<p>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</p>\n<!-- /wp:html -->','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 17:00:50','2021-02-10 17:00:50','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(958,2,'2021-02-10 17:02:32','2021-02-10 17:02:32','<!-- wp:html -->\n<p><strong>ELEVATE </strong></p>\n<p>Elevate is a free financial education program.</p>\n<p>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</p>\n<!-- /wp:html -->','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 17:02:32','2021-02-10 17:02:32','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(959,2,'2021-02-10 17:02:33','2021-02-10 17:02:33','<!-- wp:html -->\n<p><strong>ELEVATE </strong></p>\n<p>Elevate is a free financial education program.</p>\n<p>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</p>\n<!-- /wp:html -->','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 17:02:33','2021-02-10 17:02:33','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(960,2,'2021-02-10 17:02:34','2021-02-10 17:02:34','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE  - <em>Financial Health</em></strong></h3>\n<p>Elevate is a free financial education program.</p>\n<p>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny. </p>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 17:02:34','2021-02-10 17:02:34','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(961,2,'2021-02-10 17:04:39','2021-02-10 17:04:39','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE  - <em>Financial Health</em></strong></h3>\n<p>Elevate is a free financial education program.</p>\n<p>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny. </p>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 17:04:39','2021-02-10 17:04:39','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(962,2,'2021-02-10 17:04:39','2021-02-10 17:04:39','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE  - <em>Financial Health</em></strong></h3>\n<p>Elevate is a free financial education program.</p>\n<p>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny. </p>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 17:04:39','2021-02-10 17:04:39','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(963,2,'2021-02-10 17:04:39','2021-02-10 17:04:39','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE  - <em>Financial Health</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny. </h4>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 17:04:39','2021-02-10 17:04:39','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(965,2,'2021-02-10 18:24:02','2021-02-10 18:24:02','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE  - <em>Financial Health</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny. </h4>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 18:24:02','2021-02-10 18:24:02','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(966,2,'2021-02-10 18:24:02','2021-02-10 18:24:02','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE  - <em>Financial Health</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny. </h4>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 18:24:02','2021-02-10 18:24:02','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(967,2,'2021-02-10 18:24:03','2021-02-10 18:24:03','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;final</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY - </strong><b style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Awarding Grants and Providing Technical Assistance:</b>  </h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 18:24:03','2021-02-10 18:24:03','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(968,2,'2021-02-10 18:26:22','2021-02-10 18:26:22','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;final</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY - </strong><b style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Awarding Grants and Providing Technical Assistance:</b>  </h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 18:26:22','2021-02-10 18:26:22','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(969,2,'2021-02-10 18:26:22','2021-02-10 18:26:22','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;final</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY - </strong><b style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Awarding Grants and Providing Technical Assistance:</b>  </h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 18:26:22','2021-02-10 18:26:22','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(970,2,'2021-02-10 18:26:22','2021-02-10 18:26:22','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY - </strong><b style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Awarding Grants and Providing Technical Assistance:</b>  </h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-10 18:26:22','2021-02-10 18:26:22','',864,'https://advancingblackentrepreneurship.com/2021/02/10/864-revision-v1/',0,'revision','',0),(972,2,'2021-02-11 20:18:26','2021-02-11 20:18:26','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY - </strong><b style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Awarding Grants and Providing Technical Assistance:</b>  </h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-11 20:18:26','2021-02-11 20:18:26','',864,'https://advancingblackentrepreneurship.com/2021/02/11/864-revision-v1/',0,'revision','',0),(973,2,'2021-02-11 20:18:27','2021-02-11 20:18:27','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY - </strong><b style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Awarding Grants and Providing Technical Assistance:</b>  </h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-11 20:18:27','2021-02-11 20:18:27','',864,'https://advancingblackentrepreneurship.com/2021/02/11/864-revision-v1/',0,'revision','',0),(974,2,'2021-02-11 20:18:27','2021-02-11 20:18:27','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY - </strong><b style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Awarding Grants and Providing Technical Assistance:</b>  </h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-11 20:18:27','2021-02-11 20:18:27','',864,'https://advancingblackentrepreneurship.com/2021/02/11/864-revision-v1/',0,'revision','',0),(975,2,'2021-02-11 20:18:49','2021-02-11 20:18:49','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY - </strong><b style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Awarding Grants and Providing Technical Assistance:</b>  </h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-11 20:18:49','2021-02-11 20:18:49','',864,'https://advancingblackentrepreneurship.com/2021/02/11/864-revision-v1/',0,'revision','',0),(976,2,'2021-02-11 20:18:49','2021-02-11 20:18:49','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY - </strong><b style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem;\">Awarding Grants and Providing Technical Assistance:</b>  </h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-11 20:18:49','2021-02-11 20:18:49','',864,'https://advancingblackentrepreneurship.com/2021/02/11/864-revision-v1/',0,'revision','',0),(977,2,'2021-02-11 20:18:50','2021-02-11 20:18:50','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp;</strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-11 20:18:50','2021-02-11 20:18:50','',864,'https://advancingblackentrepreneurship.com/2021/02/11/864-revision-v1/',0,'revision','',0),(978,2,'2021-02-11 20:41:31','2021-02-11 20:41:31','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp;</strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-11 20:41:31','2021-02-11 20:41:31','',864,'https://advancingblackentrepreneurship.com/2021/02/11/864-revision-v1/',0,'revision','',0),(979,2,'2021-02-11 20:41:31','2021-02-11 20:41:31','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp;</strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-11 20:41:31','2021-02-11 20:41:31','',864,'https://advancingblackentrepreneurship.com/2021/02/11/864-revision-v1/',0,'revision','',0),(980,2,'2021-02-11 20:41:31','2021-02-11 20:41:31','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY  - </strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\">award $1,000 grants every month</strong></h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-11 20:41:31','2021-02-11 20:41:31','',864,'https://advancingblackentrepreneurship.com/2021/02/11/864-revision-v1/',0,'revision','',0),(981,2,'2021-02-11 20:42:19','2021-02-11 20:42:19','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY  - </strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\">award $1,000 grants every month</strong></h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-11 20:42:19','2021-02-11 20:42:19','',864,'https://advancingblackentrepreneurship.com/2021/02/11/864-revision-v1/',0,'revision','',0),(982,2,'2021-02-11 20:42:19','2021-02-11 20:42:19','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY  - </strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\">award $1,000 grants every month</strong></h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-11 20:42:19','2021-02-11 20:42:19','',864,'https://advancingblackentrepreneurship.com/2021/02/11/864-revision-v1/',0,'revision','',0),(983,2,'2021-02-11 20:42:20','2021-02-11 20:42:20','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY  -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-11 20:42:20','2021-02-11 20:42:20','',864,'https://advancingblackentrepreneurship.com/2021/02/11/864-revision-v1/',0,'revision','',0),(984,2,'2021-02-11 20:50:10','2021-02-11 20:50:10','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY  -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-11 20:50:10','2021-02-11 20:50:10','',864,'https://advancingblackentrepreneurship.com/2021/02/11/864-revision-v1/',0,'revision','',0),(985,2,'2021-02-11 20:50:11','2021-02-11 20:50:11','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY  -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-11 20:50:11','2021-02-11 20:50:11','',864,'https://advancingblackentrepreneurship.com/2021/02/11/864-revision-v1/',0,'revision','',0),(986,2,'2021-02-11 20:50:12','2021-02-11 20:50:12','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp; -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-11 20:50:12','2021-02-11 20:50:12','',864,'https://advancingblackentrepreneurship.com/2021/02/11/864-revision-v1/',0,'revision','',0),(987,2,'2021-02-12 20:16:29','2021-02-12 20:16:29','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp; -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:16:29','2021-02-12 20:16:29','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(988,2,'2021-02-12 20:16:30','2021-02-12 20:16:30','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp; -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:16:30','2021-02-12 20:16:30','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(989,2,'2021-02-12 20:16:30','2021-02-12 20:16:30','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp; -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">Design Thinking&nbsp;&nbsp;</strong></p>\n<h3>Use Design Thinking to Solve Community Problems.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:16:30','2021-02-12 20:16:30','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(990,2,'2021-02-12 20:30:48','2021-02-12 20:30:48','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp; -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">Design Thinking&nbsp;&nbsp;</strong></p>\n<h3>Use Design Thinking to Solve Community Problems.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:30:48','2021-02-12 20:30:48','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (991,2,'2021-02-12 20:30:49','2021-02-12 20:30:49','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp; -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">Design Thinking&nbsp;&nbsp;</strong></p>\n<h3>Use Design Thinking to Solve Community Problems.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:30:49','2021-02-12 20:30:49','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(992,2,'2021-02-12 20:30:49','2021-02-12 20:30:49','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp; -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">DESIGN THINKING&nbsp;&nbsp;</strong></p>\n<h3>Use Design Thinking to Solve Community Problems.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:30:49','2021-02-12 20:30:49','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(994,2,'2021-02-12 20:42:44','2021-02-12 20:42:44','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp; -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">DESIGN THINKING&nbsp;&nbsp;</strong></p>\n<h3>Use Design Thinking to Solve Community Problems.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:42:44','2021-02-12 20:42:44','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(995,2,'2021-02-12 20:42:44','2021-02-12 20:42:44','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp; -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">DESIGN THINKING&nbsp;&nbsp;</strong></p>\n<h3>Use Design Thinking to Solve Community Problems.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:42:44','2021-02-12 20:42:44','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(996,2,'2021-02-12 20:42:45','2021-02-12 20:42:45','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp; -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><b>Certified Black-Owned Business</b><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\"> </strong></p>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">AWAKE   </strong></p>\n<h3>Use Design Thinking to Solve Community Problems.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:42:45','2021-02-12 20:42:45','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(997,2,'2021-02-12 20:44:00','2021-02-12 20:44:00','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp; -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><b>Certified Black-Owned Business</b><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\"> </strong></p>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">AWAKE   </strong></p>\n<h3>Use Design Thinking to Solve Community Problems.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:44:00','2021-02-12 20:44:00','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(998,2,'2021-02-12 20:44:00','2021-02-12 20:44:00','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp; -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><b>Certified Black-Owned Business</b><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\"> </strong></p>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">AWAKE   </strong></p>\n<h3>Use Design Thinking to Solve Community Problems.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:44:00','2021-02-12 20:44:00','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(999,2,'2021-02-12 20:44:00','2021-02-12 20:44:00','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp; -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><b>Certified Black-Owned Business</b><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\"> </strong></p>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">AWAKE   </strong></p>\n<h3>Use Design Thinking to Solve Community Problems.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:44:00','2021-02-12 20:44:00','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(1001,2,'2021-02-12 20:47:51','2021-02-12 20:47:51','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp; -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><b>Certified Black-Owned Business</b><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\"> </strong></p>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">AWAKE   </strong></p>\n<h3>Use Design Thinking to Solve Community Problems.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:47:51','2021-02-12 20:47:51','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(1002,2,'2021-02-12 20:47:51','2021-02-12 20:47:51','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE&nbsp; - <em>Financial Health&nbsp; &nbsp;</em></strong></h3>\n<h4>Elevate is a free financial education program.</h4>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY&nbsp; -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of&nbsp;Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br>through cumulative individual giving.&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><b>Certified Black-Owned Business</b><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\"> </strong></p>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">AWAKE   </strong></p>\n<h3>Use Design Thinking to Solve Community Problems.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:47:51','2021-02-12 20:47:51','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(1003,2,'2021-02-12 20:47:52','2021-02-12 20:47:52','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE  - <em>Financial Health   </em></strong></h3>\n<h3>Elevate is a free financial education program.</h3>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY  -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><b>Certified Black-Owned Business</b><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\"> </strong></p>\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">AWAKE   </strong></p>\n<h4>Use Design Thinking to Solve Community Problems.</h4>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:47:52','2021-02-12 20:47:52','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(1004,2,'2021-02-12 20:51:41','2021-02-12 20:51:41','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE  - <em>Financial Health   </em></strong></h3>\n<h3>Elevate is a free financial education program.</h3>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY  -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><b>Certified Black-Owned Business</b><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\"> </strong></p>\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">AWAKE   </strong></p>\n<h4>Use Design Thinking to Solve Community Problems.</h4>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:51:41','2021-02-12 20:51:41','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(1005,2,'2021-02-12 20:51:41','2021-02-12 20:51:41','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE  - <em>Financial Health   </em></strong></h3>\n<h3>Elevate is a free financial education program.</h3>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY  -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><b>Certified Black-Owned Business</b><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\"> </strong></p>\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">AWAKE   </strong></p>\n<h4>Use Design Thinking to Solve Community Problems.</h4>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:51:41','2021-02-12 20:51:41','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(1006,2,'2021-02-12 20:51:41','2021-02-12 20:51:41','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE  - <em>Financial Health   </em></strong></h3>\n<h3>Elevate is a free financial education program.</h3>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY  -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><b>Certified Black-Owned Business</b><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\"> </strong></p>\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">AWAKE&nbsp; &nbsp;</strong></p>\n<h4>Use Design Thinking to Solve Economic Problems.</h4>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:51:41','2021-02-12 20:51:41','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(1007,2,'2021-02-12 20:56:02','2021-02-12 20:56:02','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE  - <em>Financial Health   </em></strong></h3>\n<h3>Elevate is a free financial education program.</h3>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY  -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><b>Certified Black-Owned Business</b><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\"> </strong></p>\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">AWAKE&nbsp; &nbsp;</strong></p>\n<h4>Use Design Thinking to Solve Economic Problems.</h4>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:56:02','2021-02-12 20:56:02','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(1008,2,'2021-02-12 20:56:03','2021-02-12 20:56:03','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE  - <em>Financial Health   </em></strong></h3>\n<h3>Elevate is a free financial education program.</h3>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY  -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><b>Certified Black-Owned Business</b><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\"> </strong></p>\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">AWAKE&nbsp; &nbsp;</strong></p>\n<h4>Use Design Thinking to Solve Economic Problems.</h4>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:56:03','2021-02-12 20:56:03','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(1009,2,'2021-02-12 20:56:04','2021-02-12 20:56:04','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE  - <em>Financial Health   </em></strong></h3>\n<h3>Elevate is a free financial education program.</h3>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY  -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><b>Certified Black-Owned Business</b><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\"> </strong></p>\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">AWAKE&nbsp; &nbsp;</strong></p>\n<h4>Use New Innovative Thinking to Solve Community Problems.</h4><h1 style=\"background-position: 50% center; background-repeat: no-repeat; box-sizing: inherit; font-size: 2.44rem; margin-top: 40px; margin-bottom: 4px; padding: 0px; font-family: &quot;Source Sans Pro&quot;, arial, sans-serif; line-height: 1.2; letter-spacing: -0.75px; color: rgb(43, 43, 43); font-variant-ligatures: common-ligatures; background-color: rgb(249, 249, 249);\"><br></h1>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-12 20:56:04','2021-02-12 20:56:04','',864,'https://advancingblackentrepreneurship.com/2021/02/12/864-revision-v1/',0,'revision','',0),(1010,2,'2021-02-14 14:56:18','2021-02-14 14:56:18','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE  - <em>Financial Health   </em></strong></h3>\n<h3>Elevate is a free financial education program.</h3>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY  -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><b>Certified Black-Owned Business</b><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\"> </strong></p>\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">AWAKE&nbsp; &nbsp;</strong></p>\n<h4>Use New Innovative Thinking to Solve Community Problems.</h4><h1 style=\"background-position: 50% center; background-repeat: no-repeat; box-sizing: inherit; font-size: 2.44rem; margin-top: 40px; margin-bottom: 4px; padding: 0px; font-family: &quot;Source Sans Pro&quot;, arial, sans-serif; line-height: 1.2; letter-spacing: -0.75px; color: rgb(43, 43, 43); font-variant-ligatures: common-ligatures; background-color: rgb(249, 249, 249);\"><br></h1>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 14:56:18','2021-02-14 14:56:18','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1011,2,'2021-02-14 14:56:18','2021-02-14 14:56:18','<p><!-- wp:html --></p>\n<h3><strong>ELEVATE  - <em>Financial Health   </em></strong></h3>\n<h3>Elevate is a free financial education program.</h3>\n<h4>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>BLACK ENTREPRENEURSHIP FUND </strong> </h3>\n<h4>The fund support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h3><strong>POWER OF MANY  -<i> </i></strong><strong style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: 0.875rem; outline: 0px;\"><i>award $1,000 grants every month</i></strong></h3>\n<h3>Power of Many, a monthly grant awarded to Black entrepreneurs and primarily funded<br />through cumulative individual giving. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><b>Certified Black-Owned Business</b><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\"> </strong></p>\n<h4>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h4>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<p><strong style=\"color: #333333; font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 1.25rem;\">AWAKE&nbsp; &nbsp;</strong></p>\n<h4>Use New Innovative Thinking to Solve Community Problems.</h4><h1 style=\"background-position: 50% center; background-repeat: no-repeat; box-sizing: inherit; font-size: 2.44rem; margin-top: 40px; margin-bottom: 4px; padding: 0px; font-family: &quot;Source Sans Pro&quot;, arial, sans-serif; line-height: 1.2; letter-spacing: -0.75px; color: rgb(43, 43, 43); font-variant-ligatures: common-ligatures; background-color: rgb(249, 249, 249);\"><br></h1>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 14:56:18','2021-02-14 14:56:18','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1012,2,'2021-02-14 14:56:18','2021-02-14 14:56:18','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  - <em>Financial Health   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>mentorship/ technical assistance.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><b>Certified Black-Owned Business</b><strong> </strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 14:56:18','2021-02-14 14:56:18','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1013,2,'2021-02-14 15:04:25','2021-02-14 15:04:25','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  - <em>Financial Health   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>mentorship/ technical assistance.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><b>Certified Black-Owned Business</b><strong> </strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 15:04:25','2021-02-14 15:04:25','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1014,2,'2021-02-14 15:04:25','2021-02-14 15:04:25','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  - <em>Financial Health   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>mentorship/ technical assistance.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><b>Certified Black-Owned Business</b><strong> </strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 15:04:25','2021-02-14 15:04:25','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1015,2,'2021-02-14 15:04:25','2021-02-14 15:04:25','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  - <em>Financial Health   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><b>Certified Black-Owned Business</b><strong> </strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 15:04:25','2021-02-14 15:04:25','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1016,2,'2021-02-14 15:46:45','2021-02-14 15:46:45','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  - <em>Financial Health   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><b>Certified Black-Owned Business</b><strong> </strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 15:46:45','2021-02-14 15:46:45','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1017,2,'2021-02-14 15:46:45','2021-02-14 15:46:45','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  - <em>Financial Health   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><b>Certified Black-Owned Business</b><strong> </strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 15:46:45','2021-02-14 15:46:45','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1018,2,'2021-02-14 15:46:46','2021-02-14 15:46:46','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  - <em>Financial Health   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><b>Certified Black-Owned Business</b><strong> </strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 15:46:46','2021-02-14 15:46:46','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1020,2,'2021-02-14 16:17:37','2021-02-14 16:17:37','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  - <em>Financial Health   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><b>Certified Black-Owned Business</b><strong> </strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:17:37','2021-02-14 16:17:37','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1021,2,'2021-02-14 16:17:37','2021-02-14 16:17:37','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  - <em>Financial Health   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><b>Certified Black-Owned Business</b><strong> </strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:17:37','2021-02-14 16:17:37','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1022,2,'2021-02-14 16:17:38','2021-02-14 16:17:38','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  - <em>Financial Health   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:17:38','2021-02-14 16:17:38','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1023,2,'2021-02-14 16:18:09','2021-02-14 16:18:09','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  - <em>Financial Health   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:18:09','2021-02-14 16:18:09','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1024,2,'2021-02-14 16:18:10','2021-02-14 16:18:10','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  - <em>Financial Health   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:18:10','2021-02-14 16:18:10','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1025,2,'2021-02-14 16:18:11','2021-02-14 16:18:11','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  - <em>Financial Health   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:18:11','2021-02-14 16:18:11','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1027,2,'2021-02-14 16:42:56','2021-02-14 16:42:56','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  - <em>Financial Health   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:42:56','2021-02-14 16:42:56','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1028,2,'2021-02-14 16:42:56','2021-02-14 16:42:56','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  - <em>Financial Health   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:42:56','2021-02-14 16:42:56','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1029,2,'2021-02-14 16:42:56','2021-02-14 16:42:56','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.</h3>\n<h3>.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:42:56','2021-02-14 16:42:56','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1030,2,'2021-02-14 16:48:07','2021-02-14 16:48:07','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.</h3>\n<h3>.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:48:07','2021-02-14 16:48:07','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1031,2,'2021-02-14 16:48:10','2021-02-14 16:48:10','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.</h3>\n<h3>.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:48:10','2021-02-14 16:48:10','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1032,2,'2021-02-14 16:48:11','2021-02-14 16:48:11','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.</h3>\n<p style=\"text-align: center;\"><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong><br /><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong><br /><strong>support entrepreneurs at each stage in their business lifecycle.</strong> <strong>- Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:48:11','2021-02-14 16:48:11','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1033,2,'2021-02-14 16:49:17','2021-02-14 16:49:17','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.</h3>\n<p style=\"text-align: center;\"><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong><br /><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong><br /><strong>support entrepreneurs at each stage in their business lifecycle.</strong> <strong>- Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:49:17','2021-02-14 16:49:17','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1034,2,'2021-02-14 16:49:17','2021-02-14 16:49:17','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.</h3>\n<p style=\"text-align: center;\"><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong><br /><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong><br /><strong>support entrepreneurs at each stage in their business lifecycle.</strong> <strong>- Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:49:17','2021-02-14 16:49:17','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1035,2,'2021-02-14 16:49:18','2021-02-14 16:49:18','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:49:18','2021-02-14 16:49:18','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1036,2,'2021-02-14 16:50:55','2021-02-14 16:50:55','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:50:55','2021-02-14 16:50:55','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1037,2,'2021-02-14 16:50:55','2021-02-14 16:50:55','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>BUILD AN ECOSYSTEM FOR BLACK-OWNED BUSINESSES</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:50:55','2021-02-14 16:50:55','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1038,2,'2021-02-14 16:50:56','2021-02-14 16:50:56','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3>&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:50:56','2021-02-14 16:50:56','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1039,2,'2021-02-14 16:54:51','2021-02-14 16:54:51','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3>&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:54:51','2021-02-14 16:54:51','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1040,2,'2021-02-14 16:54:51','2021-02-14 16:54:51','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3>&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:54:51','2021-02-14 16:54:51','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1041,2,'2021-02-14 16:54:52','2021-02-14 16:54:52','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;</h3><h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3>&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:54:52','2021-02-14 16:54:52','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1042,2,'2021-02-14 16:55:12','2021-02-14 16:55:12','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;</h3><h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3>&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:55:12','2021-02-14 16:55:12','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1043,2,'2021-02-14 16:55:13','2021-02-14 16:55:13','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;</h3><h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3>&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:55:13','2021-02-14 16:55:13','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1044,2,'2021-02-14 16:55:13','2021-02-14 16:55:13','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 16:55:13','2021-02-14 16:55:13','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1046,2,'2021-02-14 17:04:11','2021-02-14 17:04:11','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-14 17:04:11','2021-02-14 17:04:11','',5,'https://advancingblackentrepreneurship.com/2021/02/14/5-revision-v1/',0,'revision','',0),(1047,2,'2021-02-14 17:04:13','2021-02-14 17:04:13','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p>\n<ol>\n<li style=\"font-weight: 400;\">It is Black-Owned Business</li>\n<li style=\"font-weight: 400;\">It is located in the United States</li>\n<li style=\"font-weight: 400;\">It is registered with the Secretary of State</li>\n<li style=\"font-weight: 400;\">It has a good customer service</li>\n<li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider&nbsp;</li>\n</ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring, technical assistance  and education</li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-14 17:04:13','2021-02-14 17:04:13','',5,'https://advancingblackentrepreneurship.com/2021/02/14/5-revision-v1/',0,'revision','',0),(1048,2,'2021-02-14 17:04:14','2021-02-14 17:04:14','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p>\n<ol>\n<li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li>\n<li>Capacity Development: Access to mentoring and technical assistance&nbsp;&nbsp;</li>\n<li>Market Access: Business opportunities with the corporations, state and local entities&nbsp;</li>\n<li>Networking Opportunities</li>\n<li>Advocacy:&nbsp; Advocate for policies that best serve the interest of Black-Owned Businesses</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-14 17:04:14','2021-02-14 17:04:14','',5,'https://advancingblackentrepreneurship.com/2021/02/14/5-revision-v1/',0,'revision','',0),(1051,2,'2021-02-14 17:26:03','2021-02-14 17:26:03','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 17:26:03','2021-02-14 17:26:03','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1052,2,'2021-02-14 17:26:04','2021-02-14 17:26:04','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 17:26:04','2021-02-14 17:26:04','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1053,2,'2021-02-14 17:26:04','2021-02-14 17:26:04','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship/technical assistance.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p style=\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">Five criteria:</p>\n<ol style=\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is Black-Owned Business</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is located in Arkansas</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is registered with the Secretary of State</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has a good customer service</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has committed to work with the local technical assistance provider</li>\n</ol>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 17:26:04','2021-02-14 17:26:04','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1054,2,'2021-02-14 17:30:01','2021-02-14 17:30:01','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship/technical assistance.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p style=\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">Five criteria:</p>\n<ol style=\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is Black-Owned Business</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is located in Arkansas</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is registered with the Secretary of State</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has a good customer service</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has committed to work with the local technical assistance provider</li>\n</ol>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 17:30:01','2021-02-14 17:30:01','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1055,2,'2021-02-14 17:30:02','2021-02-14 17:30:02','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship/technical assistance.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p style=\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">Five criteria:</p>\n<ol style=\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is Black-Owned Business</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is located in Arkansas</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is registered with the Secretary of State</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has a good customer service</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has committed to work with the local technical assistance provider</li>\n</ol>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 17:30:02','2021-02-14 17:30:02','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1056,2,'2021-02-14 17:30:03','2021-02-14 17:30:03','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship/technical assistance.</h3>\n<p>These awards are non-dilutive - meaning that founders are not giving up any ownership in their company in exchange for funding.&nbsp;</p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p style=\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">Five criteria:</p>\n<ol style=\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is Black-Owned Business</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is located in Arkansas</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is registered with the Secretary of State</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has a good customer service</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has committed to work with the local technical assistance provider</li>\n</ol>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 17:30:03','2021-02-14 17:30:03','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1057,2,'2021-02-14 17:35:05','2021-02-14 17:35:05','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship/technical assistance.</h3>\n<p>These awards are non-dilutive - meaning that founders are not giving up any ownership in their company in exchange for funding.&nbsp;</p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p style=\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">Five criteria:</p>\n<ol style=\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is Black-Owned Business</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is located in Arkansas</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is registered with the Secretary of State</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has a good customer service</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has committed to work with the local technical assistance provider</li>\n</ol>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 17:35:05','2021-02-14 17:35:05','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1058,2,'2021-02-14 17:35:05','2021-02-14 17:35:05','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship/technical assistance.</h3>\n<p>These awards are non-dilutive - meaning that founders are not giving up any ownership in their company in exchange for funding.&nbsp;</p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p style=\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">Five criteria:</p>\n<ol style=\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is Black-Owned Business</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is located in Arkansas</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is registered with the Secretary of State</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has a good customer service</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has committed to work with the local technical assistance provider</li>\n</ol>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 17:35:05','2021-02-14 17:35:05','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1059,2,'2021-02-14 17:35:06','2021-02-14 17:35:06','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship/technical assistance.</h3>\n<p>These awards are non-dilutive - meaning that business owners are not giving up any ownership in their company in exchange for funding.&nbsp;</p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p style=\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">Five criteria:</p>\n<ol style=\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is Black-Owned Business</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is located in Arkansas</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is registered with the Secretary of State</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has a good customer service</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has committed to work with the local technical assistance provider</li>\n</ol>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 17:35:06','2021-02-14 17:35:06','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1060,2,'2021-02-14 17:54:20','2021-02-14 17:54:20','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship/technical assistance.</h3>\n<p>These awards are non-dilutive - meaning that business owners are not giving up any ownership in their company in exchange for funding.&nbsp;</p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p style=\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">Five criteria:</p>\n<ol style=\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is Black-Owned Business</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is located in Arkansas</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is registered with the Secretary of State</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has a good customer service</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has committed to work with the local technical assistance provider</li>\n</ol>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 17:54:20','2021-02-14 17:54:20','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1061,2,'2021-02-14 17:54:20','2021-02-14 17:54:20','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3>The fund supports certified Black-owned businesses with non-dilutive cash awards of up to $5,000 and mentorship/technical assistance.</h3>\n<p>These awards are non-dilutive - meaning that business owners are not giving up any ownership in their company in exchange for funding.&nbsp;</p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p style=\"color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">Five criteria:</p>\n<ol style=\"margin-top: 0px; margin-bottom: 0.9375rem; list-style-position: initial; color: #fad022; font-family: Raleway, sans-serif; font-size: 15px; background-color: #000000;\">\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is Black-Owned Business</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is located in Arkansas</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It is registered with the Secretary of State</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has a good customer service</li>\n<li style=\"margin-bottom: 8px; margin-left: 0px;\">It has committed to work with the local technical assistance provider</li>\n</ol>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 17:54:20','2021-02-14 17:54:20','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1062,2,'2021-02-14 17:54:20','2021-02-14 17:54:20','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 17:54:20','2021-02-14 17:54:20','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1063,2,'2021-02-14 17:55:55','2021-02-14 17:55:55','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 17:55:55','2021-02-14 17:55:55','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1064,2,'2021-02-14 17:55:56','2021-02-14 17:55:56','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 17:55:56','2021-02-14 17:55:56','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1065,2,'2021-02-14 17:55:56','2021-02-14 17:55:56','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 17:55:56','2021-02-14 17:55:56','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1066,2,'2021-02-14 18:03:11','2021-02-14 18:03:11','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 18:03:11','2021-02-14 18:03:11','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1067,2,'2021-02-14 18:03:13','2021-02-14 18:03:13','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 18:03:13','2021-02-14 18:03:13','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1068,2,'2021-02-14 18:03:15','2021-02-14 18:03:15','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p style=\"text-align: center;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.  </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 18:03:15','2021-02-14 18:03:15','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1069,2,'2021-02-14 18:03:45','2021-02-14 18:03:45','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p style=\"text-align: center;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.  </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 18:03:45','2021-02-14 18:03:45','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1070,2,'2021-02-14 18:03:45','2021-02-14 18:03:45','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p style=\"text-align: center;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.  </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 18:03:45','2021-02-14 18:03:45','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1071,2,'2021-02-14 18:03:46','2021-02-14 18:03:46','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p style=\"text-align: center;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-14 18:03:46','2021-02-14 18:03:46','',864,'https://advancingblackentrepreneurship.com/2021/02/14/864-revision-v1/',0,'revision','',0),(1072,2,'2021-02-14 18:05:49','2021-02-14 18:05:49','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p>\n<ol>\n<li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li>\n<li>Capacity Development: Access to mentoring and technical assistance&nbsp;&nbsp;</li>\n<li>Market Access: Business opportunities with the corporations, state and local entities&nbsp;</li>\n<li>Networking Opportunities</li>\n<li>Advocacy:&nbsp; Advocate for policies that best serve the interest of Black-Owned Businesses</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-14 18:05:49','2021-02-14 18:05:49','',5,'https://advancingblackentrepreneurship.com/2021/02/14/5-revision-v1/',0,'revision','',0),(1073,2,'2021-02-14 18:05:50','2021-02-14 18:05:50','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p>\n<ol>\n<li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li>\n<li>Capacity Development: Access to mentoring and technical assistance&nbsp;&nbsp;</li>\n<li>Market Access: Business opportunities with the corporations, state and local entities&nbsp;</li>\n<li>Networking Opportunities</li>\n<li>Advocacy:&nbsp; Advocate for policies that best serve the interest of Black-Owned Businesses</li>\n</ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-14 18:05:50','2021-02-14 18:05:50','',5,'https://advancingblackentrepreneurship.com/2021/02/14/5-revision-v1/',0,'revision','',0),(1074,2,'2021-02-14 18:05:50','2021-02-14 18:05:50','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-14 18:05:50','2021-02-14 18:05:50','',5,'https://advancingblackentrepreneurship.com/2021/02/14/5-revision-v1/',0,'revision','',0),(1075,2,'2021-02-14 18:12:05','2021-02-14 18:12:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-14 18:12:05','2021-02-14 18:12:05','',5,'https://advancingblackentrepreneurship.com/2021/02/14/5-revision-v1/',0,'revision','',0),(1076,2,'2021-02-14 18:12:05','2021-02-14 18:12:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It is located in Arkansas</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-14 18:12:05','2021-02-14 18:12:05','',5,'https://advancingblackentrepreneurship.com/2021/02/14/5-revision-v1/',0,'revision','',0),(1077,2,'2021-02-14 18:12:06','2021-02-14 18:12:06','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-14 18:12:06','2021-02-14 18:12:06','',5,'https://advancingblackentrepreneurship.com/2021/02/14/5-revision-v1/',0,'revision','',0),(1078,2,'2021-02-14 19:08:51','2021-02-14 19:08:51','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and technical assistance</b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-14 19:08:51','2021-02-14 19:08:51','',558,'https://advancingblackentrepreneurship.com/2021/02/14/558-revision-v1/',0,'revision','',0),(1079,2,'2021-02-14 19:08:51','2021-02-14 19:08:51','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p><p><strong>We focus our efforts in three areas:</strong></p><p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p><p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants and technical assistance</b></p><p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p><p> </p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-14 19:08:51','2021-02-14 19:08:51','',558,'https://advancingblackentrepreneurship.com/2021/02/14/558-revision-v1/',0,'revision','',0),(1080,2,'2021-02-14 19:08:51','2021-02-14 19:08:51','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p>\n<p><strong>We focus our efforts in three areas:</strong></p>\n<p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p>\n<p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></p>\n<p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p>\n<p>\n</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-14 19:08:51','2021-02-14 19:08:51','',558,'https://advancingblackentrepreneurship.com/2021/02/14/558-revision-v1/',0,'revision','',0),(1081,2,'2021-02-14 19:12:07','2021-02-14 19:12:07','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p>\n<p><strong>We focus our efforts in three areas:</strong></p>\n<p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p>\n<p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></p>\n<p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p>\n<p>\n</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-14 19:12:07','2021-02-14 19:12:07','',558,'https://advancingblackentrepreneurship.com/2021/02/14/558-revision-v1/',0,'revision','',0),(1082,2,'2021-02-14 19:12:07','2021-02-14 19:12:07','<h2>Our Mission</h2> 		\n		<p><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></p><p>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock,</p>		\n			<h2>Who We Serve</h2> 		\n		<p><strong>Black Entrepreneurs</strong></p>\n<p><strong>We focus our efforts in three areas:</strong></p>\n<p><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></p>\n<p><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></p>\n<p><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></p>\n<p>\n</p><p><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></p>		\n			<h2>Why We Are Different</h2> 		\n		<p>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</p><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-14 19:12:07','2021-02-14 19:12:07','',558,'https://advancingblackentrepreneurship.com/2021/02/14/558-revision-v1/',0,'revision','',0),(1083,2,'2021-02-14 19:12:08','2021-02-14 19:12:08','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h3><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-14 19:12:08','2021-02-14 19:12:08','',558,'https://advancingblackentrepreneurship.com/2021/02/14/558-revision-v1/',0,'revision','',0),(1084,2,'2021-02-14 19:12:32','2021-02-14 19:12:32','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h3><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-14 19:12:32','2021-02-14 19:12:32','',558,'https://advancingblackentrepreneurship.com/2021/02/14/558-revision-v1/',0,'revision','',0),(1085,2,'2021-02-14 19:12:32','2021-02-14 19:12:32','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h3><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-14 19:12:32','2021-02-14 19:12:32','',558,'https://advancingblackentrepreneurship.com/2021/02/14/558-revision-v1/',0,'revision','',0),(1086,2,'2021-02-14 19:12:33','2021-02-14 19:12:33','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-14 19:12:33','2021-02-14 19:12:33','',558,'https://advancingblackentrepreneurship.com/2021/02/14/558-revision-v1/',0,'revision','',0),(1087,2,'2021-02-14 19:13:47','2021-02-14 19:13:47','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-14 19:13:47','2021-02-14 19:13:47','',558,'https://advancingblackentrepreneurship.com/2021/02/14/558-revision-v1/',0,'revision','',0),(1088,2,'2021-02-14 19:13:47','2021-02-14 19:13:47','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-14 19:13:47','2021-02-14 19:13:47','',558,'https://advancingblackentrepreneurship.com/2021/02/14/558-revision-v1/',0,'revision','',0),(1089,2,'2021-02-14 19:13:48','2021-02-14 19:13:48','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h3><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-14 19:13:48','2021-02-14 19:13:48','',558,'https://advancingblackentrepreneurship.com/2021/02/14/558-revision-v1/',0,'revision','',0),(1090,2,'2021-02-14 23:56:53','2021-02-14 23:56:53','<p><!-- wp:paragraph --></p>\n<p>Greetings Fellow Community Members -</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>2020 has been a challenging and distressing year for all of us.<br>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \"business as usual” has been dramatically interrupted almost everywhere. Here in the United States,&nbsp;the health crisis and the ensuing economic fallout have disproportionately affected Black lives–both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the&nbsp;most. In fact, research from the University of California at Santa Cruz found that in April – 41% of Black-owned businesses – 440,000 – had closed due to COVID-19 impacts compared to only 17% of white-owned firms. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint – a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br>entrepreneurship? </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<br></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.&nbsp;But as a growing spectrum of voices – including entrepreneurs, corporate leaders, policy&nbsp;makers, educators and more – have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \"If you want to travel fast, travel alone. If you want to travel far, travel together.\"<br></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Advancing Black entrepreneurship is an ambitious and necessary journey.<br>Thank you for choosing this path. We will certainly travel farther together!<br><br></p><p>Sincerely,<br></p><p>Benito Lubazibwa<br>Advancing Black Entrepreneurship &amp; Black Founders Summit - FOUNDER</p>\n<p><!-- /wp:paragraph --></p>','Together We Can.','','inherit','closed','closed','','883-revision-v1','','','2021-02-14 23:56:53','2021-02-14 23:56:53','',883,'https://advancingblackentrepreneurship.com/2021/02/14/883-revision-v1/',0,'revision','',0),(1091,2,'2021-02-14 23:56:53','2021-02-14 23:56:53','<p><!-- wp:paragraph --></p>\n<p>Greetings Fellow Community Members -</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>2020 has been a challenging and distressing year for all of us.<br>This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \"business as usual” has been dramatically interrupted almost everywhere. Here in the United States,&nbsp;the health crisis and the ensuing economic fallout have disproportionately affected Black lives–both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the&nbsp;most. In fact, research from the University of California at Santa Cruz found that in April – 41% of Black-owned businesses – 440,000 – had closed due to COVID-19 impacts compared to only 17% of white-owned firms. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint – a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br>entrepreneurship? </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.<br></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Of course, change is not easy. It will take bold ideas, courage, commitment, and action.&nbsp;But as a growing spectrum of voices – including entrepreneurs, corporate leaders, policy&nbsp;makers, educators and more – have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \"If you want to travel fast, travel alone. If you want to travel far, travel together.\"<br></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Advancing Black entrepreneurship is an ambitious and necessary journey.<br>Thank you for choosing this path. We will certainly travel farther together!<br><br></p><p>Sincerely,<br></p><p>Benito Lubazibwa<br>Advancing Black Entrepreneurship &amp; Black Founders Summit - FOUNDER</p>\n<p><!-- /wp:paragraph --></p>','Together We Can.','','inherit','closed','closed','','883-revision-v1','','','2021-02-14 23:56:53','2021-02-14 23:56:53','',883,'https://advancingblackentrepreneurship.com/2021/02/14/883-revision-v1/',0,'revision','',0),(1092,2,'2021-02-14 23:56:53','2021-02-14 23:56:53','<p><!-- wp:paragraph --></p>\n<h3>Greetings Fellow Community Members -</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>2020 has been a challenging and distressing year for all of us.<br />This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \"business as usual” has been dramatically interrupted almost everywhere. Here in the United States, the health crisis and the ensuing economic fallout have disproportionately affected Black lives–both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the most. In fact, research from the University of California at Santa Cruz found that in April – 41% of Black-owned businesses – 440,000 – had closed due to COVID-19 impacts compared to only 17% of white-owned firms.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint – a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br />entrepreneurship?</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action. But as a growing spectrum of voices – including entrepreneurs, corporate leaders, policy makers, educators and more – have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \"If you want to travel fast, travel alone. If you want to travel far, travel together.\"</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br />Thank you for choosing this path. We will certainly travel farther together!<br /><br /></h3>\n<h3>Sincerely,</h3>\n<h3>Benito Lubazibwa<br />Advancing Black Entrepreneurship &amp; Black Founders Summit - FOUNDER</h3>\n<p><!-- /wp:paragraph --></p>','Together We Can.','','inherit','closed','closed','','883-revision-v1','','','2021-02-14 23:56:53','2021-02-14 23:56:53','',883,'https://advancingblackentrepreneurship.com/2021/02/14/883-revision-v1/',0,'revision','',0),(1093,2,'2021-02-15 00:00:28','2021-02-15 00:00:28','<p><!-- wp:paragraph --></p>\n<h3>Greetings Fellow Community Members -</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>2020 has been a challenging and distressing year for all of us.<br />This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \"business as usual” has been dramatically interrupted almost everywhere. Here in the United States, the health crisis and the ensuing economic fallout have disproportionately affected Black lives–both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the most. In fact, research from the University of California at Santa Cruz found that in April – 41% of Black-owned businesses – 440,000 – had closed due to COVID-19 impacts compared to only 17% of white-owned firms.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint – a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br />entrepreneurship?</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action. But as a growing spectrum of voices – including entrepreneurs, corporate leaders, policy makers, educators and more – have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \"If you want to travel fast, travel alone. If you want to travel far, travel together.\"</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br />Thank you for choosing this path. We will certainly travel farther together!<br /><br /></h3>\n<h3>Sincerely,</h3>\n<h3>Benito Lubazibwa<br />Advancing Black Entrepreneurship &amp; Black Founders Summit - FOUNDER</h3>\n<p><!-- /wp:paragraph --></p>','Together We Can.','','inherit','closed','closed','','883-revision-v1','','','2021-02-15 00:00:28','2021-02-15 00:00:28','',883,'https://advancingblackentrepreneurship.com/2021/02/15/883-revision-v1/',0,'revision','',0),(1094,2,'2021-02-15 00:00:28','2021-02-15 00:00:28','<p><!-- wp:paragraph --></p>\n<h3>Greetings Fellow Community Members -</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>2020 has been a challenging and distressing year for all of us.<br />This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \"business as usual” has been dramatically interrupted almost everywhere. Here in the United States, the health crisis and the ensuing economic fallout have disproportionately affected Black lives–both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the most. In fact, research from the University of California at Santa Cruz found that in April – 41% of Black-owned businesses – 440,000 – had closed due to COVID-19 impacts compared to only 17% of white-owned firms.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint – a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br />entrepreneurship?</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action. But as a growing spectrum of voices – including entrepreneurs, corporate leaders, policy makers, educators and more – have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \"If you want to travel fast, travel alone. If you want to travel far, travel together.\"</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br />Thank you for choosing this path. We will certainly travel farther together!<br /><br /></h3>\n<h3>Sincerely,</h3>\n<h3>Benito Lubazibwa<br />Advancing Black Entrepreneurship &amp; Black Founders Summit - FOUNDER</h3>\n<p><!-- /wp:paragraph --></p>','Together We Can.','','inherit','closed','closed','','883-revision-v1','','','2021-02-15 00:00:28','2021-02-15 00:00:28','',883,'https://advancingblackentrepreneurship.com/2021/02/15/883-revision-v1/',0,'revision','',0),(1095,2,'2021-02-15 00:00:28','2021-02-15 00:00:28','<p><!-- wp:paragraph --></p>\n<h3>Greetings Fellow Community Members -</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>2020 has been a challenging and distressing year for all of us.<br />This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \"business as usual” has been dramatically interrupted almost everywhere. Here in the United States, the health crisis and the ensuing economic fallout have disproportionately affected Black lives–both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the most. In fact, research from the University of California at Santa Cruz found that in April – 41% of Black-owned businesses – 440,000 – had closed due to COVID-19 impacts compared to only 17% of white-owned firms.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint – a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br />entrepreneurship?</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action. But as a growing spectrum of voices – including entrepreneurs, corporate leaders, policy makers, educators and more – have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \"If you want to travel fast, travel alone. If you want to travel far, travel together.\"</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br />Thank you for choosing this path. We will certainly travel farther together!</h3>\n<h3>Sincerely, </h3>\n<h3><strong>Benito Lubazibwa</strong><br /><strong>Advancing Black Entrepreneurship &amp; Black</strong> Founders Summit - FOUNDER</h3>\n<p><!-- /wp:paragraph --></p>','Together We Can.','','inherit','closed','closed','','883-revision-v1','','','2021-02-15 00:00:28','2021-02-15 00:00:28','',883,'https://advancingblackentrepreneurship.com/2021/02/15/883-revision-v1/',0,'revision','',0),(1096,2,'2021-02-15 00:01:33','2021-02-15 00:01:33','<p><!-- wp:paragraph --></p>\n<h3>Greetings Fellow Community Members -</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>2020 has been a challenging and distressing year for all of us.<br />This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \"business as usual” has been dramatically interrupted almost everywhere. Here in the United States, the health crisis and the ensuing economic fallout have disproportionately affected Black lives–both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the most. In fact, research from the University of California at Santa Cruz found that in April – 41% of Black-owned businesses – 440,000 – had closed due to COVID-19 impacts compared to only 17% of white-owned firms.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint – a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br />entrepreneurship?</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action. But as a growing spectrum of voices – including entrepreneurs, corporate leaders, policy makers, educators and more – have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \"If you want to travel fast, travel alone. If you want to travel far, travel together.\"</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br />Thank you for choosing this path. We will certainly travel farther together!</h3>\n<h3>Sincerely, </h3>\n<h3><strong>Benito Lubazibwa</strong><br /><strong>Advancing Black Entrepreneurship &amp; Black</strong> Founders Summit - FOUNDER</h3>\n<p><!-- /wp:paragraph --></p>','Together We Can.','','inherit','closed','closed','','883-revision-v1','','','2021-02-15 00:01:33','2021-02-15 00:01:33','',883,'https://advancingblackentrepreneurship.com/2021/02/15/883-revision-v1/',0,'revision','',0),(1097,2,'2021-02-15 00:01:33','2021-02-15 00:01:33','<p><!-- wp:paragraph --></p>\n<h3>Greetings Fellow Community Members -</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>2020 has been a challenging and distressing year for all of us.<br />This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \"business as usual” has been dramatically interrupted almost everywhere. Here in the United States, the health crisis and the ensuing economic fallout have disproportionately affected Black lives–both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the most. In fact, research from the University of California at Santa Cruz found that in April – 41% of Black-owned businesses – 440,000 – had closed due to COVID-19 impacts compared to only 17% of white-owned firms.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint – a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br />entrepreneurship?</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action. But as a growing spectrum of voices – including entrepreneurs, corporate leaders, policy makers, educators and more – have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \"If you want to travel fast, travel alone. If you want to travel far, travel together.\"</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br />Thank you for choosing this path. We will certainly travel farther together!</h3>\n<h3>Sincerely, </h3>\n<h3><strong>Benito Lubazibwa</strong><br /><strong>Advancing Black Entrepreneurship &amp; Black</strong> Founders Summit - FOUNDER</h3>\n<p><!-- /wp:paragraph --></p>','Together We Can.','','inherit','closed','closed','','883-revision-v1','','','2021-02-15 00:01:33','2021-02-15 00:01:33','',883,'https://advancingblackentrepreneurship.com/2021/02/15/883-revision-v1/',0,'revision','',0),(1098,2,'2021-02-15 00:01:33','2021-02-15 00:01:33','<p><!-- wp:paragraph --></p>\n<h3>Greetings Fellow Community Members -</h3>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<h3>2020 has been a challenging and distressing year for all of us.<br />This year brought with it the COVID-19 pandemic, harrowing police brutality, unrest, high unemployment and lives lost both locally and abroad. To put it plainly, \"business as usual” has been dramatically interrupted almost everywhere. Here in the United States, the health crisis and the ensuing economic fallout have disproportionately affected Black lives–both physically and financially. In the business sector, companies of nearly all stripes have endured financial hits, but Black-owned enterprises have suffered the most. In fact, research from the University of California at Santa Cruz found that in April – 41% of Black-owned businesses – 440,000 – had closed due to COVID-19 impacts compared to only 17% of white-owned firms.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Why is this? In short, the virus is new but systemic racism is not. Black entrepreneurs were beset with barriers long before the onslaught of COVID-19. Limited access to capital, weak or non-existent banking relationships and limited safety nets are all too common conditions in the Black entrepreneurial community. And much like the virus\' effect on the physical body, such pre-existing conditions can prove fatal to already financially strained and excluded businesses. Recognizing the historical yet persistent injustices impacting Black people across several fronts, it\'s no surprise that many Black-owned enterprises were among the first casualties of the ailing economy.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Yet, as an optimist, I look for and seize opportunity. The impact of the pandemic and the devastating killing of George Floyd have served as a catalyst to re-galvanize individuals already committed to the ideals and work of social and economic justice. While for others, the events have served as an alarming flashpoint – a clarion call awakening their consciousness and bringing into focus the troubling reality of racism and its disparate impacts. As a result, I believe there is a larger and more diverse coalition of voices coming together now to demand change. The question is, how can this momentum be optimized in order to advance Black<br />entrepreneurship?</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Our hope is to harness this growing alliance and transform it into a working unity by creating a space for our community to come together and discuss actionable insights with a goal of establishing a NEW and inclusive ecosystem that advances Black entrepreneurship.</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Of course, change is not easy. It will take bold ideas, courage, commitment, and action. But as a growing spectrum of voices – including entrepreneurs, corporate leaders, policy makers, educators and more – have reached out to support Black entrepreneurship initiatives, I am hopeful about what we can achieve together. I am also reminded of a proverb from my native homeland of Africa, it says \"If you want to travel fast, travel alone. If you want to travel far, travel together.\"</h3>\n<h3><!-- /wp:paragraph --></h3>\n<h3><!-- wp:paragraph --></h3>\n<h3>Advancing Black entrepreneurship is an ambitious and necessary journey.<br />Thank you for choosing this path. We will certainly travel farther together!</h3>\n<h3>Sincerely, </h3>\n<h3><strong>Benito Lubazibwa</strong><br /><strong>Advancing Black Entrepreneurship &amp; Black</strong> <strong>Founders Summit - FOUNDER</strong></h3>\n<p><!-- /wp:paragraph --></p>','Together We Can.','','inherit','closed','closed','','883-revision-v1','','','2021-02-15 00:01:33','2021-02-15 00:01:33','',883,'https://advancingblackentrepreneurship.com/2021/02/15/883-revision-v1/',0,'revision','',0),(1099,2,'2021-02-15 00:04:45','2021-02-15 00:04:45','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h3><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:04:45','2021-02-15 00:04:45','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1100,2,'2021-02-15 00:04:45','2021-02-15 00:04:45','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h3><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:04:45','2021-02-15 00:04:45','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1101,2,'2021-02-15 00:04:45','2021-02-15 00:04:45','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:04:45','2021-02-15 00:04:45','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1102,2,'2021-02-15 00:07:29','2021-02-15 00:07:29','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:07:29','2021-02-15 00:07:29','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1103,2,'2021-02-15 00:07:29','2021-02-15 00:07:29','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:07:29','2021-02-15 00:07:29','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1104,2,'2021-02-15 00:07:29','2021-02-15 00:07:29','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h3><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h3><h3><strong>-Benito Lubazibwa</strong></h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:07:29','2021-02-15 00:07:29','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1105,2,'2021-02-15 00:08:19','2021-02-15 00:08:19','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h3><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h3><h3><strong>-Benito Lubazibwa</strong></h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:08:19','2021-02-15 00:08:19','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1106,2,'2021-02-15 00:08:20','2021-02-15 00:08:20','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h3><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h3><h3><strong>-Benito Lubazibwa</strong></h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:08:20','2021-02-15 00:08:20','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1107,2,'2021-02-15 00:08:20','2021-02-15 00:08:20','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h3><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h3><h3><strong>-Benito Lubazibwa</strong></h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:08:20','2021-02-15 00:08:20','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1108,2,'2021-02-15 00:09:04','2021-02-15 00:09:04','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h3><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h3><h3><strong>-Benito Lubazibwa</strong></h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:09:04','2021-02-15 00:09:04','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1109,2,'2021-02-15 00:09:04','2021-02-15 00:09:04','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h3><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h3><h3><strong>-Benito Lubazibwa</strong></h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:09:04','2021-02-15 00:09:04','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1110,2,'2021-02-15 00:09:05','2021-02-15 00:09:05','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h3><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h3><h3><strong>-Benito Lubazibwa</strong></h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:09:05','2021-02-15 00:09:05','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1111,2,'2021-02-15 00:10:41','2021-02-15 00:10:41','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h3><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h3><h3><strong>-Benito Lubazibwa</strong></h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:10:41','2021-02-15 00:10:41','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1112,2,'2021-02-15 00:10:41','2021-02-15 00:10:41','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h3><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h3><h3><strong>-Benito Lubazibwa</strong></h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:10:41','2021-02-15 00:10:41','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1113,2,'2021-02-15 00:10:41','2021-02-15 00:10:41','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h3><strong>-Benito Lubazibwa</strong></h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:10:41','2021-02-15 00:10:41','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1114,2,'2021-02-15 00:12:31','2021-02-15 00:12:31','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h3><strong>-Benito Lubazibwa</strong></h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:12:31','2021-02-15 00:12:31','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1115,2,'2021-02-15 00:12:31','2021-02-15 00:12:31','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h3><strong>-Benito Lubazibwa</strong></h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:12:31','2021-02-15 00:12:31','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1116,2,'2021-02-15 00:12:32','2021-02-15 00:12:32','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h3><strong>-Benito Lubazibwa</strong></h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:12:32','2021-02-15 00:12:32','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1117,2,'2021-02-15 00:14:02','2021-02-15 00:14:02','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h3><strong>-Benito Lubazibwa</strong></h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:14:02','2021-02-15 00:14:02','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1118,2,'2021-02-15 00:14:02','2021-02-15 00:14:02','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h3><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h3>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h3><strong>-Benito Lubazibwa</strong></h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:14:02','2021-02-15 00:14:02','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1119,2,'2021-02-15 00:14:02','2021-02-15 00:14:02','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h4>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-15 00:14:02','2021-02-15 00:14:02','',558,'https://advancingblackentrepreneurship.com/2021/02/15/558-revision-v1/',0,'revision','',0),(1120,2,'2021-02-15 00:37:32','2021-02-15 00:37:32','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p style=\"text-align: center;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 00:37:32','2021-02-15 00:37:32','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1121,2,'2021-02-15 00:37:32','2021-02-15 00:37:32','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p style=\"text-align: center;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE  <em>   </em></strong></h2>\n<h3><strong>Elevate is a free financial education program.</strong></h3>\n<h3>We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 00:37:32','2021-02-15 00:37:32','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1122,2,'2021-02-15 00:37:33','2021-02-15 00:37:33','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p style=\"text-align: center;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.<br></p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>&nbsp;&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 00:37:33','2021-02-15 00:37:33','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1123,2,'2021-02-15 01:18:07','2021-02-15 01:18:07','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:18:07','2021-02-15 01:18:07','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1124,2,'2021-02-15 01:18:07','2021-02-15 01:18:07','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<p>Take a pledge as an Individual or Company/Organization:</p><p dir=\"ltr\">Let us travel together as we work toward a common purpose – to build an anti-racist economic system.<br />Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:18:07','2021-02-15 01:18:07','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1125,2,'2021-02-15 01:18:08','2021-02-15 01:18:08','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3><strong>-Benito Lubazibwa</strong></h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:18:08','2021-02-15 01:18:08','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1126,2,'2021-02-15 01:19:16','2021-02-15 01:19:16','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3><strong>-Benito Lubazibwa</strong></h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:19:16','2021-02-15 01:19:16','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1127,2,'2021-02-15 01:19:16','2021-02-15 01:19:16','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3><strong>-Benito Lubazibwa</strong></h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:19:16','2021-02-15 01:19:16','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1128,2,'2021-02-15 01:19:17','2021-02-15 01:19:17','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3><strong>-Benito Lubazibwa</strong></h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:19:17','2021-02-15 01:19:17','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1129,2,'2021-02-15 01:24:30','2021-02-15 01:24:30','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3><strong>-Benito Lubazibwa</strong></h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:24:30','2021-02-15 01:24:30','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1130,2,'2021-02-15 01:24:30','2021-02-15 01:24:30','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3><strong>-Benito Lubazibwa</strong></h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:24:30','2021-02-15 01:24:30','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1131,2,'2021-02-15 01:24:30','2021-02-15 01:24:30','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3>\n<h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3>\n<h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3>\n<h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3>\n<h3><br></h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:24:30','2021-02-15 01:24:30','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1133,2,'2021-02-15 01:28:34','2021-02-15 01:28:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3>\n<h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3>\n<h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3>\n<h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3>\n<h3><br></h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:28:34','2021-02-15 01:28:34','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1134,2,'2021-02-15 01:28:34','2021-02-15 01:28:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<p>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </p><p>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</p><p>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </p><p>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</p><p>Make an impact today...donate to advance Black Entrepreneurship.</p><p>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</p><p>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</p><p>If you have questions about donations, please email <a href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></p><p> </p>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3>\n<h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3>\n<h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3>\n<h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3>\n<h3><br></h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:28:34','2021-02-15 01:28:34','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1135,2,'2021-02-15 01:28:34','2021-02-15 01:28:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</h3><h3><strong>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </strong></h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</h3><h3>Make an impact today...donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffff00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:28:34','2021-02-15 01:28:34','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1136,2,'2021-02-15 01:32:44','2021-02-15 01:32:44','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</h3><h3><strong>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </strong></h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</h3><h3>Make an impact today...donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffff00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:32:44','2021-02-15 01:32:44','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1137,2,'2021-02-15 01:32:44','2021-02-15 01:32:44','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.</h3><h3><strong>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance. </strong></h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.</h3><h3>Make an impact today...donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffff00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:32:44','2021-02-15 01:32:44','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1138,2,'2021-02-15 01:32:45','2021-02-15 01:32:45','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please email&nbsp;<a style=\"color: #ffff00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:32:45','2021-02-15 01:32:45','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1139,2,'2021-02-15 01:33:47','2021-02-15 01:33:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please email&nbsp;<a style=\"color: #ffff00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:33:47','2021-02-15 01:33:47','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1140,2,'2021-02-15 01:33:47','2021-02-15 01:33:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please email&nbsp;<a style=\"color: #ffff00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:33:47','2021-02-15 01:33:47','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1141,2,'2021-02-15 01:33:48','2021-02-15 01:33:48','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 01:33:48','2021-02-15 01:33:48','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1142,2,'2021-02-15 16:16:07','2021-02-15 16:16:07','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 16:16:07','2021-02-15 16:16:07','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1143,2,'2021-02-15 16:16:08','2021-02-15 16:16:08','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has a good customer service</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 16:16:08','2021-02-15 16:16:08','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1144,2,'2021-02-15 16:16:08','2021-02-15 16:16:08','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It has a proven business model.</li><li>It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 16:16:08','2021-02-15 16:16:08','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1145,2,'2021-02-15 16:17:11','2021-02-15 16:17:11','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It has a proven business model.</li><li>It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 16:17:11','2021-02-15 16:17:11','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1146,2,'2021-02-15 16:17:11','2021-02-15 16:17:11','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It has a proven business model.</li><li>It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 16:17:11','2021-02-15 16:17:11','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1147,2,'2021-02-15 16:17:11','2021-02-15 16:17:11','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It has a proven business model</li><li>It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 16:17:11','2021-02-15 16:17:11','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1148,2,'2021-02-15 16:19:03','2021-02-15 16:19:03','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It has a proven business model</li><li>It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 16:19:03','2021-02-15 16:19:03','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1149,2,'2021-02-15 16:19:04','2021-02-15 16:19:04','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\">Five criteria:</p><ol><li style=\"font-weight: 400;\">It is Black-Owned Business</li><li style=\"font-weight: 400;\">It has been in Business 6 months or more</li><li style=\"font-weight: 400;\">It has a proven business model</li><li>It is registered with the Secretary of State</li><li style=\"font-weight: 400;\">It has committed to work with the local technical assistance provider </li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 16:19:04','2021-02-15 16:19:04','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1150,2,'2021-02-15 16:19:06','2021-02-15 16:19:06','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 16:19:06','2021-02-15 16:19:06','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1151,2,'2021-02-15 16:34:25','2021-02-15 16:34:25','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p style=\"text-align: center;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.<br></p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>&nbsp;&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 16:34:25','2021-02-15 16:34:25','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1152,2,'2021-02-15 16:34:25','2021-02-15 16:34:25','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance and connections.</h3>\n<p style=\"text-align: center;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.<br></p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>&nbsp;&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 16:34:25','2021-02-15 16:34:25','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1153,2,'2021-02-15 16:34:26','2021-02-15 16:34:26','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h3>\n<h3 style=\"text-align: left;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.<br></p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>&nbsp;&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 16:34:26','2021-02-15 16:34:26','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1154,2,'2021-02-15 16:35:30','2021-02-15 16:35:30','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h3>\n<h3 style=\"text-align: left;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.<br></p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>&nbsp;&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 16:35:30','2021-02-15 16:35:30','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1155,2,'2021-02-15 16:35:30','2021-02-15 16:35:30','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h3>\n<h3 style=\"text-align: left;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<p style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.<br></p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>&nbsp;&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 16:35:30','2021-02-15 16:35:30','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1156,2,'2021-02-15 16:35:30','2021-02-15 16:35:30','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h3>\n<h3 style=\"text-align: left;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.<br></p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>&nbsp;&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 16:35:30','2021-02-15 16:35:30','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1157,2,'2021-02-15 16:38:00','2021-02-15 16:38:00','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h3>\n<h3 style=\"text-align: left;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.<br></p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>&nbsp;&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 16:38:00','2021-02-15 16:38:00','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1158,2,'2021-02-15 16:38:00','2021-02-15 16:38:00','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h3>\n<h3 style=\"text-align: left;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.<br></p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>&nbsp;&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 16:38:00','2021-02-15 16:38:00','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1159,2,'2021-02-15 16:38:01','2021-02-15 16:38:01','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h3>\n<h3 style=\"text-align: left;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 16:38:01','2021-02-15 16:38:01','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1160,2,'2021-02-15 16:43:09','2021-02-15 16:43:09','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h3>\n<h3 style=\"text-align: left;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 16:43:09','2021-02-15 16:43:09','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1161,2,'2021-02-15 16:43:11','2021-02-15 16:43:11','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</h3>\n<h3 style=\"text-align: left;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </h3>\n<h3>Kijiji means \"Village\" in Swahili.</h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 16:43:11','2021-02-15 16:43:11','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1162,2,'2021-02-15 16:43:11','2021-02-15 16:43:11','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 16:43:11','2021-02-15 16:43:11','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1163,2,'2021-02-15 16:47:05','2021-02-15 16:47:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 16:47:05','2021-02-15 16:47:05','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1164,2,'2021-02-15 16:47:05','2021-02-15 16:47:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 16:47:05','2021-02-15 16:47:05','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1165,2,'2021-02-15 16:47:06','2021-02-15 16:47:06','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to capital, mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-15 16:47:06','2021-02-15 16:47:06','',5,'https://advancingblackentrepreneurship.com/2021/02/15/5-revision-v1/',0,'revision','',0),(1166,2,'2021-02-15 17:04:38','2021-02-15 17:04:38','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 17:04:38','2021-02-15 17:04:38','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1167,2,'2021-02-15 17:04:39','2021-02-15 17:04:39','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>An Entrepreneurial Ecosystem is a system of interconnected actors (entrepreneurs, etc.), factors (capital,</strong></em><br /><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact in such a way to</strong></em><br /><em><strong>support entrepreneurs at each stage in their business lifecycle.</strong> </em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 17:04:39','2021-02-15 17:04:39','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1168,2,'2021-02-15 17:04:40','2021-02-15 17:04:40','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;</strong></h3>\n<h3><strong>Kijiji means \"Village\" in Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,&nbsp;</strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to&nbsp;</strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.</strong>&nbsp;</em></h3><h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><strong><em>&nbsp;-</em>&nbsp;Benito Lubazibwa</strong></h3>\n<h3>&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 17:04:40','2021-02-15 17:04:40','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1169,2,'2021-02-15 17:06:58','2021-02-15 17:06:58','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;</strong></h3>\n<h3><strong>Kijiji means \"Village\" in Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,&nbsp;</strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to&nbsp;</strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.</strong>&nbsp;</em></h3><h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><strong><em>&nbsp;-</em>&nbsp;Benito Lubazibwa</strong></h3>\n<h3>&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 17:06:58','2021-02-15 17:06:58','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1170,2,'2021-02-15 17:06:59','2021-02-15 17:06:59','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;</strong></h3>\n<h3><strong>Kijiji means \"Village\" in Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,&nbsp;</strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to&nbsp;</strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.</strong>&nbsp;</em></h3><h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><strong><em>&nbsp;-</em>&nbsp;Benito Lubazibwa</strong></h3>\n<h3>&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 17:06:59','2021-02-15 17:06:59','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1171,2,'2021-02-15 17:06:59','2021-02-15 17:06:59','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.</strong> </em></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\"><strong><em> -</em> Benito Lubazibwa</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 17:06:59','2021-02-15 17:06:59','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1172,2,'2021-02-15 17:10:22','2021-02-15 17:10:22','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.</strong> </em></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\"><strong><em> -</em> Benito Lubazibwa</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 17:10:22','2021-02-15 17:10:22','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1173,2,'2021-02-15 17:10:22','2021-02-15 17:10:22','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.</strong> </em></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: center;\"><strong><em> -</em> Benito Lubazibwa</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 17:10:22','2021-02-15 17:10:22','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1174,2,'2021-02-15 17:10:23','2021-02-15 17:10:23','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle. </strong></em><strong><em> </em></strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 17:10:23','2021-02-15 17:10:23','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1175,2,'2021-02-15 17:11:30','2021-02-15 17:11:30','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle. </strong></em><strong><em> </em></strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 17:11:30','2021-02-15 17:11:30','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1176,2,'2021-02-15 17:11:30','2021-02-15 17:11:30','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle. </strong></em><strong><em> </em></strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 17:11:30','2021-02-15 17:11:30','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1177,2,'2021-02-15 17:11:31','2021-02-15 17:11:31','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-15 17:11:31','2021-02-15 17:11:31','',864,'https://advancingblackentrepreneurship.com/2021/02/15/864-revision-v1/',0,'revision','',0),(1178,2,'2021-02-16 21:41:46','2021-02-16 21:41:46','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-16 21:41:46','2021-02-16 21:41:46','',864,'https://advancingblackentrepreneurship.com/2021/02/16/864-revision-v1/',0,'revision','',0),(1179,2,'2021-02-16 21:41:46','2021-02-16 21:41:46','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-16 21:41:46','2021-02-16 21:41:46','',864,'https://advancingblackentrepreneurship.com/2021/02/16/864-revision-v1/',0,'revision','',0),(1180,2,'2021-02-16 21:41:46','2021-02-16 21:41:46','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Freedom Project</strong></h2>\n<p><strong>An endeavor tailored to help formerly incarcerated individuals to start and grow their&nbsp; businesses with an added goal of reducing recidivism.</strong></p>\n<h3>&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-16 21:41:46','2021-02-16 21:41:46','',864,'https://advancingblackentrepreneurship.com/2021/02/16/864-revision-v1/',0,'revision','',0),(1181,2,'2021-02-16 21:42:15','2021-02-16 21:42:15','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Freedom Project</strong></h2>\n<p><strong>An endeavor tailored to help formerly incarcerated individuals to start and grow their&nbsp; businesses with an added goal of reducing recidivism.</strong></p>\n<h3>&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-16 21:42:15','2021-02-16 21:42:15','',864,'https://advancingblackentrepreneurship.com/2021/02/16/864-revision-v1/',0,'revision','',0),(1182,2,'2021-02-16 21:42:15','2021-02-16 21:42:15','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Freedom Project</strong></h2>\n<p><strong>An endeavor tailored to help formerly incarcerated individuals to start and grow their&nbsp; businesses with an added goal of reducing recidivism.</strong></p>\n<h3>&nbsp;</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-16 21:42:15','2021-02-16 21:42:15','',864,'https://advancingblackentrepreneurship.com/2021/02/16/864-revision-v1/',0,'revision','',0),(1183,2,'2021-02-16 21:42:16','2021-02-16 21:42:16','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Freedom Project</strong></h2>\n<p><strong>An endeavor tailored to help formerly incarcerated individuals to start and grow their  businesses with an added goal of reducing recidivism.</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-16 21:42:16','2021-02-16 21:42:16','',864,'https://advancingblackentrepreneurship.com/2021/02/16/864-revision-v1/',0,'revision','',0),(1184,2,'2021-02-16 22:21:45','2021-02-16 22:21:45','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h4>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-16 22:21:45','2021-02-16 22:21:45','',558,'https://advancingblackentrepreneurship.com/2021/02/16/558-revision-v1/',0,'revision','',0),(1185,2,'2021-02-16 22:21:45','2021-02-16 22:21:45','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h4>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-16 22:21:45','2021-02-16 22:21:45','',558,'https://advancingblackentrepreneurship.com/2021/02/16/558-revision-v1/',0,'revision','',0),(1186,2,'2021-02-16 22:21:46','2021-02-16 22:21:46','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h4>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-16 22:21:46','2021-02-16 22:21:46','',558,'https://advancingblackentrepreneurship.com/2021/02/16/558-revision-v1/',0,'revision','',0),(1187,2,'2021-02-16 22:22:44','2021-02-16 22:22:44','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h4>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-16 22:22:44','2021-02-16 22:22:44','',558,'https://advancingblackentrepreneurship.com/2021/02/16/558-revision-v1/',0,'revision','',0),(1188,2,'2021-02-16 22:22:45','2021-02-16 22:22:45','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h4>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-16 22:22:45','2021-02-16 22:22:45','',558,'https://advancingblackentrepreneurship.com/2021/02/16/558-revision-v1/',0,'revision','',0),(1189,2,'2021-02-16 22:22:45','2021-02-16 22:22:45','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h4>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-16 22:22:45','2021-02-16 22:22:45','',558,'https://advancingblackentrepreneurship.com/2021/02/16/558-revision-v1/',0,'revision','',0),(1191,2,'2021-02-16 22:29:46','2021-02-16 22:29:46','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Freedom Project</strong></h2>\n<p><strong>An endeavor tailored to help formerly incarcerated individuals to start and grow their  businesses with an added goal of reducing recidivism.</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-16 22:29:46','2021-02-16 22:29:46','',864,'https://advancingblackentrepreneurship.com/2021/02/16/864-revision-v1/',0,'revision','',0),(1192,2,'2021-02-16 22:29:46','2021-02-16 22:29:46','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem in Arkansas that interacts and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Freedom Project</strong></h2>\n<p><strong>An endeavor tailored to help formerly incarcerated individuals to start and grow their  businesses with an added goal of reducing recidivism.</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-16 22:29:46','2021-02-16 22:29:46','',864,'https://advancingblackentrepreneurship.com/2021/02/16/864-revision-v1/',0,'revision','',0),(1193,2,'2021-02-16 22:29:46','2021-02-16 22:29:46','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Freedom Project</strong></h2>\n<p><strong>An endeavor tailored to help formerly incarcerated individuals to start and grow their  businesses with an added goal of reducing recidivism.</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-16 22:29:46','2021-02-16 22:29:46','',864,'https://advancingblackentrepreneurship.com/2021/02/16/864-revision-v1/',0,'revision','',0),(1194,2,'2021-02-16 22:30:50','2021-02-16 22:30:50','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Freedom Project</strong></h2>\n<p><strong>An endeavor tailored to help formerly incarcerated individuals to start and grow their  businesses with an added goal of reducing recidivism.</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-16 22:30:50','2021-02-16 22:30:50','',864,'https://advancingblackentrepreneurship.com/2021/02/16/864-revision-v1/',0,'revision','',0),(1195,2,'2021-02-16 22:30:50','2021-02-16 22:30:50','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Freedom Project</strong></h2>\n<p><strong>An endeavor tailored to help formerly incarcerated individuals to start and grow their  businesses with an added goal of reducing recidivism.</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-16 22:30:50','2021-02-16 22:30:50','',864,'https://advancingblackentrepreneurship.com/2021/02/16/864-revision-v1/',0,'revision','',0),(1196,2,'2021-02-16 22:30:50','2021-02-16 22:30:50','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Freedom Project</strong></h2>\n<p><strong>Freedom Project is an endeavor tailored to help formerly incarcerated individuals to start and grow their  businesses with an added goal of reducing recidivism.</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-16 22:30:50','2021-02-16 22:30:50','',864,'https://advancingblackentrepreneurship.com/2021/02/16/864-revision-v1/',0,'revision','',0),(1197,2,'2021-02-16 22:37:41','2021-02-16 22:37:41','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to capital, mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-16 22:37:41','2021-02-16 22:37:41','',5,'https://advancingblackentrepreneurship.com/2021/02/16/5-revision-v1/',0,'revision','',0),(1198,2,'2021-02-16 22:37:41','2021-02-16 22:37:41','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p>Benefits for Black-Owned Businesses include:</p><ol><li>Promote your business: Amplify your business reach through traditional and non-traditional channels</li><li>Capacity Development: Access to capital, mentoring and technical assistance  </li><li>Market Access: Business opportunities with the corporations, state and local entities </li><li>Networking Opportunities</li><li>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-16 22:37:41','2021-02-16 22:37:41','',5,'https://advancingblackentrepreneurship.com/2021/02/16/5-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1199,2,'2021-02-16 22:37:42','2021-02-16 22:37:42','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-16 22:37:42','2021-02-16 22:37:42','',5,'https://advancingblackentrepreneurship.com/2021/02/16/5-revision-v1/',0,'revision','',0),(1201,1,'2021-02-16 22:44:41','2021-02-16 22:44:41','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-16 22:44:41','2021-02-16 22:44:41','',5,'https://advancingblackentrepreneurship.com/2021/02/16/5-revision-v1/',0,'revision','',0),(1202,1,'2021-02-16 22:44:41','2021-02-16 22:44:41','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-16 22:44:41','2021-02-16 22:44:41','',5,'https://advancingblackentrepreneurship.com/2021/02/16/5-revision-v1/',0,'revision','',0),(1203,1,'2021-02-16 22:44:41','2021-02-16 22:44:41','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-16 22:44:41','2021-02-16 22:44:41','',5,'https://advancingblackentrepreneurship.com/2021/02/16/5-revision-v1/',0,'revision','',0),(1204,2,'2021-02-17 00:09:24','2021-02-17 00:09:24','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 00:09:24','2021-02-17 00:09:24','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1205,2,'2021-02-17 00:09:25','2021-02-17 00:09:25','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 00:09:25','2021-02-17 00:09:25','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1206,2,'2021-02-17 00:09:26','2021-02-17 00:09:26','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 00:09:26','2021-02-17 00:09:26','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1207,2,'2021-02-17 00:21:44','2021-02-17 00:21:44','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 00:21:44','2021-02-17 00:21:44','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1208,2,'2021-02-17 00:21:45','2021-02-17 00:21:45','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here to support Certified Black-Owned Businesses with your dollars\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 00:21:45','2021-02-17 00:21:45','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1209,2,'2021-02-17 00:21:45','2021-02-17 00:21:45','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						     Click here…Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 00:21:45','2021-02-17 00:21:45','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1210,2,'2021-02-17 00:26:11','2021-02-17 00:26:11','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						     Click here…Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 00:26:11','2021-02-17 00:26:11','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1211,2,'2021-02-17 00:26:11','2021-02-17 00:26:11','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						     Click here…Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 00:26:11','2021-02-17 00:26:11','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1212,2,'2021-02-17 00:26:11','2021-02-17 00:26:11','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 00:26:11','2021-02-17 00:26:11','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1213,2,'2021-02-17 00:34:48','2021-02-17 00:34:48','<img width=\"300\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>SUPPORT BLACK OWNED BUSINESSES </h2>		\n			<h1>START HERE</h1>		\n<p>Find a Certified Black-Owned Business member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-02-17 00:34:48','2021-02-17 00:34:48','',380,'https://advancingblackentrepreneurship.com/2021/02/17/380-revision-v1/',0,'revision','',0),(1214,2,'2021-02-17 00:34:48','2021-02-17 00:34:48','<img width=\"300\" height=\"300\" src=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, http://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2>SUPPORT BLACK OWNED BUSINESSES </h2>		\n			<h1>START HERE</h1>		\n<p>Find a Certified Black-Owned Business member business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</p>\n<p>You can browse an alphabetical listing of member businesses below, or search through a variety of categories.</p>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-02-17 00:34:48','2021-02-17 00:34:48','',380,'https://advancingblackentrepreneurship.com/2021/02/17/380-revision-v1/',0,'revision','',0),(1215,2,'2021-02-17 00:34:49','2021-02-17 00:34:49','<img width=\"300\" height=\"300\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-02-17 00:34:49','2021-02-17 00:34:49','',380,'https://advancingblackentrepreneurship.com/2021/02/17/380-revision-v1/',0,'revision','',0),(1217,2,'2021-02-17 00:39:24','2021-02-17 00:39:24','<img width=\"300\" height=\"300\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-02-17 00:39:24','2021-02-17 00:39:24','',380,'https://advancingblackentrepreneurship.com/2021/02/17/380-revision-v1/',0,'revision','',0),(1218,2,'2021-02-17 00:39:24','2021-02-17 00:39:24','<img width=\"300\" height=\"300\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-02-17 00:39:24','2021-02-17 00:39:24','',380,'https://advancingblackentrepreneurship.com/2021/02/17/380-revision-v1/',0,'revision','',0),(1219,2,'2021-02-17 00:39:24','2021-02-17 00:39:24','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-02-17 00:39:24','2021-02-17 00:39:24','',380,'https://advancingblackentrepreneurship.com/2021/02/17/380-revision-v1/',0,'revision','',0),(1220,2,'2021-02-17 00:43:20','2021-02-17 00:43:20','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-02-17 00:43:20','2021-02-17 00:43:20','',380,'https://advancingblackentrepreneurship.com/2021/02/17/380-revision-v1/',0,'revision','',0),(1221,2,'2021-02-17 00:43:21','2021-02-17 00:43:21','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-02-17 00:43:21','2021-02-17 00:43:21','',380,'https://advancingblackentrepreneurship.com/2021/02/17/380-revision-v1/',0,'revision','',0),(1222,2,'2021-02-17 00:43:21','2021-02-17 00:43:21','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-02-17 00:43:21','2021-02-17 00:43:21','',380,'https://advancingblackentrepreneurship.com/2021/02/17/380-revision-v1/',0,'revision','',0),(1223,2,'2021-02-17 00:46:04','2021-02-17 00:46:04','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-02-17 00:46:04','2021-02-17 00:46:04','',380,'https://advancingblackentrepreneurship.com/2021/02/17/380-revision-v1/',0,'revision','',0),(1224,2,'2021-02-17 00:46:04','2021-02-17 00:46:04','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-02-17 00:46:04','2021-02-17 00:46:04','',380,'https://advancingblackentrepreneurship.com/2021/02/17/380-revision-v1/',0,'revision','',0),(1225,2,'2021-02-17 00:46:04','2021-02-17 00:46:04','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a style=\"color: #008000;\" href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-02-17 00:46:04','2021-02-17 00:46:04','',380,'https://advancingblackentrepreneurship.com/2021/02/17/380-revision-v1/',0,'revision','',0),(1226,2,'2021-02-17 00:47:00','2021-02-17 00:47:00','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a style=\"color: #008000;\" href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-02-17 00:47:00','2021-02-17 00:47:00','',380,'https://advancingblackentrepreneurship.com/2021/02/17/380-revision-v1/',0,'revision','',0),(1227,2,'2021-02-17 00:47:00','2021-02-17 00:47:00','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a style=\"color: #008000;\" href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-02-17 00:47:00','2021-02-17 00:47:00','',380,'https://advancingblackentrepreneurship.com/2021/02/17/380-revision-v1/',0,'revision','',0),(1228,2,'2021-02-17 00:47:00','2021-02-17 00:47:00','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a style=\"color: #ff0000;\" href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-02-17 00:47:00','2021-02-17 00:47:00','',380,'https://advancingblackentrepreneurship.com/2021/02/17/380-revision-v1/',0,'revision','',0),(1229,2,'2021-02-17 00:57:46','2021-02-17 00:57:46','The Sprinkle Firm means professional representation by an attorney who listens to you. A counselor who understands our system of justice. The Sprinkle law firm takes a personal approach to serving your legal needs.  The Sprinkle Firm is a full service civil litigation, civil rights, and small business law firm located in Central Arkansas.  Our reach is statewide.  If you need an Arkansas attorney on your side, <a href=\"http://www.sprinklefirm.com/contact/\" target=\"_blank\" rel=\"noopener\">consult Sprinkle Firm today</a>.\r\n\r\n<strong>Sprinkle Firm Stands for Justice</strong>\r\n\r\nA true social justice law firm is not merely a thing of the past. Lawyers still work to amplify the voice of the voiceless. And American society is still guided by laws and a belief in justice, not just power and influence. Sprinkle Firm carries the torch of justice from a bygone era. If you need a justice-oriented Arkansas attorney on your side during contract, property, or business disputes, civil rights abuses, or because you have been injured by someone else, call Sprinkle Firm today.','Sprinkle Firm','','publish','closed','closed','','sprinkle-firm','','','2021-02-17 00:58:49','2021-02-17 00:58:49','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1229',0,'at_biz_dir','',0),(1230,2,'2021-02-17 00:56:11','2021-02-17 00:56:11','','','','inherit','open','closed','','spinkle','','','2021-02-17 00:56:24','2021-02-17 00:56:24','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Spinkle.jpg',0,'attachment','image/jpeg',0),(1232,2,'2021-02-17 01:16:06','2021-02-17 01:16:06','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Freedom Project</strong></h2>\n<p><strong>Freedom Project is an endeavor tailored to help formerly incarcerated individuals to start and grow their  businesses with an added goal of reducing recidivism.</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 01:16:06','2021-02-17 01:16:06','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1233,2,'2021-02-17 01:16:06','2021-02-17 01:16:06','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Freedom Project</strong></h2>\n<p><strong>Freedom Project is an endeavor tailored to help formerly incarcerated individuals to start and grow their  businesses with an added goal of reducing recidivism.</strong></p>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 01:16:06','2021-02-17 01:16:06','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1234,2,'2021-02-17 01:16:07','2021-02-17 01:16:07','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 01:16:07','2021-02-17 01:16:07','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1236,2,'2021-02-17 01:23:08','2021-02-17 01:23:08','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 01:23:08','2021-02-17 01:23:08','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1237,2,'2021-02-17 01:23:08','2021-02-17 01:23:08','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 01:23:08','2021-02-17 01:23:08','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1238,2,'2021-02-17 01:23:09','2021-02-17 01:23:09','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 01:23:09','2021-02-17 01:23:09','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1239,2,'2021-02-17 01:28:43','2021-02-17 01:28:43','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 01:28:43','2021-02-17 01:28:43','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1240,2,'2021-02-17 01:28:43','2021-02-17 01:28:43','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 01:28:43','2021-02-17 01:28:43','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1241,2,'2021-02-17 01:28:43','2021-02-17 01:28:43','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;</strong></h3>\n<h3><strong>Kijiji means \"Village\" in&nbsp;</strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,&nbsp;</strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to&nbsp;</strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.&nbsp;&nbsp;</strong></em><strong><em>-</em>&nbsp;Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\">&nbsp;</h3>\n&nbsp;\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 01:28:43','2021-02-17 01:28:43','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1242,2,'2021-02-17 01:31:44','2021-02-17 01:31:44','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;</strong></h3>\n<h3><strong>Kijiji means \"Village\" in&nbsp;</strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,&nbsp;</strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to&nbsp;</strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.&nbsp;&nbsp;</strong></em><strong><em>-</em>&nbsp;Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\">&nbsp;</h3>\n&nbsp;\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 01:31:44','2021-02-17 01:31:44','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1243,2,'2021-02-17 01:31:44','2021-02-17 01:31:44','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle.&nbsp;</strong></h3>\n<h3><strong>Kijiji means \"Village\" in&nbsp;</strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital,&nbsp;</strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to&nbsp;</strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.&nbsp;&nbsp;</strong></em><strong><em>-</em>&nbsp;Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\">&nbsp;</h3>\n&nbsp;\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 01:31:44','2021-02-17 01:31:44','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1244,2,'2021-02-17 01:31:45','2021-02-17 01:31:45','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 01:31:45','2021-02-17 01:31:45','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1245,2,'2021-02-17 01:33:20','2021-02-17 01:33:20','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 01:33:20','2021-02-17 01:33:20','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1246,2,'2021-02-17 01:33:20','2021-02-17 01:33:20','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/ technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding. </strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 01:33:20','2021-02-17 01:33:20','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1247,2,'2021-02-17 01:33:21','2021-02-17 01:33:21','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 01:33:21','2021-02-17 01:33:21','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1248,2,'2021-02-17 06:26:07','2021-02-17 06:26:07','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h4>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 06:26:07','2021-02-17 06:26:07','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1249,2,'2021-02-17 06:26:07','2021-02-17 06:26:07','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><h4><em><strong>Advancing Black entrepreneurship is an ambitious and necessary journey.</strong></em></h4>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 06:26:07','2021-02-17 06:26:07','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1250,2,'2021-02-17 06:26:07','2021-02-17 06:26:07','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders</i></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 06:26:07','2021-02-17 06:26:07','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1251,2,'2021-02-17 06:27:36','2021-02-17 06:27:36','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders</i></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 06:27:36','2021-02-17 06:27:36','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1252,2,'2021-02-17 06:27:36','2021-02-17 06:27:36','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders</i></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 06:27:36','2021-02-17 06:27:36','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1253,2,'2021-02-17 06:27:36','2021-02-17 06:27:36','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.</i></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 06:27:36','2021-02-17 06:27:36','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1254,2,'2021-02-17 06:28:11','2021-02-17 06:28:11','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.</i></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 06:28:11','2021-02-17 06:28:11','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1255,2,'2021-02-17 06:28:11','2021-02-17 06:28:11','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.</i></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 06:28:11','2021-02-17 06:28:11','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1256,2,'2021-02-17 06:28:12','2021-02-17 06:28:12','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.</i></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 06:28:12','2021-02-17 06:28:12','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1257,2,'2021-02-17 06:30:53','2021-02-17 06:30:53','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 06:30:53','2021-02-17 06:30:53','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1258,2,'2021-02-17 06:30:53','2021-02-17 06:30:53','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 06:30:53','2021-02-17 06:30:53','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1259,2,'2021-02-17 06:30:53','2021-02-17 06:30:53','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 06:30:53','2021-02-17 06:30:53','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1260,2,'2021-02-17 06:32:20','2021-02-17 06:32:20','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 06:32:20','2021-02-17 06:32:20','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1261,2,'2021-02-17 06:32:20','2021-02-17 06:32:20','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.</strong></h3>\n<h3 style=\"text-align: left;\"><strong>These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 06:32:20','2021-02-17 06:32:20','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1262,2,'2021-02-17 06:32:20','2021-02-17 06:32:20','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 06:32:20','2021-02-17 06:32:20','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1263,2,'2021-02-17 15:07:07','2021-02-17 15:07:07','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.</i></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 15:07:07','2021-02-17 15:07:07','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1264,2,'2021-02-17 15:07:08','2021-02-17 15:07:08','<h2>Our Mission</h2> 		\n		<h3><strong>Build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.</i></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 15:07:08','2021-02-17 15:07:08','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1265,2,'2021-02-17 15:07:08','2021-02-17 15:07:08','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.</i></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 15:07:08','2021-02-17 15:07:08','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1266,2,'2021-02-17 15:09:37','2021-02-17 15:09:37','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.</i></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 15:09:37','2021-02-17 15:09:37','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1267,2,'2021-02-17 15:09:37','2021-02-17 15:09:37','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.</i></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 15:09:37','2021-02-17 15:09:37','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1268,2,'2021-02-17 15:09:38','2021-02-17 15:09:38','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 15:09:38','2021-02-17 15:09:38','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1269,2,'2021-02-17 15:13:56','2021-02-17 15:13:56','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 15:13:56','2021-02-17 15:13:56','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1270,2,'2021-02-17 15:13:56','2021-02-17 15:13:56','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h2><strong><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h2><h2><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h2><h2><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></strong></h2><h2><strong>-Benito Lubazibwa</strong></h2>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 15:13:56','2021-02-17 15:13:56','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1271,2,'2021-02-17 15:13:58','2021-02-17 15:13:58','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 15:13:58','2021-02-17 15:13:58','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1272,2,'2021-02-17 15:16:52','2021-02-17 15:16:52','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 15:16:52','2021-02-17 15:16:52','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1273,2,'2021-02-17 15:16:52','2021-02-17 15:16:52','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are on a mission to change the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 15:16:52','2021-02-17 15:16:52','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1274,2,'2021-02-17 15:16:53','2021-02-17 15:16:53','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 15:16:53','2021-02-17 15:16:53','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1275,2,'2021-02-17 15:39:04','2021-02-17 15:39:04','<h1 class=\"text-align-center\">ABOUT MOVE MAKEUP</h1>\r\n<p id=\"yui_3_17_2_1_1613575976761_392\"><strong id=\"yui_3_17_2_1_1613575976761_391\">MOVE Makeup is engineered for the woman who sweats but still wants to sparkle. The woman who is not afraid to get a little dirty to achieve her goals but still wants to look great while doing it. The special woman who yearns to be part of a Goddess fueled MOVEMENT that appreciates earth while reclaiming her inner power.</strong></p>\r\n<em>MOVE Makeup</em>\r\n<ul>\r\n 	<li>created for empowered women with active lives so that they can sparkle on the outside without worry</li>\r\n 	<li>is all natural so that you never have to question what chemicals you’re being exposed to</li>\r\n 	<li>sweatproof for active lifestyles of dancers, actors, runners so that you never have to worry about streaky coverage or looking less than your best</li>\r\n 	<li>is easy to apply with makeup brushes you probably already own</li>\r\n 	<li>is easy to remove with soap and water, so that you don’t damage your delicate skin</li>\r\n</ul>','MOVE MAKEUP','','publish','closed','closed','','move-makeup','','','2021-02-17 15:57:48','2021-02-17 15:57:48','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1275',0,'at_biz_dir','',0),(1276,2,'2021-02-17 15:36:29','2021-02-17 15:36:29','','','','inherit','open','closed','','move-makeup-logo-1500-png','','','2021-02-17 15:36:40','2021-02-17 15:36:40','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Move-Makeup-Logo-1500-PNG.png',0,'attachment','image/png',0),(1277,2,'2021-02-17 15:51:12','2021-02-17 15:51:12','','','','inherit','open','closed','','movem','','','2021-02-17 15:51:26','2021-02-17 15:51:26','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/MoveM.jpg',0,'attachment','image/jpeg',0),(1278,2,'2021-02-17 16:03:32','2021-02-17 16:03:32','Sweets In a Jar, LLC was started because founder Kolby McNeal realized that students on his college campus needed homemade desserts that they could take anywhere.  From that Sweets In a Jar was born.\r\n\r\n<span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">Each of our flavors are culinary creations from the mind of our founder, Kolby McNeal.  Sweets in a Jar are a perfect marriage of homemade flavors with a hip hop flair.  New flavors are added often, so check our site for updates.  However, we have a lot of staples: </span><span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">Krim &amp; Kreme: Red Velvet Cake, </span><span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">The Real MVP: White Chocolate Cake, The Middle Child</span><span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">: 7-Up Lemon Pound Cake, </span><span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">Thrilla in Vanilla: Vanilla Cake,</span><span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">That Pretty Girl: Strawberry Cake, </span><span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">*Honeybun Kane: Honeybun Cake</span>\r\n\r\n<strong>**We donate $1.00 from every subscription box we sell to HBCUs.</strong>\r\n\r\n<span class=\"x-el x-el-span c1-9p c1-9q c1-b c1-c c1-d c1-e c1-f c1-g x-d-ux\">*<strong>All Proceeds of Honeybun Kane goes to support those who have epilepsy.</strong></span>','Sweets In a Jar, LLC','','publish','closed','closed','','sweets-in-a-jar-llc','','','2021-02-17 16:03:32','2021-02-17 16:03:32','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1278',0,'at_biz_dir','',0),(1279,2,'2021-02-17 16:01:01','2021-02-17 16:01:01','','','','inherit','open','closed','','small-sweets-in-a-jar-logo-1','','','2021-02-17 16:03:23','2021-02-17 16:03:23','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Small-Sweets-in-a-Jar-Logo-1.png',0,'attachment','image/png',0),(1280,2,'2021-02-17 16:13:55','2021-02-17 16:13:55','<div class=\"kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">We guide others on their langauge learning journey in an effort to \"unite communities through language.\"</div>\r\n</div>\r\n<div class=\"o9v6fnle cxmmr5t8 oygrvhab hcukyx3x c1et5uql\">\r\n<div dir=\"auto\">We offer a variety of series which include private lessons, group themed classes, lessons for businesses, teaching at daycares, and more!</div>\r\n</div>','Tasha Teaches Spanish','','publish','closed','closed','','tasha-teaches-spanish','','','2021-02-17 16:13:55','2021-02-17 16:13:55','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1280',0,'at_biz_dir','',0),(1281,2,'2021-02-17 16:11:18','2021-02-17 16:11:18','','','','inherit','open','closed','','tasha-sbl','','','2021-02-17 16:13:17','2021-02-17 16:13:17','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Tasha-SBL.jpg',0,'attachment','image/jpeg',0),(1282,2,'2021-02-17 16:23:38','2021-02-17 16:23:38','The KHARIS Group\'s mission is to strategically leverage opportunities for nonprofit and for-profit leaders to maximize their organizational successes.','The KHARIS Group','','publish','closed','closed','','the-kharis-group','','','2021-02-17 17:07:32','2021-02-17 17:07:32','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1282',0,'at_biz_dir','',0),(1283,2,'2021-02-17 16:21:58','2021-02-17 16:21:58','','','','inherit','open','closed','','kharis-group-logo_final','','','2021-02-17 16:23:31','2021-02-17 16:23:31','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Kharis-Group-Logo_final.png',0,'attachment','image/png',0),(1284,2,'2021-02-17 16:35:30','2021-02-17 16:35:30','<div class=\"elementor-element elementor-element-a5d9437 elementor-widget elementor-widget-heading\" data-id=\"a5d9437\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\r\n<div class=\"elementor-widget-container\">\r\n<h2 class=\"elementor-heading-title elementor-size-default\">ABOUT ECO SOLUTIONS</h2>\r\n</div>\r\n</div>\r\n<div class=\"elementor-element elementor-element-5821842 elementor-widget elementor-widget-text-editor\" data-id=\"5821842\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\r\n<div class=\"elementor-widget-container\">\r\n<div class=\"elementor-text-editor elementor-clearfix\">\r\n\r\n<strong>ECO Solutions </strong>is committed to helping Businesses and Individuals provide clean and healthy environment by using environmentally safe and CDC-approved disinfecting agents and recommended methods.\r\n\r\nIn the unparalleled times of the deadly Coronavirus pandemic that is now mutating, we must enhance our cleaning methods. ECO Solutions specialize in TruElectrostatic Disinfecting and Sanitizing. The use of an Electrostatic Sprayer is recommended by the CDC as the most effective way to kill Viruses and Bacteria. We use the most advanced Electrostatic technology available in the World, the EMist TruElectrostatic Sprayer.\r\n<h2 class=\"elementor-heading-title elementor-size-default\">We offer a comprehensive Disinfecting and Sanitizing solution to provide a front-line defense for infectious diseases and bacteria all customized to your needs</h2>\r\n</div>\r\n</div>\r\n</div>','ECO SOLUTIONS','','publish','closed','closed','','eco-solutions','','','2021-02-17 17:08:21','2021-02-17 17:08:21','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1284',0,'at_biz_dir','',0),(1285,2,'2021-02-17 16:35:12','2021-02-17 16:35:12','','','','inherit','open','closed','','eco-solution-logo_transparent-300x172','','','2021-02-17 16:35:21','2021-02-17 16:35:21','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Eco-Solution-Logo_transparent-300x172-1.png',0,'attachment','image/png',0),(1286,2,'2021-02-17 16:47:54','2021-02-17 16:47:54','Socks of Africa is a premium sock company based in Northwest Arkansas. Our Founder, Gambian-American entrepreneur Maf Sonko, created Socks of Africa with a mission to bring the bold and distinctive colors, architecture and cultural artifacts found throughout the African continent to the world of socks.\r\n\r\nOur socks are made from the finest threads of combed cotton and manufactured with 200-needle count to ensure a flawless, soft touch. Socks of Africa\'s sock subscription service delivers - directly to your doorstep - a fresh new pair of premium quality socks sure to complement your wardrobe for any occasion.','Socks of Africa','','publish','closed','closed','','socks-of-africa','','','2021-02-17 17:00:20','2021-02-17 17:00:20','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1286',0,'at_biz_dir','',0),(1287,2,'2021-02-17 16:47:05','2021-02-17 16:47:05','','','','inherit','open','closed','','socks','','','2021-02-17 16:47:46','2021-02-17 16:47:46','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Socks.jpg',0,'attachment','image/jpeg',0),(1288,2,'2021-02-17 16:59:18','2021-02-17 16:59:18','Shop Black Live is an online marketplace where people can shop quality products at affordable prices from Black owned businesses.\r\n<div><span class=\"s2\"><span class=\"bumpedFont15\">Shop Black Live is more than a marketplace, it is a grassroot movement for economic justice.</span></span></div>\r\n<div><span class=\"s3\"><span class=\"bumpedFont15\">Shop Black</span></span><span class=\"s3\"><span class=\"bumpedFont15\"> </span></span><span class=\"s2\"><span class=\"bumpedFont15\">– </span></span><span class=\"s4\"><span class=\"bumpedFont15\">“Let’s build a more equitable economic system together.”</span></span></div>','Shop Black Live','','publish','closed','closed','','shop-black-live','','','2021-02-17 17:04:58','2021-02-17 17:04:58','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1288',0,'at_biz_dir','',0),(1289,2,'2021-02-17 16:57:57','2021-02-17 16:57:57','','','','inherit','open','closed','','shop_black_live_logo_360x','','','2021-02-17 16:58:11','2021-02-17 16:58:11','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Shop_Black_Live_logo_360x.jpg',0,'attachment','image/jpeg',0),(1290,2,'2021-02-17 17:22:59','2021-02-17 17:22:59','AfroBites Food Truck - Authentic African Food','Afrobites Arkansas','','publish','closed','closed','','afrobites-arkansas','','','2021-02-17 17:22:59','2021-02-17 17:22:59','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1290',0,'at_biz_dir','',0),(1291,2,'2021-02-17 17:21:10','2021-02-17 17:21:10','','','','inherit','open','closed','','afrobites','','','2021-02-17 17:22:00','2021-02-17 17:22:00','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites.jpg',0,'attachment','image/jpeg',0),(1292,2,'2021-02-17 17:33:36','2021-02-17 17:33:36','Elite is an experienced hauling subcontractor operating in Bryant, AR transporting aggregate materials throughout the state of AR &amp; surrounding states.','Elite Trucking LLC','','publish','closed','closed','','elite-trucking-llc','','','2021-02-17 17:33:36','2021-02-17 17:33:36','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1292',0,'at_biz_dir','',0),(1293,2,'2021-02-17 17:32:13','2021-02-17 17:32:13','','','','inherit','open','closed','','elite-2','','','2021-02-17 17:33:02','2021-02-17 17:33:02','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Elite-2.jpg',0,'attachment','image/jpeg',0),(1294,2,'2021-02-17 17:40:06','2021-02-17 17:40:06','Precise Data Consulting, LLC provides certified expertise in research, evaluation and measurement services. We assist organizations in measuring and improving the quality of their programs and program offerings. We specialize in quantitative and qualitative data collection and analysis, and use interpretative reporting to translate results into viable solutions. Our products integrate to yield our clients with the highest quality of professional services in research, evaluation, measurement, and training in education, nonprofit/government and healthcare.','Precise Data Consulting, LLC','','publish','closed','closed','','precise-data-consulting-llc','','','2021-02-17 17:45:29','2021-02-17 17:45:29','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1294',0,'at_biz_dir','',0),(1295,2,'2021-02-17 17:39:39','2021-02-17 17:39:39','','','','inherit','open','closed','','pdc-logo-rev031617-e1491361952430','','','2021-02-17 17:39:50','2021-02-17 17:39:50','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/PDC-Logo-rev031617-e1491361952430.png',0,'attachment','image/png',0),(1296,2,'2021-02-17 17:45:01','2021-02-17 17:45:01','','','','inherit','open','closed','','data-analysis-by-precise-data-consulting-274x182-min','','','2021-02-17 17:45:13','2021-02-17 17:45:13','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/data-analysis-by-precise-data-consulting-274x182-min.jpg',0,'attachment','image/jpeg',0),(1298,2,'2021-02-17 19:42:24','2021-02-17 19:42:24','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 19:42:24','2021-02-17 19:42:24','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1299,2,'2021-02-17 19:42:25','2021-02-17 19:42:25','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\">CERTIFIED BLACK-OWNED BUSINESS</h1></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 19:42:25','2021-02-17 19:42:25','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1300,2,'2021-02-17 19:42:28','2021-02-17 19:42:28','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h3 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h3></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 19:42:28','2021-02-17 19:42:28','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1301,2,'2021-02-17 19:45:14','2021-02-17 19:45:14','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h3 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h3></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 19:45:14','2021-02-17 19:45:14','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1302,2,'2021-02-17 19:45:14','2021-02-17 19:45:14','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h3 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h3></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 19:45:14','2021-02-17 19:45:14','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1303,2,'2021-02-17 19:45:15','2021-02-17 19:45:15','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 19:45:15','2021-02-17 19:45:15','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1305,2,'2021-02-17 19:52:20','2021-02-17 19:52:20','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 19:52:20','2021-02-17 19:52:20','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1306,2,'2021-02-17 19:52:20','2021-02-17 19:52:20','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 19:52:20','2021-02-17 19:52:20','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1307,2,'2021-02-17 19:52:21','2021-02-17 19:52:21','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 19:52:21','2021-02-17 19:52:21','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1308,2,'2021-02-17 19:54:26','2021-02-17 19:54:26','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 19:54:26','2021-02-17 19:54:26','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1309,2,'2021-02-17 19:54:26','2021-02-17 19:54:26','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 19:54:26','2021-02-17 19:54:26','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1310,2,'2021-02-17 19:54:26','2021-02-17 19:54:26','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 19:54:26','2021-02-17 19:54:26','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1312,2,'2021-02-17 20:00:05','2021-02-17 20:00:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:00:05','2021-02-17 20:00:05','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1313,2,'2021-02-17 20:00:06','2021-02-17 20:00:06','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n		<p style=\"font-weight: 400;\"><strong>Five criteria:</strong></p><ol><li style=\"font-weight: 400;\"><strong>It is Black-Owned Business</strong></li><li style=\"font-weight: 400;\"><strong>It has been in Business 6 months or more</strong></li><li style=\"font-weight: 400;\"><strong>It has a proven business model</strong></li><li><strong>It is registered with the Secretary of State</strong></li><li style=\"font-weight: 400;\"><strong>It has committed to work with the local technical assistance provider </strong></li></ol><p><strong>Benefits for Black-Owned Businesses include:</strong></p><ol><li><strong>Promote your business: Amplify your business reach through traditional and non-traditional channels</strong></li><li><strong>Capacity Development: Access to capital, mentoring and technical assistance  </strong></li><li><strong>Market Access: Business opportunities with the corporations, state and local entities </strong></li><li><strong>Networking Opportunities</strong></li><li><strong>Advocacy:  Advocate for policies that best serve the interest of Black-Owned Businesses</strong></li></ol>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:00:06','2021-02-17 20:00:06','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1314,2,'2021-02-17 20:00:06','2021-02-17 20:00:06','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:00:06','2021-02-17 20:00:06','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1315,2,'2021-02-17 20:03:02','2021-02-17 20:03:02','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:03:02','2021-02-17 20:03:02','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1316,2,'2021-02-17 20:03:03','2021-02-17 20:03:03','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br> Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:03:03','2021-02-17 20:03:03','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1317,2,'2021-02-17 20:03:05','2021-02-17 20:03:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:03:05','2021-02-17 20:03:05','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1318,2,'2021-02-17 20:08:09','2021-02-17 20:08:09','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:08:09','2021-02-17 20:08:09','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1319,2,'2021-02-17 20:08:09','2021-02-17 20:08:09','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:08:09','2021-02-17 20:08:09','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1320,2,'2021-02-17 20:08:10','2021-02-17 20:08:10','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br>It is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:08:10','2021-02-17 20:08:10','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1321,2,'2021-02-17 20:09:39','2021-02-17 20:09:39','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br>It is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:09:39','2021-02-17 20:09:39','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1322,2,'2021-02-17 20:09:39','2021-02-17 20:09:39','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br>It is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:09:39','2021-02-17 20:09:39','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1323,2,'2021-02-17 20:09:40','2021-02-17 20:09:40','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:09:40','2021-02-17 20:09:40','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1324,2,'2021-02-17 20:10:32','2021-02-17 20:10:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:10:32','2021-02-17 20:10:32','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1325,2,'2021-02-17 20:10:32','2021-02-17 20:10:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:10:32','2021-02-17 20:10:32','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1326,2,'2021-02-17 20:10:33','2021-02-17 20:10:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:10:33','2021-02-17 20:10:33','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1327,2,'2021-02-17 20:13:10','2021-02-17 20:13:10','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:13:10','2021-02-17 20:13:10','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1328,2,'2021-02-17 20:13:10','2021-02-17 20:13:10','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h2 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h2></h2>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:13:10','2021-02-17 20:13:10','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1329,2,'2021-02-17 20:13:11','2021-02-17 20:13:11','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:13:11','2021-02-17 20:13:11','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1330,2,'2021-02-17 20:14:34','2021-02-17 20:14:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:14:34','2021-02-17 20:14:34','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1331,2,'2021-02-17 20:14:34','2021-02-17 20:14:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:14:34','2021-02-17 20:14:34','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1332,2,'2021-02-17 20:14:35','2021-02-17 20:14:35','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:14:35','2021-02-17 20:14:35','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1333,2,'2021-02-17 20:19:02','2021-02-17 20:19:02','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 20:19:02','2021-02-17 20:19:02','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1334,2,'2021-02-17 20:19:02','2021-02-17 20:19:02','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 20:19:02','2021-02-17 20:19:02','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1335,2,'2021-02-17 20:19:02','2021-02-17 20:19:02','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<p style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></p>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\"><b>It is Black-Owned Business</b></li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\"><b>It has been in Business 6 months or more</b></li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\"><b>It has a proven business model</b></li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\"><b>It is registered with the Secretary of State</b></li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\"><b>It has committed to work with the local technical assistance provider </b></li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 20:19:02','2021-02-17 20:19:02','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1336,2,'2021-02-17 20:21:43','2021-02-17 20:21:43','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<p style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></p>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\"><b>It is Black-Owned Business</b></li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\"><b>It has been in Business 6 months or more</b></li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\"><b>It has a proven business model</b></li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\"><b>It is registered with the Secretary of State</b></li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\"><b>It has committed to work with the local technical assistance provider </b></li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 20:21:43','2021-02-17 20:21:43','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1337,2,'2021-02-17 20:21:43','2021-02-17 20:21:43','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<p style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></p>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\"><b>It is Black-Owned Business</b></li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\"><b>It has been in Business 6 months or more</b></li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\"><b>It has a proven business model</b></li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\"><b>It is registered with the Secretary of State</b></li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\"><b>It has committed to work with the local technical assistance provider </b></li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 20:21:43','2021-02-17 20:21:43','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1338,2,'2021-02-17 20:21:44','2021-02-17 20:21:44','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-17 20:21:44','2021-02-17 20:21:44','',864,'https://advancingblackentrepreneurship.com/2021/02/17/864-revision-v1/',0,'revision','',0),(1339,2,'2021-02-17 20:27:27','2021-02-17 20:27:27','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:27:27','2021-02-17 20:27:27','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1340,2,'2021-02-17 20:27:27','2021-02-17 20:27:27','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>SUPPORT CERTIFIED BLACK-OWNED COMPANIES WITH YOUR DOLLARS.</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:27:27','2021-02-17 20:27:27','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1341,2,'2021-02-17 20:27:27','2021-02-17 20:27:27','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:27:27','2021-02-17 20:27:27','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1342,2,'2021-02-17 20:29:55','2021-02-17 20:29:55','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:29:55','2021-02-17 20:29:55','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1343,2,'2021-02-17 20:29:55','2021-02-17 20:29:55','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses to help address systemic racism and build a more equitable entrepreneurial ecosystem.\n</h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:29:55','2021-02-17 20:29:55','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1344,2,'2021-02-17 20:29:56','2021-02-17 20:29:56','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:29:56','2021-02-17 20:29:56','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1345,2,'2021-02-17 20:31:48','2021-02-17 20:31:48','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:31:48','2021-02-17 20:31:48','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1346,2,'2021-02-17 20:31:48','2021-02-17 20:31:48','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:31:48','2021-02-17 20:31:48','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1347,2,'2021-02-17 20:31:48','2021-02-17 20:31:48','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:31:48','2021-02-17 20:31:48','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1348,2,'2021-02-17 20:33:27','2021-02-17 20:33:27','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:33:27','2021-02-17 20:33:27','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1349,2,'2021-02-17 20:33:27','2021-02-17 20:33:27','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:33:27','2021-02-17 20:33:27','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1350,2,'2021-02-17 20:33:28','2021-02-17 20:33:28','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:33:28','2021-02-17 20:33:28','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1351,2,'2021-02-17 20:35:03','2021-02-17 20:35:03','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:35:03','2021-02-17 20:35:03','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1352,2,'2021-02-17 20:35:03','2021-02-17 20:35:03','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:35:03','2021-02-17 20:35:03','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1353,2,'2021-02-17 20:35:04','2021-02-17 20:35:04','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:35:04','2021-02-17 20:35:04','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1354,2,'2021-02-17 20:36:37','2021-02-17 20:36:37','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:36:37','2021-02-17 20:36:37','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1355,2,'2021-02-17 20:36:37','2021-02-17 20:36:37','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:36:37','2021-02-17 20:36:37','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1356,2,'2021-02-17 20:36:38','2021-02-17 20:36:38','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:36:38','2021-02-17 20:36:38','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1357,2,'2021-02-17 20:36:55','2021-02-17 20:36:55','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:36:55','2021-02-17 20:36:55','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1358,2,'2021-02-17 20:36:55','2021-02-17 20:36:55','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:36:55','2021-02-17 20:36:55','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1359,2,'2021-02-17 20:36:55','2021-02-17 20:36:55','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:36:55','2021-02-17 20:36:55','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1360,2,'2021-02-17 20:39:46','2021-02-17 20:39:46','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:39:46','2021-02-17 20:39:46','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1361,2,'2021-02-17 20:39:46','2021-02-17 20:39:46','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Certified Black-Owned Business <br>An initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</h2>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:39:46','2021-02-17 20:39:46','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1362,2,'2021-02-17 20:39:47','2021-02-17 20:39:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:39:47','2021-02-17 20:39:47','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1363,2,'2021-02-17 20:42:37','2021-02-17 20:42:37','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:42:37','2021-02-17 20:42:37','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1364,2,'2021-02-17 20:42:37','2021-02-17 20:42:37','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:42:37','2021-02-17 20:42:37','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1365,2,'2021-02-17 20:42:38','2021-02-17 20:42:38','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:42:38','2021-02-17 20:42:38','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1366,2,'2021-02-17 20:46:03','2021-02-17 20:46:03','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:46:03','2021-02-17 20:46:03','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1367,2,'2021-02-17 20:46:03','2021-02-17 20:46:03','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h1>Discover Arkansas\'s Black-Owned Businesses</h1>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:46:03','2021-02-17 20:46:03','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1368,2,'2021-02-17 20:46:03','2021-02-17 20:46:03','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h5>Discover Arkansas\'s Black-Owned Businesses</h5>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:46:03','2021-02-17 20:46:03','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1369,2,'2021-02-17 20:46:33','2021-02-17 20:46:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h5>Discover Arkansas\'s Black-Owned Businesses</h5>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:46:33','2021-02-17 20:46:33','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1370,2,'2021-02-17 20:46:33','2021-02-17 20:46:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h5>Discover Arkansas\'s Black-Owned Businesses</h5>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:46:33','2021-02-17 20:46:33','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1371,2,'2021-02-17 20:46:34','2021-02-17 20:46:34','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:46:34','2021-02-17 20:46:34','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1372,2,'2021-02-17 20:48:33','2021-02-17 20:48:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:48:33','2021-02-17 20:48:33','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1373,2,'2021-02-17 20:48:33','2021-02-17 20:48:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:48:33','2021-02-17 20:48:33','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1374,2,'2021-02-17 20:48:33','2021-02-17 20:48:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:48:33','2021-02-17 20:48:33','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1375,2,'2021-02-17 20:50:47','2021-02-17 20:50:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:50:47','2021-02-17 20:50:47','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1376,2,'2021-02-17 20:50:48','2021-02-17 20:50:48','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:50:48','2021-02-17 20:50:48','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1377,2,'2021-02-17 20:50:49','2021-02-17 20:50:49','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 20:50:49','2021-02-17 20:50:49','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1378,2,'2021-02-17 21:10:01','2021-02-17 21:10:01','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 21:10:01','2021-02-17 21:10:01','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1379,2,'2021-02-17 21:10:02','2021-02-17 21:10:02','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 21:10:02','2021-02-17 21:10:02','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1380,2,'2021-02-17 21:10:03','2021-02-17 21:10:03','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 21:10:03','2021-02-17 21:10:03','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1381,2,'2021-02-17 22:45:50','2021-02-17 22:45:50','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 22:45:50','2021-02-17 22:45:50','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1382,2,'2021-02-17 22:45:50','2021-02-17 22:45:50','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 22:45:50','2021-02-17 22:45:50','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1383,2,'2021-02-17 22:45:51','2021-02-17 22:45:51','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 22:45:51','2021-02-17 22:45:51','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1385,2,'2021-02-17 23:01:48','2021-02-17 23:01:48','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 23:01:48','2021-02-17 23:01:48','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1386,2,'2021-02-17 23:01:48','2021-02-17 23:01:48','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 23:01:48','2021-02-17 23:01:48','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1387,2,'2021-02-17 23:01:49','2021-02-17 23:01:49','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 23:01:49','2021-02-17 23:01:49','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1388,2,'2021-02-17 23:03:29','2021-02-17 23:03:29','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 23:03:29','2021-02-17 23:03:29','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1389,2,'2021-02-17 23:03:29','2021-02-17 23:03:29','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 23:03:29','2021-02-17 23:03:29','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1390,2,'2021-02-17 23:03:29','2021-02-17 23:03:29','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-17 23:03:29','2021-02-17 23:03:29','',5,'https://advancingblackentrepreneurship.com/2021/02/17/5-revision-v1/',0,'revision','',0),(1391,2,'2021-02-17 23:18:30','2021-02-17 23:18:30','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 23:18:30','2021-02-17 23:18:30','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1392,2,'2021-02-17 23:18:30','2021-02-17 23:18:30','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 23:18:30','2021-02-17 23:18:30','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1393,2,'2021-02-17 23:18:30','2021-02-17 23:18:30','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 23:18:30','2021-02-17 23:18:30','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1395,2,'2021-02-17 23:24:06','2021-02-17 23:24:06','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 23:24:06','2021-02-17 23:24:06','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1396,2,'2021-02-17 23:24:06','2021-02-17 23:24:06','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 23:24:06','2021-02-17 23:24:06','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1397,2,'2021-02-17 23:24:07','2021-02-17 23:24:07','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 23:24:07','2021-02-17 23:24:07','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1399,2,'2021-02-17 23:30:23','2021-02-17 23:30:23','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 23:30:23','2021-02-17 23:30:23','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1400,2,'2021-02-17 23:30:23','2021-02-17 23:30:23','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 23:30:23','2021-02-17 23:30:23','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1401,2,'2021-02-17 23:30:24','2021-02-17 23:30:24','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 23:30:24','2021-02-17 23:30:24','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1402,2,'2021-02-17 23:31:16','2021-02-17 23:31:16','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 23:31:16','2021-02-17 23:31:16','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1403,2,'2021-02-17 23:31:16','2021-02-17 23:31:16','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 23:31:16','2021-02-17 23:31:16','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1404,2,'2021-02-17 23:31:16','2021-02-17 23:31:16','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-17 23:31:16','2021-02-17 23:31:16','',558,'https://advancingblackentrepreneurship.com/2021/02/17/558-revision-v1/',0,'revision','',0),(1405,2,'2021-02-18 00:49:36','2021-02-18 00:49:36','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-18 00:49:36','2021-02-18 00:49:36','',5,'https://advancingblackentrepreneurship.com/2021/02/18/5-revision-v1/',0,'revision','',0),(1406,2,'2021-02-18 00:49:36','2021-02-18 00:49:36','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. have created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email <a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-18 00:49:36','2021-02-18 00:49:36','',5,'https://advancingblackentrepreneurship.com/2021/02/18/5-revision-v1/',0,'revision','',0),(1407,2,'2021-02-18 00:49:36','2021-02-18 00:49:36','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please email&nbsp;<a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-18 00:49:36','2021-02-18 00:49:36','',5,'https://advancingblackentrepreneurship.com/2021/02/18/5-revision-v1/',0,'revision','',0),(1408,2,'2021-02-18 01:02:05','2021-02-18 01:02:05','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-18 01:02:05','2021-02-18 01:02:05','',864,'https://advancingblackentrepreneurship.com/2021/02/18/864-revision-v1/',0,'revision','',0),(1409,2,'2021-02-18 01:02:05','2021-02-18 01:02:05','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-18 01:02:05','2021-02-18 01:02:05','',864,'https://advancingblackentrepreneurship.com/2021/02/18/864-revision-v1/',0,'revision','',0),(1410,2,'2021-02-18 01:02:05','2021-02-18 01:02:05','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-18 01:02:05','2021-02-18 01:02:05','',864,'https://advancingblackentrepreneurship.com/2021/02/18/864-revision-v1/',0,'revision','',0),(1411,2,'2021-02-18 01:05:47','2021-02-18 01:05:47','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-18 01:05:47','2021-02-18 01:05:47','',864,'https://advancingblackentrepreneurship.com/2021/02/18/864-revision-v1/',0,'revision','',0),(1412,2,'2021-02-18 01:05:47','2021-02-18 01:05:47','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-18 01:05:47','2021-02-18 01:05:47','',864,'https://advancingblackentrepreneurship.com/2021/02/18/864-revision-v1/',0,'revision','',0),(1413,2,'2021-02-18 01:05:47','2021-02-18 01:05:47','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-18 01:05:47','2021-02-18 01:05:47','',864,'https://advancingblackentrepreneurship.com/2021/02/18/864-revision-v1/',0,'revision','',0),(1414,2,'2021-02-18 01:08:25','2021-02-18 01:08:25','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-18 01:08:25','2021-02-18 01:08:25','',864,'https://advancingblackentrepreneurship.com/2021/02/18/864-revision-v1/',0,'revision','',0),(1415,2,'2021-02-18 01:08:25','2021-02-18 01:08:25','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND&nbsp;</strong><strong>&nbsp;</strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-18 01:08:25','2021-02-18 01:08:25','',864,'https://advancingblackentrepreneurship.com/2021/02/18/864-revision-v1/',0,'revision','',0),(1416,2,'2021-02-18 01:08:25','2021-02-18 01:08:25','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-18 01:08:25','2021-02-18 01:08:25','',864,'https://advancingblackentrepreneurship.com/2021/02/18/864-revision-v1/',0,'revision','',0),(1417,2,'2021-02-18 01:09:25','2021-02-18 01:09:25','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-18 01:09:25','2021-02-18 01:09:25','',864,'https://advancingblackentrepreneurship.com/2021/02/18/864-revision-v1/',0,'revision','',0),(1418,2,'2021-02-18 01:09:25','2021-02-18 01:09:25','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-18 01:09:25','2021-02-18 01:09:25','',864,'https://advancingblackentrepreneurship.com/2021/02/18/864-revision-v1/',0,'revision','',0),(1419,2,'2021-02-18 01:09:25','2021-02-18 01:09:25','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-02-18 01:09:25','2021-02-18 01:09:25','',864,'https://advancingblackentrepreneurship.com/2021/02/18/864-revision-v1/',0,'revision','',0),(1420,2,'2021-02-18 01:12:30','2021-02-18 01:12:30','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:12:30','2021-02-18 01:12:30','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1421,2,'2021-02-18 01:12:30','2021-02-18 01:12:30','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:12:30','2021-02-18 01:12:30','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1422,2,'2021-02-18 01:12:30','2021-02-18 01:12:30','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:12:30','2021-02-18 01:12:30','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1423,2,'2021-02-18 01:18:32','2021-02-18 01:18:32','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:18:32','2021-02-18 01:18:32','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1424,2,'2021-02-18 01:18:32','2021-02-18 01:18:32','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:18:32','2021-02-18 01:18:32','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1425,2,'2021-02-18 01:18:33','2021-02-18 01:18:33','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:18:33','2021-02-18 01:18:33','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1426,2,'2021-02-18 01:21:38','2021-02-18 01:21:38','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:21:38','2021-02-18 01:21:38','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1427,2,'2021-02-18 01:21:38','2021-02-18 01:21:38','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:21:38','2021-02-18 01:21:38','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1428,2,'2021-02-18 01:21:38','2021-02-18 01:21:38','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:21:38','2021-02-18 01:21:38','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1429,2,'2021-02-18 01:24:26','2021-02-18 01:24:26','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:24:26','2021-02-18 01:24:26','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1430,2,'2021-02-18 01:24:26','2021-02-18 01:24:26','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:24:26','2021-02-18 01:24:26','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1431,2,'2021-02-18 01:24:26','2021-02-18 01:24:26','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:24:26','2021-02-18 01:24:26','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1432,2,'2021-02-18 01:26:20','2021-02-18 01:26:20','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:26:20','2021-02-18 01:26:20','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1433,2,'2021-02-18 01:26:20','2021-02-18 01:26:20','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:26:20','2021-02-18 01:26:20','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1434,2,'2021-02-18 01:26:20','2021-02-18 01:26:20','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:26:20','2021-02-18 01:26:20','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1435,2,'2021-02-18 01:29:13','2021-02-18 01:29:13','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:29:13','2021-02-18 01:29:13','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1436,2,'2021-02-18 01:29:13','2021-02-18 01:29:13','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:29:13','2021-02-18 01:29:13','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1437,2,'2021-02-18 01:29:14','2021-02-18 01:29:14','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:29:14','2021-02-18 01:29:14','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1438,2,'2021-02-18 01:30:13','2021-02-18 01:30:13','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:30:13','2021-02-18 01:30:13','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1439,2,'2021-02-18 01:30:13','2021-02-18 01:30:13','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:30:13','2021-02-18 01:30:13','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1440,2,'2021-02-18 01:30:13','2021-02-18 01:30:13','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:30:13','2021-02-18 01:30:13','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1441,2,'2021-02-18 01:31:26','2021-02-18 01:31:26','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:31:26','2021-02-18 01:31:26','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1442,2,'2021-02-18 01:31:26','2021-02-18 01:31:26','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:31:26','2021-02-18 01:31:26','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1443,2,'2021-02-18 01:31:26','2021-02-18 01:31:26','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:31:26','2021-02-18 01:31:26','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1444,2,'2021-02-18 01:32:20','2021-02-18 01:32:20','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:32:20','2021-02-18 01:32:20','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1445,2,'2021-02-18 01:32:20','2021-02-18 01:32:20','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h5><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h5><h5><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h5><h5><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h5><h5>-Benito Lubazibwa</h5>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:32:20','2021-02-18 01:32:20','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1446,2,'2021-02-18 01:32:20','2021-02-18 01:32:20','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h3><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h3><h3><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h3><h3><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h3><h3>-Benito Lubazibwa</h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-02-18 01:32:20','2021-02-18 01:32:20','',558,'https://advancingblackentrepreneurship.com/2021/02/18/558-revision-v1/',0,'revision','',0),(1447,2,'2021-02-18 05:10:55','2021-02-18 05:10:55','<strong>Cinnalightful is a Little Rock based Wholesale and Online Boutique Bakery.\r\nWe are all about Fresh Baked Gourmet Pastries &amp; Desserts on a daily basis.</strong>\r\n\r\n<strong>Our specialties are our Gourmet Cinnamon rolls (hand shaped and filled with dark brown sugar, cinnamon and butter) and our Gourmet Cheesecakes available in different &amp; unique flavors.</strong>\r\n\r\n<strong>We also cater to Pharmaceutical Representatives. Your clinics will fall in love with our Sweet British Scones, Cheese filled handshaped crescent rolls and Gourmet Mini Cinnamon Rolls.\r\nOur gourmet mini rolls are perfect for meetings, promotions, weddings, parties and all other special events. Or....as a self treat!</strong>','Cinnalightfu','','publish','closed','closed','','cinnalightfu','','','2021-02-18 05:10:55','2021-02-18 05:10:55','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1447',0,'at_biz_dir','',0),(1448,2,'2021-02-18 05:09:37','2021-02-18 05:09:37','','','','inherit','open','closed','','cinnalightful','','','2021-02-18 05:09:52','2021-02-18 05:09:52','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Cinnalightful.jpg',0,'attachment','image/jpeg',0),(1449,2,'2021-02-18 05:20:37','2021-02-18 05:20:37','K Hall &amp; Sons Produce located in Little Rock, AR is a private company that sells Wholesale Fruits and Vegetables. It was founded by Knoxie Hall in 1976, and has been owned/operated by his youngest son David Hall Sr. since the \'90\'s.','K Hall & Sons Produce','','publish','closed','closed','','1449','','','2021-02-18 05:27:29','2021-02-18 05:27:29','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1449',0,'at_biz_dir','',0),(1450,2,'2021-02-18 05:19:30','2021-02-18 05:19:30','','','','inherit','open','closed','','k-hall','','','2021-02-18 05:20:16','2021-02-18 05:20:16','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/K-Hall.jpg',0,'attachment','image/jpeg',0),(1451,2,'2021-02-18 05:26:15','2021-02-18 05:26:15','','','','inherit','open','closed','','khalll-7','','','2021-02-18 05:27:06','2021-02-18 05:27:06','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/khalll-7.jpg',0,'attachment','image/jpeg',0),(1452,2,'2021-02-18 05:38:35','2021-02-18 05:38:35','<em>The original Sims Bar-B-Que was started in 1937. Allen and Amelia Sims opened up a restaurant and served bar-b-que with what became known as the world famous Sims Bar-B-Que Sauce. A special blend of herbs spices and a few other things we like to keep secret.\r\nRon Settlers took over the restaurant and incorporated the business, after working at the 33rd street location for a number of years, Mr. Settlers expanded the business into several locations. Percy Walker, Secretary of Sims Ventures is also a location owner and holds interest in the corporation. Sims Bar-B-Que Sims Ventures owns restaurants that are located at key locations in central Arkansas. Sims Bar-B-Que has developed unique style and trademark techniques for the operation and sale of bar-b-que. Our stores consist of a traditional sit down restaurant and coming soon we plan to have a new line of carry-out only express restaurants.</em>','Sims Bar-B-Que','','publish','closed','closed','','sims-bar-b-que','','','2021-02-18 05:38:35','2021-02-18 05:38:35','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1452',0,'at_biz_dir','',0),(1453,2,'2021-02-18 05:36:31','2021-02-18 05:36:31','','','','inherit','open','closed','','sims-style1','','','2021-02-18 05:37:36','2021-02-18 05:37:36','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Sims-Style1.png',0,'attachment','image/png',0),(1454,2,'2021-02-18 05:48:09','2021-02-18 05:48:09','<p class=\"font_8\">Founded in June 1988 by Archie and Garbo Hearne, Hearne Fine Art strives to carry out a mission rooted in education. We recognize and promote the power of African-American art in the quest to generate and sustain generational wealth.The growth of our business has been shaped by the needs and desires of our community and we hope to remain an ever evolving work in progress.</p>\r\n<p class=\"font_8\"></p>\r\n<p class=\"font_8\">Hearne Fine Art has grown and evolved into a dynamic conduit for the preservation and promotion of African-American fine art. From humble beginnings, this gallery has overcome market stagnation and numerous adversities to solidify itself as a pillar within its artistic community and the art world at large.</p>','Hearne Fine Art','','publish','closed','closed','','hearne-fine-art','','','2021-02-18 05:48:09','2021-02-18 05:48:09','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1454',0,'at_biz_dir','',0),(1455,2,'2021-02-18 05:47:03','2021-02-18 05:47:03','','','','inherit','open','closed','','hf','','','2021-02-18 05:47:20','2021-02-18 05:47:20','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/HF.jpg',0,'attachment','image/jpeg',0),(1456,2,'2021-02-18 06:03:30','2021-02-18 06:03:30','<div class=\"dslc-modules-area dslc-col dslc-12-col dslc-last-col dslc-valign- \" data-size=\"12\" data-valign=\"\">\r\n<div id=\"dslc-module-30722858655\" class=\"dslc-module-front dslc-module-DSLC_Image dslc-in-viewport-check dslc-in-viewport-anim-dslcSlideUpFadeIn dslc-col dslc-12-col dslc-last-col dslc-module-handle-like-regular dslc-in-viewport\" data-module-id=\"30722858655\" data-module=\"DSLC_Image\" data-dslc-module-size=\"12\" data-dslc-anim=\"dslcSlideUpFadeIn\" data-dslc-anim-delay=\"\" data-dslc-anim-duration=\"850\" data-dslc-anim-easing=\"linear\" data-dslc-preset=\"none\">\r\n<div class=\"dslc-image-container\">\r\n<div class=\"dslc-image\"><img title=\"\" src=\"http://adifferentstrokeofart.com/wp-content/uploads/2018/08/top-words-1225x239.png\" sizes=\"(max-width: 1024px) 100vw, 1024px\" srcset=\"http://adifferentstrokeofart.com/wp-content/uploads/2018/08/top-words.png 1024w, http://adifferentstrokeofart.com/wp-content/uploads/2018/08/top-words-300x59.png 300w, http://adifferentstrokeofart.com/wp-content/uploads/2018/08/top-words-768x150.png 768w\" alt=\"\" /><strong>A Different Stroke of Art </strong>offers inspiring, relaxing, and entertaining art classes for everyone! Receive one-on-one instruction in our small art classes by our expert artist Lorria Grant-Eubanks and allow us to grow your creative abilities. Our art classes teach you a unique balance of artistic technique, while providing the freedom of your authentic expression.</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"dslc-modules-area dslc-col dslc-12-col dslc-last-col dslc-valign- \" data-size=\"12\" data-valign=\"\">\r\n<div id=\"dslc-module-f07e0f00b10\" class=\"dslc-module-front dslc-module-DSLC_Text_Simple dslc-in-viewport-check dslc-in-viewport-anim-none dslc-col dslc-12-col dslc-last-col dslc-module-handle-like-regular dslc-in-viewport\" data-module-id=\"f07e0f00b10\" data-module=\"DSLC_Text_Simple\" data-dslc-module-size=\"12\" data-dslc-anim=\"none\" data-dslc-anim-delay=\"\" data-dslc-anim-duration=\"650\" data-dslc-anim-easing=\"ease\" data-dslc-preset=\"none\">\r\n<div class=\"dslc-text-module-content\">\r\n\r\nWe offer classes for everyone, including: Beginner\'s Painting Art Classes, Children and Teen Art Classes, Social Painting Art Classes, Private Art Lessons, Art Birthday parties, Private Art Events and Parties.\r\n\r\nBook your session today and explore your inner creativity! <strong>Come Relax, Unwind and Enjoy with A Different Stroke of Art.</strong>\r\n\r\n</div>\r\n</div>\r\n</div>','A Different Stroke of Art','','publish','closed','closed','','a-different-stroke-of-art','','','2021-02-18 06:04:44','2021-02-18 06:04:44','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1456',0,'at_biz_dir','',0),(1457,2,'2021-02-18 06:01:59','2021-02-18 06:01:59','','','','inherit','open','closed','','welcome-1','','','2021-02-18 06:02:46','2021-02-18 06:02:46','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/welcome-1.jpg',0,'attachment','image/jpeg',0),(1458,2,'2021-02-18 06:18:36','2021-02-18 06:18:36','The publishing company is an extension of the first book and the others that followed.  C&amp;V 4 Seasons Publishing represents my beautiful daughter’s names, Christina and Victoria; 4 seasons reflect memories during the 4 seasons of each year.  C&amp;V 4 Seasons Publishing was inspired by a wonderful childhood filled with many happy memories made possible by my mother.  I too wish to do the same for my children.  As far as writing goes, two things inspire me to write.  The first is the thought that one day a child will pick up one of my children’s books, read it, and smile.  I may no longer be on Earth, but with my heavenly Father, and I will smile with the child.  And the second is the thought knowing that I left my imprint in history for someone to find joy as they read my stories.\r\n\r\nC&amp;V 4 Seasons Publis','C&V 4 Seasons Publishing','','publish','closed','closed','','cv-4-seasons-publishing','','','2021-02-18 06:18:36','2021-02-18 06:18:36','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1458',0,'at_biz_dir','',0),(1459,2,'2021-02-18 06:17:33','2021-02-18 06:17:33','','','','inherit','open','closed','','cv-logo','','','2021-02-18 06:18:16','2021-02-18 06:18:16','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/CV-LOgo.png',0,'attachment','image/png',0),(1460,1,'2021-02-18 16:30:12','2021-02-18 16:30:12','','Business Directory','','publish','closed','closed','','business-directory','','','2021-02-18 16:30:12','2021-02-18 16:30:12','',0,'https://advancingblackentrepreneurship.com/?p=1460',3,'nav_menu_item','',0),(1462,1,'2021-02-18 16:36:37','2021-02-18 16:36:37','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please email&nbsp;<a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-18 16:36:37','2021-02-18 16:36:37','',5,'https://advancingblackentrepreneurship.com/2021/02/18/5-revision-v1/',0,'revision','',0),(1463,1,'2021-02-18 16:36:37','2021-02-18 16:36:37','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please email&nbsp;<a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-18 16:36:37','2021-02-18 16:36:37','',5,'https://advancingblackentrepreneurship.com/2021/02/18/5-revision-v1/',0,'revision','',0),(1464,1,'2021-02-18 16:36:38','2021-02-18 16:36:38','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please email&nbsp;<a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-18 16:36:38','2021-02-18 16:36:38','',5,'https://advancingblackentrepreneurship.com/2021/02/18/5-revision-v1/',0,'revision','',0),(1465,2,'2021-02-18 18:44:50','2021-02-18 18:44:50','Located in North Little Rock, Arkansas. Maumelle Event Center offers 6000 sqft. of space that can be transformed into an unforgettable venue for a wide array of events. Whether welcoming conferences, trade shows, galas, fashion events or receptions, Maumelle Event Center is an ideal location for a variety of events.','Maumelle Event Center','','publish','closed','closed','','maumelle-event-center','','','2021-02-18 18:44:50','2021-02-18 18:44:50','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1465',0,'at_biz_dir','',0),(1466,2,'2021-02-18 18:43:11','2021-02-18 18:43:11','','','','inherit','open','closed','','maumelle','','','2021-02-18 18:44:09','2021-02-18 18:44:09','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Maumelle.jpg',0,'attachment','image/jpeg',0),(1467,2,'2021-02-18 19:01:19','2021-02-18 19:01:19','Quality Video Services is a production company catering to the clients who may not have an unlimited budget, yet still desires a professional finished product.','Quality Video Services','','publish','closed','closed','','quality-video-services-2','','','2021-02-18 19:01:19','2021-02-18 19:01:19','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1467',0,'at_biz_dir','',0),(1468,2,'2021-02-18 18:51:28','2021-02-18 18:51:28','','','','inherit','open','closed','','quality-video-2','','','2021-02-18 18:52:11','2021-02-18 18:52:11','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Quality-Video.jpg',0,'attachment','image/jpeg',0),(1469,2,'2021-02-18 19:47:56','2021-02-18 19:47:56','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please email&nbsp;<a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-18 19:47:56','2021-02-18 19:47:56','',5,'https://advancingblackentrepreneurship.com/2021/02/18/5-revision-v1/',0,'revision','',0),(1470,2,'2021-02-18 19:47:56','2021-02-18 19:47:56','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604,&nbsp;Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please email&nbsp;<a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-18 19:47:56','2021-02-18 19:47:56','',5,'https://advancingblackentrepreneurship.com/2021/02/18/5-revision-v1/',0,'revision','',0),(1471,2,'2021-02-18 19:47:56','2021-02-18 19:47:56','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please email&nbsp;<a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-18 19:47:56','2021-02-18 19:47:56','',5,'https://advancingblackentrepreneurship.com/2021/02/18/5-revision-v1/',0,'revision','',0),(1472,2,'2021-02-18 19:50:47','2021-02-18 19:50:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please email&nbsp;<a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-18 19:50:47','2021-02-18 19:50:47','',5,'https://advancingblackentrepreneurship.com/2021/02/18/5-revision-v1/',0,'revision','',0),(1473,2,'2021-02-18 19:50:47','2021-02-18 19:50:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please email&nbsp;<a style=\"color: #ffcc00;\" href=\"mailto:blackentrepreneurshipfund@gmail.com\">blackentrepreneurshipfund@gmail.com</a></h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-18 19:50:47','2021-02-18 19:50:47','',5,'https://advancingblackentrepreneurship.com/2021/02/18/5-revision-v1/',0,'revision','',0),(1474,2,'2021-02-18 19:50:47','2021-02-18 19:50:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email  advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-18 19:50:47','2021-02-18 19:50:47','',5,'https://advancingblackentrepreneurship.com/2021/02/18/5-revision-v1/',0,'revision','',0),(1476,2,'2021-02-18 19:58:06','2021-02-18 19:58:06','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email  advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-18 19:58:06','2021-02-18 19:58:06','',5,'https://advancingblackentrepreneurship.com/2021/02/18/5-revision-v1/',0,'revision','',0),(1477,2,'2021-02-18 19:58:06','2021-02-18 19:58:06','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL YOUR DONATION TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please email  advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-18 19:58:06','2021-02-18 19:58:06','',5,'https://advancingblackentrepreneurship.com/2021/02/18/5-revision-v1/',0,'revision','',0),(1478,2,'2021-02-18 19:58:07','2021-02-18 19:58:07','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-02-18 19:58:07','2021-02-18 19:58:07','',5,'https://advancingblackentrepreneurship.com/2021/02/18/5-revision-v1/',0,'revision','',0),(1479,2,'2021-02-19 17:33:03','2021-02-19 17:33:03','','','','inherit','open','closed','','advancing-black-entrepreneurship_logo-1','','','2021-02-19 17:35:13','2021-02-19 17:35:13','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Advancing-Black-Entrepreneurship_logo-1.png',0,'attachment','image/png',0),(1480,2,'2021-02-19 17:35:45','2021-02-19 17:35:45','https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/cropped-Advancing-Black-Entrepreneurship_logo-1-e1613756004290.png','cropped-Advancing-Black-Entrepreneurship_logo-1-e1613756004290.png','','inherit','open','closed','','cropped-advancing-black-entrepreneurship_logo-1-e1613756004290-png','','','2021-02-19 17:35:45','2021-02-19 17:35:45','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/cropped-Advancing-Black-Entrepreneurship_logo-1-e1613756004290.png',0,'attachment','image/png',0),(1482,1,'2021-02-20 06:44:44','2021-02-20 06:44:44','','Advancing Black Entrepreneurship_logo','','inherit','open','closed','','advancing-black-entrepreneurship_logo-2','','','2021-02-20 06:44:44','2021-02-20 06:44:44','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Advancing-Black-Entrepreneurship_logo.png',0,'attachment','image/png',0),(1484,0,'2021-03-01 19:23:42','2021-03-01 19:23:42','','','','publish','closed','closed','','1484','','','2021-03-01 19:23:42','2021-03-01 19:23:42','',0,'https://advancingblackentrepreneurship.com/nf_sub/1484/',0,'nf_sub','',0),(1485,0,'2021-03-01 19:24:29','2021-03-01 19:24:29','','','','publish','closed','closed','','1485','','','2021-03-01 19:24:29','2021-03-01 19:24:29','',0,'https://advancingblackentrepreneurship.com/nf_sub/1485/',0,'nf_sub','',0),(1488,2,'2021-03-03 13:48:40','2021-03-03 13:48:40','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h3><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h3><h3><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h3><h3><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h3><h3>-Benito Lubazibwa</h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-03 13:48:40','2021-03-03 13:48:40','',558,'https://advancingblackentrepreneurship.com/2021/03/03/558-revision-v1/',0,'revision','',0),(1489,2,'2021-03-03 13:48:40','2021-03-03 13:48:40','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses in Arkansas</strong></h3><h3><b>2. Support Black-owned busin</b>e<b>sses</b> <b>with grants, technical assistance and connections.</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h3><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h3><h3><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h3><h3><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h3><h3>-Benito Lubazibwa</h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-03 13:48:40','2021-03-03 13:48:40','',558,'https://advancingblackentrepreneurship.com/2021/03/03/558-revision-v1/',0,'revision','',0),(1490,2,'2021-03-03 13:48:41','2021-03-03 13:48:41','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h3><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h3><h3><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h3><h3><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h3><h3>-Benito Lubazibwa</h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-03 13:48:41','2021-03-03 13:48:41','',558,'https://advancingblackentrepreneurship.com/2021/03/03/558-revision-v1/',0,'revision','',0),(1492,2,'2021-03-13 00:22:39','2021-03-13 00:22:39','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-03-13 00:22:39','2021-03-13 00:22:39','',864,'https://advancingblackentrepreneurship.com/2021/03/13/864-revision-v1/',0,'revision','',0),(1493,2,'2021-03-13 00:22:39','2021-03-13 00:22:39','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-03-13 00:22:39','2021-03-13 00:22:39','',864,'https://advancingblackentrepreneurship.com/2021/03/13/864-revision-v1/',0,'revision','',0),(1494,2,'2021-03-13 00:22:40','2021-03-13 00:22:40','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-03-13 00:22:40','2021-03-13 00:22:40','',864,'https://advancingblackentrepreneurship.com/2021/03/13/864-revision-v1/',0,'revision','',0),(1495,2,'2021-03-16 02:25:25','2021-03-16 02:25:25','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h3><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h3><h3><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h3><h3><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h3><h3>-Benito Lubazibwa</h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 02:25:25','2021-03-16 02:25:25','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1496,2,'2021-03-16 02:25:25','2021-03-16 02:25:25','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><h3><i>\"Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></h3><h3><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></h3><h3><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses\" </i></h3><h3>-Benito Lubazibwa</h3>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 02:25:25','2021-03-16 02:25:25','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1497,2,'2021-03-16 02:25:25','2021-03-16 02:25:25','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p>Our strategic intent is to:</p><ol><li style=\"text-align: left;\">Increase the number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments</li><li style=\"text-align: left;\">Increase access to capital and markets</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 02:25:25','2021-03-16 02:25:25','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1498,2,'2021-03-16 02:27:20','2021-03-16 02:27:20','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p>Our strategic intent is to:</p><ol><li style=\"text-align: left;\">Increase the number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments</li><li style=\"text-align: left;\">Increase access to capital and markets</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 02:27:20','2021-03-16 02:27:20','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1499,2,'2021-03-16 02:27:20','2021-03-16 02:27:20','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p>Our strategic intent is to:</p><ol><li style=\"text-align: left;\">Increase the number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments</li><li style=\"text-align: left;\">Increase access to capital and markets</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 02:27:20','2021-03-16 02:27:20','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1500,2,'2021-03-16 02:27:21','2021-03-16 02:27:21','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p>Our Strategic Intent is to:</p><ol><li style=\"text-align: left;\">Increase the number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments</li><li style=\"text-align: left;\">Increase access to capital and markets</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 02:27:21','2021-03-16 02:27:21','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1501,2,'2021-03-16 02:28:09','2021-03-16 02:28:09','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p>Our Strategic Intent is to:</p><ol><li style=\"text-align: left;\">Increase the number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments</li><li style=\"text-align: left;\">Increase access to capital and markets</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 02:28:09','2021-03-16 02:28:09','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1502,2,'2021-03-16 02:28:09','2021-03-16 02:28:09','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p>Our Strategic Intent is to:</p><ol><li style=\"text-align: left;\">Increase the number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments</li><li style=\"text-align: left;\">Increase access to capital and markets</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 02:28:09','2021-03-16 02:28:09','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1503,2,'2021-03-16 02:28:10','2021-03-16 02:28:10','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p>\n<ol>\n<li style=\"text-align: left;\">Increase the number of Black-Owned businesses</li>\n<li style=\"text-align: left;\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments</li>\n<li style=\"text-align: left;\">Increase access to capital and markets</li>\n</ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 02:28:10','2021-03-16 02:28:10','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1505,2,'2021-03-16 02:42:04','2021-03-16 02:42:04','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p>\n<ol>\n<li style=\"text-align: left;\">Increase the number of Black-Owned businesses</li>\n<li style=\"text-align: left;\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments</li>\n<li style=\"text-align: left;\">Increase access to capital and markets</li>\n</ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 02:42:04','2021-03-16 02:42:04','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1506,2,'2021-03-16 02:42:04','2021-03-16 02:42:04','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p>\n<ol>\n<li style=\"text-align: left;\">Increase the number of Black-Owned businesses</li>\n<li style=\"text-align: left;\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments</li>\n<li style=\"text-align: left;\">Increase access to capital and markets</li>\n</ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 02:42:04','2021-03-16 02:42:04','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1507,2,'2021-03-16 02:42:04','2021-03-16 02:42:04','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments</li><li style=\"text-align: left;\">Increase Black business revenues </li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 02:42:04','2021-03-16 02:42:04','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1509,2,'2021-03-16 02:47:04','2021-03-16 02:47:04','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments</li><li style=\"text-align: left;\">Increase Black business revenues </li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 02:47:04','2021-03-16 02:47:04','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1510,2,'2021-03-16 02:47:04','2021-03-16 02:47:04','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase the number of Black-Owned businesses registered as contractors with the state and local governments</li><li style=\"text-align: left;\">Increase Black business revenues </li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 02:47:04','2021-03-16 02:47:04','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1511,2,'2021-03-16 02:47:04','2021-03-16 02:47:04','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase the number of Black-Owned companies doing businesses with the state and local governments</li><li style=\"text-align: left;\">Increase Black business revenues </li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 02:47:04','2021-03-16 02:47:04','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1513,2,'2021-03-16 13:06:42','2021-03-16 13:06:42','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase the number of Black-Owned companies doing businesses with the state and local governments</li><li style=\"text-align: left;\">Increase Black business revenues </li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 13:06:42','2021-03-16 13:06:42','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1514,2,'2021-03-16 13:06:43','2021-03-16 13:06:43','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase the number of Black-Owned companies doing businesses with the state and local governments</li><li style=\"text-align: left;\">Increase Black business revenues </li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 13:06:43','2021-03-16 13:06:43','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1515,2,'2021-03-16 13:06:46','2021-03-16 13:06:46','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase the number of Black-Owned companies doing businesses with the state and local governments</li><li style=\"text-align: left;\">Scale Black-Owned businesses</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 13:06:46','2021-03-16 13:06:46','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1517,2,'2021-03-16 13:17:25','2021-03-16 13:17:25','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase the number of Black-Owned companies doing businesses with the state and local governments</li><li style=\"text-align: left;\">Scale Black-Owned businesses</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 13:17:25','2021-03-16 13:17:25','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1518,2,'2021-03-16 13:17:26','2021-03-16 13:17:26','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase the number of Black-Owned companies doing businesses with the state and local governments</li><li style=\"text-align: left;\">Scale Black-Owned businesses</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 13:17:26','2021-03-16 13:17:26','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1519,2,'2021-03-16 13:17:26','2021-03-16 13:17:26','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments</li><li style=\"text-align: left;\">Scale Black-Owned businesses</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-03-16 13:17:26','2021-03-16 13:17:26','',558,'https://advancingblackentrepreneurship.com/2021/03/16/558-revision-v1/',0,'revision','',0),(1524,2,'2021-03-29 20:32:07','2021-03-29 20:32:07','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-03-29 20:32:07','2021-03-29 20:32:07','',5,'https://advancingblackentrepreneurship.com/2021/03/29/5-revision-v1/',0,'revision','',0),(1525,2,'2021-03-29 20:32:07','2021-03-29 20:32:07','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-03-29 20:32:07','2021-03-29 20:32:07','',5,'https://advancingblackentrepreneurship.com/2021/03/29/5-revision-v1/',0,'revision','',0),(1526,2,'2021-03-29 20:32:08','2021-03-29 20:32:08','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-03-29 20:32:08','2021-03-29 20:32:08','',5,'https://advancingblackentrepreneurship.com/2021/03/29/5-revision-v1/',0,'revision','',0),(1527,2,'2021-04-01 03:08:18','2021-04-01 03:08:18','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-01 03:08:18','2021-04-01 03:08:18','',5,'https://advancingblackentrepreneurship.com/2021/04/01/5-revision-v1/',0,'revision','',0),(1528,2,'2021-04-01 03:08:18','2021-04-01 03:08:18','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>MAKE A PLEDGE</h1>		\n		<h3>Take a pledge as an Individual or Company/Organization:</h3><h3><strong><i>“Let us travel together as we work toward a common purpose – to build a more just and equitable economic system. </i></strong></h3><h3><strong><i>Let’s commit our time, talents, and resources in building an entrepreneurial ecosystem that supports Black-owned businesses. </i></strong></h3><h3><strong><i>Let’s pledge to spend a percentage of our monthly budget at Black-owned businesses” </i></strong></h3><h3> </h3>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-01 03:08:18','2021-04-01 03:08:18','',5,'https://advancingblackentrepreneurship.com/2021/04/01/5-revision-v1/',0,'revision','',0),(1529,2,'2021-04-01 03:08:19','2021-04-01 03:08:19','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-01 03:08:19','2021-04-01 03:08:19','',5,'https://advancingblackentrepreneurship.com/2021/04/01/5-revision-v1/',0,'revision','',0),(1530,2,'2021-04-01 03:10:39','2021-04-01 03:10:39','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-01 03:10:39','2021-04-01 03:10:39','',5,'https://advancingblackentrepreneurship.com/2021/04/01/5-revision-v1/',0,'revision','',0),(1531,2,'2021-04-01 03:10:39','2021-04-01 03:10:39','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h2><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98); \">OUR PARTNERS</h1></h2>		\n				<figure><img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/ULSA.png\" alt=\"ULSA\" /></figure>			\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-01 03:10:39','2021-04-01 03:10:39','',5,'https://advancingblackentrepreneurship.com/2021/04/01/5-revision-v1/',0,'revision','',0),(1532,2,'2021-04-01 03:10:39','2021-04-01 03:10:39','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-01 03:10:39','2021-04-01 03:10:39','',5,'https://advancingblackentrepreneurship.com/2021/04/01/5-revision-v1/',0,'revision','',0),(1534,2,'2021-04-01 04:51:55','2021-04-01 04:51:55','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-01 04:51:55','2021-04-01 04:51:55','',5,'https://advancingblackentrepreneurship.com/2021/04/01/5-revision-v1/',0,'revision','',0),(1535,2,'2021-04-01 04:51:55','2021-04-01 04:51:55','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-01 04:51:55','2021-04-01 04:51:55','',5,'https://advancingblackentrepreneurship.com/2021/04/01/5-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1536,2,'2021-04-01 04:51:55','2021-04-01 04:51:55','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Shop Black - Dollars Matching Initiative To Boost Sales at Wright Avenue</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-01 04:51:55','2021-04-01 04:51:55','',5,'https://advancingblackentrepreneurship.com/2021/04/01/5-revision-v1/',0,'revision','',0),(1537,2,'2021-04-06 19:27:00','2021-04-06 19:27:00','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Shop Black - Dollars Matching Initiative To Boost Sales at Wright Avenue</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-06 19:27:00','2021-04-06 19:27:00','',5,'https://advancingblackentrepreneurship.com/2021/04/06/5-revision-v1/',0,'revision','',0),(1538,2,'2021-04-06 19:27:00','2021-04-06 19:27:00','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Shop Black - Dollars Matching Initiative To Boost Sales at Wright Avenue</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-06 19:27:00','2021-04-06 19:27:00','',5,'https://advancingblackentrepreneurship.com/2021/04/06/5-revision-v1/',0,'revision','',0),(1539,2,'2021-04-06 19:27:01','2021-04-06 19:27:01','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-06 19:27:01','2021-04-06 19:27:01','',5,'https://advancingblackentrepreneurship.com/2021/04/06/5-revision-v1/',0,'revision','',0),(1540,2,'2021-04-06 19:27:54','2021-04-06 19:27:54','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-06 19:27:54','2021-04-06 19:27:54','',5,'https://advancingblackentrepreneurship.com/2021/04/06/5-revision-v1/',0,'revision','',0),(1541,2,'2021-04-06 19:27:54','2021-04-06 19:27:54','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-06 19:27:54','2021-04-06 19:27:54','',5,'https://advancingblackentrepreneurship.com/2021/04/06/5-revision-v1/',0,'revision','',0),(1542,2,'2021-04-06 19:27:55','2021-04-06 19:27:55','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-06 19:27:55','2021-04-06 19:27:55','',5,'https://advancingblackentrepreneurship.com/2021/04/06/5-revision-v1/',0,'revision','',0),(1544,2,'2021-04-07 01:37:46','2021-04-07 01:37:46','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-07 01:37:46','2021-04-07 01:37:46','',864,'https://advancingblackentrepreneurship.com/2021/04/07/864-revision-v1/',0,'revision','',0),(1545,2,'2021-04-07 01:37:46','2021-04-07 01:37:46','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Pop-Up Crowdfunding™</strong></h2>\n<h3><strong>Pop-Up Crowdfunding™ is a fundraising initiative designed to announce an immediate financial need and instantly collect funds through a mix of on the spot donations via social media, cash payments apps and traditional angel giving.</strong></h3>\n<h3> </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-07 01:37:46','2021-04-07 01:37:46','',864,'https://advancingblackentrepreneurship.com/2021/04/07/864-revision-v1/',0,'revision','',0),(1546,2,'2021-04-07 01:37:47','2021-04-07 01:37:47','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>BUILDING  - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-07 01:37:47','2021-04-07 01:37:47','',864,'https://advancingblackentrepreneurship.com/2021/04/07/864-revision-v1/',0,'revision','',0),(1547,2,'2021-04-07 01:39:27','2021-04-07 01:39:27','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>BUILDING  - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-07 01:39:27','2021-04-07 01:39:27','',864,'https://advancingblackentrepreneurship.com/2021/04/07/864-revision-v1/',0,'revision','',0),(1548,2,'2021-04-07 01:39:27','2021-04-07 01:39:27','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>BUILDING  - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-07 01:39:27','2021-04-07 01:39:27','',864,'https://advancingblackentrepreneurship.com/2021/04/07/864-revision-v1/',0,'revision','',0),(1549,2,'2021-04-07 01:39:27','2021-04-07 01:39:27','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>BUILDING  - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-07 01:39:27','2021-04-07 01:39:27','',864,'https://advancingblackentrepreneurship.com/2021/04/07/864-revision-v1/',0,'revision','',0),(1550,2,'2021-04-07 01:49:00','2021-04-07 01:49:00','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments</li><li style=\"text-align: left;\">Scale Black-Owned businesses</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-04-07 01:49:00','2021-04-07 01:49:00','',558,'https://advancingblackentrepreneurship.com/2021/04/07/558-revision-v1/',0,'revision','',0),(1551,2,'2021-04-07 01:49:01','2021-04-07 01:49:01','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments</li><li style=\"text-align: left;\">Scale Black-Owned businesses</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-04-07 01:49:01','2021-04-07 01:49:01','',558,'https://advancingblackentrepreneurship.com/2021/04/07/558-revision-v1/',0,'revision','',0),(1552,2,'2021-04-07 01:49:01','2021-04-07 01:49:01','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship (ABE) is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments</li><li style=\"text-align: left;\">Scale Black-Owned businesses</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-04-07 01:49:01','2021-04-07 01:49:01','',558,'https://advancingblackentrepreneurship.com/2021/04/07/558-revision-v1/',0,'revision','',0),(1553,2,'2021-04-07 01:51:45','2021-04-07 01:51:45','{\n    \"blogname\": {\n        \"value\": \"Advancing Black Entrepreneurship (ABE)\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2021-04-07 01:51:45\"\n    }\n}','','','trash','closed','closed','','034a0384-6d71-48ba-8875-47eb17d02da3','','','2021-04-07 01:51:45','2021-04-07 01:51:45','',0,'https://advancingblackentrepreneurship.com/2021/04/07/034a0384-6d71-48ba-8875-47eb17d02da3/',0,'customize_changeset','',0),(1554,2,'2021-04-07 01:52:51','2021-04-07 01:52:51','{\n    \"blogname\": {\n        \"value\": \"Advancing Black Entrepreneurship \",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2021-04-07 01:52:51\"\n    }\n}','','','trash','closed','closed','','709964a6-28de-4d62-af5c-be450bb2dd51','','','2021-04-07 01:52:51','2021-04-07 01:52:51','',0,'https://advancingblackentrepreneurship.com/2021/04/07/709964a6-28de-4d62-af5c-be450bb2dd51/',0,'customize_changeset','',0),(1556,2,'2021-04-07 02:03:30','2021-04-07 02:03:30','We strive to offer great food, great coffee and amazing service. After 16 years in the Fine Dining restaurant and my love for food I decided to dive I to a unique and growing market. We are not a coffee shop we are a Bistro that sells Great Coffee for small business owners from around the world and most importantly coffee roasteries from the great state of Arkansas. Vegan, vegetarian and gluten free options are available.  Contact us to cater your next office breakfast or lunch. We also cater for weddings, fundraisers, and all your entertainment needs.','The Grind Coffee Bistro','','publish','closed','closed','','the-grind-coffee-bistro','','','2021-04-07 02:03:30','2021-04-07 02:03:30','',0,'https://advancingblackentrepreneurship.com/?post_type=at_biz_dir&#038;p=1556',0,'at_biz_dir','',0),(1557,2,'2021-04-07 02:02:59','2021-04-07 02:02:59','','','','inherit','open','closed','','grind','','','2021-04-07 02:03:13','2021-04-07 02:03:13','',0,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Grind.jpg',0,'attachment','image/jpeg',0),(1559,1,'2021-04-07 21:38:26','2021-04-07 21:38:26','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>','Shop black @ Wright Avenue','','publish','closed','closed','','shop-black-wright-avenue','','','2021-04-16 13:02:01','2021-04-16 13:02:01','',0,'https://advancingblackentrepreneurship.com/?page_id=1559',0,'page','',0),(1560,1,'2021-04-07 21:23:54','2021-04-07 21:23:54','','Wright Initiative photo','','inherit','open','closed','','wright-initiative-photo','','','2021-04-07 21:23:54','2021-04-07 21:23:54','',1559,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo.jpg',0,'attachment','image/jpeg',0),(1561,1,'2021-04-07 21:35:59','2021-04-07 21:35:59','','Wright Initiative photo','','inherit','open','closed','','wright-initiative-photo-2','','','2021-04-07 21:35:59','2021-04-07 21:35:59','',1559,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1.jpg',0,'attachment','image/jpeg',0),(1562,1,'2021-04-07 21:40:16','2021-04-07 21:40:16','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 21:40:16','2021-04-07 21:40:16','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1563,1,'2021-04-07 21:40:16','2021-04-07 21:40:16','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 21:40:16','2021-04-07 21:40:16','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1564,1,'2021-04-07 21:40:16','2021-04-07 21:40:16','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p> </p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises. </p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 21:40:16','2021-04-07 21:40:16','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1566,1,'2021-04-07 21:49:28','2021-04-07 21:49:28','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p> </p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises. </p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 21:49:28','2021-04-07 21:49:28','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1567,1,'2021-04-07 21:49:28','2021-04-07 21:49:28','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p> </p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises. </p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 21:49:28','2021-04-07 21:49:28','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1568,1,'2021-04-07 21:49:28','2021-04-07 21:49:28','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 21:49:28','2021-04-07 21:49:28','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1569,1,'2021-04-07 21:56:34','2021-04-07 21:56:34','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 21:56:34','2021-04-07 21:56:34','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1570,1,'2021-04-07 21:56:34','2021-04-07 21:56:34','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 21:56:34','2021-04-07 21:56:34','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1571,1,'2021-04-07 21:56:34','2021-04-07 21:56:34','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 21:56:34','2021-04-07 21:56:34','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1572,1,'2021-04-07 21:57:04','2021-04-07 21:57:04','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 21:57:04','2021-04-07 21:57:04','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1573,1,'2021-04-07 21:57:04','2021-04-07 21:57:04','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 21:57:04','2021-04-07 21:57:04','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1574,1,'2021-04-07 21:57:04','2021-04-07 21:57:04','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 21:57:04','2021-04-07 21:57:04','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1575,1,'2021-04-07 21:59:07','2021-04-07 21:59:07','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 21:59:07','2021-04-07 21:59:07','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1576,1,'2021-04-07 21:59:07','2021-04-07 21:59:07','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 21:59:07','2021-04-07 21:59:07','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1577,1,'2021-04-07 21:59:07','2021-04-07 21:59:07','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 21:59:07','2021-04-07 21:59:07','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1579,1,'2021-04-07 22:01:14','2021-04-07 22:01:14','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 22:01:14','2021-04-07 22:01:14','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1580,1,'2021-04-07 22:01:15','2021-04-07 22:01:15','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 22:01:15','2021-04-07 22:01:15','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1581,1,'2021-04-07 22:01:16','2021-04-07 22:01:16','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-07 22:01:16','2021-04-07 22:01:16','',1559,'https://advancingblackentrepreneurship.com/2021/04/07/1559-revision-v1/',0,'revision','',0),(1583,1,'2021-04-08 00:10:19','2021-04-08 00:10:19','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:10:19','2021-04-08 00:10:19','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1584,1,'2021-04-08 00:10:20','2021-04-08 00:10:20','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:10:20','2021-04-08 00:10:20','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1585,1,'2021-04-08 00:10:20','2021-04-08 00:10:20','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:10:20','2021-04-08 00:10:20','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1586,1,'2021-04-08 00:11:38','2021-04-08 00:11:38','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:11:38','2021-04-08 00:11:38','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1587,1,'2021-04-08 00:11:38','2021-04-08 00:11:38','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:11:38','2021-04-08 00:11:38','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1588,1,'2021-04-08 00:11:39','2021-04-08 00:11:39','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:11:39','2021-04-08 00:11:39','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1589,1,'2021-04-08 00:12:24','2021-04-08 00:12:24','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:12:24','2021-04-08 00:12:24','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1590,1,'2021-04-08 00:12:24','2021-04-08 00:12:24','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:12:24','2021-04-08 00:12:24','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1591,1,'2021-04-08 00:12:25','2021-04-08 00:12:25','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:12:25','2021-04-08 00:12:25','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1592,1,'2021-04-08 00:14:11','2021-04-08 00:14:11','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:14:11','2021-04-08 00:14:11','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1593,1,'2021-04-08 00:14:11','2021-04-08 00:14:11','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:14:11','2021-04-08 00:14:11','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1594,1,'2021-04-08 00:14:11','2021-04-08 00:14:11','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:14:11','2021-04-08 00:14:11','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1595,1,'2021-04-08 00:17:13','2021-04-08 00:17:13','{\n    \"custom_css[advancingblackentrepreneurship]\": {\n        \"value\": \".nf-form-content label {\\n\\tcolor:white}\\n.ninja-forms-form-wrap{\\n\\tcolor:white\\n}\\n\\n#nf-label-class-field-22-0 {\\n\\tcolor:black;\\n}\\n\\n.page-header .entry-title{\\n\\tmargin:25px 0 25px 0;\\n}\\n\\n.site-branding .site-logo-div {float:left;}\\n\\n.site-branding{\\n\\tmargin-top:13px;\\n\\tpadding-bottom:10px;\\n}\\n\\n.site-branding .site-text-logo {\\n\\tfont-size:17px;\\n}\\n\\n.site-branding .has-logo-img .site-title {\\n\\tmargin-top:25px;\\n\\tpadding-left:15px\\n}\\n\\n@media only screen and (max-width: 768px){\\n\\t.site-branding{\\n\\t\\ttext-align:center;\\n\\t}\\n\\t.site-branding .site-logo-div {\\n\\t\\t\\tfloat:none;\\n\\t\\t\\ttext-align:center\\n\\t\\t}\\n\\t}\\n}\\n.site-branding .has-logo-img .site-title {\\n\\tmargin-top: 30px;\\n\\tpadding-left:10px;}\\n\\n.onepress-menu {\\n\\tmargin-top: 10px;\\n}\\n\\n.onepress-menu a{\\n\\tfont-size:13px !important;\\n\\tmargin-top:2px;\\n\\tcolor: #333333;\\n  font-family: \\\"Raleway\\\", Helvetica, Arial, sans-serif;\\n  padding-left: 5px;\\n  padding-right: 5px;\\n  font-size: 13px;\\n  font-weight: 600;\\n  text-transform: uppercase;\\n  text-decoration: none;\\n  zoom: 1;\\n  letter-spacing: 0.8px;\\n}\\n\\n.menu-adjust{\\n\\tpadding-top:10px;\\n}\\n\\n.onepress-menu a:hover {\\n\\tcolor: #fac815;\\n}\\n\\n.onepress-menu button {\\n\\tbox-shadow: 3px 4px 0px 0px #88898a;\\n\\tbackground:black;\\n\\tborder-radius:5px;\\n\\tborder:1px solid #081421;\\n\\tdisplay:inline-block;\\n\\tcursor:pointer;\\n\\tcolor:#fad022;\\n\\tfont-family:\\\"Roboto\\\", Sans-serif;\\n\\tfont-size:15px;\\n\\tfont-weight:bold;\\n\\tmargin-top: 20px;\\n\\tpadding:12px 10px !important;\\n\\ttext-decoration:none;\\n\\ttext-shadow:0px 1px 0px #132536;\\n}\\n\\n.onepress-menu button:hover{\\n\\tbackground:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\\n\\tbackground-color:#000000;\\n}\\n\\n.onepress-menu button:active{\\n\\tposition:relative;\\n\\ttop:1px;\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-04-08 00:17:13\"\n    }\n}','','','trash','closed','closed','','09171bc5-a8fc-43f6-82a9-d4804063d789','','','2021-04-08 00:17:13','2021-04-08 00:17:13','',0,'https://advancingblackentrepreneurship.com/2021/04/08/09171bc5-a8fc-43f6-82a9-d4804063d789/',0,'customize_changeset','',0),(1596,1,'2021-04-08 00:17:13','2021-04-08 00:17:13','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n#nf-label-class-field-22-0 {\n	color:black;\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .site-text-logo {\n	font-size:17px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:13px !important;\n	margin-top:2px;\n	color: #333333;\n  font-family: \"Raleway\", Helvetica, Arial, sans-serif;\n  padding-left: 5px;\n  padding-right: 5px;\n  font-size: 13px;\n  font-weight: 600;\n  text-transform: uppercase;\n  text-decoration: none;\n  zoom: 1;\n  letter-spacing: 0.8px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:15px;\n	font-weight:bold;\n	margin-top: 20px;\n	padding:12px 10px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2021-04-08 00:17:13','2021-04-08 00:17:13','',34,'https://advancingblackentrepreneurship.com/2021/04/08/34-revision-v1/',0,'revision','',0),(1597,1,'2021-04-08 00:17:52','2021-04-08 00:17:52','{\n    \"custom_css[advancingblackentrepreneurship]\": {\n        \"value\": \".nf-form-content label {\\n\\tcolor:white}\\n.ninja-forms-form-wrap{\\n\\tcolor:white\\n}\\n\\n#nf-label-class-field-22-0,#nf-field-22-1 {\\n\\tcolor:black;\\n}\\n\\n.page-header .entry-title{\\n\\tmargin:25px 0 25px 0;\\n}\\n\\n.site-branding .site-logo-div {float:left;}\\n\\n.site-branding{\\n\\tmargin-top:13px;\\n\\tpadding-bottom:10px;\\n}\\n\\n.site-branding .site-text-logo {\\n\\tfont-size:17px;\\n}\\n\\n.site-branding .has-logo-img .site-title {\\n\\tmargin-top:25px;\\n\\tpadding-left:15px\\n}\\n\\n@media only screen and (max-width: 768px){\\n\\t.site-branding{\\n\\t\\ttext-align:center;\\n\\t}\\n\\t.site-branding .site-logo-div {\\n\\t\\t\\tfloat:none;\\n\\t\\t\\ttext-align:center\\n\\t\\t}\\n\\t}\\n}\\n.site-branding .has-logo-img .site-title {\\n\\tmargin-top: 30px;\\n\\tpadding-left:10px;}\\n\\n.onepress-menu {\\n\\tmargin-top: 10px;\\n}\\n\\n.onepress-menu a{\\n\\tfont-size:13px !important;\\n\\tmargin-top:2px;\\n\\tcolor: #333333;\\n  font-family: \\\"Raleway\\\", Helvetica, Arial, sans-serif;\\n  padding-left: 5px;\\n  padding-right: 5px;\\n  font-size: 13px;\\n  font-weight: 600;\\n  text-transform: uppercase;\\n  text-decoration: none;\\n  zoom: 1;\\n  letter-spacing: 0.8px;\\n}\\n\\n.menu-adjust{\\n\\tpadding-top:10px;\\n}\\n\\n.onepress-menu a:hover {\\n\\tcolor: #fac815;\\n}\\n\\n.onepress-menu button {\\n\\tbox-shadow: 3px 4px 0px 0px #88898a;\\n\\tbackground:black;\\n\\tborder-radius:5px;\\n\\tborder:1px solid #081421;\\n\\tdisplay:inline-block;\\n\\tcursor:pointer;\\n\\tcolor:#fad022;\\n\\tfont-family:\\\"Roboto\\\", Sans-serif;\\n\\tfont-size:15px;\\n\\tfont-weight:bold;\\n\\tmargin-top: 20px;\\n\\tpadding:12px 10px !important;\\n\\ttext-decoration:none;\\n\\ttext-shadow:0px 1px 0px #132536;\\n}\\n\\n.onepress-menu button:hover{\\n\\tbackground:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\\n\\tbackground-color:#000000;\\n}\\n\\n.onepress-menu button:active{\\n\\tposition:relative;\\n\\ttop:1px;\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-04-08 00:17:52\"\n    }\n}','','','trash','closed','closed','','705365b4-ebef-4073-b032-eb1b50dd8def','','','2021-04-08 00:17:52','2021-04-08 00:17:52','',0,'https://advancingblackentrepreneurship.com/2021/04/08/705365b4-ebef-4073-b032-eb1b50dd8def/',0,'customize_changeset','',0),(1598,1,'2021-04-08 00:17:52','2021-04-08 00:17:52','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n#nf-label-class-field-22-0,#nf-field-22-1 {\n	color:black;\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .site-text-logo {\n	font-size:17px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:13px !important;\n	margin-top:2px;\n	color: #333333;\n  font-family: \"Raleway\", Helvetica, Arial, sans-serif;\n  padding-left: 5px;\n  padding-right: 5px;\n  font-size: 13px;\n  font-weight: 600;\n  text-transform: uppercase;\n  text-decoration: none;\n  zoom: 1;\n  letter-spacing: 0.8px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:15px;\n	font-weight:bold;\n	margin-top: 20px;\n	padding:12px 10px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2021-04-08 00:17:52','2021-04-08 00:17:52','',34,'https://advancingblackentrepreneurship.com/2021/04/08/34-revision-v1/',0,'revision','',0),(1599,1,'2021-04-08 00:18:32','2021-04-08 00:18:32','{\n    \"custom_css[advancingblackentrepreneurship]\": {\n        \"value\": \".nf-form-content label {\\n\\tcolor:white}\\n.ninja-forms-form-wrap{\\n\\tcolor:white\\n}\\n\\n#nf-label-class-field-22-0 #nf-field-22-1 {\\n\\tcolor:black;\\n}\\n\\n.page-header .entry-title{\\n\\tmargin:25px 0 25px 0;\\n}\\n\\n.site-branding .site-logo-div {float:left;}\\n\\n.site-branding{\\n\\tmargin-top:13px;\\n\\tpadding-bottom:10px;\\n}\\n\\n.site-branding .site-text-logo {\\n\\tfont-size:17px;\\n}\\n\\n.site-branding .has-logo-img .site-title {\\n\\tmargin-top:25px;\\n\\tpadding-left:15px\\n}\\n\\n@media only screen and (max-width: 768px){\\n\\t.site-branding{\\n\\t\\ttext-align:center;\\n\\t}\\n\\t.site-branding .site-logo-div {\\n\\t\\t\\tfloat:none;\\n\\t\\t\\ttext-align:center\\n\\t\\t}\\n\\t}\\n}\\n.site-branding .has-logo-img .site-title {\\n\\tmargin-top: 30px;\\n\\tpadding-left:10px;}\\n\\n.onepress-menu {\\n\\tmargin-top: 10px;\\n}\\n\\n.onepress-menu a{\\n\\tfont-size:13px !important;\\n\\tmargin-top:2px;\\n\\tcolor: #333333;\\n  font-family: \\\"Raleway\\\", Helvetica, Arial, sans-serif;\\n  padding-left: 5px;\\n  padding-right: 5px;\\n  font-size: 13px;\\n  font-weight: 600;\\n  text-transform: uppercase;\\n  text-decoration: none;\\n  zoom: 1;\\n  letter-spacing: 0.8px;\\n}\\n\\n.menu-adjust{\\n\\tpadding-top:10px;\\n}\\n\\n.onepress-menu a:hover {\\n\\tcolor: #fac815;\\n}\\n\\n.onepress-menu button {\\n\\tbox-shadow: 3px 4px 0px 0px #88898a;\\n\\tbackground:black;\\n\\tborder-radius:5px;\\n\\tborder:1px solid #081421;\\n\\tdisplay:inline-block;\\n\\tcursor:pointer;\\n\\tcolor:#fad022;\\n\\tfont-family:\\\"Roboto\\\", Sans-serif;\\n\\tfont-size:15px;\\n\\tfont-weight:bold;\\n\\tmargin-top: 20px;\\n\\tpadding:12px 10px !important;\\n\\ttext-decoration:none;\\n\\ttext-shadow:0px 1px 0px #132536;\\n}\\n\\n.onepress-menu button:hover{\\n\\tbackground:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\\n\\tbackground-color:#000000;\\n}\\n\\n.onepress-menu button:active{\\n\\tposition:relative;\\n\\ttop:1px;\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-04-08 00:18:32\"\n    }\n}','','','trash','closed','closed','','1863f440-5bad-44e9-ae85-b32c34d3c24d','','','2021-04-08 00:18:32','2021-04-08 00:18:32','',0,'https://advancingblackentrepreneurship.com/2021/04/08/1863f440-5bad-44e9-ae85-b32c34d3c24d/',0,'customize_changeset','',0),(1600,1,'2021-04-08 00:18:32','2021-04-08 00:18:32','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n#nf-label-class-field-22-0 #nf-field-22-1 {\n	color:black;\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .site-text-logo {\n	font-size:17px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:13px !important;\n	margin-top:2px;\n	color: #333333;\n  font-family: \"Raleway\", Helvetica, Arial, sans-serif;\n  padding-left: 5px;\n  padding-right: 5px;\n  font-size: 13px;\n  font-weight: 600;\n  text-transform: uppercase;\n  text-decoration: none;\n  zoom: 1;\n  letter-spacing: 0.8px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:15px;\n	font-weight:bold;\n	margin-top: 20px;\n	padding:12px 10px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2021-04-08 00:18:32','2021-04-08 00:18:32','',34,'https://advancingblackentrepreneurship.com/2021/04/08/34-revision-v1/',0,'revision','',0),(1601,1,'2021-04-08 00:19:15','2021-04-08 00:19:15','{\n    \"custom_css[advancingblackentrepreneurship]\": {\n        \"value\": \".nf-form-content label {\\n\\tcolor:white}\\n.ninja-forms-form-wrap{\\n\\tcolor:white\\n}\\n\\n#nf-label-class-field-22-0 {\\n\\tcolor:black;\\n}\\n#nf-field-22-1{\\n\\tcolor:black;\\n}\\n\\n.page-header .entry-title{\\n\\tmargin:25px 0 25px 0;\\n}\\n\\n.site-branding .site-logo-div {float:left;}\\n\\n.site-branding{\\n\\tmargin-top:13px;\\n\\tpadding-bottom:10px;\\n}\\n\\n.site-branding .site-text-logo {\\n\\tfont-size:17px;\\n}\\n\\n.site-branding .has-logo-img .site-title {\\n\\tmargin-top:25px;\\n\\tpadding-left:15px\\n}\\n\\n@media only screen and (max-width: 768px){\\n\\t.site-branding{\\n\\t\\ttext-align:center;\\n\\t}\\n\\t.site-branding .site-logo-div {\\n\\t\\t\\tfloat:none;\\n\\t\\t\\ttext-align:center\\n\\t\\t}\\n\\t}\\n}\\n.site-branding .has-logo-img .site-title {\\n\\tmargin-top: 30px;\\n\\tpadding-left:10px;}\\n\\n.onepress-menu {\\n\\tmargin-top: 10px;\\n}\\n\\n.onepress-menu a{\\n\\tfont-size:13px !important;\\n\\tmargin-top:2px;\\n\\tcolor: #333333;\\n  font-family: \\\"Raleway\\\", Helvetica, Arial, sans-serif;\\n  padding-left: 5px;\\n  padding-right: 5px;\\n  font-size: 13px;\\n  font-weight: 600;\\n  text-transform: uppercase;\\n  text-decoration: none;\\n  zoom: 1;\\n  letter-spacing: 0.8px;\\n}\\n\\n.menu-adjust{\\n\\tpadding-top:10px;\\n}\\n\\n.onepress-menu a:hover {\\n\\tcolor: #fac815;\\n}\\n\\n.onepress-menu button {\\n\\tbox-shadow: 3px 4px 0px 0px #88898a;\\n\\tbackground:black;\\n\\tborder-radius:5px;\\n\\tborder:1px solid #081421;\\n\\tdisplay:inline-block;\\n\\tcursor:pointer;\\n\\tcolor:#fad022;\\n\\tfont-family:\\\"Roboto\\\", Sans-serif;\\n\\tfont-size:15px;\\n\\tfont-weight:bold;\\n\\tmargin-top: 20px;\\n\\tpadding:12px 10px !important;\\n\\ttext-decoration:none;\\n\\ttext-shadow:0px 1px 0px #132536;\\n}\\n\\n.onepress-menu button:hover{\\n\\tbackground:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\\n\\tbackground-color:#000000;\\n}\\n\\n.onepress-menu button:active{\\n\\tposition:relative;\\n\\ttop:1px;\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-04-08 00:19:15\"\n    }\n}','','','trash','closed','closed','','10d788ad-b242-4ec5-b673-ecd324981289','','','2021-04-08 00:19:15','2021-04-08 00:19:15','',0,'https://advancingblackentrepreneurship.com/2021/04/08/10d788ad-b242-4ec5-b673-ecd324981289/',0,'customize_changeset','',0),(1602,1,'2021-04-08 00:19:15','2021-04-08 00:19:15','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n#nf-label-class-field-22-0 {\n	color:black;\n}\n#nf-field-22-1{\n	color:black;\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .site-text-logo {\n	font-size:17px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:13px !important;\n	margin-top:2px;\n	color: #333333;\n  font-family: \"Raleway\", Helvetica, Arial, sans-serif;\n  padding-left: 5px;\n  padding-right: 5px;\n  font-size: 13px;\n  font-weight: 600;\n  text-transform: uppercase;\n  text-decoration: none;\n  zoom: 1;\n  letter-spacing: 0.8px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:15px;\n	font-weight:bold;\n	margin-top: 20px;\n	padding:12px 10px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2021-04-08 00:19:15','2021-04-08 00:19:15','',34,'https://advancingblackentrepreneurship.com/2021/04/08/34-revision-v1/',0,'revision','',0),(1603,1,'2021-04-08 00:22:38','2021-04-08 00:22:38','{\n    \"custom_css[advancingblackentrepreneurship]\": {\n        \"value\": \".nf-form-content label {\\n\\tcolor:white}\\n.ninja-forms-form-wrap{\\n\\tcolor:white\\n}\\n\\n#nf-label-class-field-22-0 {\\n\\tcolor:black;\\n}\\n#nf-label-class-field-22-1{\\n\\tcolor:black;\\n}\\n\\n.page-header .entry-title{\\n\\tmargin:25px 0 25px 0;\\n}\\n\\n.site-branding .site-logo-div {float:left;}\\n\\n.site-branding{\\n\\tmargin-top:13px;\\n\\tpadding-bottom:10px;\\n}\\n\\n.site-branding .site-text-logo {\\n\\tfont-size:17px;\\n}\\n\\n.site-branding .has-logo-img .site-title {\\n\\tmargin-top:25px;\\n\\tpadding-left:15px\\n}\\n\\n@media only screen and (max-width: 768px){\\n\\t.site-branding{\\n\\t\\ttext-align:center;\\n\\t}\\n\\t.site-branding .site-logo-div {\\n\\t\\t\\tfloat:none;\\n\\t\\t\\ttext-align:center\\n\\t\\t}\\n\\t}\\n}\\n.site-branding .has-logo-img .site-title {\\n\\tmargin-top: 30px;\\n\\tpadding-left:10px;}\\n\\n.onepress-menu {\\n\\tmargin-top: 10px;\\n}\\n\\n.onepress-menu a{\\n\\tfont-size:13px !important;\\n\\tmargin-top:2px;\\n\\tcolor: #333333;\\n  font-family: \\\"Raleway\\\", Helvetica, Arial, sans-serif;\\n  padding-left: 5px;\\n  padding-right: 5px;\\n  font-size: 13px;\\n  font-weight: 600;\\n  text-transform: uppercase;\\n  text-decoration: none;\\n  zoom: 1;\\n  letter-spacing: 0.8px;\\n}\\n\\n.menu-adjust{\\n\\tpadding-top:10px;\\n}\\n\\n.onepress-menu a:hover {\\n\\tcolor: #fac815;\\n}\\n\\n.onepress-menu button {\\n\\tbox-shadow: 3px 4px 0px 0px #88898a;\\n\\tbackground:black;\\n\\tborder-radius:5px;\\n\\tborder:1px solid #081421;\\n\\tdisplay:inline-block;\\n\\tcursor:pointer;\\n\\tcolor:#fad022;\\n\\tfont-family:\\\"Roboto\\\", Sans-serif;\\n\\tfont-size:15px;\\n\\tfont-weight:bold;\\n\\tmargin-top: 20px;\\n\\tpadding:12px 10px !important;\\n\\ttext-decoration:none;\\n\\ttext-shadow:0px 1px 0px #132536;\\n}\\n\\n.onepress-menu button:hover{\\n\\tbackground:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\\n\\tbackground-color:#000000;\\n}\\n\\n.onepress-menu button:active{\\n\\tposition:relative;\\n\\ttop:1px;\\n}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2021-04-08 00:22:38\"\n    }\n}','','','trash','closed','closed','','b89ba8bc-9cad-4fe9-956c-91d70b6de9fa','','','2021-04-08 00:22:38','2021-04-08 00:22:38','',0,'https://advancingblackentrepreneurship.com/2021/04/08/b89ba8bc-9cad-4fe9-956c-91d70b6de9fa/',0,'customize_changeset','',0),(1604,1,'2021-04-08 00:22:38','2021-04-08 00:22:38','.nf-form-content label {\n	color:white}\n.ninja-forms-form-wrap{\n	color:white\n}\n\n#nf-label-class-field-22-0 {\n	color:black;\n}\n#nf-label-class-field-22-1{\n	color:black;\n}\n\n.page-header .entry-title{\n	margin:25px 0 25px 0;\n}\n\n.site-branding .site-logo-div {float:left;}\n\n.site-branding{\n	margin-top:13px;\n	padding-bottom:10px;\n}\n\n.site-branding .site-text-logo {\n	font-size:17px;\n}\n\n.site-branding .has-logo-img .site-title {\n	margin-top:25px;\n	padding-left:15px\n}\n\n@media only screen and (max-width: 768px){\n	.site-branding{\n		text-align:center;\n	}\n	.site-branding .site-logo-div {\n			float:none;\n			text-align:center\n		}\n	}\n}\n.site-branding .has-logo-img .site-title {\n	margin-top: 30px;\n	padding-left:10px;}\n\n.onepress-menu {\n	margin-top: 10px;\n}\n\n.onepress-menu a{\n	font-size:13px !important;\n	margin-top:2px;\n	color: #333333;\n  font-family: \"Raleway\", Helvetica, Arial, sans-serif;\n  padding-left: 5px;\n  padding-right: 5px;\n  font-size: 13px;\n  font-weight: 600;\n  text-transform: uppercase;\n  text-decoration: none;\n  zoom: 1;\n  letter-spacing: 0.8px;\n}\n\n.menu-adjust{\n	padding-top:10px;\n}\n\n.onepress-menu a:hover {\n	color: #fac815;\n}\n\n.onepress-menu button {\n	box-shadow: 3px 4px 0px 0px #88898a;\n	background:black;\n	border-radius:5px;\n	border:1px solid #081421;\n	display:inline-block;\n	cursor:pointer;\n	color:#fad022;\n	font-family:\"Roboto\", Sans-serif;\n	font-size:15px;\n	font-weight:bold;\n	margin-top: 20px;\n	padding:12px 10px !important;\n	text-decoration:none;\n	text-shadow:0px 1px 0px #132536;\n}\n\n.onepress-menu button:hover{\n	background:linear-gradient(to bottom, #000000 5%, #696a6b 100%);\n	background-color:#000000;\n}\n\n.onepress-menu button:active{\n	position:relative;\n	top:1px;\n}\n','advancingblackentrepreneurship','','inherit','closed','closed','','34-revision-v1','','','2021-04-08 00:22:38','2021-04-08 00:22:38','',34,'https://advancingblackentrepreneurship.com/2021/04/08/34-revision-v1/',0,'revision','',0),(1606,1,'2021-04-08 00:29:56','2021-04-08 00:29:56','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:29:56','2021-04-08 00:29:56','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1607,1,'2021-04-08 00:29:56','2021-04-08 00:29:56','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:29:56','2021-04-08 00:29:56','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1608,1,'2021-04-08 00:29:56','2021-04-08 00:29:56','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>		\n		<p>K-Hall</p><p>Afrobites</p><p>Pyramid Art</p>Books &amp; Custom Framing','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:29:56','2021-04-08 00:29:56','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1609,1,'2021-04-08 00:30:18','2021-04-08 00:30:18','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>		\n		<p>K-Hall</p><p>Afrobites</p><p>Pyramid Art</p>Books &amp; Custom Framing','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:30:18','2021-04-08 00:30:18','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1610,1,'2021-04-08 00:30:18','2021-04-08 00:30:18','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>		\n		<p>K-Hall</p><p>Afrobites</p><p>Pyramid Art</p>Books &amp; Custom Framing','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:30:18','2021-04-08 00:30:18','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1611,1,'2021-04-08 00:30:18','2021-04-08 00:30:18','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>		\n		<p>K-Hall</p><p>Afrobites</p><p>Pyramid Art</p>Books &amp; Custom Framing','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:30:18','2021-04-08 00:30:18','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1612,1,'2021-04-08 00:34:52','2021-04-08 00:34:52','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>		\n		<p>K-Hall</p><p>Afrobites</p><p>Pyramid Art</p>Books &amp; Custom Framing','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:34:52','2021-04-08 00:34:52','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1613,1,'2021-04-08 00:34:52','2021-04-08 00:34:52','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>		\n		<p>K-Hall</p><p>Afrobites</p><p>Pyramid Art</p>Books &amp; Custom Framing','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:34:52','2021-04-08 00:34:52','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1614,1,'2021-04-08 00:34:53','2021-04-08 00:34:53','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>		\n		<p>K-Hall</p><p>Afrobites</p><p>Pyramid Art</p>Books &amp; Custom Framing','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:34:53','2021-04-08 00:34:53','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1615,1,'2021-04-08 00:35:58','2021-04-08 00:35:58','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>		\n		<p>K-Hall</p><p>Afrobites</p><p>Pyramid Art</p>Books &amp; Custom Framing','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:35:58','2021-04-08 00:35:58','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1616,1,'2021-04-08 00:35:58','2021-04-08 00:35:58','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>		\n		<p>K-Hall</p><p>Afrobites</p><p>Pyramid Art</p>Books &amp; Custom Framing','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:35:58','2021-04-08 00:35:58','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1617,1,'2021-04-08 00:35:58','2021-04-08 00:35:58','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>		\n		<p>K-Hall</p><p>Afrobites</p><p>Pyramid Art</p>Books &amp; Custom Framing','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 00:35:58','2021-04-08 00:35:58','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1619,1,'2021-04-08 02:51:45','2021-04-08 02:51:45','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>		\n		<p>K-Hall</p><p>Afrobites</p><p>Pyramid Art</p>Books &amp; Custom Framing','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 02:51:45','2021-04-08 02:51:45','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1620,1,'2021-04-08 02:51:45','2021-04-08 02:51:45','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>		\n		<p>K-Hall</p><p>Afrobites</p><p>Pyramid Art</p>Books &amp; Custom Framing','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 02:51:45','2021-04-08 02:51:45','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1621,1,'2021-04-08 02:51:45','2021-04-08 02:51:45','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>		\n		<p>K-Hall</p><p>Afrobites</p><p>Pyramid Art</p>Books &amp; Custom Framing','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 02:51:45','2021-04-08 02:51:45','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1623,1,'2021-04-08 04:47:43','2021-04-08 04:47:43','','new-africa-yo-store','','inherit','open','closed','','new-africa-yo-store','','','2021-04-08 04:47:43','2021-04-08 04:47:43','',1559,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg',0,'attachment','image/jpeg',0),(1624,1,'2021-04-08 04:52:24','2021-04-08 04:52:24','','afrobites','','inherit','open','closed','','afrobites-2','','','2021-04-08 04:52:24','2021-04-08 04:52:24','',1559,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg',0,'attachment','image/jpeg',0),(1625,1,'2021-04-08 04:53:32','2021-04-08 04:53:32','','K-Hall','','inherit','open','closed','','k-hall-2','','','2021-04-11 17:29:21','2021-04-11 17:29:21','',1559,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg',0,'attachment','image/jpeg',0),(1626,1,'2021-04-08 04:56:40','2021-04-08 04:56:40','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>		\n		<p>K-Hall</p><p>Afrobites</p><p>Pyramid Art</p>Books &amp; Custom Framing','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 04:56:40','2021-04-08 04:56:40','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1627,1,'2021-04-08 04:56:41','2021-04-08 04:56:41','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n                                <noscript>\n    Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n			<h2>PARTICIPATING BUSINESSES</h2>		\n		<p>K-Hall</p><p>Afrobites</p><p>Pyramid Art</p>Books &amp; Custom Framing','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 04:56:41','2021-04-08 04:56:41','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1628,1,'2021-04-08 04:56:41','2021-04-08 04:56:41','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-32-of-45-scaled.jpg\" alt=\"bbp (32 of 45)\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-32-of-45-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"bbp (32 of 45)\">\n					</a>\n									<a href=\"https://www.pyramid1988.com/\" target=\"\" rel=\"noopener\">\n					</a>\n									Pyramid Books, Art &amp; Custom Framing\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" alt=\"afrobites\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"afrobites\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 04:56:41','2021-04-08 04:56:41','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1630,1,'2021-04-08 05:00:00','2021-04-08 05:00:00','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-32-of-45-scaled.jpg\" alt=\"bbp (32 of 45)\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-32-of-45-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"bbp (32 of 45)\">\n					</a>\n									<a href=\"https://www.pyramid1988.com/\" target=\"\" rel=\"noopener\">\n					</a>\n									Pyramid Books, Art &amp; Custom Framing\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" alt=\"afrobites\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"afrobites\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 05:00:00','2021-04-08 05:00:00','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1631,1,'2021-04-08 05:00:00','2021-04-08 05:00:00','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-32-of-45-scaled.jpg\" alt=\"bbp (32 of 45)\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-32-of-45-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"bbp (32 of 45)\">\n					</a>\n									<a href=\"https://www.pyramid1988.com/\" target=\"\" rel=\"noopener\">\n					</a>\n									Pyramid Books, Art &amp; Custom Framing\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" alt=\"afrobites\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"afrobites\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 05:00:00','2021-04-08 05:00:00','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1632,1,'2021-04-08 05:00:01','2021-04-08 05:00:01','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-32-of-45-scaled.jpg\" alt=\"bbp (32 of 45)\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-32-of-45-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"bbp (32 of 45)\">\n					</a>\n									<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Pyramid Books, Art &amp; Custom Framing\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" alt=\"afrobites\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"afrobites\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-08 05:00:01','2021-04-08 05:00:01','',1559,'https://advancingblackentrepreneurship.com/2021/04/08/1559-revision-v1/',0,'revision','',0),(1633,1,'2021-04-08 08:01:19','2021-04-08 08:01:19','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-08 08:01:19','2021-04-08 08:01:19','',5,'https://advancingblackentrepreneurship.com/2021/04/08/5-revision-v1/',0,'revision','',0),(1634,1,'2021-04-08 08:01:20','2021-04-08 08:01:20','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-08 08:01:20','2021-04-08 08:01:20','',5,'https://advancingblackentrepreneurship.com/2021/04/08/5-revision-v1/',0,'revision','',0),(1635,1,'2021-04-08 08:01:21','2021-04-08 08:01:21','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">$10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-08 08:01:21','2021-04-08 08:01:21','',5,'https://advancingblackentrepreneurship.com/2021/04/08/5-revision-v1/',0,'revision','',0),(1636,1,'2021-04-08 08:02:04','2021-04-08 08:02:04','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">$10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-08 08:02:04','2021-04-08 08:02:04','',5,'https://advancingblackentrepreneurship.com/2021/04/08/5-revision-v1/',0,'revision','',0),(1637,1,'2021-04-08 08:02:04','2021-04-08 08:02:04','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">$10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-08 08:02:04','2021-04-08 08:02:04','',5,'https://advancingblackentrepreneurship.com/2021/04/08/5-revision-v1/',0,'revision','',0),(1638,1,'2021-04-08 08:02:04','2021-04-08 08:02:04','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-08 08:02:04','2021-04-08 08:02:04','',5,'https://advancingblackentrepreneurship.com/2021/04/08/5-revision-v1/',0,'revision','',0),(1639,1,'2021-04-08 08:03:32','2021-04-08 08:03:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-08 08:03:32','2021-04-08 08:03:32','',5,'https://advancingblackentrepreneurship.com/2021/04/08/5-revision-v1/',0,'revision','',0),(1640,1,'2021-04-08 08:03:32','2021-04-08 08:03:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-08 08:03:32','2021-04-08 08:03:32','',5,'https://advancingblackentrepreneurship.com/2021/04/08/5-revision-v1/',0,'revision','',0),(1641,1,'2021-04-08 08:03:32','2021-04-08 08:03:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-08 08:03:32','2021-04-08 08:03:32','',5,'https://advancingblackentrepreneurship.com/2021/04/08/5-revision-v1/',0,'revision','',0),(1642,1,'2021-04-08 08:05:16','2021-04-08 08:05:16','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-08 08:05:16','2021-04-08 08:05:16','',5,'https://advancingblackentrepreneurship.com/2021/04/08/5-revision-v1/',0,'revision','',0),(1643,1,'2021-04-08 08:05:16','2021-04-08 08:05:16','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-08 08:05:16','2021-04-08 08:05:16','',5,'https://advancingblackentrepreneurship.com/2021/04/08/5-revision-v1/',0,'revision','',0),(1644,1,'2021-04-08 08:05:17','2021-04-08 08:05:17','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-08 08:05:17','2021-04-08 08:05:17','',5,'https://advancingblackentrepreneurship.com/2021/04/08/5-revision-v1/',0,'revision','',0),(1645,2,'2021-04-09 16:27:47','2021-04-09 16:27:47','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-32-of-45-scaled.jpg\" alt=\"bbp (32 of 45)\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-32-of-45-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"bbp (32 of 45)\">\n					</a>\n									<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Pyramid Books, Art &amp; Custom Framing\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" alt=\"afrobites\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"afrobites\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-09 16:27:47','2021-04-09 16:27:47','',1559,'https://advancingblackentrepreneurship.com/2021/04/09/1559-revision-v1/',0,'revision','',0),(1646,2,'2021-04-09 16:27:47','2021-04-09 16:27:47','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-32-of-45-scaled.jpg\" alt=\"bbp (32 of 45)\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-32-of-45-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"bbp (32 of 45)\">\n					</a>\n									<a href=\"https://www.pyramid1988.com/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Pyramid Books, Art &amp; Custom Framing\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" alt=\"afrobites\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"afrobites\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-09 16:27:47','2021-04-09 16:27:47','',1559,'https://advancingblackentrepreneurship.com/2021/04/09/1559-revision-v1/',0,'revision','',0),(1647,2,'2021-04-09 16:27:47','2021-04-09 16:27:47','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" alt=\"afrobites\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"afrobites\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-09 16:27:47','2021-04-09 16:27:47','',1559,'https://advancingblackentrepreneurship.com/2021/04/09/1559-revision-v1/',0,'revision','',0),(1648,2,'2021-04-09 16:55:14','2021-04-09 16:55:14','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" alt=\"afrobites\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"afrobites\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-09 16:55:14','2021-04-09 16:55:14','',1559,'https://advancingblackentrepreneurship.com/2021/04/09/1559-revision-v1/',0,'revision','',0),(1649,2,'2021-04-09 16:55:14','2021-04-09 16:55:14','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" alt=\"afrobites\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/afrobites.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"afrobites\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-09 16:55:14','2021-04-09 16:55:14','',1559,'https://advancingblackentrepreneurship.com/2021/04/09/1559-revision-v1/',0,'revision','',0),(1650,2,'2021-04-09 16:55:15','2021-04-09 16:55:15','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-09 16:55:15','2021-04-09 16:55:15','',1559,'https://advancingblackentrepreneurship.com/2021/04/09/1559-revision-v1/',0,'revision','',0),(1651,2,'2021-04-11 16:21:23','2021-04-11 16:21:23','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 16:21:23','2021-04-11 16:21:23','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1652,2,'2021-04-11 16:21:23','2021-04-11 16:21:23','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 16:21:23','2021-04-11 16:21:23','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1653,2,'2021-04-11 16:21:24','2021-04-11 16:21:24','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 16:21:24','2021-04-11 16:21:24','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1654,2,'2021-04-11 16:22:35','2021-04-11 16:22:35','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 16:22:35','2021-04-11 16:22:35','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1655,2,'2021-04-11 16:22:35','2021-04-11 16:22:35','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, Advancing Black Entrepreneurship (ABE) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 16:22:35','2021-04-11 16:22:35','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1656,2,'2021-04-11 16:22:37','2021-04-11 16:22:37','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with &nbsp;the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 16:22:37','2021-04-11 16:22:37','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1657,2,'2021-04-11 16:28:44','2021-04-11 16:28:44','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship (ABE) is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments</li><li style=\"text-align: left;\">Scale Black-Owned businesses</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-04-11 16:28:44','2021-04-11 16:28:44','',558,'https://advancingblackentrepreneurship.com/2021/04/11/558-revision-v1/',0,'revision','',0),(1658,2,'2021-04-11 16:28:44','2021-04-11 16:28:44','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>Advancing Black Entrepreneurship (ABE) is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments</li><li style=\"text-align: left;\">Scale Black-Owned businesses</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-04-11 16:28:44','2021-04-11 16:28:44','',558,'https://advancingblackentrepreneurship.com/2021/04/11/558-revision-v1/',0,'revision','',0),(1659,2,'2021-04-11 16:28:45','2021-04-11 16:28:45','<h2>Our Mission</h2> 		\n		<h3><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.</strong></h3><h3>ABE (Advancing Black Entrepreneurship) is a non-profit organization based in Little Rock.</h3>		\n			<h2>Who We Serve</h2> 		\n		<h2><strong>Black Entrepreneurs</strong></h2><h3>We focus our efforts in three areas:</h3><h3><strong>1. Build supportive Ecosystem for Black-Owned Businesses </strong></h3><h3><b>2. Democratize Access to Capital and Knowledge</b></h3><h3><strong>3. Provide M<b>entorship and </b>Financial Literacy Programs</strong></h3><p> </p><p><strong><i>We are changing the face of entrepreneurship by supporting Black Founders.</i></strong></p>		\n			<h2>Why We Are Different</h2> 		\n		<h3><strong>We believe that the status quo is unsustainable, and we must work not to level the playing field but to establish a new one rooted in equity and justice.</strong></h3><p><b>Our Strategic Intent is to:</b></p><ol><li style=\"text-align: left;\">Increase number of Black-Owned businesses</li><li style=\"text-align: left;\">Increase access to markets and the number of Black-Owned companies doing businesses with the state and local governments</li><li style=\"text-align: left;\">Scale Black-Owned businesses</li></ol>		\n			<h2>Our Team</h2> 		\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Benito Lubazibwa</h3>\n				<h4>Executive Director</h4>\n														<p></p>\n		<h3>\n				Board Of Directors			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jay A. Young</h3>\n				<h4>CEO and Founder of Paradigm Masters Management</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Bruce James</h3>\n				<h4>Professor of Business and Economic at Philander Smith College</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Reginia Kimbrough</h3>\n				<h4>Co-founder of The Kimbrough STEAM Education Foundation</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Rickey Hicks</h3>\n				<h4>Founding Attorney and Owner of Hicks Law Office</h4>\n														<p></p>\n		<h3>\n				Advisory Board			\n								</h3>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Pat Riley</h3>\n				<h4>Community  Philanthropist </h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jean Lacefield</h3>\n				<h4>President, Gateway Community Association</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Jon Wood, J.D.</h3>\n				<h4>Assistant Professor, Director of The Waldron Center for Entrepreneurship and Family Business</h4>\n														<p></p>\n				<figure>\n					<img src=\"\" alt=\"\">\n				</figure>\n				<h3>Chris Jones, Ph.D.</h3>\n				<h4>Executive Director of Arkansas Regional Innovation Hub</h4>\n														<p></p>','About Us','','inherit','closed','closed','','558-revision-v1','','','2021-04-11 16:28:45','2021-04-11 16:28:45','',558,'https://advancingblackentrepreneurship.com/2021/04/11/558-revision-v1/',0,'revision','',0),(1661,2,'2021-04-11 17:19:27','2021-04-11 17:19:27','','','','inherit','open','closed','','shop-wright','','','2021-04-11 17:20:05','2021-04-11 17:20:05','',1559,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright-.jpg',0,'attachment','image/jpeg',0),(1662,2,'2021-04-11 17:20:16','2021-04-11 17:20:16','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with &nbsp;the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 17:20:16','2021-04-11 17:20:16','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1663,2,'2021-04-11 17:20:16','2021-04-11 17:20:16','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with &nbsp;the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Initiative-photo-1-150x150.jpg\" title=\"Wright Initiative photo\" alt=\"Wright Initiative photo\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 17:20:16','2021-04-11 17:20:16','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1664,2,'2021-04-11 17:20:17','2021-04-11 17:20:17','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 17:20:17','2021-04-11 17:20:17','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1665,2,'2021-04-11 17:24:55','2021-04-11 17:24:55','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 17:24:55','2021-04-11 17:24:55','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1666,2,'2021-04-11 17:24:55','2021-04-11 17:24:55','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 17:24:55','2021-04-11 17:24:55','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1667,2,'2021-04-11 17:24:55','2021-04-11 17:24:55','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 17:24:55','2021-04-11 17:24:55','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1668,2,'2021-04-11 17:27:11','2021-04-11 17:27:11','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 17:27:11','2021-04-11 17:27:11','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1669,2,'2021-04-11 17:27:11','2021-04-11 17:27:11','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 17:27:11','2021-04-11 17:27:11','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1670,2,'2021-04-11 17:27:12','2021-04-11 17:27:12','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 17:27:12','2021-04-11 17:27:12','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1671,2,'2021-04-11 17:29:28','2021-04-11 17:29:28','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 17:29:28','2021-04-11 17:29:28','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1672,2,'2021-04-11 17:29:28','2021-04-11 17:29:28','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"k-hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"k-hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 17:29:28','2021-04-11 17:29:28','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1673,2,'2021-04-11 17:29:29','2021-04-11 17:29:29','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 17:29:29','2021-04-11 17:29:29','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1674,2,'2021-04-11 17:31:33','2021-04-11 17:31:33','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 17:31:33','2021-04-11 17:31:33','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1675,2,'2021-04-11 17:31:33','2021-04-11 17:31:33','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 17:31:33','2021-04-11 17:31:33','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1676,2,'2021-04-11 17:31:33','2021-04-11 17:31:33','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-11 17:31:33','2021-04-11 17:31:33','',1559,'https://advancingblackentrepreneurship.com/2021/04/11/1559-revision-v1/',0,'revision','',0),(1677,1,'2021-04-14 16:58:19','2021-04-14 16:58:19','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-14 16:58:19','2021-04-14 16:58:19','',5,'https://advancingblackentrepreneurship.com/2021/04/14/5-revision-v1/',0,'revision','',0),(1678,1,'2021-04-14 16:58:20','2021-04-14 16:58:20','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-14 16:58:20','2021-04-14 16:58:20','',5,'https://advancingblackentrepreneurship.com/2021/04/14/5-revision-v1/',0,'revision','',0),(1679,1,'2021-04-14 16:58:21','2021-04-14 16:58:21','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-14 16:58:21','2021-04-14 16:58:21','',5,'https://advancingblackentrepreneurship.com/2021/04/14/5-revision-v1/',0,'revision','',0),(1680,1,'2021-04-14 17:02:05','2021-04-14 17:02:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-14 17:02:05','2021-04-14 17:02:05','',5,'https://advancingblackentrepreneurship.com/2021/04/14/5-revision-v1/',0,'revision','',0),(1681,1,'2021-04-14 17:02:05','2021-04-14 17:02:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-14 17:02:05','2021-04-14 17:02:05','',5,'https://advancingblackentrepreneurship.com/2021/04/14/5-revision-v1/',0,'revision','',0),(1682,1,'2021-04-14 17:02:05','2021-04-14 17:02:05','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-14 17:02:05','2021-04-14 17:02:05','',5,'https://advancingblackentrepreneurship.com/2021/04/14/5-revision-v1/',0,'revision','',0),(1683,1,'2021-04-14 17:05:24','2021-04-14 17:05:24','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:05:24','2021-04-14 17:05:24','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1684,1,'2021-04-14 17:05:25','2021-04-14 17:05:25','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:05:25','2021-04-14 17:05:25','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1685,1,'2021-04-14 17:05:27','2021-04-14 17:05:27','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:05:27','2021-04-14 17:05:27','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1686,1,'2021-04-14 17:06:02','2021-04-14 17:06:02','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:06:02','2021-04-14 17:06:02','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1687,1,'2021-04-14 17:06:02','2021-04-14 17:06:02','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:06:02','2021-04-14 17:06:02','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1688,1,'2021-04-14 17:06:04','2021-04-14 17:06:04','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:06:04','2021-04-14 17:06:04','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1689,1,'2021-04-14 17:06:37','2021-04-14 17:06:37','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:06:37','2021-04-14 17:06:37','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1690,1,'2021-04-14 17:06:38','2021-04-14 17:06:38','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:06:38','2021-04-14 17:06:38','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1691,1,'2021-04-14 17:06:38','2021-04-14 17:06:38','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:06:38','2021-04-14 17:06:38','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1692,1,'2021-04-14 17:07:30','2021-04-14 17:07:30','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:07:30','2021-04-14 17:07:30','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1693,1,'2021-04-14 17:07:30','2021-04-14 17:07:30','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:07:30','2021-04-14 17:07:30','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1694,1,'2021-04-14 17:07:30','2021-04-14 17:07:30','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:07:30','2021-04-14 17:07:30','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1695,1,'2021-04-14 17:10:08','2021-04-14 17:10:08','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:10:08','2021-04-14 17:10:08','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1696,1,'2021-04-14 17:10:08','2021-04-14 17:10:08','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:10:08','2021-04-14 17:10:08','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1697,1,'2021-04-14 17:10:08','2021-04-14 17:10:08','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:10:08','2021-04-14 17:10:08','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1700,1,'2021-04-14 17:38:24','2021-04-14 17:38:24','','Wright Avenue Neighborhood','','inherit','open','closed','','wright-avenue-neighborhood','','','2021-04-14 17:38:24','2021-04-14 17:38:24','',1559,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg',0,'attachment','image/jpeg',0),(1701,1,'2021-04-14 17:39:27','2021-04-14 17:39:27','','Forge','','inherit','open','closed','','forge','','','2021-04-14 17:39:27','2021-04-14 17:39:27','',1559,'https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png',0,'attachment','image/png',0),(1702,1,'2021-04-14 17:43:00','2021-04-14 17:43:00','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:43:00','2021-04-14 17:43:00','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1703,1,'2021-04-14 17:43:00','2021-04-14 17:43:00','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:43:00','2021-04-14 17:43:00','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1704,1,'2021-04-14 17:43:00','2021-04-14 17:43:00','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-14 17:43:00','2021-04-14 17:43:00','',1559,'https://advancingblackentrepreneurship.com/2021/04/14/1559-revision-v1/',0,'revision','',0),(1705,1,'2021-04-14 22:10:07','2021-04-14 22:10:07','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5d754506\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5d754506\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5d754506\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5d754506\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7aca7051\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7aca7051\" data-elementor-lightbox-title=\"Forge\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>','ABE - Shop Black Wright Avenue','','publish','closed','closed','','abe-shop-black-wright-avenue','','','2021-04-14 22:10:08','2021-04-14 22:10:08','',0,'https://advancingblackentrepreneurship.com/?elementor_library=abe-shop-black-wright-avenue',0,'elementor_library','',0),(1706,1,'2021-04-14 22:10:07','2021-04-14 22:10:07','','ABE - Shop Black Wright Avenue','','inherit','closed','closed','','1705-revision-v1','','','2021-04-14 22:10:07','2021-04-14 22:10:07','',1705,'https://advancingblackentrepreneurship.com/2021/04/14/1705-revision-v1/',0,'revision','',0),(1707,1,'2021-04-14 22:10:08','2021-04-14 22:10:08','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5d754506\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5d754506\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5d754506\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"5d754506\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7aca7051\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7aca7051\" data-elementor-lightbox-title=\"Forge\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>','ABE - Shop Black Wright Avenue','','inherit','closed','closed','','1705-revision-v1','','','2021-04-14 22:10:08','2021-04-14 22:10:08','',1705,'https://advancingblackentrepreneurship.com/2021/04/14/1705-revision-v1/',0,'revision','',0),(1708,2,'2021-04-15 02:56:08','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2021-04-15 02:56:08','0000-00-00 00:00:00','',0,'https://advancingblackentrepreneurship.com/?p=1708',0,'post','',0),(1711,2,'2021-04-15 03:15:36','2021-04-15 03:15:36','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-15 03:15:36','2021-04-15 03:15:36','',1559,'https://advancingblackentrepreneurship.com/2021/04/15/1559-revision-v1/',0,'revision','',0),(1712,2,'2021-04-15 03:15:36','2021-04-15 03:15:36','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-15 03:15:36','2021-04-15 03:15:36','',1559,'https://advancingblackentrepreneurship.com/2021/04/15/1559-revision-v1/',0,'revision','',0),(1713,2,'2021-04-15 03:15:36','2021-04-15 03:15:36','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-15 03:15:36','2021-04-15 03:15:36','',1559,'https://advancingblackentrepreneurship.com/2021/04/15/1559-revision-v1/',0,'revision','',0),(1714,2,'2021-04-15 03:16:04','2021-04-15 03:16:04','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-15 03:16:04','2021-04-15 03:16:04','',1559,'https://advancingblackentrepreneurship.com/2021/04/15/1559-revision-v1/',0,'revision','',0),(1715,2,'2021-04-15 03:16:04','2021-04-15 03:16:04','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-15 03:16:04','2021-04-15 03:16:04','',1559,'https://advancingblackentrepreneurship.com/2021/04/15/1559-revision-v1/',0,'revision','',0),(1716,2,'2021-04-15 03:16:04','2021-04-15 03:16:04','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-15 03:16:04','2021-04-15 03:16:04','',1559,'https://advancingblackentrepreneurship.com/2021/04/15/1559-revision-v1/',0,'revision','',0),(1719,2,'2021-04-15 04:44:59','2021-04-15 04:44:59','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2021-04-15 04:44:59','2021-04-15 04:44:59','',7,'https://advancingblackentrepreneurship.com/2021/04/15/7-revision-v1/',0,'revision','',0),(1720,2,'2021-04-15 04:44:59','2021-04-15 04:44:59','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2021-04-15 04:44:59','2021-04-15 04:44:59','',7,'https://advancingblackentrepreneurship.com/2021/04/15/7-revision-v1/',0,'revision','',0),(1721,2,'2021-04-15 04:46:39','2021-04-15 04:46:39','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-15 04:46:39','2021-04-15 04:46:39','',1559,'https://advancingblackentrepreneurship.com/2021/04/15/1559-revision-v1/',0,'revision','',0),(1722,2,'2021-04-15 04:46:40','2021-04-15 04:46:40','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-15 04:46:40','2021-04-15 04:46:40','',1559,'https://advancingblackentrepreneurship.com/2021/04/15/1559-revision-v1/',0,'revision','',0),(1723,2,'2021-04-15 04:46:40','2021-04-15 04:46:40','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-15 04:46:40','2021-04-15 04:46:40','',1559,'https://advancingblackentrepreneurship.com/2021/04/15/1559-revision-v1/',0,'revision','',0),(1724,2,'2021-04-15 04:49:09','2021-04-15 04:49:09','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-15 04:49:09','2021-04-15 04:49:09','',1559,'https://advancingblackentrepreneurship.com/2021/04/15/1559-revision-v1/',0,'revision','',0),(1725,2,'2021-04-15 04:49:10','2021-04-15 04:49:10','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-15 04:49:10','2021-04-15 04:49:10','',1559,'https://advancingblackentrepreneurship.com/2021/04/15/1559-revision-v1/',0,'revision','',0),(1726,2,'2021-04-15 04:49:10','2021-04-15 04:49:10','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-15 04:49:10','2021-04-15 04:49:10','',1559,'https://advancingblackentrepreneurship.com/2021/04/15/1559-revision-v1/',0,'revision','',0),(1727,2,'2021-04-15 04:55:09','2021-04-15 04:55:09','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 04:55:09','2021-04-15 04:55:09','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1728,2,'2021-04-15 04:55:10','2021-04-15 04:55:10','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 04:55:10','2021-04-15 04:55:10','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1729,2,'2021-04-15 04:55:10','2021-04-15 04:55:10','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 04:55:10','2021-04-15 04:55:10','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1731,2,'2021-04-15 04:59:30','2021-04-15 04:59:30','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 04:59:30','2021-04-15 04:59:30','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1732,2,'2021-04-15 04:59:30','2021-04-15 04:59:30','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 04:59:30','2021-04-15 04:59:30','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1733,2,'2021-04-15 04:59:30','2021-04-15 04:59:30','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 04:59:30','2021-04-15 04:59:30','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1736,2,'2021-04-15 05:09:02','2021-04-15 05:09:02','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:09:02','2021-04-15 05:09:02','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1737,2,'2021-04-15 05:09:02','2021-04-15 05:09:02','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:09:02','2021-04-15 05:09:02','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1738,2,'2021-04-15 05:09:02','2021-04-15 05:09:02','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:09:02','2021-04-15 05:09:02','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1739,2,'2021-04-15 05:11:11','2021-04-15 05:11:11','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2021-04-15 05:11:11','2021-04-15 05:11:11','',7,'https://advancingblackentrepreneurship.com/2021/04/15/7-revision-v1/',0,'revision','',0),(1740,2,'2021-04-15 05:12:24','2021-04-15 05:12:24','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:12:24','2021-04-15 05:12:24','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1741,2,'2021-04-15 05:12:24','2021-04-15 05:12:24','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:12:24','2021-04-15 05:12:24','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1742,2,'2021-04-15 05:12:24','2021-04-15 05:12:24','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:12:24','2021-04-15 05:12:24','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1743,2,'2021-04-15 05:15:49','2021-04-15 05:15:49','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2021-04-15 05:15:49','2021-04-15 05:15:49','',7,'https://advancingblackentrepreneurship.com/2021/04/15/7-revision-v1/',0,'revision','',0),(1744,2,'2021-04-15 05:16:46','2021-04-15 05:16:46','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:16:46','2021-04-15 05:16:46','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1745,2,'2021-04-15 05:16:46','2021-04-15 05:16:46','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:16:46','2021-04-15 05:16:46','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1746,2,'2021-04-15 05:16:47','2021-04-15 05:16:47','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:16:47','2021-04-15 05:16:47','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1747,2,'2021-04-15 05:17:51','2021-04-15 05:17:51','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:17:51','2021-04-15 05:17:51','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1748,2,'2021-04-15 05:17:51','2021-04-15 05:17:51','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:17:51','2021-04-15 05:17:51','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1749,2,'2021-04-15 05:17:51','2021-04-15 05:17:51','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:17:51','2021-04-15 05:17:51','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1750,2,'2021-04-15 05:18:08','2021-04-15 05:18:08','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:18:08','2021-04-15 05:18:08','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1751,2,'2021-04-15 05:18:08','2021-04-15 05:18:08','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h3><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h3>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:18:08','2021-04-15 05:18:08','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1752,2,'2021-04-15 05:18:08','2021-04-15 05:18:08','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h1><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h1>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:18:08','2021-04-15 05:18:08','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1753,2,'2021-04-15 05:18:59','2021-04-15 05:18:59','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h1><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h1>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:18:59','2021-04-15 05:18:59','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1754,2,'2021-04-15 05:18:59','2021-04-15 05:18:59','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h1><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h1>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:18:59','2021-04-15 05:18:59','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1755,2,'2021-04-15 05:19:00','2021-04-15 05:19:00','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h1><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h1>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:19:00','2021-04-15 05:19:00','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1756,2,'2021-04-15 05:22:32','2021-04-15 05:22:32','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h1><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h1>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:22:32','2021-04-15 05:22:32','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1757,2,'2021-04-15 05:22:33','2021-04-15 05:22:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic.&nbsp;</h3>\n<h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund,&nbsp;</em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021.&nbsp;</h3>\n<h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance.&nbsp;</h3>\n<h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses.&nbsp;</h3>\n<h3>Make an impact today... donate to advance Black Entrepreneurship.</h3>\n<h3>We are a 501(c)3 organization.<br></h3>\n<h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL&nbsp; TO:</h3>\n<h3>Advancing Black Entrepreneurship<br>300 South Spring St., Suite 604, Little Rock, AR 72201</h3>\n<h3>If you have questions about donations, please contact us at:&nbsp;&nbsp;advancingblackentrepreneurship@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h1><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h1>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:22:33','2021-04-15 05:22:33','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1758,2,'2021-04-15 05:22:33','2021-04-15 05:22:33','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>We are a 501(c)3 organization.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL  TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please contact us at: blackentrepreneurshipfund@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h1><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h1>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-15 05:22:33','2021-04-15 05:22:33','',5,'https://advancingblackentrepreneurship.com/2021/04/15/5-revision-v1/',0,'revision','',0),(1760,2,'2021-04-15 18:29:36','2021-04-15 18:29:36','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>BUILDING  - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-15 18:29:36','2021-04-15 18:29:36','',864,'https://advancingblackentrepreneurship.com/2021/04/15/864-revision-v1/',0,'revision','',0),(1761,2,'2021-04-15 18:29:36','2021-04-15 18:29:36','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>BUILDING  - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-15 18:29:36','2021-04-15 18:29:36','',864,'https://advancingblackentrepreneurship.com/2021/04/15/864-revision-v1/',0,'revision','',0),(1762,2,'2021-04-15 18:29:37','2021-04-15 18:29:37','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\">$10,000 Match Campaign</h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-15 18:29:37','2021-04-15 18:29:37','',864,'https://advancingblackentrepreneurship.com/2021/04/15/864-revision-v1/',0,'revision','',0),(1763,2,'2021-04-15 18:30:14','2021-04-15 18:30:14','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\">$10,000 Match Campaign</h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-15 18:30:14','2021-04-15 18:30:14','',864,'https://advancingblackentrepreneurship.com/2021/04/15/864-revision-v1/',0,'revision','',0),(1764,2,'2021-04-15 18:30:14','2021-04-15 18:30:14','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\">$10,000 Match Campaign</h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-15 18:30:14','2021-04-15 18:30:14','',864,'https://advancingblackentrepreneurship.com/2021/04/15/864-revision-v1/',0,'revision','',0),(1765,2,'2021-04-15 18:30:15','2021-04-15 18:30:15','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\">$10,000 Match Campaign</h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities. Link: <a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-15 18:30:15','2021-04-15 18:30:15','',864,'https://advancingblackentrepreneurship.com/2021/04/15/864-revision-v1/',0,'revision','',0),(1766,2,'2021-04-15 18:31:03','2021-04-15 18:31:03','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\">$10,000 Match Campaign</h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities. Link: <a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-15 18:31:03','2021-04-15 18:31:03','',864,'https://advancingblackentrepreneurship.com/2021/04/15/864-revision-v1/',0,'revision','',0),(1767,2,'2021-04-15 18:31:03','2021-04-15 18:31:03','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\">$10,000 Match Campaign</h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities. Link: <a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-15 18:31:03','2021-04-15 18:31:03','',864,'https://advancingblackentrepreneurship.com/2021/04/15/864-revision-v1/',0,'revision','',0),(1768,2,'2021-04-15 18:31:04','2021-04-15 18:31:04','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\">$10,000 Match Campaign</h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-15 18:31:04','2021-04-15 18:31:04','',864,'https://advancingblackentrepreneurship.com/2021/04/15/864-revision-v1/',0,'revision','',0),(1769,2,'2021-04-15 20:14:44','2021-04-15 20:14:44','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\">$10,000 Match Campaign</h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-15 20:14:44','2021-04-15 20:14:44','',864,'https://advancingblackentrepreneurship.com/2021/04/15/864-revision-v1/',0,'revision','',0),(1770,2,'2021-04-15 20:14:44','2021-04-15 20:14:44','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"font-family: \'Bebas Neue\', sans-serif; font-weight: 400; color: #000000; font-size: 59px; background-color: #ffffff;\">$10,000 Match Campaign</h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-15 20:14:44','2021-04-15 20:14:44','',864,'https://advancingblackentrepreneurship.com/2021/04/15/864-revision-v1/',0,'revision','',0),(1771,2,'2021-04-15 20:14:45','2021-04-15 20:14:45','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-15 20:14:45','2021-04-15 20:14:45','',864,'https://advancingblackentrepreneurship.com/2021/04/15/864-revision-v1/',0,'revision','',0),(1772,2,'2021-04-16 12:37:10','2021-04-16 12:37:10','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-16 12:37:10','2021-04-16 12:37:10','',1559,'https://advancingblackentrepreneurship.com/2021/04/16/1559-revision-v1/',0,'revision','',0),(1773,2,'2021-04-16 12:37:11','2021-04-16 12:37:11','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider.</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-16 12:37:11','2021-04-16 12:37:11','',1559,'https://advancingblackentrepreneurship.com/2021/04/16/1559-revision-v1/',0,'revision','',0),(1774,2,'2021-04-16 12:37:11','2021-04-16 12:37:11','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-16 12:37:11','2021-04-16 12:37:11','',1559,'https://advancingblackentrepreneurship.com/2021/04/16/1559-revision-v1/',0,'revision','',0),(1775,2,'2021-04-16 12:38:52','2021-04-16 12:38:52','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:38:52','2021-04-16 12:38:52','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1776,2,'2021-04-16 12:38:52','2021-04-16 12:38:52','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider </b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:38:52','2021-04-16 12:38:52','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1777,2,'2021-04-16 12:38:52','2021-04-16 12:38:52','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:38:52','2021-04-16 12:38:52','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1778,2,'2021-04-16 12:41:03','2021-04-16 12:41:03','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:41:03','2021-04-16 12:41:03','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1779,2,'2021-04-16 12:41:03','2021-04-16 12:41:03','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:41:03','2021-04-16 12:41:03','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1780,2,'2021-04-16 12:41:04','2021-04-16 12:41:04','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:41:04','2021-04-16 12:41:04','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1781,2,'2021-04-16 12:43:47','2021-04-16 12:43:47','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:43:47','2021-04-16 12:43:47','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1782,2,'2021-04-16 12:43:47','2021-04-16 12:43:47','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:43:47','2021-04-16 12:43:47','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1783,2,'2021-04-16 12:43:48','2021-04-16 12:43:48','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:43:48','2021-04-16 12:43:48','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1784,2,'2021-04-16 12:45:08','2021-04-16 12:45:08','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:45:08','2021-04-16 12:45:08','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1785,2,'2021-04-16 12:45:08','2021-04-16 12:45:08','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:45:08','2021-04-16 12:45:08','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1786,2,'2021-04-16 12:45:08','2021-04-16 12:45:08','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:45:08','2021-04-16 12:45:08','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1787,2,'2021-04-16 12:48:50','2021-04-16 12:48:50','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a style=\"color: #ff0000;\" href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-04-16 12:48:50','2021-04-16 12:48:50','',380,'https://advancingblackentrepreneurship.com/2021/04/16/380-revision-v1/',0,'revision','',0),(1788,2,'2021-04-16 12:48:50','2021-04-16 12:48:50','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a style=\"color: #ff0000;\" href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-04-16 12:48:50','2021-04-16 12:48:50','',380,'https://advancingblackentrepreneurship.com/2021/04/16/380-revision-v1/',0,'revision','',0),(1789,2,'2021-04-16 12:48:50','2021-04-16 12:48:50','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a style=\"color: #ff0000;\" href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-04-16 12:48:50','2021-04-16 12:48:50','',380,'https://advancingblackentrepreneurship.com/2021/04/16/380-revision-v1/',0,'revision','',0),(1791,2,'2021-04-16 12:51:25','2021-04-16 12:51:25','','Default Kit','','inherit','closed','closed','','7-revision-v1','','','2021-04-16 12:51:25','2021-04-16 12:51:25','',7,'https://advancingblackentrepreneurship.com/2021/04/16/7-revision-v1/',0,'revision','',0),(1792,2,'2021-04-16 12:53:33','2021-04-16 12:53:33','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a style=\"color: #ff0000;\" href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-04-16 12:53:33','2021-04-16 12:53:33','',380,'https://advancingblackentrepreneurship.com/2021/04/16/380-revision-v1/',0,'revision','',0),(1793,2,'2021-04-16 12:53:33','2021-04-16 12:53:33','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a style=\"color: #ff0000;\" href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-04-16 12:53:33','2021-04-16 12:53:33','',380,'https://advancingblackentrepreneurship.com/2021/04/16/380-revision-v1/',0,'revision','',0),(1794,2,'2021-04-16 12:53:34','2021-04-16 12:53:34','<img width=\"150\" height=\"150\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-150x150.png 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-300x300.png 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1024x1024.png 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-768x768.png 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black-1536x1536.png 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Certified-Black.png 1831w\" sizes=\"(max-width: 150px) 100vw, 150px\" />											\n			<h1>Business Directory</h1>		\n			<h1><h2 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"font-family: Radley, sans-serif; color: rgb(5, 18, 24); outline-style: initial; outline-width: 0px;\">Discover Arkansas\'s Black-Owned Businesses</h2></h1>		\n<h3><strong>Find a Certified Black-Owned Business or <a style=\"color: #ff0000;\" href=\"http://advancingblackentrepreneurship.com/business-directory-request-form\">click here</a> to make sure yours is listed.</strong></h3>\n<h3><strong>You can browse an alphabetical listing of businesses below, or search through a variety of categories.</strong></h3>\n<p>[directorist_all_listing]</p>\n<!-- wp:spacer -->\n<!-- /wp:spacer -->','All Listings','','inherit','closed','closed','','380-revision-v1','','','2021-04-16 12:53:34','2021-04-16 12:53:34','',380,'https://advancingblackentrepreneurship.com/2021/04/16/380-revision-v1/',0,'revision','',0),(1795,2,'2021-04-16 12:56:28','2021-04-16 12:56:28','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:56:28','2021-04-16 12:56:28','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1796,2,'2021-04-16 12:56:28','2021-04-16 12:56:28','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:56:28','2021-04-16 12:56:28','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1797,2,'2021-04-16 12:56:28','2021-04-16 12:56:28','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:56:28','2021-04-16 12:56:28','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1798,2,'2021-04-16 12:56:47','2021-04-16 12:56:47','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:56:47','2021-04-16 12:56:47','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1799,2,'2021-04-16 12:56:47','2021-04-16 12:56:47','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:56:47','2021-04-16 12:56:47','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1800,2,'2021-04-16 12:56:47','2021-04-16 12:56:47','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:56:47','2021-04-16 12:56:47','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1801,2,'2021-04-16 12:57:15','2021-04-16 12:57:15','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:57:15','2021-04-16 12:57:15','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1802,2,'2021-04-16 12:57:16','2021-04-16 12:57:16','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:57:16','2021-04-16 12:57:16','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1803,2,'2021-04-16 12:57:16','2021-04-16 12:57:16','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:57:16','2021-04-16 12:57:16','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1804,2,'2021-04-16 12:57:40','2021-04-16 12:57:40','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:57:40','2021-04-16 12:57:40','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1805,2,'2021-04-16 12:57:40','2021-04-16 12:57:40','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:57:40','2021-04-16 12:57:40','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1806,2,'2021-04-16 12:57:40','2021-04-16 12:57:40','<p><!-- wp:html --></p>\n<h2><strong>BLACK ENTREPRENEURSHIP FUND </strong><strong> </strong></h2>\n<h3><strong>The fund supports certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </strong><strong style=\"font-size: 1.25rem;\">These awards are non-dilutive, meaning that business owners are not giving up any ownership in their company in exchange for funding.</strong></h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2 style=\"text-align: left;\"><strong>KIJIJI - supportive ecosystem for Black entrepreneurs</strong></h2>\n<h3><strong>We are creating an ecosystem that is rooted in equity and functions in a way to support the Black business aspirant at every stage of the business cycle. </strong></h3>\n<h3><strong>Kijiji means \"Village\" in </strong><strong style=\"font-size: 1.25rem;\">Swahili.</strong></h3>\n<h3 style=\"color: #7a7a7a; font-family: Roboto, sans-serif; font-size: 14px; font-weight: 400; text-align: left;\"><em><strong>Kijiji is a system of interconnected actors (entrepreneurs, etc.), factors (capital, </strong></em><em><strong>market access, etc.) and environment determinants (e.g., policies, laws, culture etc.) that interact and function in such a way to </strong></em><em><strong>support Black entrepreneurs at each stage in their business lifecycle.  </strong></em><strong><em>-</em> Benito Lubazibwa</strong></h3>\n<h3 style=\"text-align: left;\"> </h3>\n \n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>ELEVATE - Advancing Financial Health</strong></h2>\n<p style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">Elevate is a free financial education program.</p>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">We are working to address the unique financial needs of Black people who too often get left behind in this economy. By providing financial education programs, we are helping more people in the Black community achieve financial stability, meet their long-term financial goal and master their financial destiny.</h3>\n<h3>  </h3>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>$10,000 Match Campaign</strong></h2>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">A dollar match initiative up to $10,000 designed to stimulate sales at businesses located in the Black Communities.</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\">For more information click this link:</h3>\n<h3 style=\"line-height: normal; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;\"><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">Shop black @ Wright Avenue – Advancing Black Entrepreneurship</a></h3>\n<p> </p>\n<p> </p>\n<p><!-- /wp:html --></p><p><!-- wp:html --></p>\n<h2><strong>Certified Black-Owned Business</strong></h2>\n<h3><strong>Certified Black-Owned Business is an initiative highlighting Black-Owned businesses in Arkansas and makes it easier for people to identify and support them. Acting as the certifying agent, we review businesses based on a five-point criteria system. Customers can identify “Certified Black-Owned Businesses\" by the decal in their window or by looking them up in our business directory.</strong></h3>\n<strong> </strong>\n<h3 style=\"mso-margin-bottom-alt: auto; line-height: normal; background: black;\"><b>Five criteria:</b></h3>\n<ol style=\"margin-top: 0in;\" start=\"1\" type=\"1\">\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is Black-Owned Business</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has been in Business 6 months or more</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has a proven business model</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It is registered with the Secretary of State</b></h3>\n</li>\n<li style=\"color: #fad022; margin-top: 6.0pt; margin-bottom: 6.0pt; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in; background: black;\">\n<h3><b>It has committed to work with the local technical assistance provider (ReMix Ideas)</b></h3>\n</li>\n</ol>\n<h3> </h3>\n<p><!-- /wp:html --></p>','INITIATIVES','','inherit','closed','closed','','864-revision-v1','','','2021-04-16 12:57:40','2021-04-16 12:57:40','',864,'https://advancingblackentrepreneurship.com/2021/04/16/864-revision-v1/',0,'revision','',0),(1807,2,'2021-04-16 13:00:56','2021-04-16 13:00:56','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-16 13:00:56','2021-04-16 13:00:56','',1559,'https://advancingblackentrepreneurship.com/2021/04/16/1559-revision-v1/',0,'revision','',0),(1808,2,'2021-04-16 13:00:57','2021-04-16 13:00:57','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-16 13:00:57','2021-04-16 13:00:57','',1559,'https://advancingblackentrepreneurship.com/2021/04/16/1559-revision-v1/',0,'revision','',0),(1809,2,'2021-04-16 13:00:57','2021-04-16 13:00:57','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-16 13:00:57','2021-04-16 13:00:57','',1559,'https://advancingblackentrepreneurship.com/2021/04/16/1559-revision-v1/',0,'revision','',0),(1810,2,'2021-04-16 13:02:01','2021-04-16 13:02:01','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-16 13:02:01','2021-04-16 13:02:01','',1559,'https://advancingblackentrepreneurship.com/2021/04/16/1559-revision-v1/',0,'revision','',0),(1811,2,'2021-04-16 13:02:01','2021-04-16 13:02:01','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-16 13:02:01','2021-04-16 13:02:01','',1559,'https://advancingblackentrepreneurship.com/2021/04/16/1559-revision-v1/',0,'revision','',0),(1812,2,'2021-04-16 13:02:01','2021-04-16 13:02:01','<h2>SHOP black @ wright avenue  - $10,000 Match campaign</h2>		\n		<p>In an effort to stimulate the economic mobility of Black-owned businesses along Wright Avenue, ABE (Advancing Black Entrepreneurship) and ReMix Ideas in partnership with  the Wright Avenue Neighborhood Association are launching <strong>Shop Black @ Wright Avenue</strong> – beginning May 28<sup>th</sup> thru 29<sup>th</sup> – <strong>Shop Black @ Wright Avenue</strong> is a dollar match initiative up to 10k designed to stimulate sales at businesses located on Wright Avenue in Little Rock.</p>		\n			<h2>BACKGROUND</h2>		\n		<p>Nationally, Black-owned businesses have experienced the greatest hardships due to the economic fallout resulting from the COVID-19 pandemic. According to a report released by the Federal Reserve Bank of New York in August 2020, the number of Black business owners has seen the most acute decline at a 41% drop compared to Latinx (32%) and White-owned businesses (17%) throughout the pandemic. This evidence shows that the pandemic has forced Black-owned firms to shutter at almost twice the rate of other small enterprises.</p><p>These hardships are seen here in our city as well and compounded by the fact that Black-owned businesses typically receive less monies from traditional funding sources than other groups. The recently released Arkansas Small Business Access to Capital Report shows that between 2017 and 2020, nearly 77% of the state’s SBA 7(A) loans were disbursed to white-owned enterprises.</p>		\n										<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/shop-@-Wright--150x150.jpg\" title=\"\" alt=\"\" />											\n			<h2>SHOP BLACK @ WRIGHT AVE Dollar Matching Initiative</h2>		\n		<p>ABE and ReMix Ideas have launched the Shop Black @ Wright Avenue Dollar Matching Initiative as an alternative and innovative way to directly stimulate Black enterprises and make a difference in their bottom line today, when they need it most.</p><p><em>How It Works:</em></p><p>On designated weekends, shoppers will be encouraged to make purchases at select, certified Black-owned businesses located on Wright Avenue in Little Rock (Designated weekends and select businesses will be promoted well in advance)</p><p>On designated days, customers <strong>double </strong>their purchasing power up to $20. Spend $10 to buy $20 worth of products or services. ABE &amp; ReMix Ideas will match customer’s spending dollar for dollar up to $20, contributing the matching dollars directly to the businesses.</p><p>ABE &amp; ReMix Ideas will work with participating Wright Avenue stores to establish a feasible process.</p><p>ABE and ReMix Ideas are pledging $10K to this dollar matching initiative, meaning that this effort will result in an economic stimulus of $20K to the Wright Ave business sector in just one weekend and between $2000 - $6600 stimulus for each participating business (between 3 and 5 businesses will be chosen).</p><p>The participating Wright Ave businesses are part of the Certified Black-Owned Business program. Certified Black-Owned Businesses meet these following criteria: </p><ol><li>It is Black-Owned Business.</li><li>It has been in Business 6 months or more.</li><li>It has a proven business model.</li><li>It is registered with the Secretary of State.</li><li>It has committed to work with the local technical assistance provider (ReMix Ideas).</li></ol>		\n			<h2>IMPACT</h2>		\n		<p>Beyond the immediate financial impact, our goal is to spur long-term economic and social growth within the Wright Avenue area and to recirculate money within the Black community.  Additionally, the campaign will serve to promote and provide exposure for the Wright Avenue businesses to new, potential customers, and it will directly boost the economic mobility of these businesses, causing a ripple effect of positive change throughout the community.</p><p>This is not a one-time endeavor. ABE and ReMix Ideas plan to initiate <strong>SHOP BLACK Dollar Matching </strong>weekends across the city, helping to stimulate economic growth in the communities with businesses that have been hardest hit by the COVID-19 pandemic.</p>		\n			<h2>participating businesses</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" alt=\"K-Hall\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/k-hall.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"K-Hall\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									K-Hall &amp; Sons Produce\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" alt=\"\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/02/Afrobites-e1613582498679.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"\">\n					</a>\n									<a href=\"https://www.facebook.com/afrobitesLR/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									Afro Bites\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" alt=\"Pyramid Book Store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/1.-Pyramid-Book-Store-.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"Pyramid Book Store\">\n					</a>\n									Pyramid Book Store\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" alt=\"new-africa-yo-store\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/new-africa-yo-store.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"90a7940\" data-elementor-lightbox-title=\"new-africa-yo-store\">\n					</a>\n									<a href=\"https://www.facebook.com/newafricastore/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n									New Africa Yo Store\n			<h2>our partners</h2>		\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" alt=\"Wright Avenue Neighborhood\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Wright-Avenue-Neighborhood.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Wright Avenue Neighborhood\">\n					</a>\n									<a href=\"https://www.facebook.com/KHallAndSonsProduce/\" target=\"_blank\" rel=\"noopener\">\n					</a>\n		<img src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" alt=\"Forge\">\n					<a href=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2021/04/Forge.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"925df0a\" data-elementor-lightbox-title=\"Forge\">\n					</a>','Shop black @ Wright Avenue','','inherit','closed','closed','','1559-revision-v1','','','2021-04-16 13:02:01','2021-04-16 13:02:01','',1559,'https://advancingblackentrepreneurship.com/2021/04/16/1559-revision-v1/',0,'revision','',0),(1813,2,'2021-04-16 13:03:44','2021-04-16 13:03:44','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>We are a 501(c)3 organization.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL  TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please contact us at: blackentrepreneurshipfund@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h1><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h1>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-16 13:03:44','2021-04-16 13:03:44','',5,'https://advancingblackentrepreneurship.com/2021/04/16/5-revision-v1/',0,'revision','',0),(1814,2,'2021-04-16 13:03:45','2021-04-16 13:03:45','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>We are a 501(c)3 organization.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL  TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please contact us at: blackentrepreneurshipfund@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h1><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h1>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-16 13:03:45','2021-04-16 13:03:45','',5,'https://advancingblackentrepreneurship.com/2021/04/16/5-revision-v1/',0,'revision','',0),(1815,2,'2021-04-16 13:03:46','2021-04-16 13:03:46','[rev_slider alias=\"slider-1\" slidertitle=\"Slider 1\"][/rev_slider]		\n			<h2>Black Entrepreneurship Fund</h2>		\n			<h2>$1 Million in 12 Months</h2>		\n		<h3>Without question systemic racism in the U.S. has created profound racial inequalities that have been exacerbated by the COVID-19 pandemic. </h3><h3>Therefore, in addition to helping businesses reboot, adapt and/or pivot their existing business models in order to survive this crisis and beyond, we are excited about our new initiative, the <em>Black Entrepreneurship Fund, </em>an effort in partnership with the Urban League of Arkansas to raise and award 1 million dollars to Black businesses by December 2021. </h3><h3>This fund will support certified Black-owned businesses with grants of up to $5,000 and mentorship/technical assistance. </h3><h3>So, as we continue the fight for social and economic justice, let’s work together to support Black-Owned Businesses. </h3><h3>Make an impact today... donate to advance Black Entrepreneurship.</h3><h3>We are a 501(c)3 organization.</h3><h3>IF YOU WOULD PREFER TO PAY BY CHECK, PLEASE MAIL  TO:</h3><h3>Advancing Black Entrepreneurship<br />300 South Spring St., Suite 604, Little Rock, AR 72201</h3><h3>If you have questions about donations, please contact us at: blackentrepreneurshipfund@gmail.com</h3>		\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"199\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-300x199.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1024x678.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-768x509.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1-1536x1018.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Advancing-Black-Entrepreneurship-Banner-1.jpg 2000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n										<img width=\"300\" height=\"200\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/Black-5-2048x1365.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" />											\n			<h1><h1 data-elementor-setting-key=\"title\" data-pen-placeholder=\"Type Here...\" style=\"color: rgba(5, 5, 5, 0.98);\"></h1><h1 style=\"white-space: normal;\"><strong>Our mission is to build an ecosystem that is rooted in equity and empowers Black entrepreneurs to start, grow, and scale their businesses.&nbsp;</strong></h1></h1>		\n			<h2><a href=\"https://advancingblackentrepreneurship.com/shop-black-wright-avenue/\">See Our $10,000 Match Campaign</a></h2>		\n			<h2>Discover Arkansas\'s Black-Owned Businesses</h2>		\n			<h2>We are asking you to pledge to spend part of your budget with <br>Certified Black-Owned businesses </h2>		\n										<img width=\"800\" height=\"538\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1024x688.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-300x202.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-768x516.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-1536x1032.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-2048x1376.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-150x101.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-500x336.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-43-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"683\" height=\"1024\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-683x1024.jpg 683w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-200x300.jpg 200w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-768x1152.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1024x1536.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-1365x2048.jpg 1365w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-150x225.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-333x500.jpg 333w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-16x24.jpg 16w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-24x36.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-32x48.jpg 32w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-31-of-45-scaled.jpg 1707w\" sizes=\"(max-width: 683px) 100vw, 683px\" />											\n										<img width=\"550\" height=\"453\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1.jpg 550w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-300x247.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-150x124.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-500x412.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-24x20.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-36x30.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Come-in-2-1-48x40.jpg 48w\" sizes=\"(max-width: 550px) 100vw, 550px\" />											\n			<a href=\"http://advancingblackentrepreneurship.com/all-listings/\" role=\"button\">\n						Click here… Discover Arkansas’s Black Businesses\n					</a>\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-11-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"800\" height=\"534\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1024x683.jpg 1024w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-300x200.jpg 300w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-768x512.jpg 768w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-1536x1024.jpg 1536w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-2048x1365.jpg 2048w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-150x100.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-500x333.jpg 500w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-24x16.jpg 24w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-36x24.jpg 36w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/11/bbp-3-of-45-48x32.jpg 48w\" sizes=\"(max-width: 800px) 100vw, 800px\" />											\n										<img width=\"321\" height=\"374\" src=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3.jpg 321w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-257x300.jpg 257w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-150x175.jpg 150w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-21x24.jpg 21w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-31x36.jpg 31w, https://advancingblackentrepreneurship.com/wp-content/uploads/2020/12/Kontiki-3-41x48.jpg 41w\" sizes=\"(max-width: 321px) 100vw, 321px\" />											\n			<h1>CONTACT US</h1>','Home','','inherit','closed','closed','','5-revision-v1','','','2021-04-16 13:03:46','2021-04-16 13:03:46','',5,'https://advancingblackentrepreneurship.com/2021/04/16/5-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_css`
--

DROP TABLE IF EXISTS `wp_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8_unicode_ci,
  `hover` longtext COLLATE utf8_unicode_ci,
  `advanced` longtext COLLATE utf8_unicode_ci,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_css`
--

LOCK TABLES `wp_revslider_css` WRITE;
/*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */;
INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}','[]'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','[]'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"power2.inOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"power3.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"power3.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"back.out\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power2.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
/*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_css_bkp`
--

DROP TABLE IF EXISTS `wp_revslider_css_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_css_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8_unicode_ci,
  `hover` longtext COLLATE utf8_unicode_ci,
  `advanced` longtext COLLATE utf8_unicode_ci,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_css_bkp`
--

LOCK TABLES `wp_revslider_css_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_css_bkp` DISABLE KEYS */;
INSERT INTO `wp_revslider_css_bkp` VALUES (1,'.tp-caption.medium_grey',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),(2,'.tp-caption.small_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(3,'.tp-caption.medium_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(4,'.tp-caption.large_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(5,'.tp-caption.very_large_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),(6,'.tp-caption.very_big_white',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(9,'.tp-caption.modern_medium_fat_white',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(10,'.tp-caption.modern_medium_light',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(11,'.tp-caption.modern_big_bluebg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),(12,'.tp-caption.modern_big_redbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),(13,'.tp-caption.modern_small_text_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(14,'.tp-caption.boxshadow',NULL,NULL,NULL,'{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),(15,'.tp-caption.black',NULL,NULL,NULL,'{\"color\":\"#000\",\"text-shadow\":\"none\"}'),(16,'.tp-caption.noshadow',NULL,NULL,NULL,'{\"text-shadow\":\"none\"}'),(17,'.tp-caption.thinheadline_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt',NULL,NULL,NULL,'{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey',NULL,NULL,NULL,'{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey',NULL,NULL,NULL,'{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider',NULL,NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue',NULL,NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red',NULL,NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red',NULL,NULL,NULL,'{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange',NULL,NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor',NULL,NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white',NULL,NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white',NULL,NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black',NULL,NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black',NULL,NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white',NULL,NULL,NULL,'{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage',NULL,NULL,NULL,'{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black',NULL,NULL,NULL,'{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg',NULL,NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}');
/*!40000 ALTER TABLE `wp_revslider_css_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_layer_animations`
--

DROP TABLE IF EXISTS `wp_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8_unicode_ci NOT NULL,
  `params` text COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_layer_animations`
--

LOCK TABLES `wp_revslider_layer_animations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_layer_animations_bkp`
--

DROP TABLE IF EXISTS `wp_revslider_layer_animations_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_layer_animations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8_unicode_ci NOT NULL,
  `params` text COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_layer_animations_bkp`
--

LOCK TABLES `wp_revslider_layer_animations_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_layer_animations_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_layer_animations_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_navigations`
--

DROP TABLE IF EXISTS `wp_revslider_navigations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8_unicode_ci NOT NULL,
  `type` varchar(191) COLLATE utf8_unicode_ci NOT NULL,
  `css` longtext COLLATE utf8_unicode_ci NOT NULL,
  `markup` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_navigations`
--

LOCK TABLES `wp_revslider_navigations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_navigations_bkp`
--

DROP TABLE IF EXISTS `wp_revslider_navigations_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_navigations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8_unicode_ci NOT NULL,
  `type` varchar(191) COLLATE utf8_unicode_ci NOT NULL,
  `css` longtext COLLATE utf8_unicode_ci NOT NULL,
  `markup` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_navigations_bkp`
--

LOCK TABLES `wp_revslider_navigations_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_navigations_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_navigations_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_sliders`
--

DROP TABLE IF EXISTS `wp_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext COLLATE utf8_unicode_ci NOT NULL,
  `alias` tinytext COLLATE utf8_unicode_ci,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci,
  `type` varchar(191) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_sliders`
--

LOCK TABLES `wp_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */;
INSERT INTO `wp_revslider_sliders` VALUES (1,'Slider 1','slider-1','{\"addOns\":[],\"version\":\"6.2.23\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":55,\"maxPosts\":30,\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":8,\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":8,\"pageURL\":\"\",\"transient\":1200,\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":8,\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":8,\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":1200,\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":8,\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":8,\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":300,\"delay\":9000,\"background\":{\"fit\":\"cover\",\"fitX\":100,\"fitY\":100,\"position\":\"center center\",\"positionX\":0,\"positionY\":0,\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":10000,\"ease\":\"none\",\"fitEnd\":100,\"fitStart\":100,\"xEnd\":0,\"yEnd\":0,\"xStart\":0,\"yStart\":0,\"rotateStart\":0,\"rotateEnd\":0}},\"size\":{\"enableUpscaling\":false,\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":0,\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":\"700px\",\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":700,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":0,\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":3,\"maxRotation\":0,\"maxOpacity\":100,\"paddingTop\":0,\"paddingBottom\":0,\"rotation\":false,\"scaleDown\":50,\"space\":0,\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":\"false\"},\"hero\":{\"activeSlide\":-1},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":0,\"dottedOverlay\":\"none\",\"shadow\":0,\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#ffffff\",\"type\":\"0\"},\"position\":{\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":0,\"hideAllLayersUnderLimit\":0,\"hideSliderUnderLimit\":0},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":0,\"stopAtSlide\":1,\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":0,\"waitForInit\":false},\"progressbar\":{\"set\":false,\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":\"5px\",\"radius\":10,\"vertical\":\"bottom\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(255,255,255,0.5)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":false,\"duration\":300,\"slotAmount\":7,\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":1},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"global\"},\"nav\":{\"preview\":{\"width\":50,\"height\":100},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":1,\"velocity\":75},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":\"off\",\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":\"1000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"3000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":0,\"offsetY\":20,\"align\":\"slider\",\"space\":5,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":true,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":0,\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"scroll\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":30},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"slider-1\\\"][\\/rev_slider]\"}','{\"version\":\"6.2.23\"}','');
/*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_sliders_bkp`
--

DROP TABLE IF EXISTS `wp_revslider_sliders_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_sliders_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext COLLATE utf8_unicode_ci NOT NULL,
  `alias` tinytext COLLATE utf8_unicode_ci,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci,
  `type` varchar(191) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_sliders_bkp`
--

LOCK TABLES `wp_revslider_sliders_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_sliders_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_slides`
--

DROP TABLE IF EXISTS `wp_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_slides`
--

LOCK TABLES `wp_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */;
INSERT INTO `wp_revslider_slides` VALUES (1,1,1,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/Black-3-scaled.jpg\",\"imageId\":118,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]}}','{\"2\":{\"text\":\"Black\\nEntrepreneurship \\nFund\",\"alias\":\"Text-2\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"268px\",\"e\":true},\"n\":{\"v\":\"221px\"},\"t\":{\"v\":\"167px\"},\"m\":{\"v\":\"103px\"}},\"y\":{\"d\":{\"v\":\"-90px\",\"e\":true},\"n\":{\"v\":\"-74px\"},\"t\":{\"v\":\"-56px\"},\"m\":{\"v\":\"-34px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"effects\":{\"parallax\":\"3\"},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Poppins\",\"fontSize\":{\"d\":{\"v\":\"80\"},\"n\":{\"v\":\"66\"},\"t\":{\"v\":\"50\"},\"m\":{\"v\":\"30\"}},\"fontWeight\":{\"d\":{\"v\":\"800\"},\"n\":{\"v\":\"800\"},\"t\":{\"v\":\"800\"},\"m\":{\"v\":\"800\"}},\"letterSpacing\":{\"d\":{\"v\":\"-4\"},\"n\":{\"v\":\"-3\"},\"t\":{\"v\":\"-2\"},\"m\":{\"v\":\"-1\"}},\"lineHeight\":{\"d\":{\"v\":\"90\"},\"n\":{\"v\":\"74\"},\"t\":{\"v\":\"56\"},\"m\":{\"v\":\"34\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"3\":{\"text\":\"Goal: to raise $1 Million in 12 months\",\"alias\":\"Text-3\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"267px\",\"e\":true},\"n\":{\"v\":\"220px\"},\"t\":{\"v\":\"167px\"},\"m\":{\"v\":\"103px\"}},\"y\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"57px\"},\"t\":{\"v\":\"43px\"},\"m\":{\"v\":\"26px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":10},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"effects\":{\"parallax\":\"3\"},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Arial\",\"fontSize\":{\"d\":{\"v\":\"40\"},\"n\":{\"v\":\"33\"},\"t\":{\"v\":\"25\"},\"m\":{\"v\":\"15\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"50\"},\"n\":{\"v\":\"41\"},\"t\":{\"v\":\"31\"},\"m\":{\"v\":\"19\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"5\":{\"text\":\"Make A Donation Today\",\"alias\":\"Button-5\",\"uid\":5,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"149px\",\"e\":true},\"n\":{\"v\":\"123px\"},\"t\":{\"v\":\"93px\"},\"m\":{\"v\":\"57px\"}},\"y\":{\"d\":{\"v\":\"458px\",\"e\":true},\"n\":{\"v\":\"378px\"},\"t\":{\"v\":\"287px\"},\"m\":{\"v\":\"177px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"zIndex\":11},\"group\":{\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"effects\":{\"parallax\":\"3\"},\"idle\":{\"color\":{\"d\":{\"v\":\"#ffcc00\",\"e\":true},\"n\":{\"v\":\"#ffcc00\"},\"t\":{\"v\":\"#ffcc00\"},\"m\":{\"v\":\"#ffcc00\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,20,0,20],\"e\":false},\"n\":{\"v\":[0,17,0,17],\"e\":false},\"t\":{\"v\":[0,13,0,13],\"e\":false},\"m\":{\"v\":[0,8,0,8],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"d\":{\"v\":\"50\"},\"n\":{\"v\":\"41\"},\"t\":{\"v\":\"31\"},\"m\":{\"v\":\"19\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_blank\",\"link_follow\":\"nofollow\",\"link_type\":\"a\",\"image_link\":\"https:\\/\\/www.paypal.com\\/donate\\/?hosted_button_id=WUFDZMHP2A9BG\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5}}}','{\"version\":\"6.2.23\"}'),(2,1,2,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/advancingblackentrepreneurship.com\\/wp-content\\/uploads\\/2020\\/11\\/abe_slider2-scaled.jpg\",\"imageId\":26,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]}}','{\"9\":{\"text\":\"Black\\nEntrepreneurship\\nFund\",\"alias\":\"Copy  text-2\",\"uid\":9,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-160px\",\"e\":true},\"n\":{\"v\":\"-132px\"},\"t\":{\"v\":\"-100px\"},\"m\":{\"v\":\"-61px\"}},\"y\":{\"d\":{\"v\":\"-90px\",\"e\":true},\"n\":{\"v\":\"-74px\"},\"t\":{\"v\":\"-56px\"},\"m\":{\"v\":\"-34px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"effects\":{\"parallax\":\"3\"},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Poppins\",\"fontSize\":{\"d\":{\"v\":\"80\"},\"n\":{\"v\":\"66\"},\"t\":{\"v\":\"50\"},\"m\":{\"v\":\"30\"}},\"fontWeight\":{\"d\":{\"v\":\"800\"},\"n\":{\"v\":\"800\"},\"t\":{\"v\":\"800\"},\"m\":{\"v\":\"800\"}},\"letterSpacing\":{\"d\":{\"v\":\"-4\"},\"n\":{\"v\":\"-3\"},\"t\":{\"v\":\"-2\"},\"m\":{\"v\":\"-1\"}},\"lineHeight\":{\"d\":{\"v\":\"90\"},\"n\":{\"v\":\"74\"},\"t\":{\"v\":\"56\"},\"m\":{\"v\":\"34\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"10\":{\"text\":\"Goal: to raise $1 Million in 12 months\",\"alias\":\"Copy  text-3\",\"uid\":10,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-163px\",\"e\":true},\"n\":{\"v\":\"-134px\"},\"t\":{\"v\":\"-101px\"},\"m\":{\"v\":\"-62px\"}},\"y\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"57px\"},\"t\":{\"v\":\"43px\"},\"m\":{\"v\":\"26px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":10},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"effects\":{\"parallax\":\"3\"},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Arial\",\"fontSize\":{\"d\":{\"v\":\"40\"},\"n\":{\"v\":\"33\"},\"t\":{\"v\":\"25\"},\"m\":{\"v\":\"15\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"50\"},\"n\":{\"v\":\"41\"},\"t\":{\"v\":\"31\"},\"m\":{\"v\":\"19\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"11\":{\"text\":\"Donate To Support Black Businesses\",\"alias\":\"Copy  button-5\",\"uid\":11,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-308px\",\"e\":true},\"n\":{\"v\":\"-254px\"},\"t\":{\"v\":\"-192px\"},\"m\":{\"v\":\"-118px\"}},\"y\":{\"d\":{\"v\":\"458px\",\"e\":true},\"n\":{\"v\":\"378px\"},\"t\":{\"v\":\"287px\"},\"m\":{\"v\":\"177px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"zIndex\":11},\"group\":{\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"effects\":{\"parallax\":\"3\"},\"idle\":{\"color\":{\"d\":{\"v\":\"#ffcc00\",\"e\":true},\"n\":{\"v\":\"#ffcc00\"},\"t\":{\"v\":\"#ffcc00\"},\"m\":{\"v\":\"#ffcc00\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,20,0,20],\"e\":false},\"n\":{\"v\":[0,17,0,17],\"e\":false},\"t\":{\"v\":[0,13,0,13],\"e\":false},\"m\":{\"v\":[0,8,0,8],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"d\":{\"v\":\"50\"},\"n\":{\"v\":\"41\"},\"t\":{\"v\":\"31\"},\"m\":{\"v\":\"19\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_blank\",\"link_follow\":\"nofollow\",\"link_type\":\"a\",\"image_link\":\"https:\\/\\/www.paypal.com\\/donate\\/?hosted_button_id=WUFDZMHP2A9BG\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":8},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":8}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5}}}','{\"version\":\"6.2.23\"}');
/*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_slides_bkp`
--

DROP TABLE IF EXISTS `wp_revslider_slides_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_slides_bkp`
--

LOCK TABLES `wp_revslider_slides_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_slides_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_static_slides`
--

DROP TABLE IF EXISTS `wp_revslider_static_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_static_slides`
--

LOCK TABLES `wp_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */;
INSERT INTO `wp_revslider_static_slides` VALUES (1,1,'[]','','{\"temp\":true}');
/*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_static_slides_bkp`
--

DROP TABLE IF EXISTS `wp_revslider_static_slides_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_static_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext COLLATE utf8_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8_unicode_ci NOT NULL,
  `settings` text COLLATE utf8_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_static_slides_bkp`
--

LOCK TABLES `wp_revslider_static_slides_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_static_slides_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_static_slides_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (42,2,0),(145,3,0),(153,4,0),(157,4,0),(159,5,0),(161,6,0),(164,4,0),(166,4,0),(168,4,0),(170,4,0),(172,6,0),(356,7,0),(360,8,0),(362,8,0),(364,9,0),(366,9,0),(368,8,0),(371,13,0),(390,16,0),(390,47,0),(391,17,0),(391,47,0),(393,17,0),(393,47,0),(394,38,0),(394,47,0),(395,20,0),(395,47,0),(396,17,0),(396,47,0),(397,17,0),(397,47,0),(398,17,0),(398,47,0),(399,21,0),(399,47,0),(568,2,0),(826,36,0),(826,47,0),(828,17,0),(828,47,0),(830,17,0),(830,47,0),(834,24,0),(834,47,0),(836,17,0),(836,47,0),(838,17,0),(838,47,0),(868,2,0),(885,2,0),(1229,36,0),(1229,47,0),(1275,39,0),(1275,47,0),(1278,17,0),(1278,47,0),(1280,36,0),(1280,47,0),(1282,36,0),(1282,47,0),(1284,40,0),(1284,47,0),(1286,38,0),(1286,47,0),(1288,38,0),(1288,47,0),(1290,17,0),(1290,47,0),(1292,42,0),(1292,47,0),(1294,36,0),(1294,47,0),(1447,17,0),(1447,47,0),(1449,17,0),(1449,47,0),(1452,17,0),(1452,47,0),(1454,43,0),(1454,44,0),(1454,47,0),(1456,43,0),(1456,47,0),(1458,45,0),(1458,47,0),(1460,2,0),(1465,26,0),(1465,47,0),(1467,46,0),(1467,47,0),(1556,17,0),(1556,47,0),(1705,48,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,5),(3,3,'category','',0,1),(4,4,'category','',0,6),(5,5,'category','',0,1),(6,6,'category','',0,2),(11,11,'wpbdp_category','',0,0),(12,12,'wpbdp_category','',0,0),(13,13,'wpbdp_category','',0,1),(14,14,'wpbdp_category','',0,0),(15,15,'wpbdp_category','',0,0),(16,16,'at_biz_dir-category','',0,1),(17,17,'at_biz_dir-category','',0,15),(18,18,'cn_log_type','',0,0),(19,19,'cn_log_type','',0,0),(20,20,'at_biz_dir-category','',0,1),(21,21,'at_biz_dir-category','',0,1),(22,22,'at_biz_dir-category','',0,0),(23,23,'at_biz_dir-category','',0,0),(24,24,'at_biz_dir-category','',0,1),(25,25,'at_biz_dir-category','',0,0),(26,26,'at_biz_dir-category','',0,1),(27,27,'at_biz_dir-category','',0,0),(28,28,'at_biz_dir-category','',0,0),(29,29,'at_biz_dir-category','',0,0),(30,30,'at_biz_dir-category','',0,0),(31,31,'at_biz_dir-category','',0,0),(32,32,'at_biz_dir-category','',0,0),(33,33,'at_biz_dir-category','',0,0),(34,34,'at_biz_dir-category','',0,0),(35,35,'at_biz_dir-category','',0,0),(36,36,'at_biz_dir-category','',0,5),(37,37,'at_biz_dir-category','',0,0),(38,38,'at_biz_dir-category','',0,3),(39,39,'at_biz_dir-category','',0,1),(40,40,'at_biz_dir-category','',0,1),(41,41,'at_biz_dir-category','',0,0),(42,42,'at_biz_dir-category','',0,1),(43,43,'at_biz_dir-category','',0,2),(44,44,'at_biz_dir-tags','',0,1),(45,45,'at_biz_dir-category','',0,1),(46,46,'at_biz_dir-category','',0,1),(47,47,'atbdp_listing_types','',0,35),(48,48,'elementor_library_type','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=75 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES (1,1,'_rt_order','0'),(2,5,'_rt_order','0'),(3,4,'_rt_order','0'),(4,6,'_rt_order','0'),(5,3,'_rt_order','0'),(6,22,'category_icon','none'),(7,23,'category_icon','none'),(8,24,'category_icon','none'),(9,25,'category_icon','none'),(10,26,'category_icon','none'),(11,27,'category_icon','none'),(12,28,'category_icon','none'),(13,29,'category_icon','none'),(14,30,'category_icon','none'),(15,31,'category_icon','none'),(16,32,'category_icon','none'),(17,33,'category_icon','none'),(18,34,'category_icon','none'),(19,35,'category_icon','none'),(20,36,'category_icon','none'),(21,37,'category_icon','none'),(22,38,'category_icon','none'),(23,25,'image',''),(24,47,'_created_date','1614617485'),(25,47,'preview_mode','1'),(26,47,'default_expiration','365'),(27,47,'new_listing_status','pending'),(28,47,'edit_listing_status','pending'),(29,47,'submit_button_label','Save & Preview'),(30,47,'listing_terms_condition','1'),(31,47,'require_terms_conditions','1'),(32,47,'terms_label','I agree with all %terms & conditions%'),(33,47,'listing_privacy','1'),(34,47,'require_privacy','1'),(35,47,'privacy_label','I agree to the %Privacy & Policy%'),(36,47,'submission_form_fields','a:2:{s:6:\"fields\";a:19:{s:5:\"title\";a:8:{s:9:\"field_key\";s:13:\"listing_title\";s:4:\"type\";s:4:\"text\";s:8:\"required\";b:1;s:5:\"label\";s:5:\"Title\";s:11:\"placeholder\";s:13:\"Enter a title\";s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:5:\"title\";s:10:\"widget_key\";s:5:\"title\";}s:11:\"description\";a:9:{s:9:\"field_key\";s:15:\"listing_content\";s:4:\"type\";s:9:\"wp_editor\";s:5:\"label\";s:12:\"Long Details\";s:11:\"placeholder\";s:0:\"\";s:8:\"required\";i:0;s:14:\"only_for_admin\";i:0;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:11:\"description\";s:10:\"widget_key\";s:11:\"description\";}s:10:\"view_count\";a:9:{s:4:\"type\";s:6:\"number\";s:9:\"field_key\";s:22:\"atbdp_post_views_count\";s:5:\"label\";s:11:\"Views Count\";s:11:\"placeholder\";s:0:\"\";s:8:\"required\";b:0;s:14:\"only_for_admin\";b:1;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:10:\"view_count\";s:10:\"widget_key\";s:10:\"view_count\";}s:7:\"pricing\";a:10:{s:9:\"field_key\";s:7:\"pricing\";s:12:\"pricing_type\";s:4:\"both\";s:5:\"label\";s:7:\"Pricing\";s:17:\"price_range_label\";s:11:\"Price Range\";s:19:\"price_range_options\";s:5:\"cheap\";s:21:\"price_unit_field_type\";s:6:\"number\";s:22:\"price_unit_field_label\";s:5:\"Price\";s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:7:\"pricing\";s:10:\"widget_key\";s:7:\"pricing\";}s:8:\"location\";a:8:{s:4:\"type\";s:8:\"multiple\";s:9:\"field_key\";s:32:\"tax_input[at_biz_dir-location][]\";s:5:\"label\";s:8:\"Location\";s:8:\"required\";i:0;s:14:\"only_for_admin\";i:0;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:8:\"location\";s:10:\"widget_key\";s:8:\"location\";}s:3:\"tag\";a:9:{s:4:\"type\";s:8:\"multiple\";s:9:\"field_key\";s:28:\"tax_input[at_biz_dir-tags][]\";s:5:\"label\";s:3:\"Tag\";s:8:\"required\";i:0;s:9:\"allow_new\";i:0;s:14:\"only_for_admin\";i:0;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:3:\"tag\";s:10:\"widget_key\";s:3:\"tag\";}s:8:\"category\";a:8:{s:4:\"type\";s:8:\"multiple\";s:9:\"field_key\";s:23:\"admin_category_select[]\";s:5:\"label\";s:15:\"Select Category\";s:8:\"required\";i:0;s:14:\"only_for_admin\";b:0;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:8:\"category\";s:10:\"widget_key\";s:8:\"category\";}s:18:\"hide_contact_owner\";a:8:{s:4:\"type\";s:8:\"checkbox\";s:9:\"field_key\";s:18:\"hide_contact_owner\";s:5:\"label\";s:47:\"Hide contact owner form for single listing page\";s:11:\"placeholder\";s:19:\"Enter Zip/Post Code\";s:8:\"required\";i:0;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:18:\"hide_contact_owner\";s:10:\"widget_key\";s:18:\"hide_contact_owner\";}s:3:\"zip\";a:9:{s:4:\"type\";s:4:\"text\";s:9:\"field_key\";s:3:\"zip\";s:5:\"label\";s:13:\"Zip/Post Code\";s:11:\"placeholder\";s:19:\"Enter Zip/Post Code\";s:8:\"required\";i:0;s:14:\"only_for_admin\";i:0;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:3:\"zip\";s:10:\"widget_key\";s:3:\"zip\";}s:5:\"phone\";a:9:{s:4:\"type\";s:3:\"tel\";s:9:\"field_key\";s:5:\"phone\";s:5:\"label\";s:5:\"Phone\";s:11:\"placeholder\";s:12:\"Phone Number\";s:8:\"required\";i:0;s:14:\"only_for_admin\";i:0;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:5:\"phone\";s:10:\"widget_key\";s:5:\"phone\";}s:6:\"phone2\";a:9:{s:4:\"type\";s:3:\"tel\";s:9:\"field_key\";s:6:\"phone2\";s:5:\"label\";s:7:\"Phone 2\";s:11:\"placeholder\";s:12:\"Phone Number\";s:8:\"required\";b:0;s:14:\"only_for_admin\";i:0;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:6:\"phone2\";s:10:\"widget_key\";s:6:\"phone2\";}s:3:\"fax\";a:9:{s:4:\"type\";s:6:\"number\";s:9:\"field_key\";s:3:\"fax\";s:5:\"label\";s:3:\"Fax\";s:11:\"placeholder\";s:9:\"Enter Fax\";s:8:\"required\";i:0;s:14:\"only_for_admin\";i:0;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:3:\"fax\";s:10:\"widget_key\";s:3:\"fax\";}s:5:\"email\";a:9:{s:4:\"type\";s:5:\"email\";s:9:\"field_key\";s:5:\"email\";s:5:\"label\";s:5:\"Email\";s:11:\"placeholder\";s:11:\"Enter Email\";s:8:\"required\";i:0;s:14:\"only_for_admin\";i:0;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:5:\"email\";s:10:\"widget_key\";s:5:\"email\";}s:7:\"website\";a:10:{s:4:\"type\";s:4:\"text\";s:9:\"field_key\";s:7:\"website\";s:5:\"label\";s:7:\"Website\";s:11:\"placeholder\";s:38:\"Listing Website eg. http://example.com\";s:8:\"required\";i:0;s:14:\"only_for_admin\";i:0;s:5:\"plans\";a:0:{}s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:7:\"website\";s:10:\"widget_key\";s:7:\"website\";}s:11:\"social_info\";a:8:{s:4:\"type\";s:7:\"add_new\";s:9:\"field_key\";s:6:\"social\";s:5:\"label\";s:18:\"Social Information\";s:8:\"required\";i:0;s:14:\"only_for_admin\";i:0;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:11:\"social_info\";s:10:\"widget_key\";s:11:\"social_info\";}s:7:\"address\";a:9:{s:4:\"type\";s:4:\"text\";s:9:\"field_key\";s:7:\"address\";s:5:\"label\";s:7:\"Address\";s:11:\"placeholder\";s:33:\"Listing address eg. New York, USA\";s:8:\"required\";i:0;s:14:\"only_for_admin\";i:0;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:7:\"address\";s:10:\"widget_key\";s:7:\"address\";}s:3:\"map\";a:9:{s:4:\"type\";s:3:\"map\";s:9:\"field_key\";s:3:\"map\";s:5:\"label\";s:3:\"Map\";s:14:\"only_for_admin\";i:0;s:8:\"lat_long\";s:54:\"Or Enter Coordinates (latitude and longitude) Manually\";s:8:\"required\";b:0;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:3:\"map\";s:10:\"widget_key\";s:3:\"map\";}s:12:\"image_upload\";a:12:{s:4:\"type\";s:5:\"media\";s:9:\"field_key\";s:11:\"listing_img\";s:5:\"label\";s:6:\"Images\";s:18:\"select_files_label\";s:12:\"Select Files\";s:8:\"required\";i:0;s:15:\"max_image_limit\";i:0;s:19:\"max_per_image_limit\";s:1:\"0\";s:21:\"max_total_image_limit\";s:1:\"2\";s:14:\"only_for_admin\";i:0;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:12:\"image_upload\";s:10:\"widget_key\";s:12:\"image_upload\";}s:5:\"video\";a:9:{s:4:\"type\";s:4:\"text\";s:9:\"field_key\";s:8:\"videourl\";s:5:\"label\";s:9:\"Video Url\";s:11:\"placeholder\";s:26:\"Only YouTube & Vimeo URLs.\";s:8:\"required\";i:0;s:14:\"only_for_admin\";i:0;s:12:\"widget_group\";s:6:\"preset\";s:11:\"widget_name\";s:5:\"video\";s:10:\"widget_key\";s:5:\"video\";}}s:6:\"groups\";a:4:{i:0;a:3:{s:5:\"label\";s:13:\"General Group\";s:4:\"lock\";b:1;s:6:\"fields\";a:7:{i:0;s:5:\"title\";i:1;s:11:\"description\";i:2;s:10:\"view_count\";i:3;s:7:\"pricing\";i:4;s:8:\"location\";i:5;s:3:\"tag\";i:6;s:8:\"category\";}}i:1;a:2:{s:5:\"label\";s:12:\"Contact Info\";s:6:\"fields\";a:8:{i:0;s:18:\"hide_contact_owner\";i:1;s:3:\"zip\";i:2;s:5:\"phone\";i:3;s:6:\"phone2\";i:4;s:3:\"fax\";i:5;s:5:\"email\";i:6;s:7:\"website\";i:7;s:11:\"social_info\";}}i:2;a:2:{s:5:\"label\";s:3:\"Map\";s:6:\"fields\";a:2:{i:0;s:7:\"address\";i:1;s:3:\"map\";}}i:3;a:2:{s:5:\"label\";s:7:\"Gallery\";s:6:\"fields\";a:2:{i:0;s:12:\"image_upload\";i:1;s:5:\"video\";}}}}'),(37,47,'single_listings_contents','a:2:{s:6:\"fields\";a:11:{s:3:\"tag\";a:5:{s:4:\"icon\";s:9:\"la la-tag\";s:11:\"widget_name\";s:3:\"tag\";s:12:\"widget_group\";s:14:\"preset_widgets\";s:19:\"original_widget_key\";s:3:\"tag\";s:10:\"widget_key\";s:3:\"tag\";}s:3:\"map\";a:5:{s:4:\"icon\";s:9:\"la la-map\";s:11:\"widget_name\";s:3:\"map\";s:12:\"widget_group\";s:14:\"preset_widgets\";s:19:\"original_widget_key\";s:3:\"map\";s:10:\"widget_key\";s:3:\"map\";}s:7:\"address\";a:6:{s:4:\"icon\";s:9:\"la la-map\";s:21:\"address_link_with_map\";b:0;s:11:\"widget_name\";s:7:\"address\";s:12:\"widget_group\";s:14:\"preset_widgets\";s:19:\"original_widget_key\";s:7:\"address\";s:10:\"widget_key\";s:7:\"address\";}s:5:\"phone\";a:5:{s:4:\"icon\";s:11:\"la la-phone\";s:11:\"widget_name\";s:5:\"phone\";s:12:\"widget_group\";s:14:\"preset_widgets\";s:19:\"original_widget_key\";s:5:\"phone\";s:10:\"widget_key\";s:5:\"phone\";}s:6:\"phone2\";a:5:{s:4:\"icon\";s:11:\"la la-phone\";s:11:\"widget_name\";s:6:\"phone2\";s:12:\"widget_group\";s:14:\"preset_widgets\";s:19:\"original_widget_key\";s:6:\"phone2\";s:10:\"widget_key\";s:6:\"phone2\";}s:3:\"zip\";a:5:{s:4:\"icon\";s:17:\"la la-street-view\";s:11:\"widget_name\";s:3:\"zip\";s:12:\"widget_group\";s:14:\"preset_widgets\";s:19:\"original_widget_key\";s:3:\"zip\";s:10:\"widget_key\";s:3:\"zip\";}s:5:\"email\";a:5:{s:4:\"icon\";s:14:\"la la-envelope\";s:11:\"widget_name\";s:5:\"email\";s:12:\"widget_group\";s:14:\"preset_widgets\";s:19:\"original_widget_key\";s:5:\"email\";s:10:\"widget_key\";s:5:\"email\";}s:7:\"website\";a:5:{s:4:\"icon\";s:11:\"la la-globe\";s:11:\"widget_name\";s:7:\"website\";s:12:\"widget_group\";s:14:\"preset_widgets\";s:19:\"original_widget_key\";s:7:\"website\";s:10:\"widget_key\";s:7:\"website\";}s:3:\"fax\";a:5:{s:4:\"icon\";s:9:\"la la-fax\";s:11:\"widget_name\";s:3:\"fax\";s:12:\"widget_group\";s:14:\"preset_widgets\";s:19:\"original_widget_key\";s:3:\"fax\";s:10:\"widget_key\";s:3:\"fax\";}s:11:\"social_info\";a:5:{s:4:\"icon\";s:15:\"la la-share-alt\";s:11:\"widget_name\";s:11:\"social_info\";s:12:\"widget_group\";s:14:\"preset_widgets\";s:19:\"original_widget_key\";s:11:\"social_info\";s:10:\"widget_key\";s:11:\"social_info\";}s:5:\"video\";a:5:{s:4:\"icon\";s:11:\"la la-video\";s:11:\"widget_name\";s:5:\"video\";s:12:\"widget_group\";s:14:\"preset_widgets\";s:19:\"original_widget_key\";s:5:\"video\";s:10:\"widget_key\";s:5:\"video\";}}s:6:\"groups\";a:6:{i:0;a:6:{s:5:\"label\";s:4:\"Tags\";s:6:\"fields\";a:1:{i:0;s:3:\"tag\";}s:4:\"type\";s:13:\"general_group\";s:4:\"icon\";s:10:\"la la-tags\";s:15:\"custom_block_id\";s:0:\"\";s:20:\"custom_block_classes\";s:0:\"\";}i:1;a:6:{s:5:\"label\";s:8:\"Location\";s:6:\"fields\";a:1:{i:0;s:3:\"map\";}s:4:\"type\";s:13:\"general_group\";s:4:\"icon\";s:9:\"la la-map\";s:15:\"custom_block_id\";s:0:\"\";s:20:\"custom_block_classes\";s:0:\"\";}i:2;a:6:{s:5:\"label\";s:19:\"Contact Information\";s:6:\"fields\";a:8:{i:0;s:7:\"address\";i:1;s:5:\"phone\";i:2;s:6:\"phone2\";i:3;s:3:\"zip\";i:4;s:5:\"email\";i:5;s:7:\"website\";i:6;s:3:\"fax\";i:7;s:11:\"social_info\";}s:4:\"type\";s:13:\"general_group\";s:4:\"icon\";s:16:\"la la-envelope-o\";s:15:\"custom_block_id\";s:0:\"\";s:20:\"custom_block_classes\";s:0:\"\";}i:3;a:6:{s:5:\"label\";s:5:\"Video\";s:6:\"fields\";a:1:{i:0;s:5:\"video\";}s:4:\"type\";s:13:\"general_group\";s:4:\"icon\";s:18:\"la la-video-camera\";s:15:\"custom_block_id\";s:0:\"\";s:20:\"custom_block_classes\";s:0:\"\";}i:4;a:7:{s:5:\"label\";s:11:\"Author Info\";s:6:\"fields\";a:0:{}s:4:\"type\";s:12:\"widget_group\";s:12:\"widget_group\";s:13:\"other_widgets\";s:11:\"widget_name\";s:11:\"author_info\";s:15:\"custom_block_id\";s:0:\"\";s:20:\"custom_block_classes\";s:0:\"\";}i:5;a:7:{s:5:\"label\";s:16:\"Related Listings\";s:6:\"fields\";a:0:{}s:4:\"type\";s:12:\"widget_group\";s:12:\"widget_group\";s:13:\"other_widgets\";s:11:\"widget_name\";s:16:\"related_listings\";s:15:\"custom_block_id\";s:0:\"\";s:20:\"custom_block_classes\";s:0:\"\";}}}'),(38,47,'similar_listings_logics','OR'),(39,47,'search_form_fields','a:2:{s:6:\"fields\";a:7:{s:5:\"title\";a:7:{s:8:\"required\";i:0;s:5:\"label\";s:0:\"\";s:11:\"placeholder\";s:25:\"What are you looking for?\";s:11:\"widget_name\";s:5:\"title\";s:12:\"widget_group\";s:17:\"available_widgets\";s:19:\"original_widget_key\";s:5:\"title\";s:10:\"widget_key\";s:5:\"title\";}s:8:\"category\";a:7:{s:8:\"required\";i:0;s:5:\"label\";s:0:\"\";s:11:\"placeholder\";s:17:\"Select a category\";s:11:\"widget_name\";s:8:\"category\";s:12:\"widget_group\";s:17:\"available_widgets\";s:19:\"original_widget_key\";s:8:\"category\";s:10:\"widget_key\";s:8:\"category\";}s:8:\"location\";a:7:{s:8:\"required\";i:0;s:11:\"placeholder\";s:8:\"location\";s:12:\"widget_group\";s:17:\"available_widgets\";s:5:\"label\";s:0:\"\";s:11:\"widget_name\";s:8:\"location\";s:19:\"original_widget_key\";s:8:\"location\";s:10:\"widget_key\";s:8:\"location\";}s:6:\"review\";a:4:{s:5:\"label\";s:6:\"Review\";s:11:\"widget_name\";s:6:\"review\";s:12:\"widget_group\";s:13:\"other_widgets\";s:10:\"widget_key\";s:6:\"review\";}s:3:\"tag\";a:6:{s:5:\"label\";s:3:\"Tag\";s:18:\"tags_filter_source\";s:8:\"all_tags\";s:11:\"widget_name\";s:3:\"tag\";s:12:\"widget_group\";s:17:\"available_widgets\";s:19:\"original_widget_key\";s:3:\"tag\";s:10:\"widget_key\";s:3:\"tag\";}s:13:\"radius_search\";a:6:{s:5:\"label\";s:13:\"Radius Search\";s:23:\"default_radius_distance\";i:0;s:18:\"radius_search_unit\";s:5:\"miles\";s:11:\"widget_name\";s:13:\"radius_search\";s:12:\"widget_group\";s:13:\"other_widgets\";s:10:\"widget_key\";s:13:\"radius_search\";}s:7:\"pricing\";a:6:{s:27:\"price_range_min_placeholder\";s:3:\"Min\";s:27:\"price_range_max_placeholder\";s:3:\"Max\";s:11:\"widget_name\";s:7:\"pricing\";s:12:\"widget_group\";s:17:\"available_widgets\";s:19:\"original_widget_key\";s:7:\"pricing\";s:10:\"widget_key\";s:7:\"pricing\";}}s:6:\"groups\";a:2:{i:0;a:4:{s:5:\"label\";s:5:\"Basic\";s:4:\"lock\";b:1;s:9:\"draggable\";b:0;s:6:\"fields\";a:3:{i:0;s:5:\"title\";i:1;s:8:\"category\";i:2;s:8:\"location\";}}i:1;a:4:{s:5:\"label\";s:8:\"Advanced\";s:4:\"lock\";b:1;s:9:\"draggable\";b:0;s:6:\"fields\";a:4:{i:0;s:6:\"review\";i:1;s:3:\"tag\";i:2;s:13:\"radius_search\";i:3;s:7:\"pricing\";}}}}'),(40,47,'single_listing_header','a:2:{s:15:\"listings_header\";a:3:{s:13:\"quick_actions\";a:3:{i:0;a:5:{s:4:\"type\";s:6:\"button\";s:5:\"label\";s:8:\"Bookmark\";s:11:\"widget_name\";s:8:\"bookmark\";s:10:\"widget_key\";s:8:\"bookmark\";s:4:\"icon\";s:10:\"la la-hart\";}i:1;a:6:{s:4:\"type\";s:5:\"badge\";s:5:\"label\";s:5:\"Share\";s:4:\"hook\";s:27:\"atbdp_single_listings_title\";s:11:\"widget_name\";s:5:\"share\";s:10:\"widget_key\";s:5:\"share\";s:4:\"icon\";s:11:\"la la-share\";}i:2;a:6:{s:4:\"type\";s:5:\"badge\";s:5:\"label\";s:6:\"Report\";s:4:\"hook\";s:27:\"atbdp_single_listings_title\";s:11:\"widget_name\";s:6:\"report\";s:10:\"widget_key\";s:6:\"report\";s:4:\"icon\";s:10:\"la la-flag\";}}s:9:\"thumbnail\";a:1:{i:0;a:6:{s:4:\"type\";s:9:\"thumbnail\";s:5:\"label\";s:12:\"Select Files\";s:4:\"hook\";s:28:\"atbdp_single_listings_slider\";s:11:\"widget_name\";s:14:\"listing_slider\";s:10:\"widget_key\";s:14:\"listing_slider\";s:15:\"footer_thumbail\";i:1;}}s:10:\"quick_info\";a:6:{i:0;a:5:{s:4:\"type\";s:5:\"badge\";s:5:\"label\";s:14:\"Listings Price\";s:4:\"hook\";s:27:\"atbdp_single_listings_price\";s:11:\"widget_name\";s:5:\"price\";s:10:\"widget_key\";s:5:\"price\";}i:1;a:4:{s:4:\"type\";s:13:\"ratings-count\";s:5:\"label\";s:16:\"Listings Ratings\";s:11:\"widget_name\";s:13:\"ratings_count\";s:10:\"widget_key\";s:13:\"ratings_count\";}i:2;a:4:{s:4:\"type\";s:7:\"reviews\";s:5:\"label\";s:16:\"Listings Reviews\";s:11:\"widget_name\";s:7:\"reviews\";s:10:\"widget_key\";s:7:\"reviews\";}i:3;a:6:{s:4:\"type\";s:5:\"badge\";s:5:\"label\";s:6:\"Badges\";s:11:\"widget_name\";s:6:\"badges\";s:10:\"widget_key\";s:6:\"badges\";s:9:\"new_badge\";i:1;s:13:\"popular_badge\";i:1;}i:4;a:4:{s:4:\"type\";s:5:\"badge\";s:5:\"label\";s:8:\"Category\";s:11:\"widget_name\";s:8:\"category\";s:10:\"widget_key\";s:8:\"category\";}i:5;a:4:{s:4:\"type\";s:5:\"badge\";s:5:\"label\";s:8:\"Location\";s:11:\"widget_name\";s:8:\"location\";s:10:\"widget_key\";s:8:\"location\";}}}s:7:\"options\";a:2:{s:7:\"general\";a:2:{s:4:\"back\";a:1:{s:5:\"label\";i:1;}s:13:\"section_title\";a:1:{s:5:\"label\";s:15:\"Listing Details\";}}s:16:\"content_settings\";a:2:{s:13:\"listing_title\";a:2:{s:12:\"enable_title\";b:1;s:14:\"enable_tagline\";b:1;}s:19:\"listing_description\";a:1:{s:6:\"enable\";b:1;}}}}'),(41,47,'listings_card_grid_view','a:2:{s:15:\"active_template\";s:24:\"grid_view_with_thumbnail\";s:13:\"template_data\";a:2:{s:24:\"grid_view_with_thumbnail\";a:3:{s:9:\"thumbnail\";a:5:{s:9:\"top_right\";a:0:{}s:8:\"top_left\";a:1:{i:0;a:5:{s:4:\"type\";s:5:\"badge\";s:5:\"label\";s:8:\"Featured\";s:4:\"hook\";s:20:\"atbdp_featured_badge\";s:11:\"widget_name\";s:14:\"featured_badge\";s:10:\"widget_key\";s:14:\"featured_badge\";}}s:12:\"bottom_right\";a:0:{}s:11:\"bottom_left\";a:2:{i:0;a:5:{s:4:\"type\";s:5:\"badge\";s:5:\"label\";s:3:\"New\";s:4:\"hook\";s:15:\"atbdp_new_badge\";s:11:\"widget_name\";s:9:\"new_badge\";s:10:\"widget_key\";s:9:\"new_badge\";}i:1;a:5:{s:4:\"type\";s:5:\"badge\";s:5:\"label\";s:7:\"Popular\";s:4:\"hook\";s:19:\"atbdp_popular_badge\";s:11:\"widget_name\";s:13:\"popular_badge\";s:10:\"widget_key\";s:13:\"popular_badge\";}}s:6:\"avatar\";a:0:{}}s:4:\"body\";a:3:{s:3:\"top\";a:2:{i:0;a:6:{s:4:\"type\";s:5:\"title\";s:5:\"label\";s:5:\"Title\";s:4:\"hook\";s:19:\"atbdp_listing_title\";s:11:\"widget_name\";s:13:\"listing_title\";s:10:\"widget_key\";s:13:\"listing_title\";s:12:\"show_tagline\";b:0;}i:1;a:6:{s:4:\"type\";s:5:\"price\";s:5:\"label\";s:7:\"Pricing\";s:4:\"hook\";s:7:\"pricing\";s:11:\"widget_name\";s:7:\"pricing\";s:10:\"widget_key\";s:7:\"pricing\";s:19:\"original_widget_key\";s:7:\"pricing\";}}s:6:\"bottom\";a:0:{}s:7:\"excerpt\";a:0:{}}s:6:\"footer\";a:2:{s:5:\"right\";a:0:{}s:4:\"left\";a:1:{i:0;a:7:{s:4:\"type\";s:8:\"category\";s:5:\"label\";s:8:\"Category\";s:4:\"hook\";s:14:\"atbdp_category\";s:11:\"widget_name\";s:8:\"category\";s:10:\"widget_key\";s:8:\"category\";s:4:\"icon\";s:12:\"fa fa-folder\";s:19:\"original_widget_key\";s:8:\"category\";}}}}s:27:\"grid_view_without_thumbnail\";a:2:{s:4:\"body\";a:6:{s:6:\"avatar\";a:0:{}s:5:\"title\";a:1:{i:0;a:6:{s:4:\"type\";s:5:\"title\";s:5:\"label\";s:5:\"Title\";s:4:\"hook\";s:19:\"atbdp_listing_title\";s:11:\"widget_name\";s:13:\"listing_title\";s:10:\"widget_key\";s:13:\"listing_title\";s:12:\"show_tagline\";b:0;}}s:13:\"quick_actions\";a:0:{}s:10:\"quick_info\";a:0:{}s:6:\"bottom\";a:0:{}s:7:\"excerpt\";a:0:{}}s:6:\"footer\";a:2:{s:5:\"right\";a:0:{}s:4:\"left\";a:1:{i:0;a:7:{s:4:\"type\";s:8:\"category\";s:5:\"label\";s:8:\"Category\";s:4:\"hook\";s:14:\"atbdp_category\";s:11:\"widget_name\";s:8:\"category\";s:10:\"widget_key\";s:8:\"category\";s:4:\"icon\";s:12:\"fa fa-folder\";s:19:\"original_widget_key\";s:8:\"category\";}}}}}}'),(42,47,'listings_card_list_view','a:2:{s:15:\"active_template\";s:24:\"list_view_with_thumbnail\";s:13:\"template_data\";a:2:{s:24:\"list_view_with_thumbnail\";a:3:{s:9:\"thumbnail\";a:1:{s:9:\"top_right\";a:2:{i:0;a:5:{s:4:\"type\";s:5:\"badge\";s:5:\"label\";s:8:\"Featured\";s:4:\"hook\";s:20:\"atbdp_featured_badge\";s:11:\"widget_name\";s:14:\"featured_badge\";s:10:\"widget_key\";s:14:\"featured_badge\";}i:1;a:5:{s:4:\"type\";s:5:\"badge\";s:5:\"label\";s:7:\"Popular\";s:4:\"hook\";s:19:\"atbdp_popular_badge\";s:11:\"widget_name\";s:13:\"popular_badge\";s:10:\"widget_key\";s:13:\"popular_badge\";}}}s:4:\"body\";a:4:{s:3:\"top\";a:2:{i:0;a:6:{s:4:\"type\";s:5:\"title\";s:5:\"label\";s:5:\"Title\";s:4:\"hook\";s:19:\"atbdp_listing_title\";s:11:\"widget_name\";s:13:\"listing_title\";s:10:\"widget_key\";s:13:\"listing_title\";s:12:\"show_tagline\";b:0;}i:1;a:5:{s:4:\"type\";s:5:\"badge\";s:5:\"label\";s:3:\"New\";s:4:\"hook\";s:15:\"atbdp_new_badge\";s:11:\"widget_name\";s:9:\"new_badge\";s:10:\"widget_key\";s:9:\"new_badge\";}}s:5:\"right\";a:0:{}s:6:\"bottom\";a:0:{}s:7:\"excerpt\";a:0:{}}s:6:\"footer\";a:2:{s:5:\"right\";a:0:{}s:4:\"left\";a:1:{i:0;a:7:{s:4:\"type\";s:8:\"category\";s:5:\"label\";s:8:\"Category\";s:4:\"hook\";s:14:\"atbdp_category\";s:11:\"widget_name\";s:8:\"category\";s:10:\"widget_key\";s:8:\"category\";s:4:\"icon\";s:12:\"fa fa-folder\";s:19:\"original_widget_key\";s:8:\"category\";}}}}s:27:\"list_view_without_thumbnail\";a:2:{s:4:\"body\";a:4:{s:3:\"top\";a:4:{i:0;a:6:{s:4:\"type\";s:5:\"title\";s:5:\"label\";s:5:\"Title\";s:4:\"hook\";s:19:\"atbdp_listing_title\";s:11:\"widget_name\";s:13:\"listing_title\";s:10:\"widget_key\";s:13:\"listing_title\";s:12:\"show_tagline\";b:0;}i:1;a:5:{s:4:\"type\";s:5:\"badge\";s:5:\"label\";s:8:\"Featured\";s:4:\"hook\";s:20:\"atbdp_featured_badge\";s:11:\"widget_name\";s:14:\"featured_badge\";s:10:\"widget_key\";s:14:\"featured_badge\";}i:2;a:5:{s:4:\"type\";s:5:\"badge\";s:5:\"label\";s:7:\"Popular\";s:4:\"hook\";s:19:\"atbdp_popular_badge\";s:11:\"widget_name\";s:13:\"popular_badge\";s:10:\"widget_key\";s:13:\"popular_badge\";}i:3;a:5:{s:4:\"type\";s:5:\"badge\";s:5:\"label\";s:3:\"New\";s:4:\"hook\";s:15:\"atbdp_new_badge\";s:11:\"widget_name\";s:9:\"new_badge\";s:10:\"widget_key\";s:9:\"new_badge\";}}s:5:\"right\";a:0:{}s:6:\"bottom\";a:0:{}s:7:\"excerpt\";a:0:{}}s:6:\"footer\";a:2:{s:5:\"right\";a:0:{}s:4:\"left\";a:1:{i:0;a:7:{s:4:\"type\";s:8:\"category\";s:5:\"label\";s:8:\"Category\";s:4:\"hook\";s:14:\"atbdp_category\";s:11:\"widget_name\";s:8:\"category\";s:10:\"widget_key\";s:8:\"category\";s:4:\"icon\";s:12:\"fa fa-folder\";s:19:\"original_widget_key\";s:8:\"category\";}}}}}}'),(43,47,'similar_listings_number_of_listings_to_show','5'),(44,47,'similar_listings_number_of_columns','2'),(45,47,'general_config','a:2:{s:4:\"icon\";s:10:\"fa fa-home\";s:13:\"preview_image\";s:102:\"http://advancingblackentrepreneurship.com/wp-content/plugins/directorist/public/assets/images/grid.jpg\";}'),(46,47,'_default','1'),(47,46,'_directory_type','a:1:{i:0;i:47;}'),(48,38,'_directory_type','a:1:{i:0;i:47;}'),(49,37,'_directory_type','a:1:{i:0;i:47;}'),(50,36,'_directory_type','a:1:{i:0;i:47;}'),(51,35,'_directory_type','a:1:{i:0;i:47;}'),(52,20,'_directory_type','a:1:{i:0;i:47;}'),(53,34,'_directory_type','a:1:{i:0;i:47;}'),(54,33,'_directory_type','a:1:{i:0;i:47;}'),(55,32,'_directory_type','a:1:{i:0;i:47;}'),(56,31,'_directory_type','a:1:{i:0;i:47;}'),(57,30,'_directory_type','a:1:{i:0;i:47;}'),(58,21,'_directory_type','a:1:{i:0;i:47;}'),(59,29,'_directory_type','a:1:{i:0;i:47;}'),(60,17,'_directory_type','a:1:{i:0;i:47;}'),(61,28,'_directory_type','a:1:{i:0;i:47;}'),(62,27,'_directory_type','a:1:{i:0;i:47;}'),(63,26,'_directory_type','a:1:{i:0;i:47;}'),(64,25,'_directory_type','a:1:{i:0;i:47;}'),(65,16,'_directory_type','a:1:{i:0;i:47;}'),(66,42,'_directory_type','a:1:{i:0;i:47;}'),(67,41,'_directory_type','a:1:{i:0;i:47;}'),(68,40,'_directory_type','a:1:{i:0;i:47;}'),(69,24,'_directory_type','a:1:{i:0;i:47;}'),(70,45,'_directory_type','a:1:{i:0;i:47;}'),(71,39,'_directory_type','a:1:{i:0;i:47;}'),(72,23,'_directory_type','a:1:{i:0;i:47;}'),(73,43,'_directory_type','a:1:{i:0;i:47;}'),(74,22,'_directory_type','a:1:{i:0;i:47;}');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Primary Menu','primary-menu',0),(3,'Toys And Other Gifts','toys-and-other-gifts',0),(4,'Food &amp; Beverage','food-beverage',0),(5,'Clothing &amp; Accessories','clothing-accessories',0),(6,'Personal Services &amp; Experiences','personal-services-experiences',0),(11,'General','general',0),(12,'Food and Beverage','food-and-beverage',0),(13,'Education','education',0),(14,'Personal Services','personal-services',0),(15,'Health and Wellness','health-and-wellness',0),(16,'Education','education',0),(17,'Food and Beverage','food-and-beverage',0),(18,'cn-email','cn-email',0),(19,'cn-system-info','cn-system-info',0),(20,'Personal Services','personal-services',0),(21,'Health and Wellness','health-and-wellness',0),(22,'Architecture, Construction and Design','architecture-construction-and-design',0),(23,'B-Corporations','b-corporations',0),(24,'Business Supplies','business-supplies',0),(25,'Entertainment','entertainment',0),(26,'Event Planners and Venues','event-planners-and-venues',0),(27,'Farms','farms',0),(28,'Financial Institutions and Services','financial-institutions-and-services',0),(29,'Green Businesses','green-businesses',0),(30,'Home and Garden','home-and-garden',0),(31,'IT and Web Services','it-and-web-services',0),(32,'Lodging and Transportation','lodging-and-transportation',0),(33,'Manufacturing and Product Development','manufacturing-and-product-development',0),(34,'Nonprofit Organizations','nonprofit-organizations',0),(35,'Pet Services and Supplies','pet-services-and-supplies',0),(36,'Professional Services','professional-services',0),(37,'Real Estate','real-estate',0),(38,'Retail, Gifts, Clothing, and Accessories','retail-gifts-clothing-and-accessories',0),(39,'Beauty &amp; Personal Care','beauty-personal-care',0),(40,'Cleaning Service','cleaning-service',0),(41,'Clothing','clothing',0),(42,'Construction','construction',0),(43,'Art','art',0),(44,'Art','art',0),(45,'Books','books',0),(46,'Video Production &amp; Photography','video-production-photography',0),(47,'General','general',0),(48,'page','page',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','eessel'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"6f6acb97bafe057f5a755088f429b165c7fb463e1a8dfb68ae1490ba5b9fe7f1\";a:4:{s:10:\"expiration\";i:1619628966;s:2:\"ip\";s:13:\"69.222.196.79\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36\";s:5:\"login\";i:1618419366;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','1558'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"69.222.196.0\";}'),(19,1,'elementor_introduction','a:1:{s:10:\"rightClick\";b:1;}'),(20,1,'wp_user-settings','editor=tinymce&libraryContent=browse'),(21,1,'wp_user-settings-time','1604523458'),(23,1,'managenav-menuscolumnshidden','a:3:{i:0;s:15:\"title-attribute\";i:1;s:3:\"xfn\";i:2;s:11:\"description\";}'),(24,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(25,1,'nav_menu_recently_edited','2'),(26,2,'nickname','blubazibwa'),(27,2,'first_name','Benito'),(28,2,'last_name','Lubazibwa'),(29,2,'description',''),(30,2,'rich_editing','true'),(31,2,'syntax_highlighting','true'),(32,2,'comment_shortcuts','false'),(33,2,'admin_color','fresh'),(34,2,'use_ssl','0'),(35,2,'show_admin_bar_front','true'),(36,2,'locale',''),(37,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(38,2,'wp_user_level','10'),(39,2,'dismissed_wp_pointers',''),(40,2,'default_password_nag',''),(42,2,'wp_dashboard_quick_press_last_post_id','1708'),(43,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"23.116.213.0\";}'),(44,2,'wp_user-settings','editor=tinymce&libraryContent=browse&hidetb=1'),(45,2,'wp_user-settings-time','1613319514'),(46,2,'elementor_introduction','a:1:{s:10:\"rightClick\";b:1;}'),(47,1,'connections_messages',''),(49,2,'connections_messages',''),(50,2,'nav_menu_recently_edited','2'),(51,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(52,2,'metaboxhidden_nav-menus','a:10:{i:0;s:27:\"add-post-type-wpbdp_listing\";i:1;s:24:\"add-post-type-at_biz_dir\";i:2;s:26:\"add-post-type-atbdp_fields\";i:3;s:26:\"add-post-type-atbdp_orders\";i:4;s:12:\"add-post_tag\";i:5;s:18:\"add-wpbdp_category\";i:6;s:13:\"add-wpbdp_tag\";i:7;s:23:\"add-at_biz_dir-location\";i:8;s:23:\"add-at_biz_dir-category\";i:9;s:19:\"add-at_biz_dir-tags\";}'),(56,1,'closedpostboxes_at_biz_dir','a:0:{}'),(57,1,'metaboxhidden_at_biz_dir','a:1:{i:0;s:7:\"slugdiv\";}'),(60,1,'wp_nf_form_preview_1','a:4:{s:2:\"id\";i:1;s:8:\"settings\";a:114:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:10:\"Contact Us\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2020-11-02 19:42:40\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";i:0;s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:14:\"drawerDisabled\";b:0;}s:6:\"fields\";a:4:{i:1;a:1:{s:8:\"settings\";a:72:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2020-11-02 19:42:43\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";}}i:2;a:1:{s:8:\"settings\";a:64:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2020-11-02 19:42:47\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}}i:3;a:1:{s:8:\"settings\";a:71:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2020-11-02 19:42:50\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:5:\"value\";s:0:\"\";}}i:4;a:1:{s:8:\"settings\";a:68:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2020-11-02 19:42:51\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}}}s:7:\"actions\";a:4:{i:1;a:1:{s:8:\"settings\";a:32:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-11-02 13:42:54\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";s:1:\"0\";s:16:\"subs_expire_time\";s:2:\"90\";s:14:\"drawerDisabled\";s:0:\"\";}}i:2;a:1:{s:8:\"settings\";a:27:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-11-02 13:42:54\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:35:\"blackentrepreneurshipfund@gmail.com\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}}i:3;a:1:{s:8:\"settings\";a:25:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-11-02 13:42:54\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:35:\"blackentrepreneurshipfund@gmail.com\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:67:\"<p>{all_fields_table}<br></p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:35:\"blackentrepreneurshipfund@gmail.com\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}}i:4;a:1:{s:8:\"settings\";a:27:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2020-11-02 13:42:54\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";}}}}'),(63,2,'session_tokens','a:3:{s:64:\"054924861c809305cbef1e5ae8528afeecc0bbcb30e33f280a7e3be5afc50c9b\";a:4:{s:10:\"expiration\";i:1618628163;s:2:\"ip\";s:14:\"23.116.213.133\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.75\";s:5:\"login\";i:1618455363;}s:64:\"f5a34030c371b2c9bcf0b2ac0199c70d7e623d3341e1e00fc474cbf2379bba50\";a:4:{s:10:\"expiration\";i:1618683767;s:2:\"ip\";s:13:\"75.89.103.100\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76\";s:5:\"login\";i:1618510967;}s:64:\"6aea01845c8e8839ee840a65b46d69f6b78387bb03f367e4fb0992e2af817827\";a:4:{s:10:\"expiration\";i:1618683779;s:2:\"ip\";s:13:\"75.89.103.100\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76\";s:5:\"login\";i:1618510979;}}'),(64,2,'closedpostboxes_at_biz_dir','a:0:{}'),(65,2,'metaboxhidden_at_biz_dir','a:1:{i:0;s:7:\"slugdiv\";}'),(68,1,'manageedit-nf_subcolumnshidden','a:2:{i:0;i:15;i:1;i:16;}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'eessel','$P$BamKdfik1CcRNpOmr280bywQCtjDkB/','eessel','ekow@esselwebdesign.com','http://advancingblackentrepreneurship.com','2020-11-02 01:30:14','',0,'eessel'),(2,'blubazibwa','$P$BvQkMPbjIIBT9hq2mv6Ufgad2UuJlk1','blubazibwa','remixideaslr@gmail.com','','2020-11-09 02:21:59','',0,'Benito Lubazibwa');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpbdp_form_fields`
--

DROP TABLE IF EXISTS `wp_wpbdp_form_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpbdp_form_fields` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `label` varchar(255) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `field_type` varchar(100) NOT NULL,
  `association` varchar(100) NOT NULL,
  `validators` text,
  `weight` int(5) NOT NULL DEFAULT '0',
  `display_flags` text,
  `field_data` blob,
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `tag` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `field_type` (`field_type`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpbdp_form_fields`
--

LOCK TABLES `wp_wpbdp_form_fields` WRITE;
/*!40000 ALTER TABLE `wp_wpbdp_form_fields` DISABLE KEYS */;
INSERT INTO `wp_wpbdp_form_fields` VALUES (1,'Listing Title','','textfield','title','required',9,'excerpt,listing,search,privacy','a:0:{}','listing_title','title'),(2,'Listing Category','','select','category','required',8,'excerpt,listing,search','a:1:{s:7:\"options\";a:0:{}}','listing_category','category'),(3,'Short Description','','textarea','excerpt','',7,'excerpt,listing,search','a:0:{}','short_description','excerpt'),(4,'Long Description','','textarea','content','required',6,'excerpt,listing,search','a:0:{}','long_description','content'),(5,'Website','','url','meta','url',5,'excerpt,listing,search,privacy','a:0:{}','website','website'),(6,'Phone','','textfield','meta','',4,'excerpt,listing,search,privacy','a:0:{}','phone','phone'),(7,'Email','','textfield','meta','email,required',2,'excerpt,listing,privacy','a:0:{}','email','email'),(8,'Listing Tags','','textfield','tags','',1,'excerpt,listing,search','a:0:{}','listing_tags','tags'),(9,'Address','','textarea','meta','',1,'excerpt,listing,search,privacy','a:0:{}','address','address'),(10,'ZIP Code','','textfield','meta','',1,'excerpt,listing,search,privacy','a:0:{}','zip_code','zip');
/*!40000 ALTER TABLE `wp_wpbdp_form_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpbdp_listings`
--

DROP TABLE IF EXISTS `wp_wpbdp_listings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpbdp_listings` (
  `listing_id` bigint(20) NOT NULL,
  `fee_id` bigint(20) DEFAULT NULL,
  `fee_price` decimal(10,2) DEFAULT '0.00',
  `fee_days` smallint(5) unsigned DEFAULT '0',
  `fee_images` smallint(5) unsigned DEFAULT '0',
  `expiration_date` timestamp NULL DEFAULT NULL,
  `is_recurring` tinyint(1) NOT NULL DEFAULT '0',
  `is_sticky` tinyint(1) NOT NULL DEFAULT '0',
  `subscription_id` varchar(255) DEFAULT '',
  `subscription_data` longblob,
  `listing_status` varchar(255) NOT NULL DEFAULT 'unknown',
  `flags` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`listing_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpbdp_listings`
--

LOCK TABLES `wp_wpbdp_listings` WRITE;
/*!40000 ALTER TABLE `wp_wpbdp_listings` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpbdp_listings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpbdp_logs`
--

DROP TABLE IF EXISTS `wp_wpbdp_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpbdp_logs` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `object_id` bigint(20) DEFAULT '0',
  `rel_object_id` bigint(20) DEFAULT '0',
  `object_type` varchar(20) DEFAULT '',
  `created_at` datetime NOT NULL,
  `log_type` varchar(255) DEFAULT '',
  `actor` varchar(255) DEFAULT '',
  `message` text,
  `data` longblob,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpbdp_logs`
--

LOCK TABLES `wp_wpbdp_logs` WRITE;
/*!40000 ALTER TABLE `wp_wpbdp_logs` DISABLE KEYS */;
INSERT INTO `wp_wpbdp_logs` VALUES (2,371,0,'listing','2020-11-28 16:54:14','listing.created','system','',NULL);
/*!40000 ALTER TABLE `wp_wpbdp_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpbdp_payments`
--

DROP TABLE IF EXISTS `wp_wpbdp_payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpbdp_payments` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `listing_id` bigint(20) NOT NULL DEFAULT '0',
  `parent_id` bigint(20) NOT NULL DEFAULT '0',
  `payment_key` varchar(255) DEFAULT '',
  `payment_type` varchar(255) DEFAULT '',
  `payment_items` longblob,
  `data` longblob,
  `context` varchar(255) DEFAULT '',
  `payer_email` varchar(255) DEFAULT '',
  `payer_first_name` varchar(255) DEFAULT '',
  `payer_last_name` varchar(255) DEFAULT '',
  `payer_data` blob,
  `gateway` varchar(255) DEFAULT NULL,
  `gateway_tx_id` varchar(255) DEFAULT '',
  `currency_code` varchar(3) NOT NULL DEFAULT 'USD',
  `amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  `status` varchar(255) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `processed_on` timestamp NULL DEFAULT NULL,
  `processed_by` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `listing_id` (`listing_id`),
  KEY `status` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpbdp_payments`
--

LOCK TABLES `wp_wpbdp_payments` WRITE;
/*!40000 ALTER TABLE `wp_wpbdp_payments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpbdp_payments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpbdp_plans`
--

DROP TABLE IF EXISTS `wp_wpbdp_plans`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpbdp_plans` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `label` varchar(255) NOT NULL,
  `amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  `days` smallint(5) unsigned NOT NULL DEFAULT '0',
  `images` smallint(5) unsigned NOT NULL DEFAULT '0',
  `sticky` tinyint(1) NOT NULL DEFAULT '0',
  `recurring` tinyint(1) NOT NULL DEFAULT '0',
  `pricing_model` varchar(100) NOT NULL DEFAULT 'flat',
  `pricing_details` blob,
  `supported_categories` text NOT NULL,
  `weight` int(5) NOT NULL DEFAULT '0',
  `enabled` tinyint(1) NOT NULL DEFAULT '1',
  `description` text,
  `extra_data` longblob,
  `tag` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpbdp_plans`
--

LOCK TABLES `wp_wpbdp_plans` WRITE;
/*!40000 ALTER TABLE `wp_wpbdp_plans` DISABLE KEYS */;
INSERT INTO `wp_wpbdp_plans` VALUES (1,'Default Fee',1.00,365,1,0,0,'flat','a:0:{}','all',0,1,'',NULL,''),(2,'Free Listing',0.00,365,2,0,0,'flat',NULL,'all',0,1,NULL,NULL,'free');
/*!40000 ALTER TABLE `wp_wpbdp_plans` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2021-04-16 19:00:24